*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}


html, body {
  height: 100dvh;
}

body {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .button {
    font-weight: 800;
}

.text-white span {
  --tw-text-opacity: 1;
  color: rgb(155 207 194 / var(--tw-text-opacity, 1));
}
.text-dark-teal span {
  --tw-text-opacity: 1;
  color: rgb(185 65 139 / var(--tw-text-opacity, 1));
}

/* .text-dark-teal span::before {
    content: "\A";
    white-space: pre;
} */
@media (min-width: 768px) {
    .text-dark-teal span::before {
        content: "";
        white-space: normal;
    }
}

.overlay-image::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to top, 
    rgba(0, 0, 0, 1) 0%, 
    rgba(0, 0, 0, 1) 10%, 
    rgba(0, 0, 0, 0.3) 50%
  );
    pointer-events: none;
  }

  .image-dark-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* adjust opacity here */
    z-index: 1;
  }

.button,
#default-gf .gform_button.button {
  display: inline-block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(0 76 74 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 768px) {

  .button,
#default-gf .gform_button.button {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 18px;
    line-height: 32px;
  }
}
.button-orchid {
  --tw-bg-opacity: 1;
  background-color: rgb(185 65 139 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.button-teal,
#default-gf .gform_button.button-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.button::after,
#default-gf .gform_button.button::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 14px;
    -webkit-mask: url('../images/right-arrow.svg') no-repeat center right;
    mask: url('../images/right-arrow.svg') no-repeat center right;
    --tw-bg-opacity: 1;
    background-color: rgb(0 76 74 / var(--tw-bg-opacity, 1));
    padding-left: 1.5rem;
}
@media (min-width: 768px) {

  .button::after,
#default-gf .gform_button.button::after {
    padding-left: 2rem;
  }
}
.button-orchid::after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.button-teal::after,
#default-gf .gform_button.button-teal::after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 227 227 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 76 74 / var(--tw-text-opacity, 1));
}
.button:hover span {
  --tw-text-opacity: 1;
  color: rgb(185 65 139 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
    .button:hover span::before {
        content: "";
        white-space: normal;
    }
}
.button-orchid:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(188 0 112 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-orchid:hover span {
  --tw-text-opacity: 1;
  color: rgb(155 207 194 / var(--tw-text-opacity, 1));
}
.button-teal:hover,
#default-gf .gform_button.button-teal:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 124 124 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-teal:hover span,
#default-gf .gform_button.button-teal:hover span {
  --tw-text-opacity: 1;
  color: rgb(155 207 194 / var(--tw-text-opacity, 1));
}

.donate-button a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
}
.donate-button.active a {
    max-width: 175px;
    white-space: nowrap;
}

.btn {
  display: inline-block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(185 65 139 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 15px;
  line-height: 32px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn span {
  --tw-text-opacity: 1;
  color: rgb(155 207 194 / var(--tw-text-opacity, 1));
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(188 0 112 / var(--tw-bg-opacity, 1));
}

.footer-menu {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.25rem;
}
.footer-menu li a {
  font-size: 15px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer-menu li a span {
  --tw-text-opacity: 1;
  color: rgb(155 207 194 / var(--tw-text-opacity, 1));
}

.header-menu {
  display: flex;
  gap: 1rem;
}
.header-menu li {
  font-size: 16px;
  line-height: 34px;
}
@media (min-width: 1280px) {

  .header-menu li {
    font-size: 18px;
    line-height: 32px;
  }
}
.header-menu li a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 124 124 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.header-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 76 74 / var(--tw-text-opacity, 1));
}
.header-menu li.current-menu-parent > a,
.header-menu li.current_page_item > a {
  --tw-text-opacity: 1;
  color: rgb(0 76 74 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.header-menu li.current-menu-parent > a span,
.header-menu li.current_page_item > a span {
  --tw-text-opacity: 1;
  color: rgb(185 65 139 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
    .header-menu li.current-menu-parent > a span::before,
.header-menu li.current_page_item > a span::before {
        content: "";
        white-space: normal;
    }
}

.header-menu .menu-item-has-children {
  position: relative;
}


.header-menu .sub-menu {
  position: absolute;
  left: 50%;
  z-index: 999;
  margin-top: 1.25rem;
  display: none;
  width: -moz-max-content;
  width: max-content;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 124 124 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.header-menu .sub-menu::before {
  
  position: absolute;
  top: -15px;
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: '';
  display: flex;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 16px solid #007C7C; /* triangle color */
}

.header-menu .menu-item-has-children:hover .sub-menu,
.header-menu .menu-item-has-children.open .sub-menu {
  display: block;
}

.header-menu .sub-menu li {
  font-size: 18px;
  line-height: 32px;
}
.header-menu .sub-menu a {
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.header-menu .sub-menu a span {
  --tw-text-opacity: 1;
  color: rgb(155 207 194 / var(--tw-text-opacity, 1));
}
.header-menu .sub-menu a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header-menu .sub-menu .current_page_item a {
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.header-menu .sub-menu .current_page_item a span {
  --tw-text-opacity: 1;
  color: rgb(155 207 194 / var(--tw-text-opacity, 1));
}

.header-menu .sub-menu a::before {
  content: '';
  margin-right: 0.75rem;
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(209 227 227 / var(--tw-bg-opacity, 1));
}


.menu-toggle {
    width: 36px;
    height: 36px;
    position: relative;
    cursor: pointer;
    z-index: 1001;
  }
  
  .menu-toggle span {
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    transition: 0.3s ease;
    --tw-bg-opacity: 1;
    background-color: rgb(0 76 74 / var(--tw-bg-opacity, 1));
  }
  
  .menu-toggle span:nth-child(1) {
    top: 11px;
  }
  
  .menu-toggle span:nth-child(2) {
    top: 17px;
  }
  
  .menu-toggle span:nth-child(3) {
    top: 23px;
  }
  
  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 18px;
  }
  
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  
  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 18px;
  }


  .mobile-menu {}

  .mobile-menu.active {}

  .mobile-menu.slide-up {
    animation: slideUpFullScreen 0.4s ease-out forwards;
  }
  .mobile-menu.slide-down {
    animation: slideDownFullScreen 0.4s ease-in forwards;
  }

  ul.mobile-nav {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

  ul.mobile-nav li {
  font-size: 18px;
  line-height: 18px;
}

  ul.mobile-nav .sub-menu {
  overflow: hidden;
    max-height: 0;
}

  ul.mobile-nav.active{
    animation: fadeIn 0.25s ease-in-out forwards;
  }

  .fade-in{
    animation: fadeIn 0.5s ease-in-out forwards;
  }

  @keyframes fadeIn {
    0% { opacity: 0; }
    50% { opacity: 0; }
    100% { opacity: 1; z-index: 999;}
  }

  @keyframes slideDown {
    0% { max-height: 0; }
    50% { max-height: 0; }
    100% { max-height: 500px; opacity: 1;}
  }

  @keyframes slideUp {
    0% { max-height: 500px; }
    50% { max-height: 500px; }
    100% { max-height: 0; opacity: 0;}
  }

  @keyframes slideDownFullScreen {
    0% { height: 0; }
    50% { height: 0; }
    100% { height: 100dvh; }
  }

  @keyframes slideUpFullScreen {
    0% { height: 100dvh; }
    50% { height: 100dvh; }
    100% { height: 0; }
  }

  ul.mobile-nav.active > li {
  display: none;
}

  ul.mobile-nav.active > li.selected {
  display: block;
}

  ul.mobile-nav.active > li.selected .sub-menu {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
  padding-top: 0.5rem;
    animation: slideDown 0.5s ease-in-out forwards;
}

ul.mobile-nav li a {
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

ul.mobile-nav li a span {
  --tw-text-opacity: 1;
  color: rgb(155 207 194 / var(--tw-text-opacity, 1));
}

ul.mobile-nav li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 74 / var(--tw-bg-opacity, 1));
}
  ul.mobile-nav li.menu-item-has-children > a {
  background-position: center right 3rem;
  background-repeat: no-repeat;
    background-image: url('/wp-content/themes/mgcanada/assets/images/right-arrow-white.png');
}

  ul.mobile-nav li.menu-item-has-children.selected > a {
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 74 / var(--tw-bg-opacity, 1));
    background-image: url('/wp-content/themes/mgcanada/assets/images/left-arrow-white.png');
}

  ul.mobile-nav .sub-menu li a::before {
     content: '';
     margin-right: 0.75rem;
     display: inline-block;
     height: 6px;
     width: 6px;
     border-radius: 9999px;
     --tw-bg-opacity: 1;
     background-color: rgb(209 227 227 / var(--tw-bg-opacity, 1));
  }
 

  #search-element {
  max-width: 0px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
  #search-element.active {
  max-width: 300px;
}
  

.bullet-list ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.bullet-list ul li {
  padding-bottom: 0.25rem;
  font-size: 18px;
  line-height: 32px;
}
.bullet-list li::marker {
  --tw-text-opacity: 1;
  color: rgb(0 124 124 / var(--tw-text-opacity, 1));
}

.prose-default h1,
.prose-default h2,
.prose-default h3,
.prose-default h4,
.prose-default h5,
.prose-default h6,
.prose-default strong {
  --tw-text-opacity: 1;
  color: rgb(0 76 74 / var(--tw-text-opacity, 1));
}

.prose-default h1 span,
.prose-default h2 span,
.prose-default h3 span,
.prose-default h4 span,
.prose-default h5 span,
.prose-default h6 span,
.prose-default strong span {
  --tw-text-opacity: 1;
  color: rgb(185 65 139 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
    .prose-default h1 span::before,
.prose-default h2 span::before,
.prose-default h3 span::before,
.prose-default h4 span::before,
.prose-default h5 span::before,
.prose-default h6 span::before,
.prose-default strong span::before {
        content: "";
        white-space: normal;
    }
}

.prose-default ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
}

.prose-default ol li {
  font-weight: 600;
}

.prose-default ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.prose-default ul li {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0.25rem;
  font-size: 18px;
  line-height: 32px;
}
.prose-default li::marker {
  --tw-text-opacity: 1;
  color: rgb(0 124 124 / var(--tw-text-opacity, 1));
}
.prose-default ol.twilight-plum li::marker {
  --tw-text-opacity: 1;
  color: rgb(82 25 91 / var(--tw-text-opacity, 1));
}
.prose-default ol.dark-teal li::marker {
  --tw-text-opacity: 1;
  color: rgb(0 76 74 / var(--tw-text-opacity, 1));
}
.prose-default ol.dark-teal li span::marker {
  --tw-text-opacity: 1;
  color: rgb(185 65 139 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
    .prose-default ol.dark-teal li span::marker::before {
        content: "";
        white-space: normal;
    }
}

.prose-default a {
  --tw-text-opacity: 1;
  color: rgb(188 0 112 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.prose-default a:hover {
  --tw-text-opacity: 1;
  color: rgb(185 65 139 / var(--tw-text-opacity, 1));
}


.prose-dark,
.prose-dark h1,
.prose-dark h2,
.prose-dark h3,
.prose-dark h4,
.prose-dark h5,
.prose-dark h6 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}


.prose-dark span,
.prose-dark h1 span,
.prose-dark h2 span,
.prose-dark h3 span,
.prose-dark h4 span,
.prose-dark h5 span,
.prose-dark h6 span {
  --tw-text-opacity: 1;
  color: rgb(155 207 194 / var(--tw-text-opacity, 1));
}
.prose-dark li::marker {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.prose-dark li span::marker {
  --tw-text-opacity: 1;
  color: rgb(155 207 194 / var(--tw-text-opacity, 1));
}
.prose-dark a {
  --tw-text-opacity: 1;
  color: rgb(244 223 236 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.prose-dark a:hover {
  color: rgba(255,255,255,0.8);
}



#default-gf fieldset.gfield--type-radio legend {
  float: left;
  margin-right: 1rem;
  margin-bottom: 0px;
}

#default-gf .ginput_container_radio .gfield_radio {
  display: flex;
  flex-direction: row;
}

#default-gf .ginput_container_radio {
  width: -moz-fit-content;
  width: fit-content;
}

#default-gf .gform_fields {
  row-gap: 1.5rem;
}
#default-gf .gform-footer {
  justify-content: flex-end;
}

#default-gf .gform-field-label {
  font-size: 1rem;
  line-height: 1.5rem;
}

#default-gf .gfield--input-type-text input,
#default-gf .gfield--input-type-email input {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(173 173 173 / var(--tw-border-opacity, 1));
}

#default-gf .gfield--input-type-text input::-moz-placeholder, #default-gf .gfield--input-type-email input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity, 1));
}

#default-gf .gfield--input-type-text input::placeholder,
#default-gf .gfield--input-type-email input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity, 1));
}

#default-gf .gfield--input-type-text input:focus,
#default-gf .gfield--input-type-email input:focus,
#default-gf .gfield--type-radio .gfield-choice-input:focus {
  outline-color: #007C7C;
}

#default-gf .gfield--type-radio .gchoice {
  align-items: center;
}

#default-gf .gfield--type-radio .ginput_container_radio .gform-field-label {
  margin-left: 0.5rem;
  cursor: pointer;
}

#default-gf .gfield--type-radio .gfield-choice-input {
  --tw-border-opacity: 1;
  border-color: rgb(173 173 173 / var(--tw-border-opacity, 1));
}
#default-gf .gfield--type-radio .gfield-choice-input:checked {
  --tw-border-opacity: 1;
  border-color: rgb(0 124 124 / var(--tw-border-opacity, 1));
}


#default-gf input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(0 124 124 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 124 124 / var(--tw-bg-opacity, 1)); 
    block-size: 14px;
    inline-size: 14px;
}


/* Expandable Block */
.block-expandable p {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.block-expandable .opened p {
  max-height: 500px; /* big enough for your content */ padding-top: 1rem;
}
.block-expandable .opened .item__icon {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* pie calendar styles */
.piecal-wrapper .fc .fc-daygrid-day.fc-day-today {
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 242 / var(--tw-bg-opacity, 1));
}

.piecal-wrapper .fc .fc-button:disabled {
background-color: #141414;
border-color: #141414;
color: white;
}

.piecal-wrapper .fc .fc-button {
  --tw-border-opacity: 1;
  border-color: rgb(185 65 139 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(185 65 139 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.piecal-wrapper .fc .fc-button span {
  --tw-text-opacity: 1;
  color: rgb(155 207 194 / var(--tw-text-opacity, 1));
}

.piecal-wrapper .fc .fc-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(188 0 112 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(188 0 112 / var(--tw-bg-opacity, 1));
}

.piecal-wrapper .fc .piecal-controls__prev-button,
.piecal-wrapper .fc .piecal-controls__next-button {
  --tw-border-opacity: 1;
  border-color: rgb(0 76 74 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.piecal-wrapper .fc .piecal-controls__prev-button span,
.piecal-wrapper .fc .piecal-controls__next-button span {
  --tw-text-opacity: 1;
  color: rgb(155 207 194 / var(--tw-text-opacity, 1));
}

.piecal-wrapper .fc .piecal-controls__prev-button:hover,
.piecal-wrapper .fc .piecal-controls__next-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 124 124 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 124 124 / var(--tw-bg-opacity, 1));
}

.piecal-wrapper .piecal-controls__view-chooser {
  display: none;
}

.piecal-wrapper .piecal-controls.fc {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {

  .piecal-wrapper .piecal-controls.fc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.piecal-wrapper .piecal-controls__navigation-button-group {
  justify-content: center;
}

@media (min-width: 768px) {

  .piecal-wrapper .piecal-controls__navigation-button-group {
    justify-content: flex-end;
  }
}

.piecal-wrapper .piecal-controls__view-title {
  font-size: 28px;
  line-height: 42px;
  --tw-text-opacity: 1;
  color: rgb(0 76 74 / var(--tw-text-opacity, 1));
}

.piecal-wrapper .piecal-controls__view-title span {
  --tw-text-opacity: 1;
  color: rgb(185 65 139 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
    .piecal-wrapper .piecal-controls__view-title span::before {
        content: "";
        white-space: normal;
    }
}

@media (min-width: 1024px) {

  .piecal-wrapper .piecal-controls__view-title {
    font-size: 40px;
    line-height: 50px;
  }
}

.piecal-wrapper .fc-daygrid-event-dot {
  --tw-border-opacity: 1;
  border-color: rgb(185 65 139 / var(--tw-border-opacity, 1));
}
.piecal-wrapper .fc-daygrid-dot-event .fc-event-title {
  --tw-text-opacity: 1;
  color: rgb(0 76 74 / var(--tw-text-opacity, 1));
}
.piecal-wrapper .fc-daygrid-dot-event .fc-event-title span {
  --tw-text-opacity: 1;
  color: rgb(185 65 139 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
    .piecal-wrapper .fc-daygrid-dot-event .fc-event-title span::before {
        content: "";
        white-space: normal;
    }
}
.piecal-wrapper .fc-daygrid-dot-event.fc-event-mirror, .piecal-wrapper .fc-daygrid-dot-event:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 242 / var(--tw-bg-opacity, 1));
}
.piecal-wrapper .piecal-popover__view-link {
  display: none;
}


.piecal-wrapper .piecal-popover__custom-details p {
  margin-top: 1rem;
  font-size: 18px;
  line-height: 32px;
}
.piecal-wrapper .piecal-popover__custom-details p a {
  --tw-text-opacity: 1;
  color: rgb(0 76 74 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.piecal-wrapper .piecal-popover__custom-details p a span {
  --tw-text-opacity: 1;
  color: rgb(185 65 139 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
    .piecal-wrapper .piecal-popover__custom-details p a span::before {
        content: "";
        white-space: normal;
    }
}
.piecal-wrapper .piecal-popover__custom-details p a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 124 124 / var(--tw-text-opacity, 1));
}

.piecal-wrapper .piecal-popover__meta {
  display: none;
}

.piecal-wrapper .fc-event-time {
  display: none;
}

/* Breadcrumb - display last 2 on mobile only, all for larger than lg */
ul.breadcrumb li:not(:nth-last-child(-n+2)) {
  display: none;
}
@media (min-width: 1024px) {
  ul.breadcrumb li:not(:nth-last-child(-n+2)) {
    display: block;
  }
}





.visible {
  visibility: visible;
}





.fixed {
  position: fixed;
}





.absolute {
  position: absolute;
}





.relative {
  position: relative;
}





.bottom-4 {
  bottom: 1rem;
}





.bottom-8 {
  bottom: 2rem;
}





.left-0 {
  left: 0px;
}





.right-0 {
  right: 0px;
}





.right-4 {
  right: 1rem;
}





.top-0 {
  top: 0px;
}





.top-2 {
  top: 0.5rem;
}





.top-3\/4 {
  top: 75%;
}





.z-40 {
  z-index: 40;
}





.z-50 {
  z-index: 50;
}





.z-\[999999\] {
  z-index: 999999;
}





.z-\[99\] {
  z-index: 99;
}





.col-span-2 {
  grid-column: span 2 / span 2;
}





.col-start-1 {
  grid-column-start: 1;
}





.row-span-2 {
  grid-row: span 2 / span 2;
}





.row-start-1 {
  grid-row-start: 1;
}





.m-0 {
  margin: 0px;
}





.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}





.mx-auto {
  margin-left: auto;
  margin-right: auto;
}





.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}





.-mt-4 {
  margin-top: -1rem;
}





.mb-2 {
  margin-bottom: 0.5rem;
}





.mb-4 {
  margin-bottom: 1rem;
}





.mb-8 {
  margin-bottom: 2rem;
}





.ml-auto {
  margin-left: auto;
}





.mt-0 {
  margin-top: 0px;
}





.mt-1 {
  margin-top: 0.25rem;
}





.mt-2 {
  margin-top: 0.5rem;
}





.mt-20 {
  margin-top: 5rem;
}





.mt-4 {
  margin-top: 1rem;
}





.mt-8 {
  margin-top: 2rem;
}





.mt-auto {
  margin-top: auto;
}





.block {
  display: block;
}





.inline-block {
  display: inline-block;
}





.flex {
  display: flex;
}





.grid {
  display: grid;
}





.hidden {
  display: none;
}





.aspect-\[1\/2\] {
  aspect-ratio: 1/2;
}





.aspect-\[141\/120\] {
  aspect-ratio: 141/120;
}





.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}





.aspect-\[357\/426\] {
  aspect-ratio: 357/426;
}





.aspect-\[360\/250\] {
  aspect-ratio: 360/250;
}





.aspect-\[360\/500\] {
  aspect-ratio: 360/500;
}





.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}





.aspect-\[560\/374\] {
  aspect-ratio: 560/374;
}





.aspect-\[560\/430\] {
  aspect-ratio: 560/430;
}





.h-0 {
  height: 0px;
}





.h-16 {
  height: 4rem;
}





.h-32 {
  height: 8rem;
}





.h-9 {
  height: 2.25rem;
}





.h-\[130px\] {
  height: 130px;
}





.h-\[556px\] {
  height: 556px;
}





.h-\[55px\] {
  height: 55px;
}





.h-\[66px\] {
  height: 66px;
}





.h-auto {
  height: auto;
}





.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}





.h-full {
  height: 100%;
}





.w-12 {
  width: 3rem;
}





.w-32 {
  width: 8rem;
}





.w-9 {
  width: 2.25rem;
}





.w-\[130px\] {
  width: 130px;
}





.w-auto {
  width: auto;
}





.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}





.w-full {
  width: 100%;
}





.max-w-\[1000px\] {
  max-width: 1000px;
}





.max-w-\[110px\] {
  max-width: 110px;
}





.max-w-\[15ch\] {
  max-width: 15ch;
}





.max-w-\[1720px\] {
  max-width: 1720px;
}





.max-w-\[20ch\] {
  max-width: 20ch;
}





.max-w-\[720px\] {
  max-width: 720px;
}





.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}





.shrink-0 {
  flex-shrink: 0;
}





.flex-grow {
  flex-grow: 1;
}





.grow {
  flex-grow: 1;
}





.-translate-y-3\/4 {
  --tw-translate-y: -75%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}





.resize {
  resize: both;
}





.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}





.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}





.grid-rows-\[auto_1fr\] {
  grid-template-rows: auto 1fr;
}





.grid-rows-subgrid {
  grid-template-rows: subgrid;
}





.flex-col {
  flex-direction: column;
}





.flex-wrap {
  flex-wrap: wrap;
}





.items-center {
  align-items: center;
}





.justify-end {
  justify-content: flex-end;
}





.justify-center {
  justify-content: center;
}





.justify-between {
  justify-content: space-between;
}





.justify-around {
  justify-content: space-around;
}





.justify-items-center {
  justify-items: center;
}





.gap-1 {
  gap: 0.25rem;
}





.gap-2 {
  gap: 0.5rem;
}





.gap-4 {
  gap: 1rem;
}





.gap-5 {
  gap: 1.25rem;
}





.gap-8 {
  gap: 2rem;
}





.self-end {
  align-self: flex-end;
}





.self-center {
  align-self: center;
}





.overflow-hidden {
  overflow: hidden;
}





.overflow-x-auto {
  overflow-x: auto;
}





.rounded-2xl {
  border-radius: 1rem;
}





.rounded-md {
  border-radius: 0.375rem;
}





.rounded-sm {
  border-radius: 0.125rem;
}





.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}





.border-b {
  border-bottom-width: 1px;
}





.border-b-2 {
  border-bottom-width: 2px;
}





.border-t {
  border-top-width: 1px;
}





.border-dark-teal {
  --tw-border-opacity: 1;
  border-color: rgb(0 76 74 / var(--tw-border-opacity, 1));
}





.border-seaglass-2 {
  --tw-border-opacity: 1;
  border-color: rgb(155 207 194 / var(--tw-border-opacity, 1));
}





.border-teal-mg {
  --tw-border-opacity: 1;
  border-color: rgb(0 124 124 / var(--tw-border-opacity, 1));
}





.bg-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  background-color: rgba(0,0,0,0.5);
}





.bg-dark-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 74 / var(--tw-bg-opacity, 1));
}





.bg-orchid-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 65 139 / var(--tw-bg-opacity, 1));
}





.bg-orchid-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 223 236 / var(--tw-bg-opacity, 1));
}





.bg-teal-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 227 227 / var(--tw-bg-opacity, 1));
}





.bg-teal-light {
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 242 / var(--tw-bg-opacity, 1));
}





.bg-teal-mg {
  --tw-bg-opacity: 1;
  background-color: rgb(0 124 124 / var(--tw-bg-opacity, 1));
}





.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}





.bg-\[url\(\'\/wp-content\/themes\/mgcanada\/assets\/images\/intro-section-mobile-bg\.png\'\)\] {
  background-image: url('/wp-content/themes/mgcanada/assets/images/intro-section-mobile-bg.png');
}





.bg-\[url\(\'\/wp-content\/themes\/mgcanada\/assets\/images\/stages-line\.png\'\)\] {
  background-image: url('/wp-content/themes/mgcanada/assets/images/stages-line.png');
}





.bg-\[center_top_-130px\] {
  background-position: center top -130px;
}





.bg-\[left_16px_top\] {
  background-position: left 16px top;
}





.bg-no-repeat {
  background-repeat: no-repeat;
}





.bg-repeat-y {
  background-repeat: repeat-y;
}





.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}





.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}





.p-2 {
  padding: 0.5rem;
}





.p-4 {
  padding: 1rem;
}





.p-8 {
  padding: 2rem;
}





.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}





.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}





.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}





.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}





.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}





.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}





.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}





.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}





.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}





.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}





.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}





.pb-2 {
  padding-bottom: 0.5rem;
}





.pb-3 {
  padding-bottom: 0.75rem;
}





.pb-4 {
  padding-bottom: 1rem;
}





.pb-8 {
  padding-bottom: 2rem;
}





.pr-8 {
  padding-right: 2rem;
}





.pt-16 {
  padding-top: 4rem;
}





.pt-5 {
  padding-top: 1.25rem;
}





.pt-8 {
  padding-top: 2rem;
}





.text-center {
  text-align: center;
}





.text-14-20 {
  font-size: 14px;
  line-height: 20px;
}





.text-14-32 {
  font-size: 14px;
  line-height: 32px;
}





.text-15-32 {
  font-size: 15px;
  line-height: 32px;
}





.text-16-24 {
  font-size: 16px;
  line-height: 24px;
}





.text-18-32 {
  font-size: 18px;
  line-height: 32px;
}





.text-22-36 {
  font-size: 22px;
  line-height: 36px;
}





.text-24-36 {
  font-size: 24px;
  line-height: 36px;
}





.text-28-36 {
  font-size: 28px;
  line-height: 36px;
}





.text-28-42 {
  font-size: 28px;
  line-height: 42px;
}





.text-32-50 {
  font-size: 32px;
  line-height: 50px;
}





.text-40-42 {
  font-size: 40px;
  line-height: 42px;
}





.text-40-50 {
  font-size: 40px;
  line-height: 50px;
}





.text-70-80 {
  font-size: 70px;
  line-height: 80px;
}





.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}





.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}





.font-bold {
  font-weight: 700;
}





.font-semibold {
  font-weight: 600;
}





.uppercase {
  text-transform: uppercase;
}





.tracking-widest {
  letter-spacing: 0.1em;
}





.text-dark-teal {
  --tw-text-opacity: 1;
  color: rgb(0 76 74 / var(--tw-text-opacity, 1));
}





.text-orchid {
  --tw-text-opacity: 1;
  color: rgb(188 0 112 / var(--tw-text-opacity, 1));
}





.text-orchid-2 {
  --tw-text-opacity: 1;
  color: rgb(185 65 139 / var(--tw-text-opacity, 1));
}





.text-orchid-4 {
  --tw-text-opacity: 1;
  color: rgb(244 223 236 / var(--tw-text-opacity, 1));
}





.text-teal-2 {
  --tw-text-opacity: 1;
  color: rgb(82 147 149 / var(--tw-text-opacity, 1));
}





.text-teal-mg {
  --tw-text-opacity: 1;
  color: rgb(0 124 124 / var(--tw-text-opacity, 1));
}





.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}





.underline {
  text-decoration-line: underline;
}





.opacity-0 {
  opacity: 0;
}





.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}





.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}





.duration-200 {
  transition-duration: 200ms;
}





.marker\:content-\[\'\/_\'\] *::marker {
  --tw-content: '/ ';
  content: var(--tw-content);
}





.marker\:content-\[\'\/_\'\]::marker {
  --tw-content: '/ ';
  content: var(--tw-content);
}





.last\:mb-0:last-child {
  margin-bottom: 0px;
}





.last\:mr-0:last-child {
  margin-right: 0px;
}





.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}





.last\:border-none:last-child {
  border-style: none;
}





.last\:pb-0:last-child {
  padding-bottom: 0px;
}





.last\:pr-0:last-child {
  padding-right: 0px;
}





.hover\:cursor-pointer:hover {
  cursor: pointer;
}





.hover\:bg-orchid:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(188 0 112 / var(--tw-bg-opacity, 1));
}





.hover\:text-dark-teal:hover {
  --tw-text-opacity: 1;
  color: rgb(0 76 74 / var(--tw-text-opacity, 1));
}





.hover\:text-orchid:hover {
  --tw-text-opacity: 1;
  color: rgb(188 0 112 / var(--tw-text-opacity, 1));
}





.hover\:text-orchid-2:hover {
  --tw-text-opacity: 1;
  color: rgb(185 65 139 / var(--tw-text-opacity, 1));
}





.hover\:text-teal-mg:hover {
  --tw-text-opacity: 1;
  color: rgb(0 124 124 / var(--tw-text-opacity, 1));
}





.focus-visible\:outline-dark-teal:focus-visible {
  outline-color: #004C4A;
}





@media (min-width: 640px) {

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }

  .sm\:max-w-\[30ch\] {
    max-width: 30ch;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }
}





@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:ml-\[100px\] {
    margin-left: 100px;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }

  .md\:aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }

  .md\:aspect-\[auto\] {
    aspect-ratio: auto;
  }

  .md\:h-\[200px\] {
    height: 200px;
  }

  .md\:min-h-\[200px\] {
    min-height: 200px;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:max-w-\[35ch\] {
    max-width: 35ch;
  }

  .md\:max-w-\[708px\] {
    max-width: 708px;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:bg-\[url\(\'\/wp-content\/themes\/mgcanada\/assets\/images\/intro-section-bg\.png\'\)\] {
    background-image: url('/wp-content/themes/mgcanada/assets/images/intro-section-bg.png');
  }

  .md\:bg-\[left_center\] {
    background-position: left center;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-\[116px\] {
    padding-left: 116px;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:text-18-18 {
    font-size: 18px;
    line-height: 18px;
  }

  .md\:text-28-36 {
    font-size: 28px;
    line-height: 36px;
  }

  .md\:text-28-42 {
    font-size: 28px;
    line-height: 42px;
  }
}





@media (min-width: 1024px) {

  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }

  .lg\:aspect-\[560\/660\] {
    aspect-ratio: 560/660;
  }

  .lg\:aspect-\[auto\] {
    aspect-ratio: auto;
  }

  .lg\:h-\[430px\] {
    height: 430px;
  }

  .lg\:h-\[530px\] {
    height: 530px;
  }

  .lg\:h-\[90px\] {
    height: 90px;
  }

  .lg\:max-w-\[944px\] {
    max-width: 944px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:bg-\[url\(\'\/wp-content\/themes\/mgcanada\/assets\/images\/intro-section-bg\.png\'\)\] {
    background-image: url('/wp-content/themes/mgcanada/assets/images/intro-section-bg.png');
  }

  .lg\:bg-\[left_center\] {
    background-position: left center;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:text-22-36 {
    font-size: 22px;
    line-height: 36px;
  }

  .lg\:text-40-42 {
    font-size: 40px;
    line-height: 42px;
  }

  .lg\:text-40-50 {
    font-size: 40px;
    line-height: 50px;
  }

  .lg\:text-65-80 {
    font-size: 65px;
    line-height: 80px;
  }
}





@media (min-width: 1280px) {

  .xl\:bottom-12 {
    bottom: 3rem;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:aspect-\[270\/390\] {
    aspect-ratio: 270/390;
  }

  .xl\:h-36 {
    height: 9rem;
  }

  .xl\:h-\[870px\] {
    height: 870px;
  }

  .xl\:h-\[94px\] {
    height: 94px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:max-w-\[1220px\] {
    max-width: 1220px;
  }

  .xl\:max-w-\[20ch\] {
    max-width: 20ch;
  }

  .xl\:max-w-\[215px\] {
    max-width: 215px;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:text-28-36 {
    font-size: 28px;
    line-height: 36px;
  }

  .xl\:text-40-50 {
    font-size: 40px;
    line-height: 50px;
  }

  .xl\:text-70-80 {
    font-size: 70px;
    line-height: 80px;
  }
}





@media (min-width: 1536px) {

  .\32xl\:order-1 {
    order: 1;
  }

  .\32xl\:order-2 {
    order: 2;
  }

  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\32xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .\32xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .\32xl\:ml-\[158px\] {
    margin-left: 158px;
  }

  .\32xl\:mt-16 {
    margin-top: 4rem;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:h-\[316px\] {
    height: 316px;
  }

  .\32xl\:min-h-\[316px\] {
    min-height: 316px;
  }

  .\32xl\:w-\[316px\] {
    width: 316px;
  }

  .\32xl\:max-w-\[1000px\] {
    max-width: 1000px;
  }

  .\32xl\:flex-grow {
    flex-grow: 1;
  }

  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:justify-between {
    justify-content: space-between;
  }

  .\32xl\:gap-8 {
    gap: 2rem;
  }

  .\32xl\:p-16 {
    padding: 4rem;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .\32xl\:pl-\[174px\] {
    padding-left: 174px;
  }

  .\32xl\:text-40-42 {
    font-size: 40px;
    line-height: 42px;
  }

  .\32xl\:text-40-50 {
    font-size: 40px;
    line-height: 50px;
  }
}  