/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/index.css ***!
  \***********************************************************************************************************/
*, ::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.19 | 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;
}
    * {
  font-family: Figtree, sans-serif;
  font-size: 16px;
}

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
  font-family: BettyInBloom, sans-serif;
  letter-spacing: 0.025em;
}

    h1 {
  font-size: 58px;
}

    html {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 235 / var(--tw-bg-opacity, 1));
}
    html, body {
  overflow-x: hidden;
}

    body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 235 / var(--tw-bg-opacity, 1));
}

    h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1;
}

    h2 {
  font-size: 42px;
}

    h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

    h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

    h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

    h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}
    

    p {
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

    strong {
  font-weight: 700;
}

    blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  padding-left: 1.75rem;
}

    input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

    input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

    label {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

    legend {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

    input[type="submit"] {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

    blockquote strong {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

    blockquote p {
  margin-bottom: 1rem;
}

    .button {
  display: inline-block;
  border-radius: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

    .button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

    input[type="text"], input[type="email"], input[type="tel"], input[type="password"], 
    input[type="number"], input[type="date"], input[type="time"], input[type="url"], 
    input[type="search"], input[type="month"], input[type="week"], input[type="datetime-local"] {
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

    textarea {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

    .container {
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

    @media (min-width: 768px) {

  .container {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

    @media (min-width: 1024px) {

  .container {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
/*
 * Base Layer
 *
 * The base layer is for things like reset rules or default styles applied to plain HTML elements.
 *
 */
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
/* Menu Classes Start */
.search-bar.show {
  position: relative;
  z-index: 30;
  display: block;
}
/* Menu Classes End */
/* Accordion Classes Start */
.accordion-item .accordion-item__content p {
  margin-bottom: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  opacity: 0.8;
}
@media (min-width: 768px) {

  .accordion-item .accordion-item__content p {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.accordion-item.active .accordion-item__content {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(250 196 210 / var(--tw-border-opacity, 1));
}
.accordion-item__content a {
  --tw-text-opacity: 1;
  color: rgb(59 108 103 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.accordion-item__content ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  list-style-type: disc;
}
.accordion-item__content ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  list-style-type: decimal;
}
.accordion-item__content ul ul {
  margin-bottom: 0px;
  margin-top: 0.25rem;
  margin-left: 0px;
  list-style-type: none;
  padding-left: 1rem;
}
.accordion-item__content ul li,
    .accordion-item__content ol li {
  margin-bottom: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(59 108 103 / var(--tw-text-opacity, 1));
}
.accordion-item__content ul li li {
  margin-bottom: 0.25rem;
  font-weight: 400;
}
.accordion-item__content ul li li:before {
        content: '>';
        margin-right: 1rem;
        display: inline-block;
    }
/* Accordion Classes End */
/* Tabs Start */
.tab {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}
.tab.active {
  border-bottom-width: 1px;
  --tw-text-opacity: 1;
  color: rgb(59 108 103 / var(--tw-text-opacity, 1));
}
.tab span,
    .tab-pane {
  display: none;
}
.tab.active span,
    .tab-pane.active {
  display: block;
}
/* Tabs End */
/* Button Classes Start */
.button-download {
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px !important;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.btn {
  display: inline-block;
  display: flex;
  height: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
}
#site-header.is-scrolled .btn.justify-between {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
/* Header Classes */
/* Module Classes */
.module-intro {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(250 196 210 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.wysiwyg-blue.wysiwyg p {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
/* Module - Call to action */
section[data-row-layout="call_to_action"] {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
/* Module Hero */
.hero-slider {
  overflow-x: hidden;
}
.hero-slider .flickity-page-dots {
  bottom: 1.5rem;
  left: 1.25rem;
  justify-content: flex-start;
}
@media (min-width: 1024px) {

  .hero-slider .flickity-page-dots {
    bottom: 3rem;
    left: 3rem;
  }
}
.hero-slider .flickity-page-dot {
  height: 0.75rem;
  width: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hero-slider .flickity-page-dot.is-selected {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(210 60 117 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  .hero-slider .fixed-width-slide {
    width: 600px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
/* Header Classes */
/*
 * Layer Components
 *
 * The components layer is for class-based styles that you want to be able to override with utilities.
 *
 */
.hero-dot {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 6px;
  --tw-border-opacity: 1;
  border-color: rgb(250 196 210 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 196 210 / var(--tw-bg-opacity, 1));
}
.hero-dot.is-selected {
  --tw-border-opacity: 1;
  border-color: rgb(250 196 210 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(210 60 117 / var(--tw-bg-opacity, 1));
}
.product-list li.active a {
    font-weight: bold;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[-25px\] {
  bottom: -25px;
}
.bottom-\[-35px\] {
  bottom: -35px;
}
.bottom-\[-50px\] {
  bottom: -50px;
}
.bottom-\[100px\] {
  bottom: 100px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-165px\] {
  left: -165px;
}
.left-\[calc\(50\%-84px\)\] {
  left: calc(50% - 84px);
}
.right-0 {
  right: 0px;
}
.right-16 {
  right: 4rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[-165px\] {
  right: -165px;
}
.right-\[-25px\] {
  right: -25px;
}
.right-\[-40px\] {
  right: -40px;
}
.right-\[-50px\] {
  right: -50px;
}
.right-\[-5px\] {
  right: -5px;
}
.right-full {
  right: 100%;
}
.top-0 {
  top: 0px;
}
.top-12 {
  top: 3rem;
}
.top-28 {
  top: 7rem;
}
.top-\[-27px\] {
  top: -27px;
}
.top-\[-50px\] {
  top: -50px;
}
.top-\[-5px\] {
  top: -5px;
}
.top-\[100\%\] {
  top: 100%;
}
.top-\[100px\] {
  top: 100px;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[calc\(50\%-84px\)\] {
  top: calc(50% - 84px);
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[11\] {
  z-index: 11;
}
.z-\[12\] {
  z-index: 12;
}
.z-\[13\] {
  z-index: 13;
}
.z-\[50\] {
  z-index: 50;
}
.z-\[9\] {
  z-index: 9;
}
.order-2 {
  order: 2;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-1px\] {
  margin-top: -1px;
}
.mt-\[-20px\] {
  margin-top: -20px;
}
.mt-\[-30px\] {
  margin-top: -30px;
}
.mt-\[-40px\] {
  margin-top: -40px;
}
.mt-\[-60px\] {
  margin-top: -60px;
}
.mt-\[-7px\] {
  margin-top: -7px;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-5 {
  height: 1.25rem;
}
.h-60 {
  height: 15rem;
}
.h-80 {
  height: 20rem;
}
.h-96 {
  height: 24rem;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[275px\] {
  height: 275px;
}
.h-\[340px\] {
  height: 340px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[calc\(100vh-72px\)\] {
  height: calc(100vh - 72px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-20 {
  max-height: 5rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[350px\] {
  max-height: 350px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.min-h-\[225px\] {
  min-height: 225px;
}
.min-h-\[350px\] {
  min-height: 350px;
}
.min-h-\[355px\] {
  min-height: 355px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/5 {
  width: 60%;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[72px\] {
  width: 72px;
}
.w-full {
  width: 100%;
}
.w-2\/5 {
  width: 40%;
}
.min-w-\[24px\] {
  min-width: 24px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-8xl {
  max-width: 87.5rem;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[696px\] {
  max-width: 696px;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-\[calc\(100\%-48px\)\] {
  max-width: calc(100% - 48px);
}
.flex-grow {
  flex-grow: 1;
}
.table-auto {
  table-layout: auto;
}
.-translate-x-1\/2 {
  --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));
}
.rotate-12 {
  --tw-rotate: 12deg;
  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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.transform {
  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));
}
.cursor-pointer {
  cursor: pointer;
}
.\!list-none {
  list-style-type: none !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-content-center {
  place-content: center;
}
.content-center {
  align-content: center;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[5px\] {
  border-width: 5px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-colour10 {
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity, 1));
}
.border-colour13 {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.border-darkSecondaryColor {
  --tw-border-opacity: 1;
  border-color: rgb(209 43 105 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-primaryColor {
  --tw-border-opacity: 1;
  border-color: rgb(250 196 210 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#FDE7B7FF\] {
  background-color: #FDE7B7FF;
}
.bg-colour12 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}
.bg-colour14 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
}
.bg-colour4 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 208 110 / var(--tw-bg-opacity, 1));
}
.bg-darkSecondaryColor {
  --tw-bg-opacity: 1;
  background-color: rgb(209 43 105 / var(--tw-bg-opacity, 1));
}
.bg-fourthColor {
  --tw-bg-opacity: 1;
  background-color: rgb(170 193 147 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-offSecondaryColor {
  --tw-bg-opacity: 1;
  background-color: rgb(214 79 131 / var(--tw-bg-opacity, 1));
}
.bg-offWhiteBackground {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 235 / var(--tw-bg-opacity, 1));
}
.bg-primaryColor {
  --tw-bg-opacity: 1;
  background-color: rgb(250 196 210 / var(--tw-bg-opacity, 1));
}
.bg-secondaryColor {
  --tw-bg-opacity: 1;
  background-color: rgb(210 60 117 / var(--tw-bg-opacity, 1));
}
.bg-thirdColor {
  --tw-bg-opacity: 1;
  background-color: rgb(249 214 114 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.stroke-secondaryColor {
  stroke: #d23c75;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-serif {
  font-family: Crimson Pro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[10\.5px\] {
  font-size: 10.5px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[58px\] {
  font-size: 58px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-none {
  line-height: 1;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-colour3 {
  --tw-text-opacity: 1;
  color: rgb(5 12 19 / var(--tw-text-opacity, 1));
}
.text-customText {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.text-customTextGrey {
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-primaryColor {
  --tw-text-opacity: 1;
  color: rgb(250 196 210 / var(--tw-text-opacity, 1));
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / 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;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.opacity-0 {
  opacity: 0;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-height\] {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/*
 * Utilities Layer
 * 
 * The utilities layer is for small, single-purpose classes that should always take precedence over any other styles.
 *
 */
/* Ensure output default css is set to off in Gravity Forms settings */
.gform_title {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.gform_fields, .ginput_container_address {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  width: 100%;
}
.gform_footer {
  margin-top: 1rem;
}
fieldset.gfield {
  grid-column: span 12;
}
.gf_name_has_2 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem;
  width: 100%;
}
.gf_name_has_2 span {
  grid-column: span 12;
}
.gfield--width-full, .ginput_full, 
.ginput_left, .ginput_right {
  grid-column: span 12;
}
.gfield--width-half {
  grid-column: span 12;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.gfield input.large,
.gfield textarea.large,
.ginput_complex input,
.gfield select.large,
.ginput_address_country select {
  width: 100%;
}
.ginput_complex label,
.ginput_complex legend {
  display: block;
}
.ginput_full:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.gfield_label {
  font-weight: 500;
}
.gform_required_legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.gfield_required_asterisk {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.hidden_label .gfield_label,
.hidden_label .gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.gfield_time_hour, .gfield_time_minute, .gfield_time_ampm,
.hour_minute_colon {
  display: inline-block;
}
@media (min-width: 768px) {
  .gfield--width-half, fieldset.gfield.gfield--width-half,
  .gf_name_has_2 span, .ginput_left, .ginput_right {
    grid-column: span 6;
  }
}
.gform_footer {
  display: flex;
  justify-content: flex-end;
}
#site-header.is-scrolled .gform_footer.justify-between {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.gform_footer input[type='submit'] {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 196 210 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/* Datepicker */
.ui-datepicker {
  position: absolute;
  left: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  z-index: 20;
  border-radius: 0.25rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ui-datepicker-header {
  display: flex;
  justify-content: center;
  border-width: 0px;
}
#site-header.is-scrolled .ui-datepicker-header.justify-between {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.ui-datepicker-calendar td {
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 3rem;
  width: 3rem;
  padding: 0.25rem;
}
.ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  width: 2.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  cursor: text;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ui-datepicker-calendar .ui-state-disabled .ui-state-default:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.ui-datepicker-calendar .ui-state-default {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#site-header.is-scrolled .ui-datepicker-calendar .ui-state-default.justify-between {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.ui-datepicker-calendar .ui-state-default {
  border-radius: 9999px;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
 .wysiwyg a:not(.ui-datepicker-calendar .ui-state-default) {
  text-decoration-line: underline;
}
.ui-datepicker-calendar .ui-state-default:hover {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.ui-datepicker-current-day .ui-state-default {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ui-datepicker-current-day .ui-state-default:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ui-datepicker-header {
  display: flex;
  justify-content: center;
}
#site-header.is-scrolled .ui-datepicker-header.justify-between {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.ui-datepicker-header {
  position: relative;
  margin-bottom: 0.25rem;
  width: 100%;
  padding: 0px;
  border-width: 0px;
}
.ui-datepicker-header select.ui-datepicker-month {
  margin-right: 1.25rem;
  text-align: right;
}
.ui-datepicker-header select {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  height: auto;
  min-height: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 1.25rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 15.05L6.34998 9.39997L7.39998 8.34998L12 12.95L16.6 8.34998L17.65 9.39997L12 15.05Z%27 fill=%27%2370707B%27/%3E%3C/svg%3E");
  background-position: 100% 50%;
  background-size: 20px 20px;
}
.ui-datepicker-next,
.ui-datepicker-prev {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
#site-header.is-scrolled .ui-datepicker-next.justify-between,#site-header.is-scrolled 
.ui-datepicker-prev.justify-between {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.ui-datepicker-next,
.ui-datepicker-prev {
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
}
.ui-datepicker-prev {
  left: 0px;
}
.ui-datepicker-next {
  right: 0px;
}
.ui-datepicker-next::before {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 19.625L10.925 18.55L16.75 12.75H4.375V11.25H16.75L10.925 5.45L12 4.375L19.625 12L12 19.625Z%27 fill=%27%2370707B%27/%3E%3C/svg%3E");
  height: 1.25rem;
  width: 1.25rem;
}
.ui-datepicker-prev::before {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 19.625L4.375 12L12 4.375L13.075 5.45L7.25 11.25H19.625V12.75H7.25L13.075 18.55L12 19.625Z%27 fill=%27%2370707B%27/%3E%3C/svg%3E");
  height: 1.25rem;
  width: 1.25rem;
}
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.ui-datepicker-calendar th span {
  display: flex;
  align-items: center;
  justify-content: center;
}
#site-header.is-scrolled .ui-datepicker-calendar th span.justify-between {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.ui-datepicker-calendar th span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  height: 2.5rem;
  width: 2.5rem;
}
/* Custom choice inputs */
.gfield-choice-input {
  height: 0px;
  width: 0px;
  opacity: 0;
}
.gfield-choice-input:focus-visible + label:before {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.gfield_radio label,
.gfield_checkbox label {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.gfield_radio label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  margin-right: 0.5rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  --tw-translate-y: -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: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.gchoice {
  display: flex;
}
#site-header.is-scrolled .gchoice.justify-between {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.gchoice label:before {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.gchoice label:hover:before {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.gfield_radio :checked + label:before,
.gfield_checkbox :checked + label:before {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.gfield_radio :checked + label:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  --tw-translate-y: -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: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  left: 5px;
}
.gfield_checkbox label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  margin-right: 0.5rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  --tw-translate-y: -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: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.gfield_checkbox :checked + label:after {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cmask id=%27mask0_2213_1154%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%270%27 width=%2714%27 height=%2714%27%3E%3Crect width=%2714%27 height=%2714%27 fill=%27%23D9D9D9%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0_2213_1154%29%27%3E%3Cpath d=%27M5.57084 10.9667L1.77917 7.17498L3.09167 5.86248L5.57084 8.34165L10.9083 3.00415L12.2208 4.31665L5.57084 10.9667Z%27 fill=%27%23E71D36%27/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  left: 0.125rem;
  margin-left: 1px;
  display: block;
  height: 0.5rem;
  width: 0.625rem;
  --tw-translate-y: -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));
  background-position: center;
}
/* Custom select */
.ginput_container_select {
  position: relative;
}
.ginput_container.ginput_container_select select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.ginput_container.ginput_container_select
  select:focus-visible
  + .select-selected {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.select-selected {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  height: 3rem;
  padding: 0.75rem;
  border-radius: 0.25rem;
}
.select-selected::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.select-selected::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.select-selected:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.select-selected:after {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.99999 12.5416L5.29166 7.83331L6.16666 6.95831L9.99999 10.7916L13.8333 6.95831L14.7083 7.83331L9.99999 12.5416Z%27 fill=%27%2370707B%27/%3E%3C/svg%3E");
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 1.25rem;
  width: 1.25rem;
}
.select-selected.select-arrow-active:after {
  display: none;
}
.select-items div {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.select-items {
  max-height: 15rem;
  position: absolute;
  top: calc(100% - 4px);
  left: 0px;
  right: 0px;
  z-index: 20;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  overflow: auto;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.select-hide {
  display: none;
}
.select-items div:hover,
.select-items .same-as-selected {
  border-left-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/* Validation */
.gform_submission_error {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  margin-bottom: 1rem;
}
.gfield_error input[type='text'],
.gfield_error input[type='email'],
.gfield_error input[type='tel'],
.gfield_error select,
.gfield_error textarea,
.gfield_error .select-selected {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.gfield_validation_message {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  margin-top: 0.5rem;
}
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}
.flickity-enabled:focus{outline:0}
.flickity-viewport{/*overflow:hidden;*/position:relative;height:100%;touch-action:pan-y}
.flickity-slider{position:absolute;width:100%;height:100%;left:0}
.flickity-rtl .flickity-slider{left:unset;right:0}
.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}
.flickity-cell{position:absolute;left:0}
.flickity-rtl .flickity-cell{left:unset;right:0}
.flickity-button{position:absolute;background:hsl(0 0% 100% / 75%);border:none;color:#333}
.flickity-button:hover{background:#fff;cursor:pointer}
.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}
.flickity-button:active{opacity:.6}
.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}
.flickity-button-icon{fill:currentColor}
.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}
.flickity-prev-next-button.previous{left:10px}
.flickity-prev-next-button.next{right:10px}
.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}
.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}
.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}
.flickity-page-dots{position:absolute;width:100%;bottom:-25px;text-align:center;display:flex;justify-content:center;flex-wrap:wrap}
.flickity-rtl .flickity-page-dots{direction:rtl}
.flickity-page-dot{display:block;width:10px;height:10px;padding:0;margin:0 8px;background:hsl(0 0% 20% / 25%);border-radius:50%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;text-indent:-9999px;overflow:hidden}
.flickity-rtl .flickity-page-dot{text-indent:9999px}
.flickity-page-dot:focus{outline:0;box-shadow:0 0 0 5px #19f}
.flickity-page-dot.is-selected{background:hsl(0 0% 20% / 100%)}
.wysiwyg {
  position: relative;
}
.wysiwyg a, .wysiwyg a:not(.no-underline) {
  text-decoration-line: underline;
}
.wysiwyg p {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.wysiwyg ul {
  margin: 1rem;
  list-style-type: disc;
}
.wysiwyg ul ul {
  margin-bottom: 0px;
  margin-top: 0.25rem;
  margin-left: 0px;
  list-style-type: none;
  padding-left: 1rem;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.wysiwyg ul li li {
  margin-bottom: 0.25rem;
  font-weight: 400;
}
.wysiwyg ul li li:before {
    content: '>';
    margin-right: 1rem;
    display: inline-block;
}
.wysiwyg li, .wysiwyg li::marker {
    color: inherit;
}
.wysiwyg ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  list-style-type: decimal;
}
.wysiwyg__media video, .wysiwyg__media iframe {
  height: 100%;
  width: 100%;
}
.wysiwyg blockquote {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  padding-right: 3rem;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.wysiwyg blockquote p {
  margin-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.wysiwyg blockquote cite {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.wysiwyg img {
  width: auto;
}
.wysiwyg .wp-caption {
  width: auto !important;
}
.wysiwyg .video-wrapper {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 16rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.wysiwyg .video-wrapper:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(5, 12, 19, 0.7) 0%, rgba(5, 12, 19, 0.4) 100%);
    transition: opacity .3s ease;
}
.wysiwyg .video-wrapper.active .video-wrapper__play,
.wysiwyg .video-wrapper.active:after,
.wysiwyg .video-wrapper.active img {
  pointer-events: none;
  opacity: 0;
}
.wysiwyg iframe {
  position: absolute;
  top: 0px;
  height: 16rem;
  width: 100%;
  border-radius: 0.5rem;
}
.wysiwyg strong {
  color: inherit;
}
.wysiwyg .button {
  margin-top: 2rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.wysiwyg table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
    .wysiwyg .video-wrapper, .wysiwyg iframe {
    height: 24rem;
  }
}
/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}
/* Bob */
@keyframes hvr-bob {
    0% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(-4px);
    }
    100% {
        transform: translateY(-8px);
    }
}
@keyframes hvr-bob-float {
    100% {
        transform: translateY(-8px);
    }
}
.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
    animation-name: hvr-bob-float, hvr-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}
.hvr-icon-rotate {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition-duration: 0.3s;
}
.hvr-icon-rotate .hvr-icon {
    transform: translateZ(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.hvr-icon-rotate:hover .hvr-icon, .hvr-icon-rotate:focus .hvr-icon, .hvr-icon-rotate:active .hvr-icon {
    transform: rotate(20deg);
}
.header-lower .container {
  position: relative;
}
.header-lower-desktop {
  display: none;
}
.header-lower {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.header-lower-menu {
  margin: 0px;
  display: none;
  list-style-type: none;
  padding: 0px;
}
@media (min-width: 1024px) {

  .header-lower-menu {
    display: flex;
    height: 100%;
    width: auto;
  }
}
.header-lower-sub-menu {
  display: block;
}
.header-lower-menu__item {
  display: inline-flex;
  height: 100%;
  width: 100%;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .header-lower-menu__item {
    display: inline-block;
    width: auto;
  }
}
.header-sub-menu-item-depth-1 a:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 196 210 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.header-sub-menu-item-depth-2 a:focus {
  --tw-text-opacity: 1;
  color: rgb(250 196 210 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.header-lower-menu__item:not(:last-of-type) {
  border-bottom-width: 1px;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.5;
}
@media (min-width: 1024px) {

  .header-lower-menu__item:not(:last-of-type) {
    border-bottom-width: 0px;
  }
}
.header-lower-menu__link {
  display: block;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
 .wysiwyg a:not(.header-lower-menu__link) {
  text-decoration-line: underline;
}
.header-lower-sub-menu__link {
  display: block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
 .wysiwyg a:not(.header-lower-sub-menu__link) {
  text-decoration-line: underline;
}
.header-lower-sub-menu__item.active ul li a {
  pointer-events: auto;
  opacity: 1;
}
.header-lower-sub-menu__link-container {
  display: flex;
  height: 100%;
  align-items: center;
}
#site-header.is-scrolled .header-lower-sub-menu__link-container.justify-between {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.header-lower-sub-menu__link-container:first-child a {
  padding-left: 0px;
}
.header-lower-sub-menu__link-container a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}
#site-header.is-scrolled .header-lower-sub-menu__link-container a.justify-between {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#site-header.is-scrolled .flex.header-lower-sub-menu__link-container a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.header-lower-menu__item.active .header-lower-menu__link {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(210 60 117 / var(--tw-text-opacity, 1));
}
.header-lower-menu__item.active .header-lower-menu__link:hover {
  --tw-text-opacity: 1;
  color: rgb(210 60 117 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.header-lower-sub-menu__item:hover > .header-lower-sub-menu__link-container > .header-lower-sub-menu__link {
  --tw-bg-opacity: 1;
  background-color: rgb(210 60 117 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.header-lower-sub-menu__item > .header-lower-sub-menu__link-container > .header-lower-sub-menu__link svg path {
  stroke: #FAC4D2;
}
.header-lower-sub-menu__item:hover > .header-lower-sub-menu__link-container > .header-lower-sub-menu__link svg path {
  stroke: #fff;
}
li.header-lower-menu__item--has-sub-menu span {
  display: flex;
  padding-left: 0.25rem;
}
#site-header.is-scrolled li.header-lower-menu__item--has-sub-menu span.justify-between {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.header-lower-sub-menu-container {
  z-index: 20;
}
@media (min-width: 1024px) {

  .header-lower-sub-menu-container {
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
  }
}
.header-lower-menu__item--has-sub-menu:hover > .header-lower-sub-menu-container {
  pointer-events: auto;
  opacity: 1;
}
@media (min-width: 1024px) {

  .header-lower-menu__item--has-sub-menu:hover > .header-lower-sub-menu-container {
    display: flex;
  }
}
.header-lower-sub-menu__item {
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
}
.header-lower-sub-menu__item:hover > .depth-one > li > div > a, 
.header-lower-sub-menu__item:hover > .depth-two > li > div > a {
  pointer-events: auto;
  opacity: 1;
}
ul.depth-zero, ul.depth-one, ul.depth-two {
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
ul.depth-zero {
  width: 33.333333%;
}
ul.depth-zero li {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
ul.depth-one {
  pointer-events: none;
  position: absolute;
  right: 33.333333%;
  top: 0px;
  display: none;
  height: 100%;
  width: 33.333333%;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.header-sub-menu-item-depth-1:hover > ul.depth-one,
.header-sub-menu-item-depth-1:focus > ul.depth-one,
.header-sub-menu-item-depth-1.active > ul.depth-one {
  display: block;
}
ul.depth-one li a {
  pointer-events: none;
  opacity: 0;
}
ul.depth-two {
  pointer-events: none;
  position: absolute;
  right: -100%;
  top: 0px;
  width: 100%;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
ul.depth-two li {
  padding-left: 2.5rem;
}
ul.depth-two li a {
  pointer-events: none;
  opacity: 0;
}
.mobile-menu-nav {
  height: 100%;
}
.header-lower-sub-menu__item:hover > .depth-one, .header-lower-sub-menu__item:hover > .depth-two {
  pointer-events: auto;
}
.header-lower-menu-mobile {
  position: relative;
  height: 100%;
}
.header-lower-menu-mobile__item {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.header-lower-sub-menu-mobile__link-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#site-header.is-scrolled .header-lower-sub-menu-mobile__link-container.justify-between {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#site-header.is-scrolled .flex.header-lower-sub-menu-mobile__link-container {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.header-lower-sub-menu-mobile__link-container a {
  width: 50%;
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.header-lower-sub-menu-mobile__link-container span {
  margin-left: 0.75rem;
  display: flex;
  width: 50%;
  justify-content: flex-end;
}
#site-header.is-scrolled .header-lower-sub-menu-mobile__link-container span.justify-between {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.header-lower-sub-menu-mobile {
  left: 0px;
  top: 0px;
  z-index: 20;
  margin-top: 0.75rem;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.header-lower-sub-menu-mobile.active {
  display: block;
}
.menu-back-btn {
  margin-bottom: 1rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(250 196 210 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(250 196 210 / var(--tw-text-opacity, 1));
}
.menu-back-btn span {
  display: flex;
  align-items: center;
}
#site-header.is-scrolled .menu-back-btn span.justify-between {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.menu-back-btn span svg {
  display: flex;
  align-items: center;
}
#site-header.is-scrolled .menu-back-btn span svg.justify-between {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.parent-menu-heading {
  margin-bottom: 0.375rem;
  border-bottom-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(250 196 210 / var(--tw-text-opacity, 1));
}
.header-lower-sub-menu-mobile__item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header-lower-sub-menu-mobile__item a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
#menu-header-navigation-top li {
  margin-left: 1.5rem;
}
.header-top-menu-mobile li {
  margin-bottom: 0.75rem;
}
.header-top-menu-mobile a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(250 196 210 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
/* Smooth transition base */
#site-header {
  transition: all 0.1s ease;
}
/* When scrolled */
#site-header.is-scrolled {
  position: fixed;
  height: 60px;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
/* Shrink inner spacing */
#site-header.is-scrolled .flex.justify-between {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
/* Shrink logo */
#site-header.is-scrolled .site-logo {
  max-height: 55px;
}
/* Hide wave SVG when header is fixed */
#site-header.is-scrolled #headerWave {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition: all 0.1s ease;
}
#site-header #headerWave {
  transition: all 0.1s ease;
}
#site-header.is-scrolled #headerWave {
  opacity: 0;
  transform: translateY(-20px);
}
.designer-container {
    display: flex;
    gap: 60px;
}
.designer-canvas {
    /*width: 500px;*/
    background: #fff;
    border: 2px solid #000;
}
.character {
    position: relative;
    width: 400px;
    height: 600px;
}
.layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
/*Hero Banner People*/
.hero {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}
.hero-inner {
    position: relative;
    text-align: center;
}
/* CHARACTER CONTAINER */
.hero-characters {
    position: relative;
    width: 100%;
    margin-top: 0;
}
/* ALL IMAGES STACKED CENTER */
.hero-body {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform-origin: bottom center;
    transform: translateX(-50%);
    transition: all 0.6s ease;
}
/* CENTER (middle finger 👀) */
.body-2 {
    z-index: 3;
}
/* LEFT */
.body-1 {
    transform: translateX(-50%) rotate(-12deg) translateX(-120px);
    z-index: 2;
}
/* RIGHT */
.body-3 {
    transform: translateX(-50%) rotate(12deg) translateX(120px);
    z-index: 1;
}
.reveal .body-1,
.reveal .body-2,
.reveal .body-3 {
    opacity: 0;
    transform: translateX(-50%) translateY(40px);
}
.reveal.active .body-1 {
    opacity: 1;
    transform: translateX(-50%) rotate(-12deg) translateX(-120px);
}
.reveal.active .body-2 {
    opacity: 1;
    transform: translateX(-50%);
}
.reveal.active .body-3 {
    opacity: 1;
    transform: translateX(-50%) rotate(12deg) translateX(120px);
}
@media only screen and (max-width: 767px) {

    .reveal.active .body-1 {
        opacity: 1;
        transform: translateX(-10%) rotate(-12deg) translateX(-120px);
    }

    .reveal.active .body-2 {
        opacity: 1;
        transform: translateX(-50%);
    }

    .reveal.active .body-3 {
        opacity: 1;
        transform: translateX(-80%) rotate(12deg) translateX(120px);
    }
}
.hero-characters {
    position: relative;
    width: 100%;
}
.hero-body {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform-origin: bottom center;
    max-height: 480px;
}
.body-1:hover {
    transform: translateX(-50%) rotate(-12deg) translateX(-120px) scale(1.05)!important;
    z-index: 2;
}
.body-2:hover {
    transform: translateX(-50%) scale(1.05)!important;
    z-index: 2;
}
.body-3:hover {
    transform: translateX(-50%) rotate(12deg) translateX(120px) scale(1.05)!important;
    z-index: 2;
}
.character-tab.active {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(210 60 117 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 196 210 / var(--tw-bg-opacity, 1));
}
.product-item .product-image img {
  width: 100%;
}
@font-face {
    font-family: 'BettyInBloom';
    font-weight: 400;
    src: url(a09a3d7d387a97657bd3.ttf) format("truetype"), url(data:font/woff2;base64,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) format('woff2');
}
@font-face {
    font-family: 'Figtree';
    font-weight: 400;
    src: url(c7d323303abdccfdf903.ttf) format("truetype");
}
@media (min-width: 1024px) {

    .lg\:container {
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

    @media (min-width: 768px) {

    .lg\:container {
      padding-left: 2.25rem;
      padding-right: 2.25rem;
    }
  }

    @media (min-width: 1024px) {

    .lg\:container {
      padding-left: 9rem;
      padding-right: 9rem;
    }
  }

    .lg\:container {
    width: 100%;
  }

    @media (min-width: 640px) {

    .lg\:container {
      max-width: 640px;
    }
  }

    @media (min-width: 768px) {

    .lg\:container {
      max-width: 768px;
    }
  }

    @media (min-width: 1024px) {

    .lg\:container {
      max-width: 1024px;
    }
  }

    @media (min-width: 1280px) {

    .lg\:container {
      max-width: 1280px;
    }
  }

    @media (min-width: 1536px) {

    .lg\:container {
      max-width: 1536px;
    }
  }
}
.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:text-primaryColor:hover {
  --tw-text-opacity: 1;
  color: rgb(250 196 210 / var(--tw-text-opacity, 1));
}
.hover\:text-secondaryColor:hover {
  --tw-text-opacity: 1;
  color: rgb(210 60 117 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-trustShadow:hover {
  --tw-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 5px 5px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-greyColor:hover {
  --tw-shadow-color: #e2dede;
  --tw-shadow: var(--tw-shadow-colored);
}
.focus\:outline-0:focus {
  outline-width: 0px;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
@media (min-width: 640px) {

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

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

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

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

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

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

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

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

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

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

  .md\:float-right {
    float: right;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

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

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

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-32 {
    width: 8rem;
  }

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

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

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

  .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-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .md\:justify-center {
    justify-content: center;
  }

  .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

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

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

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

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

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

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

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

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

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-\[20px\] {
    padding-right: 20px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

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

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:min-w-0 {
    min-width: 0px;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

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

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

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

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

  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

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

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

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {

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

  .xl\:max-w-3xl {
    max-width: 48rem;
  }

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

  .xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media (min-width: 1320px) {

  .min-\[1320px\]\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
