/**
 * Main Stylesheet
 */
/**
 * Order is important in the base imports
 */
:root {
  --nav-height: var(--installer-nav-height) !important;
}

/*! tailwindcss v3.4.11 | 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: currentColor; /* 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] {
  display: none;
}

:root {
  --base-font-size-desktop: clamp(8.533333333333333px, 1.1111111111111112vw, 18.666666666666668px);
  --base-font-size-mobile: 16px;
  --page-margin-outer-desktop: clamp(30.933333333333334px, 4.027777777777778vw, 67.66666666666667px);
  --page-margin-outer-mobile: 18px;
  --page-margin-inner-desktop: clamp(60.8px, 7.916666666666666vw, 133px);
  --page-margin-inner-mobile: 18px;
  --page-top-offset: calc(var(--nav-height) + (var(--nav-top) * 2));
  --nav-height-desktop: 3.875rem;
  --nav-height-mobile: 3.5625rem;
  --nav-top-desktop: 6px;
  --nav-top-mobile: 5px;
  --nav-margin-desktop: 8px;
  --nav-margin-mobile: 5px;
  --nav-panel-top-desktop: 2.625rem;
  --nav-panel-top-mobile: 10px;
  --inlineform-height-desktop: 3.25rem;
  --inlineform-height-mobile: 46px;
  --installer-nav-height-desktop: 5rem;
  --installer-nav-height-mobile: 3.5625rem;
  --installer-nav-cta-height: 3rem;
  --color-transparent: transparent;
  --color-logo-red: #EE0000;
  --color-pro-red: #A11515;
  --color-white: #FFFFFF;
  --color-residential-grey: #EBE6DE;
  --color-commercial-grey: #454142;
  --color-black: #28231F;
  --color-background-red: #F2E1E1;
  --color-subtle-grey: #F4F4F4;
  --color-button-grey: #F0F0F0;
  --color-button-greyongrey: #E5E3DE;
  --color-background-grey: #F3F0EB;
  --color-background-subtle-grey: #f4f4f4;
  --color-light-grey: #C6BFB7;
  --color-grey: #78716B;
  --color-navigation: rgba(248, 248, 248, 0.70);
  --color-translucent: rgba(248, 248, 248, 0.50);
  --color-background-white: #FFF;
  --color-button-hover-red: #BF0000;
  --color-button-hover-grey: #E1DFDB;
  --color-button-hover-black: #454142;
  --color-modal-backdrop: rgba(0, 0, 0, .75);
  --color-hgtv: #47B7D2;
  --color-hgtv-blue: #49B6D0;
  --color-caption: rgba(255, 255, 255, .6);
  --color-status-active: #63C600;
}

.heading-xxl {
  font-size: 2.125rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 250;
  line-height: 130%;
}

.heading-xxl sup {
  font-size: .6em;
}

@media (min-width: 768px) {
  .heading-xxl {
    font-size: 2.875rem;
  }
}

.heading-xl {
  font-size: 1.625rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 250;
  line-height: 140%;
}

.heading-xl sup {
  font-size: .6em;
}

@media (min-width: 768px) {
  .heading-xl {
    font-size: 2.5rem;
  }
}

.heading-lg {
  font-size: 1.5rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 275;
  line-height: 140%;
  letter-spacing: 0.0053125rem;
}

.heading-lg sup {
  font-size: .6em;
}

@media (min-width: 768px) {
  .heading-lg {
    font-size: 2.125rem;
    font-variation-settings: "wght" 250;
    letter-spacing: normal;
  }
}

.heading-md {
  font-size: 1.375rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 275;
  line-height: 140%;
  letter-spacing: normal;
}

.heading-md sup {
  font-size: .6em;
}

@media (min-width: 768px) {
  .heading-md {
    font-size: 1.875rem;
    font-variation-settings: "wght" 275;
  }
}

.heading-sm {
  font-size: 1.125rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 275;
  line-height: 150%;
  letter-spacing: normal;
}

.heading-sm sup {
  font-size: .6em;
}

@media (min-width: 768px) {
  .heading-sm {
    font-size: 1.5rem;
  }
}

.heading-xs {
  font-size: 1.0625rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 350;
  line-height: 130%;
  letter-spacing: normal;
}

.heading-xs sup {
  font-size: .6em;
}

@media (min-width: 768px) {
  .heading-xs {
    font-size: 1.375rem;
    font-variation-settings: "wght" 325;
    letter-spacing: 0.006875rem;
    line-height: 150%;
  }
}

.heading-xxs {
  font-size: 1rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 350;
  line-height: 130%;
  letter-spacing: normal;
}

.heading-xxs sup {
  font-size: .6em;
}

@media (min-width: 768px) {
  .heading-xxs {
    font-size: 1.125rem;
    font-variation-settings: "wght" 325;
    letter-spacing: 0.006875rem;
    line-height: 150%;
  }
}

.body-lg {
  font-size: 0.9375rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 275;
  line-height: 160%;
  letter-spacing: 0.0046875rem;
}

.body-lg sup {
  font-size: .6em;
}

.body-lg strong {
  font-variation-settings: "wght" 400;
  font-weight: normal;
}

@media (min-width: 768px) {
  .body-lg strong {
    font-variation-settings: "wght" 375;
  }
  .body-lg {
    font-size: 1rem;
    letter-spacing: 0.005rem;
  }
}

.body-md {
  font-size: 0.9375rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 275;
  font-weight: normal;
  line-height: 160%;
  letter-spacing: 0.0046875rem;
}

.body-md sup {
  font-size: .6em;
}

.body-md strong {
  font-variation-settings: "wght" 400;
  font-weight: normal;
}

@media (min-width: 768px) {
  .body-md strong {
    font-variation-settings: "wght" 375;
  }
  .body-md {
    letter-spacing: normal;
    font-variation-settings: "wght" 275;
  }
}

.body-sm {
  font-size: 0.75rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 275;
  line-height: 150%;
}

.body-sm sup {
  font-size: .6em;
}

.body-sm strong {
  font-variation-settings: "wght" 400;
}

@media (min-width: 768px) {
  .body-sm strong {
    font-variation-settings: "wght" 375;
  }
  .body-sm {
    letter-spacing: normal;
    font-variation-settings: "wght" 275;
  }
}

.cta-lg {
  font-size: 0.875rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 475;
  line-height: 130%;
}

@media (min-width: 768px) {
  .cta-lg {
    font-size: 1rem;
  }
}

.cta-md {
  font-size: 0.875rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 475;
  line-height: 130%;
}

@media (min-width: 768px) {}

.cta-sm {
  font-size: 0.75rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 475;
  line-height: 130%;
}

@media (min-width: 768px) {}

.navigation-primary {
  font-size: 1.875rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 275;
  line-height: 1;
}

@media (min-height: 31.25rem) and (min-width: 61.25rem) {
  .navigation-primary {
    font-size: 0.8125rem;
    font-variation-settings: "wght" 450;
    letter-spacing: 0.0040625rem;
  }
}

.navigation-secondary {
  font-size: 1.5rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 275;
  line-height: 1;
  letter-spacing: 0.0075rem;
}

.navigation-secondary sup {
  font-size: 45%;
  top: -1em;
}

@media (min-height: 31.25rem) and (min-width: 61.25rem) {
  .navigation-secondary {
    font-size: 2rem;
    font-variation-settings: "wght" 275;
    letter-spacing: 0.01rem;
    line-height: 1;
  }
}

.navigation-tertiary {
  font-size: 1.25rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 325, "wdth" 100;
  line-height: 1;
  letter-spacing: 0.040625rem;
}

@media (min-height: 31.25rem) and (min-width: 61.25rem) {
  .navigation-tertiary {
    font-size: 0.8125rem;
    font-variation-settings: "wght" 325;
    letter-spacing: 0.00625rem;
    line-height: 1;
  }
}

.navigation-back {
  font-size: 1.25rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wdth" 75, "wght" 300;
  line-height: 1;
}

.btn-icon-hover-link {
  font-size: 0.875rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wdth" 75, "wght" 300;
  line-height: 1;
}

@media (min-width: 768px) {
  .btn-icon-hover-link {
    font-size: 1.25rem;
  }
}

.navigation-ctas {
  font-size: 0.875rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wdth" 100, "wght" 475;
  line-height: 1.4;
}

.bold {
  font-variation-settings: "wght" 400;
}

@media (min-width: 768px) {
  .bold {
    font-variation-settings: "wght" 375;
  }
}

.container-full {
  width: 100%;
}

.container-outer {
  width: calc(100% - (var(--page-margin-outer) * 2));
  margin-left: auto;
  margin-right: auto;
}

.container-outer-left {
  width: calc(100% - var(--page-margin-outer));
  margin-left: auto;
  margin-right: 0;
}

.container-outer-right {
  width: calc(100% - var(--page-margin-outer));
  margin-left: 0;
  margin-right: auto;
}

.container-inner {
  width: calc(100% - (var(--page-margin-inner) * 2));
  margin-left: auto;
  margin-right: auto;
}

.container-inner-left {
  width: calc(100% - var(--page-margin-inner));
  margin-left: auto;
  margin-right: 0;
}

.container-inner-right {
  width: calc(100% - var(--page-margin-inner));
  margin-left: 0;
  margin-right: auto;
}

*, ::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:  ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 480px) {
  .\!container {
    max-width: 480px !important;
  }
  .container {
    max-width: 480px;
  }
}
@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }
  .container {
    max-width: 768px;
  }
}
@media (min-width: 980px) {
  .\!container {
    max-width: 980px !important;
  }
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .\!container {
    max-width: 1200px !important;
  }
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .\!container {
    max-width: 1440px !important;
  }
  .container {
    max-width: 1440px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.\!invisible {
  visibility: hidden !important;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.\!right-\[0\] {
  right: 0 !important;
}
.\!right-\[10px\] {
  right: 10px !important;
}
.\!top-\[10px\] {
  top: 10px !important;
}
.\!top-auto {
  top: auto !important;
}
.bottom-\[0\] {
  bottom: 0;
}
.bottom-\[0px\] {
  bottom: 0px;
}
.bottom-\[149px\] {
  bottom: 149px;
}
.bottom-\[15px\] {
  bottom: 15px;
}
.bottom-\[16px\] {
  bottom: 16px;
}
.bottom-\[18px\] {
  bottom: 18px;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.bottom-\[22px\] {
  bottom: 22px;
}
.bottom-\[24px\] {
  bottom: 24px;
}
.bottom-\[30px\] {
  bottom: 30px;
}
.bottom-\[45px\] {
  bottom: 45px;
}
.bottom-\[50px\] {
  bottom: 50px;
}
.bottom-\[56px\] {
  bottom: 56px;
}
.bottom-\[61px\] {
  bottom: 61px;
}
.bottom-\[75px\] {
  bottom: 75px;
}
.left-\[0\] {
  left: 0;
}
.left-\[0px\] {
  left: 0px;
}
.left-\[15px\] {
  left: 15px;
}
.left-\[18px\] {
  left: 18px;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[24px\] {
  left: 24px;
}
.left-\[32px\] {
  left: 32px;
}
.left-\[5\%\] {
  left: 5%;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[50px\] {
  left: 50px;
}
.left-\[9px\] {
  left: 9px;
}
.left-page-outer {
  left: var(--page-margin-outer);
}
.right-\[0\] {
  right: 0;
}
.right-\[12px\] {
  right: 12px;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[8px\] {
  right: 8px;
}
.right-\[9px\] {
  right: 9px;
}
.right-page-outer {
  right: var(--page-margin-outer);
}
.top-\[0\] {
  top: 0;
}
.top-\[0px\] {
  top: 0px;
}
.top-\[100dvh\] {
  top: 100dvh;
}
.top-\[12px\] {
  top: 12px;
}
.top-\[15px\] {
  top: 15px;
}
.top-\[16px\] {
  top: 16px;
}
.top-\[17px\] {
  top: 17px;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[28px\] {
  top: 28px;
}
.top-\[32px\] {
  top: 32px;
}
.top-\[38\%\] {
  top: 38%;
}
.top-\[4px\] {
  top: 4px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[5px\] {
  top: 5px;
}
.top-\[8px\] {
  top: 8px;
}
.top-nav-height {
  top: var(--nav-height);
}
.top-page-outer {
  top: var(--page-margin-outer);
}
.top-page-top-offset {
  top: var(--page-top-offset);
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[1001\] {
  z-index: 1001;
}
.z-\[1002\] {
  z-index: 1002;
}
.z-\[1003\] {
  z-index: 1003;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1010\] {
  z-index: 1010;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[4\] {
  z-index: 4;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-last {
  order: 9999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.float-right {
  float: right;
}
.m-\[28px\] {
  margin: 28px;
}
.m-auto {
  margin: auto;
}
.mx-\[auto\] {
  margin-left: auto;
  margin-right: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[15px\] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-\[16px\] {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-\[24px\] {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-\[58px\] {
  margin-top: 58px;
  margin-bottom: 58px;
}
.my-\[8px\] {
  margin-top: 8px;
  margin-bottom: 8px;
}
.\!mb-\[0\] {
  margin-bottom: 0 !important;
}
.mb-\[-\.22em\] {
  margin-bottom: -.22em;
}
.mb-\[-2px\] {
  margin-bottom: -2px;
}
.mb-\[-3px\] {
  margin-bottom: -3px;
}
.mb-\[-4px\] {
  margin-bottom: -4px;
}
.mb-\[-6px\] {
  margin-bottom: -6px;
}
.mb-\[\.5em\] {
  margin-bottom: .5em;
}
.mb-\[0px\] {
  margin-bottom: 0px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[140px\] {
  margin-bottom: 140px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[19px\] {
  margin-bottom: 19px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[21px\] {
  margin-bottom: 21px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[27px\] {
  margin-bottom: 27px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[33px\] {
  margin-bottom: 33px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.mb-\[36px\] {
  margin-bottom: 36px;
}
.mb-\[38px\] {
  margin-bottom: 38px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[45px\] {
  margin-bottom: 45px;
}
.mb-\[46px\] {
  margin-bottom: 46px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[56px\] {
  margin-bottom: 56px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[600px\] {
  margin-bottom: 600px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[70px\] {
  margin-bottom: 70px;
}
.mb-\[73px\] {
  margin-bottom: 73px;
}
.mb-\[78px\] {
  margin-bottom: 78px;
}
.mb-\[7px\] {
  margin-bottom: 7px;
}
.mb-\[80px\] {
  margin-bottom: 80px;
}
.mb-\[85px\] {
  margin-bottom: 85px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-\[-6px\] {
  margin-left: -6px;
}
.ml-\[0\] {
  margin-left: 0;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[18\%\] {
  margin-left: 18%;
}
.ml-\[18px\] {
  margin-left: 18px;
}
.ml-\[26px\] {
  margin-left: 26px;
}
.ml-\[32px\] {
  margin-left: 32px;
}
.ml-\[6px\] {
  margin-left: 6px;
}
.ml-\[8\%\] {
  margin-left: 8%;
}
.ml-\[calc\(var\(--page-margin-inner\)\*-1\)\] {
  margin-left: calc(var(--page-margin-inner) * -1);
}
.ml-\[var\(--nav-inset\)\] {
  margin-left: var(--nav-inset);
}
.ml-auto {
  margin-left: auto;
}
.mr-\[104px\] {
  margin-right: 104px;
}
.mr-\[16px\] {
  margin-right: 16px;
}
.mr-\[18px\] {
  margin-right: 18px;
}
.mr-\[24px\] {
  margin-right: 24px;
}
.mr-\[26px\] {
  margin-right: 26px;
}
.mr-\[6px\] {
  margin-right: 6px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mr-auto {
  margin-right: auto;
}
.mt-\[-10px\] {
  margin-top: -10px;
}
.mt-\[-16px\] {
  margin-top: -16px;
}
.mt-\[-24px\] {
  margin-top: -24px;
}
.mt-\[-32px\] {
  margin-top: -32px;
}
.mt-\[-45px\] {
  margin-top: -45px;
}
.mt-\[-75px\] {
  margin-top: -75px;
}
.mt-\[-80px\] {
  margin-top: -80px;
}
.mt-\[-86px\] {
  margin-top: -86px;
}
.mt-\[0px\] {
  margin-top: 0px;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[36px\] {
  margin-top: 36px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[45px\] {
  margin-top: 45px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[52px\] {
  margin-top: 52px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[68\%\] {
  margin-top: 68%;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[70\%\] {
  margin-top: 70%;
}
.mt-\[77px\] {
  margin-top: 77px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-auto {
  margin-top: auto;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[\.68\] {
  aspect-ratio: .68;
}
.aspect-\[\.82\] {
  aspect-ratio: .82;
}
.aspect-\[\.87\] {
  aspect-ratio: .87;
}
.aspect-\[\.8\] {
  aspect-ratio: .8;
}
.aspect-\[1\.77\] {
  aspect-ratio: 1.77;
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}
.aspect-\[107\/102\] {
  aspect-ratio: 107/102;
}
.aspect-\[110\/142\] {
  aspect-ratio: 110/142;
}
.aspect-\[132\/146\] {
  aspect-ratio: 132/146;
}
.aspect-\[1440\/600\] {
  aspect-ratio: 1440/600;
}
.aspect-\[1440\/737\] {
  aspect-ratio: 1440/737;
}
.aspect-\[1440\/900\] {
  aspect-ratio: 1440/900;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[1\] {
  aspect-ratio: 1;
}
.aspect-\[294\/376\] {
  aspect-ratio: 294/376;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-\[303\/331\] {
  aspect-ratio: 303/331;
}
.aspect-\[305\/158\] {
  aspect-ratio: 305/158;
}
.aspect-\[305\/200\] {
  aspect-ratio: 305/200;
}
.aspect-\[308\/345\] {
  aspect-ratio: 308/345;
}
.aspect-\[319\/245\] {
  aspect-ratio: 319/245;
}
.aspect-\[319\/310\] {
  aspect-ratio: 319/310;
}
.aspect-\[338\/230\] {
  aspect-ratio: 338/230;
}
.aspect-\[338\/250\] {
  aspect-ratio: 338/250;
}
.aspect-\[338\/321\] {
  aspect-ratio: 338/321;
}
.aspect-\[338\/369\] {
  aspect-ratio: 338/369;
}
.aspect-\[338\/408\] {
  aspect-ratio: 338/408;
}
.aspect-\[348\/230\] {
  aspect-ratio: 348/230;
}
.aspect-\[375\/254\] {
  aspect-ratio: 375/254;
}
.aspect-\[375\/278\] {
  aspect-ratio: 375/278;
}
.aspect-\[375\/290\] {
  aspect-ratio: 375/290;
}
.aspect-\[375\/330\] {
  aspect-ratio: 375/330;
}
.aspect-\[375\/350\] {
  aspect-ratio: 375/350;
}
.aspect-\[375\/391\] {
  aspect-ratio: 375/391;
}
.aspect-\[375\/392\] {
  aspect-ratio: 375/392;
}
.aspect-\[375\/400\] {
  aspect-ratio: 375/400;
}
.aspect-\[375\/502\] {
  aspect-ratio: 375/502;
}
.aspect-\[375\/515\] {
  aspect-ratio: 375/515;
}
.aspect-\[375\/557\] {
  aspect-ratio: 375/557;
}
.aspect-\[375\/580\] {
  aspect-ratio: 375/580;
}
.aspect-\[375\/590\] {
  aspect-ratio: 375/590;
}
.aspect-\[375\/600\] {
  aspect-ratio: 375/600;
}
.aspect-\[375\/610\] {
  aspect-ratio: 375/610;
}
.aspect-\[376\/226\] {
  aspect-ratio: 376/226;
}
.aspect-\[377\/379\] {
  aspect-ratio: 377/379;
}
.aspect-\[396\/227\] {
  aspect-ratio: 396/227;
}
.aspect-\[396\/495\] {
  aspect-ratio: 396/495;
}
.aspect-\[400\/238\] {
  aspect-ratio: 400/238;
}
.aspect-\[448\/580\] {
  aspect-ratio: 448/580;
}
.aspect-\[464\/690\] {
  aspect-ratio: 464/690;
}
.aspect-\[475\/465\] {
  aspect-ratio: 475/465;
}
.aspect-\[600\/511\] {
  aspect-ratio: 600/511;
}
.aspect-\[602\/360\] {
  aspect-ratio: 602/360;
}
.aspect-\[602\/367\] {
  aspect-ratio: 602/367;
}
.aspect-\[602\/442\] {
  aspect-ratio: 602/442;
}
.aspect-\[605\/500\] {
  aspect-ratio: 605/500;
}
.aspect-\[606\/404\] {
  aspect-ratio: 606/404;
}
.aspect-\[606\/510\] {
  aspect-ratio: 606/510;
}
.aspect-\[607\/584\] {
  aspect-ratio: 607/584;
}
.aspect-\[612\/800\] {
  aspect-ratio: 612/800;
}
.aspect-\[792\/630\] {
  aspect-ratio: 792/630;
}
.aspect-\[800\/279\] {
  aspect-ratio: 800/279;
}
.aspect-\[830\/450\] {
  aspect-ratio: 830/450;
}
.aspect-\[842\/738\] {
  aspect-ratio: 842/738;
}
.aspect-\[auto\] {
  aspect-ratio: auto;
}
.aspect-auto {
  aspect-ratio: auto;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.\!h-\[auto\] {
  height: auto !important;
}
.\!h-auto {
  height: auto !important;
}
.\!h-full {
  height: 100% !important;
}
.h-\[--nav-height\] {
  height: var(--nav-height);
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[104px\] {
  height: 104px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[427px\] {
  height: 427px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[75\%\] {
  height: 75%;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[9px\] {
  height: 9px;
}
.h-\[calc\(100\%-20px\)\] {
  height: calc(100% - 20px);
}
.h-\[calc\(100vh-28px\)\] {
  height: calc(100vh - 28px);
}
.h-\[var\(--nav-height\)\] {
  height: var(--nav-height);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-inline-form {
  height: var(--inlineform-height);
}
.h-installer-nav-cta-height {
  height: var(--installer-nav-cta-height);
}
.max-h-\[100\%\] {
  max-height: 100%;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[calc\(100dvh-100px\)\] {
  max-height: calc(100dvh - 100px);
}
.max-h-\[calc\(100dvh-200px\)\] {
  max-height: calc(100dvh - 200px);
}
.max-h-nav-height {
  max-height: var(--nav-height);
}
.min-h-\[100\%\] {
  min-height: 100%;
}
.min-h-\[100dvh\] {
  min-height: 100dvh;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[54px\] {
  min-height: 54px;
}
.min-h-\[550px\] {
  min-height: 550px;
}
.\!w-\[88px\] {
  width: 88px !important;
}
.\!w-full {
  width: 100% !important;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[140\%\] {
  width: 140%;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[19px\] {
  width: 19px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[21px\] {
  width: 21px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[3px\] {
  width: 3px;
}
.w-\[4\.5px\] {
  width: 4.5px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[46px\] {
  width: 46px;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[78px\] {
  width: 78px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[8px\] {
  width: 8px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[95px\] {
  width: 95px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-inline-form {
  width: var(--inlineform-height);
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[308px\] {
  min-width: 308px;
}
.min-w-\[33\%\] {
  min-width: 33%;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[54px\] {
  min-width: 54px;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[1800px\] {
  max-width: 1800px;
}
.max-w-\[199px\] {
  max-width: 199px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[25\%\] {
  max-width: 25%;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[30\%\] {
  max-width: 30%;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[316px\] {
  max-width: 316px;
}
.max-w-\[325px\] {
  max-width: 325px;
}
.max-w-\[407px\] {
  max-width: 407px;
}
.max-w-\[430px\] {
  max-width: 430px;
}
.max-w-\[495px\] {
  max-width: 495px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[50px\] {
  max-width: 50px;
}
.max-w-\[50vw\] {
  max-width: 50vw;
}
.max-w-\[55px\] {
  max-width: 55px;
}
.max-w-\[575px\] {
  max-width: 575px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[649px\] {
  max-width: 649px;
}
.max-w-\[75vw\] {
  max-width: 75vw;
}
.max-w-\[790px\] {
  max-width: 790px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[95\%\] {
  max-width: 95%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-1\/4 {
  flex-basis: 25%;
}
.basis-2\/3 {
  flex-basis: 66.666667%;
}
.basis-3\/4 {
  flex-basis: 75%;
}
.basis-\[100\%\] {
  flex-basis: 100%;
}
.basis-\[25\%\] {
  flex-basis: 25%;
}
.basis-\[66\.35\%\] {
  flex-basis: 66.35%;
}
.basis-full {
  flex-basis: 100%;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-left {
  transform-origin: left;
}
.\!translate-x-\[30\%\] {
  --tw-translate-x: 30% !important;
  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)) !important;
}
.\!translate-y-\[0\] {
  --tw-translate-y: 0 !important;
  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)) !important;
}
.\!translate-y-\[10px\] {
  --tw-translate-y: 10px !important;
  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)) !important;
}
.translate-x-\[-100\%\] {
  --tw-translate-x: -100%;
  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));
}
.translate-x-\[-15\%\] {
  --tw-translate-x: -15%;
  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));
}
.translate-x-\[-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));
}
.translate-x-\[0\] {
  --tw-translate-x: 0;
  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));
}
.translate-y-\[-50\%\] {
  --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));
}
.translate-y-\[5px\] {
  --tw-translate-y: 5px;
  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));
}
.translate-y-\[calc\(-100\%-10px\)\] {
  --tw-translate-y: calc(-100% - 10px);
  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));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.scale-\[\.5\] {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}
.scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}
.scale-\[1\.6\] {
  --tw-scale-x: 1.6;
  --tw-scale-y: 1.6;
  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));
}
.scale-\[1\] {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-none {
  transform: none !important;
}
.cursor-\[ew-resize\] {
  cursor: ew-resize;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.scroll-m-page-top-offset {
  scroll-margin: var(--page-top-offset);
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.\!grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !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));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[1\.8rem_1fr\] {
  grid-template-columns: 1.8rem 1fr;
}
.grid-cols-\[1fr_150px\] {
  grid-template-columns: 1fr 150px;
}
.grid-cols-\[repeat\(10\2c minmax\(75px\2c 1fr\)\)\] {
  grid-template-columns: repeat(10,minmax(75px,1fr));
}
.grid-cols-\[repeat\(11\2c minmax\(75px\2c 1fr\)\)\] {
  grid-template-columns: repeat(11,minmax(75px,1fr));
}
.grid-cols-\[repeat\(12\2c minmax\(75px\2c 1fr\)\)\] {
  grid-template-columns: repeat(12,minmax(75px,1fr));
}
.grid-cols-\[repeat\(14\2c minmax\(75px\2c 1fr\)\)\] {
  grid-template-columns: repeat(14,minmax(75px,1fr));
}
.grid-cols-\[repeat\(16\2c minmax\(75px\2c 1fr\)\)\] {
  grid-template-columns: repeat(16,minmax(75px,1fr));
}
.grid-cols-\[repeat\(2\2c min-content\)\] {
  grid-template-columns: repeat(2,min-content);
}
.grid-cols-\[repeat\(6\2c minmax\(120px\2c 1fr\)\)\] {
  grid-template-columns: repeat(6,minmax(120px,1fr));
}
.grid-cols-\[repeat\(7\2c minmax\(120px\2c 1fr\)\)\] {
  grid-template-columns: repeat(7,minmax(120px,1fr));
}
.grid-cols-\[repeat\(8\2c minmax\(120px\2c 1fr\)\)\] {
  grid-template-columns: repeat(8,minmax(120px,1fr));
}
.grid-cols-\[repeat\(9\2c minmax\(75px\2c 1fr\)\)\] {
  grid-template-columns: repeat(9,minmax(75px,1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-\[min-content\2c 1fr\] {
  grid-template-rows: min-content 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[110px\] {
  gap: 110px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[13px\] {
  gap: 13px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[17px\] {
  gap: 17px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[19px\] {
  gap: 19px;
}
.gap-\[1rem\] {
  gap: 1rem;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[27px\] {
  gap: 27px;
}
.gap-\[28px\] {
  gap: 28px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[35px\] {
  gap: 35px;
}
.gap-\[36px\] {
  gap: 36px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[45px\] {
  gap: 45px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[64px\] {
  gap: 64px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[7px\] {
  gap: 7px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.gap-y-\[10px\] {
  row-gap: 10px;
}
.gap-y-\[15px\] {
  row-gap: 15px;
}
.gap-y-\[20px\] {
  row-gap: 20px;
}
.gap-y-\[26px\] {
  row-gap: 26px;
}
.gap-y-\[40px\] {
  row-gap: 40px;
}
.divide-y-\[1px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}
.divide-\[\#E2E2E2\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-divide-opacity));
}
.divide-light-grey > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(198 191 183 / var(--tw-divide-opacity));
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.justify-self-end {
  justify-self: end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-\[100\%\] {
  border-radius: 100%;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-circle {
  border-radius: 50%;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 5px;
}
.rounded-t-page {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.border {
  border-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-l-\[2px\] {
  border-left-width: 2px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-t-\[2px\] {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#E2E2E2\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
}
.border-\[1\] {
  border-color: 1;
}
.border-\[rgb\(0\2c 0\2c 0\2c \.1\)\] {
  border-color: rgb(0,0,0,.1);
}
.border-background-grey {
  --tw-border-opacity: 1;
  border-color: rgb(243 240 235 / var(--tw-border-opacity));
}
.border-button-grey {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}
.border-grey {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 107 / var(--tw-border-opacity));
}
.border-light-grey {
  --tw-border-opacity: 1;
  border-color: rgb(198 191 183 / var(--tw-border-opacity));
}
.border-logo-red {
  --tw-border-opacity: 1;
  border-color: rgb(238 0 0 / var(--tw-border-opacity));
}
.border-subtle-grey {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.border-y-commercial-grey {
  --tw-border-opacity: 1;
  border-top-color: rgb(69 65 66 / var(--tw-border-opacity));
  border-bottom-color: rgb(69 65 66 / var(--tw-border-opacity));
}
.border-l-logo-red {
  --tw-border-opacity: 1;
  border-left-color: rgb(238 0 0 / var(--tw-border-opacity));
}
.border-l-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\!bg-background-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity)) !important;
}
.\!bg-button-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity)) !important;
}
.\!bg-subtle-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#AED5EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(174 213 239 / var(--tw-bg-opacity));
}
.bg-\[\#B7E6E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(183 230 224 / var(--tw-bg-opacity));
}
.bg-\[\#FFC7D0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 199 208 / var(--tw-bg-opacity));
}
.bg-\[\#FFE8A6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 232 166 / var(--tw-bg-opacity));
}
.bg-\[var\(--navigation-ctas-bg\)\] {
  background-color: var(--navigation-ctas-bg);
}
.bg-background-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity));
}
.bg-background-red {
  --tw-bg-opacity: 1;
  background-color: rgb(242 225 225 / var(--tw-bg-opacity));
}
.bg-background-subtle-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-background-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(40 35 31 / var(--tw-bg-opacity));
}
.bg-button-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-caption {
  background-color: rgba(255, 255, 255, .6);
}
.bg-commercial-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(69 65 66 / var(--tw-bg-opacity));
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 107 / var(--tw-bg-opacity));
}
.bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(198 191 183 / var(--tw-bg-opacity));
}
.bg-logo-red {
  --tw-bg-opacity: 1;
  background-color: rgb(238 0 0 / var(--tw-bg-opacity));
}
.bg-modal-backdrop {
  background-color: rgba(0, 0, 0, .75);
}
.bg-navigation {
  background-color: rgba(248, 248, 248, 0.70);
}
.bg-pro-red {
  --tw-bg-opacity: 1;
  background-color: rgb(161 21 21 / var(--tw-bg-opacity));
}
.bg-residential-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(235 230 222 / var(--tw-bg-opacity));
}
.bg-subtle-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-none {
  fill: none;
}
.stroke-none {
  stroke: none;
}
.\!object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}
.object-right {
  -o-object-position: right;
     object-position: right;
}
.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}
.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-\[0\] {
  padding: 0;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[13px\] {
  padding: 13px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[25px\] {
  padding: 25px;
}
.p-\[26px\] {
  padding: 26px;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[32px\] {
  padding: 32px;
}
.p-\[48px\] {
  padding: 48px;
}
.p-\[6px\] {
  padding: 6px;
}
.p-\[8px\] {
  padding: 8px;
}
.p-page-outer {
  padding: var(--page-margin-outer);
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[17px\] {
  padding-left: 17px;
  padding-right: 17px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[27px\] {
  padding-left: 27px;
  padding-right: 27px;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[36px\] {
  padding-left: 36px;
  padding-right: 36px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.px-page-inner {
  padding-left: var(--page-margin-inner);
  padding-right: var(--page-margin-inner);
}
.px-page-outer {
  padding-left: var(--page-margin-outer);
  padding-right: var(--page-margin-outer);
}
.py-\[0\] {
  padding-top: 0;
  padding-bottom: 0;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[120px\] {
  padding-top: 120px;
  padding-bottom: 120px;
}
.py-\[160px\] {
  padding-top: 160px;
  padding-bottom: 160px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-\[33px\] {
  padding-top: 33px;
  padding-bottom: 33px;
}
.py-\[34px\] {
  padding-top: 34px;
  padding-bottom: 34px;
}
.py-\[36px\] {
  padding-top: 36px;
  padding-bottom: 36px;
}
.py-\[37px\] {
  padding-top: 37px;
  padding-bottom: 37px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[41px\] {
  padding-top: 41px;
  padding-bottom: 41px;
}
.py-\[47px\] {
  padding-top: 47px;
  padding-bottom: 47px;
}
.py-\[48px\] {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[69px\] {
  padding-top: 69px;
  padding-bottom: 69px;
}
.py-\[75px\] {
  padding-top: 75px;
  padding-bottom: 75px;
}
.py-\[82px\] {
  padding-top: 82px;
  padding-bottom: 82px;
}
.py-\[84px\] {
  padding-top: 84px;
  padding-bottom: 84px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-\[98px\] {
  padding-top: 98px;
  padding-bottom: 98px;
}
.py-\[var\(--page-margin-inner\)\] {
  padding-top: var(--page-margin-inner);
  padding-bottom: var(--page-margin-inner);
}
.py-page-outer {
  padding-top: var(--page-margin-outer);
  padding-bottom: var(--page-margin-outer);
}
.\!pb-\[0px\] {
  padding-bottom: 0px !important;
}
.\!pb-\[42px\] {
  padding-bottom: 42px !important;
}
.\!pr-\[0\] {
  padding-right: 0 !important;
}
.\!pt-\[0\] {
  padding-top: 0 !important;
}
.\!pt-\[0px\] {
  padding-top: 0px !important;
}
.\!pt-\[64px\] {
  padding-top: 64px !important;
}
.pb-\[0\] {
  padding-bottom: 0;
}
.pb-\[0px\] {
  padding-bottom: 0px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[115px\] {
  padding-bottom: 115px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[23px\] {
  padding-bottom: 23px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[32px\] {
  padding-bottom: 32px;
}
.pb-\[34px\] {
  padding-bottom: 34px;
}
.pb-\[36px\] {
  padding-bottom: 36px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[45px\] {
  padding-bottom: 45px;
}
.pb-\[48px\] {
  padding-bottom: 48px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[55px\] {
  padding-bottom: 55px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[64px\] {
  padding-bottom: 64px;
}
.pb-\[72px\] {
  padding-bottom: 72px;
}
.pb-\[73px\] {
  padding-bottom: 73px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pb-\[83px\] {
  padding-bottom: 83px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pb-\[90px\] {
  padding-bottom: 90px;
}
.pl-\[0\] {
  padding-left: 0;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pl-\[17px\] {
  padding-left: 17px;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pl-\[25px\] {
  padding-left: 25px;
}
.pl-\[32px\] {
  padding-left: 32px;
}
.pl-\[38px\] {
  padding-left: 38px;
}
.pl-\[44px\] {
  padding-left: 44px;
}
.pl-\[56px\] {
  padding-left: 56px;
}
.pl-\[70px\] {
  padding-left: 70px;
}
.pl-\[var\(--nav-margin\)\] {
  padding-left: var(--nav-margin);
}
.pl-page-inner {
  padding-left: var(--page-margin-inner);
}
.pl-page-outer {
  padding-left: var(--page-margin-outer);
}
.pr-\[0\] {
  padding-right: 0;
}
.pr-\[18px\] {
  padding-right: 18px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pr-\[48px\] {
  padding-right: 48px;
}
.pr-\[50px\] {
  padding-right: 50px;
}
.pr-\[64px\] {
  padding-right: 64px;
}
.pr-\[var\(--nav-margin\)\] {
  padding-right: var(--nav-margin);
}
.pr-page-inner {
  padding-right: var(--page-margin-inner);
}
.pr-page-outer {
  padding-right: var(--page-margin-outer);
}
.pt-\[\.2em\] {
  padding-top: .2em;
}
.pt-\[\.55em\] {
  padding-top: .55em;
}
.pt-\[0\] {
  padding-top: 0;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[112px\] {
  padding-top: 112px;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[156px\] {
  padding-top: 156px;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.pt-\[2\.7em\] {
  padding-top: 2.7em;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[22px\] {
  padding-top: 22px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[27px\] {
  padding-top: 27px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[35px\] {
  padding-top: 35px;
}
.pt-\[36px\] {
  padding-top: 36px;
}
.pt-\[37px\] {
  padding-top: 37px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[42px\] {
  padding-top: 42px;
}
.pt-\[45px\] {
  padding-top: 45px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[54px\] {
  padding-top: 54px;
}
.pt-\[60\] {
  padding-top: 60;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[64px\] {
  padding-top: 64px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.pt-\[73px\] {
  padding-top: 73px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.pt-\[var\(--nav-panel-top\)\] {
  padding-top: var(--nav-panel-top);
}
.pt-\[var\(--nav-top\)\] {
  padding-top: var(--nav-top);
}
.pt-page-top-offset {
  padding-top: var(--page-top-offset);
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.text-\[\.7em\] {
  font-size: .7em;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[30px\] {
  font-size: 30px;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-none {
  line-height: 1;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(40 35 31 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[var\(--navigation-ctas-color\)\] {
  color: var(--navigation-ctas-color);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(40 35 31 / var(--tw-text-opacity));
}
.text-commercial-grey {
  --tw-text-opacity: 1;
  color: rgb(69 65 66 / var(--tw-text-opacity));
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgb(120 113 107 / var(--tw-text-opacity));
}
.text-hgtv {
  --tw-text-opacity: 1;
  color: rgb(71 183 210 / var(--tw-text-opacity));
}
.text-hgtv-blue {
  --tw-text-opacity: 1;
  color: rgb(73 182 208 / var(--tw-text-opacity));
}
.text-light-grey {
  --tw-text-opacity: 1;
  color: rgb(198 191 183 / var(--tw-text-opacity));
}
.text-logo-red {
  --tw-text-opacity: 1;
  color: rgb(238 0 0 / var(--tw-text-opacity));
}
.text-status-active {
  --tw-text-opacity: 1;
  color: rgb(99 198 0 / var(--tw-text-opacity));
}
.text-translucent {
  color: rgba(248, 248, 248, 0.50);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-1 {
  text-decoration-thickness: 1px;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.underline-offset-\[\.4em\] {
  text-underline-offset: .4em;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-\[\.5\] {
  opacity: .5;
}
.opacity-\[0\.6\] {
  opacity: 0.6;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.drop-shadow-\[0_3px_3px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-drop-shadow: drop-shadow(0 3px 3px rgba(0,0,0,0.1));
  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);
}
.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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  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;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-\[var\(--motion-timing-function\)\] {
  transition-timing-function: var(--motion-timing-function);
}
.ease-linear {
  transition-timing-function: linear;
}
.grid-areas-numbered-list {
  grid-template-areas: "image"
"header"
"content";
}
.grid-areas-product-features-map {
  grid-template-areas: "heading"
"copy"
"product-img"
"detail";
}
.grid-in-image {
  grid-area: image;
}
.grid-in-header {
  grid-area: header;
}
.grid-in-content {
  grid-area: content;
}
.grid-in-detail {
  grid-area: detail;
}
.grid-in-product-img {
  grid-area: product-img;
}
.\[--autoplay-progress\:0\%\] {
  --autoplay-progress: 0%;
}
/**
 * Order alphabetically
 */
@media (min-width: 768px) {
  .md\:heading-md {
    font-size: 1.375rem;
    font-family: VELUX Transform Variable;
    font-style: normal;
    font-variation-settings: "wght" 275;
    line-height: 140%;
    letter-spacing: normal;
  }
  .md\:heading-md sup {
    font-size: .6em;
  }
  @media (min-width: 768px) {
    .md\:heading-md {
      font-size: 1.875rem;
      font-variation-settings: "wght" 275;
    }
  }
  .md\:heading-sm {
    font-size: 1.125rem;
    font-family: VELUX Transform Variable;
    font-style: normal;
    font-variation-settings: "wght" 275;
    line-height: 150%;
    letter-spacing: normal;
  }
  .md\:heading-sm sup {
    font-size: .6em;
  }
  @media (min-width: 768px) {
    .md\:heading-sm {
      font-size: 1.5rem;
    }
  }
  .md\:heading-xxs {
    font-size: 1rem;
    font-family: VELUX Transform Variable;
    font-style: normal;
    font-variation-settings: "wght" 350;
    line-height: 130%;
    letter-spacing: normal;
  }
  .md\:heading-xxs sup {
    font-size: .6em;
  }
  @media (min-width: 768px) {
    .md\:heading-xxs {
      font-size: 1.125rem;
      font-variation-settings: "wght" 325;
      letter-spacing: 0.006875rem;
      line-height: 150%;
    }
  }
  .md\:body-md {
    font-size: 0.9375rem;
    font-family: VELUX Transform Variable;
    font-style: normal;
    font-variation-settings: "wght" 275;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0.0046875rem;
  }
  .md\:body-md sup {
    font-size: .6em;
  }
  .md\:body-md strong {
    font-variation-settings: "wght" 400;
    font-weight: normal;
  }
  @media (min-width: 768px) {
    .md\:body-md strong {
      font-variation-settings: "wght" 375;
    }
    .md\:body-md {
      letter-spacing: normal;
      font-variation-settings: "wght" 275;
    }
  }
  .md\:container-full {
    width: 100%;
  }
  .md\:container-inner {
    width: calc(100% - (var(--page-margin-inner) * 2));
    margin-left: auto;
    margin-right: auto;
  }
  .md\:container-inner-right {
    width: calc(100% - var(--page-margin-inner));
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 980px) {
  .lg\:heading-md {
    font-size: 1.375rem;
    font-family: VELUX Transform Variable;
    font-style: normal;
    font-variation-settings: "wght" 275;
    line-height: 140%;
    letter-spacing: normal;
  }
  .lg\:heading-md sup {
    font-size: .6em;
  }
  @media (min-width: 768px) {
    .lg\:heading-md {
      font-size: 1.875rem;
      font-variation-settings: "wght" 275;
    }
  }
  .lg\:heading-sm {
    font-size: 1.125rem;
    font-family: VELUX Transform Variable;
    font-style: normal;
    font-variation-settings: "wght" 275;
    line-height: 150%;
    letter-spacing: normal;
  }
  .lg\:heading-sm sup {
    font-size: .6em;
  }
  @media (min-width: 768px) {
    .lg\:heading-sm {
      font-size: 1.5rem;
    }
  }
  .lg\:navigation-primary {
    font-size: 1.875rem;
    font-family: VELUX Transform Variable;
    font-style: normal;
    font-variation-settings: "wght" 275;
    line-height: 1;
  }
  @media (min-height: 31.25rem) and (min-width: 61.25rem) {
    .lg\:navigation-primary {
      font-size: 0.8125rem;
      font-variation-settings: "wght" 450;
      letter-spacing: 0.0040625rem;
    }
  }
  .lg\:container-full {
    width: 100%;
  }
  .lg\:container-outer-right {
    width: calc(100% - var(--page-margin-outer));
    margin-left: 0;
    margin-right: auto;
  }
  .lg\:container-inner {
    width: calc(100% - (var(--page-margin-inner) * 2));
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:container-inner-left {
    width: calc(100% - var(--page-margin-inner));
    margin-left: auto;
    margin-right: 0;
  }
  .lg\:container-inner-right {
    width: calc(100% - var(--page-margin-inner));
    margin-left: 0;
    margin-right: auto;
  }
}
.\[\&\>div\>h2\]\:heading-xs>div>h2 {
  font-size: 1.0625rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 350;
  line-height: 130%;
  letter-spacing: normal;
}
.\[\&\>div\>h2\]\:heading-xs>div>h2 sup {
  font-size: .6em;
}
@media (min-width: 768px) {
  .\[\&\>div\>h2\]\:heading-xs>div>h2 {
    font-size: 1.375rem;
    font-variation-settings: "wght" 325;
    letter-spacing: 0.006875rem;
    line-height: 150%;
  }
}
.\[\&_div\.body-lg\]\:body-md div.body-lg {
  font-size: 0.9375rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 275;
  font-weight: normal;
  line-height: 160%;
  letter-spacing: 0.0046875rem;
}
.\[\&_div\.body-lg\]\:body-md div.body-lg sup {
  font-size: .6em;
}
.\[\&_div\.body-lg\]\:body-md div.body-lg strong {
  font-variation-settings: "wght" 400;
  font-weight: normal;
}
@media (min-width: 768px) {
  .\[\&_div\.body-lg\]\:body-md div.body-lg strong {
    font-variation-settings: "wght" 375;
  }
  .\[\&_div\.body-lg\]\:body-md div.body-lg {
    letter-spacing: normal;
    font-variation-settings: "wght" 275;
  }
}
.\[\&_h1\]\:heading-lg h1 {
  font-size: 1.5rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 275;
  line-height: 140%;
  letter-spacing: 0.0053125rem;
}
.\[\&_h1\]\:heading-lg h1 sup {
  font-size: .6em;
}
@media (min-width: 768px) {
  .\[\&_h1\]\:heading-lg h1 {
    font-size: 2.125rem;
    font-variation-settings: "wght" 250;
    letter-spacing: normal;
  }
  .\[\&_h1\]\:md\:heading-xxl h1 {
    font-size: 2.125rem;
    font-family: VELUX Transform Variable;
    font-style: normal;
    font-variation-settings: "wght" 250;
    line-height: 130%;
  }
  .\[\&_h1\]\:md\:heading-xxl h1 sup {
    font-size: .6em;
  }
  @media (min-width: 768px) {
    .\[\&_h1\]\:md\:heading-xxl h1 {
      font-size: 2.875rem;
    }
  }
}
.\[\&_h3\]\:heading-xl h3 {
  font-size: 1.625rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 250;
  line-height: 140%;
}
.\[\&_h3\]\:heading-xl h3 sup {
  font-size: .6em;
}
@media (min-width: 768px) {
  .\[\&_h3\]\:heading-xl h3 {
    font-size: 2.5rem;
  }
}
.\[\&_h3\]\:\!heading-md h3 {
  font-size: 1.375rem !important;
  font-family: VELUX Transform Variable !important;
  font-style: normal !important;
  font-variation-settings: "wght" 275 !important;
  line-height: 140% !important;
  letter-spacing: normal !important;
}
.\[\&_h3\]\:heading-md h3 {
  font-size: 1.375rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 275;
  line-height: 140%;
  letter-spacing: normal;
}
.\[\&_h3\]\:\!heading-md h3 sup {
  font-size: .6em !important;
}
.\[\&_h3\]\:heading-md h3 sup {
  font-size: .6em;
}
@media (min-width: 768px) {
  .\[\&_h3\]\:\!heading-md h3 {
    font-size: 1.875rem !important;
    font-variation-settings: "wght" 275 !important;
  }
  .\[\&_h3\]\:heading-md h3 {
    font-size: 1.875rem;
    font-variation-settings: "wght" 275;
  }
}
.\[\&_h3\]\:heading-sm h3 {
  font-size: 1.125rem;
  font-family: VELUX Transform Variable;
  font-style: normal;
  font-variation-settings: "wght" 275;
  line-height: 150%;
  letter-spacing: normal;
}
.\[\&_h3\]\:heading-sm h3 sup {
  font-size: .6em;
}
@media (min-width: 768px) {
  .\[\&_h3\]\:heading-sm h3 {
    font-size: 1.5rem;
  }
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:left-\[0\]::after {
  content: var(--tw-content);
  left: 0;
}
.after\:top-\[0\]::after {
  content: var(--tw-content);
  top: 0;
}
.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}
.after\:w-\[var\(--autoplay-progress\)\]::after {
  content: var(--tw-content);
  width: var(--autoplay-progress);
}
.after\:bg-logo-red::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(238 0 0 / var(--tw-bg-opacity));
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
@media (hover: hover) and (pointer: fine) {
  .hover\:scale-\[1\.1\]:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    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));
  }
  .hover\:bg-background-grey:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 240 235 / var(--tw-bg-opacity));
  }
  .group:hover .group-hover\:translate-x-\[0\] {
    --tw-translate-x: 0;
    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));
  }
  .group:hover .group-hover\:translate-x-\[100\%\] {
    --tw-translate-x: 100%;
    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));
  }
  .group:hover .group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}
.group.calculator-started .group-\[\.calculator-started\]\:block {
  display: block;
}
.group.calculator-started:not(.calculator-complete) .group-\[\.calculator-started\:not\(\.calculator-complete\)\]\:flex {
  display: flex;
}
.rem\:bottom-\[24px\] {
  bottom: 1.5rem;
}
.rem\:bottom-\[30px\] {
  bottom: 1.875rem;
}
.rem\:bottom-\[37px\] {
  bottom: 2.3125rem;
}
.rem\:bottom-\[70px\] {
  bottom: 4.375rem;
}
.rem\:right-\[34px\] {
  right: 2.125rem;
}
.rem\:my-\[171px\] {
  margin-bottom: 10.6875rem;
  margin-top: 10.6875rem;
}
.rem\:mb-\[100px\] {
  margin-bottom: 6.25rem;
}
.rem\:mb-\[10px\] {
  margin-bottom: 0.625rem;
}
.rem\:mb-\[12px\] {
  margin-bottom: 0.75rem;
}
.rem\:mb-\[13px\] {
  margin-bottom: 0.8125rem;
}
.rem\:mb-\[14px\] {
  margin-bottom: 0.875rem;
}
.rem\:mb-\[15px\] {
  margin-bottom: 0.9375rem;
}
.rem\:mb-\[16px\] {
  margin-bottom: 1rem;
}
.rem\:mb-\[18px\] {
  margin-bottom: 1.125rem;
}
.rem\:mb-\[20px\] {
  margin-bottom: 1.25rem;
}
.rem\:mb-\[22px\] {
  margin-bottom: 1.375rem;
}
.rem\:mb-\[23px\] {
  margin-bottom: 1.4375rem;
}
.rem\:mb-\[24px\] {
  margin-bottom: 1.5rem;
}
.rem\:mb-\[25px\] {
  margin-bottom: 1.5625rem;
}
.rem\:mb-\[26px\] {
  margin-bottom: 1.625rem;
}
.rem\:mb-\[30px\] {
  margin-bottom: 1.875rem;
}
.rem\:mb-\[34px\] {
  margin-bottom: 2.125rem;
}
.rem\:mb-\[35px\] {
  margin-bottom: 2.1875rem;
}
.rem\:mb-\[36px\] {
  margin-bottom: 2.25rem;
}
.rem\:mb-\[38px\] {
  margin-bottom: 2.375rem;
}
.rem\:mb-\[40px\] {
  margin-bottom: 2.5rem;
}
.rem\:mb-\[45px\] {
  margin-bottom: 2.8125rem;
}
.rem\:mb-\[50px\] {
  margin-bottom: 3.125rem;
}
.rem\:mb-\[56px\] {
  margin-bottom: 3.5rem;
}
.rem\:mb-\[5px\] {
  margin-bottom: 0.3125rem;
}
.rem\:mb-\[60px\] {
  margin-bottom: 3.75rem;
}
.rem\:mb-\[66px\] {
  margin-bottom: 4.125rem;
}
.rem\:mb-\[70px\] {
  margin-bottom: 4.375rem;
}
.rem\:mb-\[80px\] {
  margin-bottom: 5rem;
}
.rem\:mb-\[8px\] {
  margin-bottom: 0.5rem;
}
.rem\:mb-\[92px\] {
  margin-bottom: 5.75rem;
}
.rem\:mb-\[95px\] {
  margin-bottom: 5.9375rem;
}
.rem\:ml-\[126px\] {
  margin-left: 7.875rem;
}
.rem\:mr-\[15px\] {
  margin-right: 0.9375rem;
}
.rem\:mr-\[24px\] {
  margin-right: 1.5rem;
}
.rem\:mt-\[-30px\] {
  margin-top: -1.875rem;
}
.rem\:mt-\[16px\] {
  margin-top: 1rem;
}
.rem\:mt-\[20px\] {
  margin-top: 1.25rem;
}
.rem\:mt-\[26px\] {
  margin-top: 1.625rem;
}
.rem\:mt-\[36px\] {
  margin-top: 2.25rem;
}
.rem\:mt-\[40px\] {
  margin-top: 2.5rem;
}
.rem\:mt-\[50px\] {
  margin-top: 3.125rem;
}
.rem\:mt-\[8px\] {
  margin-top: 0.5rem;
}
.rem\:\!h-\[30px\] {
  height: 1.875rem;
}
.rem\:\!h-\[87px\] {
  height: 5.4375rem;
}
.rem\:h-\[15px\] {
  height: 0.9375rem;
}
.rem\:h-\[20px\] {
  height: 1.25rem;
}
.rem\:h-\[27px\] {
  height: 1.6875rem;
}
.rem\:h-\[30px\] {
  height: 1.875rem;
}
.rem\:h-\[35px\] {
  height: 2.1875rem;
}
.rem\:h-\[36px\] {
  height: 2.25rem;
}
.rem\:h-\[42px\] {
  height: 2.625rem;
}
.rem\:h-\[52px\] {
  height: 3.25rem;
}
.rem\:h-\[54px\] {
  height: 3.375rem;
}
.rem\:h-\[57px\] {
  height: 3.5625rem;
}
.rem\:h-\[75px\] {
  height: 4.6875rem;
}
.rem\:min-h-\[54px\] {
  min-height: 3.375rem;
}
.rem\:\!w-\[87px\] {
  width: 5.4375rem;
}
.rem\:w-\[100px\] {
  width: 6.25rem;
}
.rem\:w-\[106px\] {
  width: 6.625rem;
}
.rem\:w-\[110px\] {
  width: 6.875rem;
}
.rem\:w-\[126px\] {
  width: 7.875rem;
}
.rem\:w-\[140px\] {
  width: 8.75rem;
}
.rem\:w-\[15px\] {
  width: 0.9375rem;
}
.rem\:w-\[16px\] {
  width: 1rem;
}
.rem\:w-\[170px\] {
  width: 10.625rem;
}
.rem\:w-\[18px\] {
  width: 1.125rem;
}
.rem\:w-\[20px\] {
  width: 1.25rem;
}
.rem\:w-\[210px\] {
  width: 13.125rem;
}
.rem\:w-\[22px\] {
  width: 1.375rem;
}
.rem\:w-\[25px\] {
  width: 1.5625rem;
}
.rem\:w-\[26px\] {
  width: 1.625rem;
}
.rem\:w-\[27px\] {
  width: 1.6875rem;
}
.rem\:w-\[309px\] {
  width: 19.3125rem;
}
.rem\:w-\[30px\] {
  width: 1.875rem;
}
.rem\:w-\[320px\] {
  width: 20rem;
}
.rem\:w-\[32px\] {
  width: 2rem;
}
.rem\:w-\[34px\] {
  width: 2.125rem;
}
.rem\:w-\[350px\] {
  width: 21.875rem;
}
.rem\:w-\[35px\] {
  width: 2.1875rem;
}
.rem\:w-\[36px\] {
  width: 2.25rem;
}
.rem\:w-\[38px\] {
  width: 2.375rem;
}
.rem\:w-\[40px\] {
  width: 2.5rem;
}
.rem\:w-\[42px\] {
  width: 2.625rem;
}
.rem\:w-\[54px\] {
  width: 3.375rem;
}
.rem\:w-\[55px\] {
  width: 3.4375rem;
}
.rem\:w-\[57px\] {
  width: 3.5625rem;
}
.rem\:w-\[64px\] {
  width: 4rem;
}
.rem\:w-\[75px\] {
  width: 4.6875rem;
}
.rem\:w-\[86px\] {
  width: 5.375rem;
}
.rem\:w-\[8px\] {
  width: 0.5rem;
}
.rem\:min-w-\[215px\] {
  min-width: 13.4375rem;
}
.rem\:min-w-\[54px\] {
  min-width: 3.375rem;
}
.rem\:\!max-w-\[30px\] {
  max-width: 1.875rem;
}
.rem\:max-w-\[1024px\] {
  max-width: 64rem;
}
.rem\:max-w-\[106px\] {
  max-width: 6.625rem;
}
.rem\:max-w-\[120px\] {
  max-width: 7.5rem;
}
.rem\:max-w-\[148px\] {
  max-width: 9.25rem;
}
.rem\:max-w-\[150px\] {
  max-width: 9.375rem;
}
.rem\:max-w-\[200px\] {
  max-width: 12.5rem;
}
.rem\:max-w-\[242px\] {
  max-width: 15.125rem;
}
.rem\:max-w-\[250px\] {
  max-width: 15.625rem;
}
.rem\:max-w-\[274px\] {
  max-width: 17.125rem;
}
.rem\:max-w-\[275px\] {
  max-width: 17.1875rem;
}
.rem\:max-w-\[300px\] {
  max-width: 18.75rem;
}
.rem\:max-w-\[30px\] {
  max-width: 1.875rem;
}
.rem\:max-w-\[340px\] {
  max-width: 21.25rem;
}
.rem\:max-w-\[376px\] {
  max-width: 23.5rem;
}
.rem\:max-w-\[400px\] {
  max-width: 25rem;
}
.rem\:max-w-\[430px\] {
  max-width: 26.875rem;
}
.rem\:max-w-\[536px\] {
  max-width: 33.5rem;
}
.rem\:max-w-\[570px\] {
  max-width: 35.625rem;
}
.rem\:max-w-\[600px\] {
  max-width: 37.5rem;
}
.rem\:max-w-\[652px\] {
  max-width: 40.75rem;
}
.rem\:max-w-\[700px\] {
  max-width: 43.75rem;
}
.rem\:max-w-\[794px\] {
  max-width: 49.625rem;
}
.rem\:max-w-\[800px\] {
  max-width: 50rem;
}
.rem\:max-w-\[807px\] {
  max-width: 50.4375rem;
}
.rem\:max-w-\[90\%\] {
  max-width: NaNrem;
}
.rem\:translate-x-\[25px\] {
  transform: NaNrem;
  --tw-translate-x: 1.5625rem;
}
.rem\:translate-y-\[25px\] {
  transform: NaNrem;
  --tw-translate-y: 1.5625rem;
}
.rem\:gap-\[100px\] {
  gap: 6.25rem;
}
.rem\:gap-\[10px\] {
  gap: 0.625rem;
}
.rem\:gap-\[11px\] {
  gap: 0.6875rem;
}
.rem\:gap-\[12px\] {
  gap: 0.75rem;
}
.rem\:gap-\[14px\] {
  gap: 0.875rem;
}
.rem\:gap-\[15px\] {
  gap: 0.9375rem;
}
.rem\:gap-\[16px\] {
  gap: 1rem;
}
.rem\:gap-\[17px\] {
  gap: 1.0625rem;
}
.rem\:gap-\[18px\] {
  gap: 1.125rem;
}
.rem\:gap-\[20px\] {
  gap: 1.25rem;
}
.rem\:gap-\[24px\] {
  gap: 1.5rem;
}
.rem\:gap-\[25px\] {
  gap: 1.5625rem;
}
.rem\:gap-\[26px\] {
  gap: 1.625rem;
}
.rem\:gap-\[27px\] {
  gap: 1.6875rem;
}
.rem\:gap-\[28px\] {
  gap: 1.75rem;
}
.rem\:gap-\[30px\] {
  gap: 1.875rem;
}
.rem\:gap-\[35px\] {
  gap: 2.1875rem;
}
.rem\:gap-\[36px\] {
  gap: 2.25rem;
}
.rem\:gap-\[40px\] {
  gap: 2.5rem;
}
.rem\:gap-\[45px\] {
  gap: 2.8125rem;
}
.rem\:gap-\[48px\] {
  gap: 3rem;
}
.rem\:gap-\[4px\] {
  gap: 0.25rem;
}
.rem\:gap-\[50px\] {
  gap: 3.125rem;
}
.rem\:gap-\[5px\] {
  gap: 0.3125rem;
}
.rem\:gap-\[60px\] {
  gap: 3.75rem;
}
.rem\:gap-\[68px\] {
  gap: 4.25rem;
}
.rem\:gap-\[6px\] {
  gap: 0.375rem;
}
.rem\:gap-\[80px\] {
  gap: 5rem;
}
.rem\:gap-\[8px\] {
  gap: 0.5rem;
}
.rem\:gap-x-\[10px\] {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.rem\:gap-x-\[12px\] {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.rem\:gap-x-\[14px\] {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}
.rem\:gap-x-\[48px\] {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.rem\:gap-y-\[20px\] {
  row-gap: 1.25rem;
}
.rem\:gap-y-\[30px\] {
  row-gap: 1.875rem;
}
.rem\:gap-y-\[32px\] {
  row-gap: 2rem;
}
.rem\:gap-y-\[35px\] {
  row-gap: 2.1875rem;
}
.rem\:gap-y-\[40px\] {
  row-gap: 2.5rem;
}
.rem\:gap-y-\[48px\] {
  row-gap: 3rem;
}
.rem\:border-\[3px\] {
  border-width: 0.1875rem;
}
.rem\:border-l-\[2px\] {
  border-left-width: 0.125rem;
}
.rem\:p-\[20px\] {
  padding: 1.25rem;
}
.rem\:p-\[24px\] {
  padding: 1.5rem;
}
.rem\:p-\[25px\] {
  padding: 1.5625rem;
}
.rem\:p-\[50px\] {
  padding: 3.125rem;
}
.rem\:px-\[12px\] {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.rem\:px-\[16px\] {
  padding-right: 1rem;
  padding-left: 1rem;
}
.rem\:px-\[20px\] {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.rem\:px-\[24px\] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.rem\:px-\[26px\] {
  padding-right: 1.625rem;
  padding-left: 1.625rem;
}
.rem\:px-\[36px\] {
  padding-right: 2.25rem;
  padding-left: 2.25rem;
}
.rem\:px-\[40px\] {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.rem\:px-\[48px\] {
  padding-right: 3rem;
  padding-left: 3rem;
}
.rem\:px-\[8px\] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.rem\:py-\[100px\] {
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
}
.rem\:py-\[12px\] {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.rem\:py-\[18px\] {
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
}
.rem\:py-\[20px\] {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.rem\:py-\[24px\] {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.rem\:py-\[30px\] {
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}
.rem\:py-\[35px\] {
  padding-bottom: 2.1875rem;
  padding-top: 2.1875rem;
}
.rem\:py-\[36px\] {
  padding-bottom: 2.25rem;
  padding-top: 2.25rem;
}
.rem\:py-\[40px\] {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
.rem\:py-\[50px\] {
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
}
.rem\:py-\[60px\] {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}
.rem\:py-\[64px\] {
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.rem\:py-\[70px\] {
  padding-bottom: 4.375rem;
  padding-top: 4.375rem;
}
.rem\:py-\[8px\] {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.rem\:py-\[98px\] {
  padding-bottom: 6.125rem;
  padding-top: 6.125rem;
}
.rem\:\!pb-\[0px\] {
  padding-bottom: 0rem;
}
.rem\:\!pt-\[140px\] {
  padding-top: 8.75rem;
}
.rem\:pb-\[100px\] {
  padding-bottom: 6.25rem;
}
.rem\:pb-\[10px\] {
  padding-bottom: 0.625rem;
}
.rem\:pb-\[16px\] {
  padding-bottom: 1rem;
}
.rem\:pb-\[20px\] {
  padding-bottom: 1.25rem;
}
.rem\:pb-\[24px\] {
  padding-bottom: 1.5rem;
}
.rem\:pb-\[30px\] {
  padding-bottom: 1.875rem;
}
.rem\:pb-\[40px\] {
  padding-bottom: 2.5rem;
}
.rem\:pb-\[50px\] {
  padding-bottom: 3.125rem;
}
.rem\:pb-\[60px\] {
  padding-bottom: 3.75rem;
}
.rem\:pb-\[70px\] {
  padding-bottom: 4.375rem;
}
.rem\:pb-\[9px\] {
  padding-bottom: 0.5625rem;
}
.rem\:pl-\[12px\] {
  padding-left: 0.75rem;
}
.rem\:pl-\[17px\] {
  padding-left: 1.0625rem;
}
.rem\:pl-\[20px\] {
  padding-left: 1.25rem;
}
.rem\:pl-\[22px\] {
  padding-left: 1.375rem;
}
.rem\:pl-\[30px\] {
  padding-left: 1.875rem;
}
.rem\:pl-\[55px\] {
  padding-left: 3.4375rem;
}
.rem\:pr-\[10px\] {
  padding-right: 0.625rem;
}
.rem\:pr-\[12px\] {
  padding-right: 0.75rem;
}
.rem\:pr-\[20px\] {
  padding-right: 1.25rem;
}
.rem\:pr-\[26px\] {
  padding-right: 1.625rem;
}
.rem\:pr-\[30px\] {
  padding-right: 1.875rem;
}
.rem\:pr-\[45px\] {
  padding-right: 2.8125rem;
}
.rem\:pr-\[65px\] {
  padding-right: 4.0625rem;
}
.rem\:pt-\[100px\] {
  padding-top: 6.25rem;
}
.rem\:pt-\[10px\] {
  padding-top: 0.625rem;
}
.rem\:pt-\[160px\] {
  padding-top: 10rem;
}
.rem\:pt-\[16px\] {
  padding-top: 1rem;
}
.rem\:pt-\[20px\] {
  padding-top: 1.25rem;
}
.rem\:pt-\[3\.2px\] {
  padding-top: 0.2rem;
}
.rem\:pt-\[30px\] {
  padding-top: 1.875rem;
}
.rem\:pt-\[35px\] {
  padding-top: 2.1875rem;
}
.rem\:pt-\[40px\] {
  padding-top: 2.5rem;
}
.rem\:pt-\[45px\] {
  padding-top: 2.8125rem;
}
.rem\:pt-\[54px\] {
  padding-top: 3.375rem;
}
.rem\:pt-\[5px\] {
  padding-top: 0.3125rem;
}
.rem\:pt-\[60px\] {
  padding-top: 3.75rem;
}
.rem\:pt-\[65px\] {
  padding-top: 4.0625rem;
}
.rem\:pt-\[66px\] {
  padding-top: 4.125rem;
}
.rem\:pt-\[70px\] {
  padding-top: 4.375rem;
}
.rem\:pt-\[9px\] {
  padding-top: 0.5625rem;
}
@media (min-width: 480px) {
  .sm\:aspect-\[1440\/900\] {
    aspect-ratio: 1440/900;
  }
  .sm\:w-\[50\%\] {
    width: 50%;
  }
  .sm\:w-\[80\%\] {
    width: 80%;
  }
  .sm\:max-w-\[80\%\] {
    max-width: 80%;
  }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .md\:fixed {
    position: fixed;
  }
  .md\:sticky {
    position: sticky;
  }
  .md\:bottom-\[0\] {
    bottom: 0;
  }
  .md\:bottom-\[100px\] {
    bottom: 100px;
  }
  .md\:bottom-\[120px\] {
    bottom: 120px;
  }
  .md\:bottom-\[96px\] {
    bottom: 96px;
  }
  .md\:bottom-\[auto\] {
    bottom: auto;
  }
  .md\:top-\[100px\] {
    top: 100px;
  }
  .md\:top-\[150px\] {
    top: 150px;
  }
  .md\:top-\[16px\] {
    top: 16px;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-last {
    order: 9999;
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-\[100px\] {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .md\:my-\[24px\] {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .md\:my-\[32px\] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .md\:my-\[50px\] {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .md\:mb-\[-4px\] {
    margin-bottom: -4px;
  }
  .md\:mb-\[0\] {
    margin-bottom: 0;
  }
  .md\:mb-\[31px\] {
    margin-bottom: 31px;
  }
  .md\:mb-\[32px\] {
    margin-bottom: 32px;
  }
  .md\:mb-\[38px\] {
    margin-bottom: 38px;
  }
  .md\:mb-\[46px\] {
    margin-bottom: 46px;
  }
  .md\:mb-\[50px\] {
    margin-bottom: 50px;
  }
  .md\:mb-\[52px\] {
    margin-bottom: 52px;
  }
  .md\:mb-\[60px\] {
    margin-bottom: 60px;
  }
  .md\:mb-\[75px\] {
    margin-bottom: 75px;
  }
  .md\:mb-\[78px\] {
    margin-bottom: 78px;
  }
  .md\:ml-\[0px\] {
    margin-left: 0px;
  }
  .md\:ml-\[114px\] {
    margin-left: 114px;
  }
  .md\:ml-\[18\%\] {
    margin-left: 18%;
  }
  .md\:ml-\[29\%\] {
    margin-left: 29%;
  }
  .md\:ml-\[auto\] {
    margin-left: auto;
  }
  .md\:mr-\[8px\] {
    margin-right: 8px;
  }
  .md\:mt-\[-140px\] {
    margin-top: -140px;
  }
  .md\:mt-\[0\] {
    margin-top: 0;
  }
  .md\:mt-\[12px\] {
    margin-top: 12px;
  }
  .md\:mt-\[42px\] {
    margin-top: 42px;
  }
  .md\:mt-\[44\%\] {
    margin-top: 44%;
  }
  .md\:mt-\[48px\] {
    margin-top: 48px;
  }
  .md\:mt-\[50\%\] {
    margin-top: 50%;
  }
  .md\:mt-\[50px\] {
    margin-top: 50px;
  }
  .md\:mt-\[60px\] {
    margin-top: 60px;
  }
  .md\:mt-\[75px\] {
    margin-top: 75px;
  }
  .md\:mt-auto {
    margin-top: auto;
  }
  .md\:\!block {
    display: block !important;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:\!hidden {
    display: none !important;
  }
  .md\:hidden {
    display: none;
  }
  .md\:aspect-\[\.9\] {
    aspect-ratio: .9;
  }
  .md\:aspect-\[1\.33\] {
    aspect-ratio: 1.33;
  }
  .md\:aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }
  .md\:aspect-\[1324\/754\] {
    aspect-ratio: 1324/754;
  }
  .md\:aspect-\[1440\/373\] {
    aspect-ratio: 1440/373;
  }
  .md\:aspect-\[1440\/432\] {
    aspect-ratio: 1440/432;
  }
  .md\:aspect-\[1440\/600\] {
    aspect-ratio: 1440/600;
  }
  .md\:aspect-\[1440\/606\] {
    aspect-ratio: 1440/606;
  }
  .md\:aspect-\[1440\/702\] {
    aspect-ratio: 1440/702;
  }
  .md\:aspect-\[1440\/704\] {
    aspect-ratio: 1440/704;
  }
  .md\:aspect-\[1440\/737\] {
    aspect-ratio: 1440/737;
  }
  .md\:aspect-\[1440\/750\] {
    aspect-ratio: 1440/750;
  }
  .md\:aspect-\[1440\/770\] {
    aspect-ratio: 1440/770;
  }
  .md\:aspect-\[1440\/900\] {
    aspect-ratio: 1440/900;
  }
  .md\:aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .md\:aspect-\[294\/396\] {
    aspect-ratio: 294/396;
  }
  .md\:aspect-\[305\/158\] {
    aspect-ratio: 305/158;
  }
  .md\:aspect-\[396\/200\] {
    aspect-ratio: 396/200;
  }
  .md\:aspect-\[396\/306\] {
    aspect-ratio: 396/306;
  }
  .md\:aspect-\[396\/330\] {
    aspect-ratio: 396/330;
  }
  .md\:aspect-\[396\/346\] {
    aspect-ratio: 396/346;
  }
  .md\:aspect-\[396\/428\] {
    aspect-ratio: 396/428;
  }
  .md\:aspect-\[398\/210\] {
    aspect-ratio: 398/210;
  }
  .md\:aspect-\[546\/606\] {
    aspect-ratio: 546/606;
  }
  .md\:aspect-\[596\/400\] {
    aspect-ratio: 596/400;
  }
  .md\:aspect-\[599\/497\] {
    aspect-ratio: 599/497;
  }
  .md\:aspect-\[600\/380\] {
    aspect-ratio: 600/380;
  }
  .md\:aspect-\[600\/420\] {
    aspect-ratio: 600/420;
  }
  .md\:aspect-\[600\/535\] {
    aspect-ratio: 600/535;
  }
  .md\:aspect-\[600\/670\] {
    aspect-ratio: 600/670;
  }
  .md\:aspect-\[605\/500\] {
    aspect-ratio: 605/500;
  }
  .md\:aspect-\[606\/496\] {
    aspect-ratio: 606/496;
  }
  .md\:aspect-\[719\/770\] {
    aspect-ratio: 719/770;
  }
  .md\:aspect-\[720\/428\] {
    aspect-ratio: 720/428;
  }
  .md\:aspect-\[804\/567\] {
    aspect-ratio: 804/567;
  }
  .md\:aspect-square {
    aspect-ratio: 1 / 1;
  }
  .md\:aspect-video {
    aspect-ratio: 16 / 9;
  }
  .md\:\!h-\[auto\] {
    height: auto !important;
  }
  .md\:h-\[100dvh\] {
    height: 100dvh;
  }
  .md\:h-\[9px\] {
    height: 9px;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:max-h-\[186px\] {
    max-height: 186px;
  }
  .md\:max-h-\[600px\] {
    max-height: 600px;
  }
  .md\:\!w-\[120px\] {
    width: 120px !important;
  }
  .md\:\!w-auto {
    width: auto !important;
  }
  .md\:w-\[100\%\] {
    width: 100%;
  }
  .md\:w-\[396px\] {
    width: 396px;
  }
  .md\:w-\[45\%\] {
    width: 45%;
  }
  .md\:w-\[50\%\] {
    width: 50%;
  }
  .md\:w-\[55\%\] {
    width: 55%;
  }
  .md\:w-\[58\%\] {
    width: 58%;
  }
  .md\:w-\[5px\] {
    width: 5px;
  }
  .md\:w-\[60\%\] {
    width: 60%;
  }
  .md\:w-\[72\%\] {
    width: 72%;
  }
  .md\:w-\[87px\] {
    width: 87px;
  }
  .md\:w-\[90\%\] {
    width: 90%;
  }
  .md\:w-\[auto\] {
    width: auto;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }
  .md\:min-w-\[0\] {
    min-width: 0;
  }
  .md\:min-w-\[auto\] {
    min-width: auto;
  }
  .md\:max-w-\[100\%\] {
    max-width: 100%;
  }
  .md\:max-w-\[20vw\] {
    max-width: 20vw;
  }
  .md\:max-w-\[30vw\] {
    max-width: 30vw;
  }
  .md\:max-w-\[31vw\] {
    max-width: 31vw;
  }
  .md\:max-w-\[44vw\] {
    max-width: 44vw;
  }
  .md\:max-w-\[48vw\] {
    max-width: 48vw;
  }
  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .md\:max-w-\[50vw\] {
    max-width: 50vw;
  }
  .md\:max-w-\[53vw\] {
    max-width: 53vw;
  }
  .md\:max-w-\[540px\] {
    max-width: 540px;
  }
  .md\:max-w-\[56vw\] {
    max-width: 56vw;
  }
  .md\:max-w-\[60\%\] {
    max-width: 60%;
  }
  .md\:max-w-\[68\%\] {
    max-width: 68%;
  }
  .md\:max-w-\[70\%\] {
    max-width: 70%;
  }
  .md\:max-w-\[80\%\] {
    max-width: 80%;
  }
  .md\:max-w-\[800px\] {
    max-width: 800px;
  }
  .md\:max-w-\[none\] {
    max-width: none;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:basis-1\/2 {
    flex-basis: 50%;
  }
  .md\:basis-3\/4 {
    flex-basis: 75%;
  }
  .md\:basis-\[100\%\] {
    flex-basis: 100%;
  }
  .md\:basis-\[12\%\] {
    flex-basis: 12%;
  }
  .md\:basis-\[30\%\] {
    flex-basis: 30%;
  }
  .md\:basis-auto {
    flex-basis: auto;
  }
  .md\:translate-x-\[0\] {
    --tw-translate-x: 0;
    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));
  }
  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
  .md\:scale-\[\.75\] {
    --tw-scale-x: .75;
    --tw-scale-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));
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .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\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:grid-cols-\[repeat\(3\2c min-content\)\] {
    grid-template-columns: repeat(3,min-content);
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-\[0px\] {
    gap: 0px;
  }
  .md\:gap-\[100px\] {
    gap: 100px;
  }
  .md\:gap-\[12px\] {
    gap: 12px;
  }
  .md\:gap-\[14px\] {
    gap: 14px;
  }
  .md\:gap-\[30px\] {
    gap: 30px;
  }
  .md\:gap-\[84px\] {
    gap: 84px;
  }
  .md\:divide-x-\[1px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .md\:divide-y-\[0px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
  .md\:divide-y-\[1px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }
  .md\:overflow-auto {
    overflow: auto;
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .md\:border-b-0 {
    border-bottom-width: 0px;
  }
  .md\:border-r-\[1px\] {
    border-right-width: 1px;
  }
  .md\:bg-background-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:p-\[100px\] {
    padding: 100px;
  }
  .md\:p-\[24px\] {
    padding: 24px;
  }
  .md\:p-\[30px\] {
    padding: 30px;
  }
  .md\:p-\[48px\] {
    padding: 48px;
  }
  .md\:p-\[50px\] {
    padding: 50px;
  }
  .md\:p-\[56px\] {
    padding: 56px;
  }
  .md\:px-\[0\] {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .md\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .md\:py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .md\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .md\:py-\[64px\] {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .md\:py-\[var\(--page-margin-inner\)\] {
    padding-top: var(--page-margin-inner);
    padding-bottom: var(--page-margin-inner);
  }
  .md\:\!pb-\[0px\] {
    padding-bottom: 0px !important;
  }
  .md\:\!pl-page-inner {
    padding-left: var(--page-margin-inner) !important;
  }
  .md\:\!pr-page-inner {
    padding-right: var(--page-margin-inner) !important;
  }
  .md\:\!pt-\[0px\] {
    padding-top: 0px !important;
  }
  .md\:\!pt-\[100px\] {
    padding-top: 100px !important;
  }
  .md\:pb-\[0\] {
    padding-bottom: 0;
  }
  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }
  .md\:pb-\[110px\] {
    padding-bottom: 110px;
  }
  .md\:pb-\[113px\] {
    padding-bottom: 113px;
  }
  .md\:pb-\[120px\] {
    padding-bottom: 120px;
  }
  .md\:pb-\[150px\] {
    padding-bottom: 150px;
  }
  .md\:pb-\[24px\] {
    padding-bottom: 24px;
  }
  .md\:pb-\[28px\] {
    padding-bottom: 28px;
  }
  .md\:pb-\[48px\] {
    padding-bottom: 48px;
  }
  .md\:pb-\[70px\] {
    padding-bottom: 70px;
  }
  .md\:pb-\[90px\] {
    padding-bottom: 90px;
  }
  .md\:pb-\[var\(--nav-panel-top\)\] {
    padding-bottom: var(--nav-panel-top);
  }
  .md\:pl-\[70px\] {
    padding-left: 70px;
  }
  .md\:pl-page-inner {
    padding-left: var(--page-margin-inner);
  }
  .md\:pl-page-outer {
    padding-left: var(--page-margin-outer);
  }
  .md\:pr-\[10\%\] {
    padding-right: 10%;
  }
  .md\:pr-\[48px\] {
    padding-right: 48px;
  }
  .md\:pr-\[60px\] {
    padding-right: 60px;
  }
  .md\:pr-page-inner {
    padding-right: var(--page-margin-inner);
  }
  .md\:pt-\[0\] {
    padding-top: 0;
  }
  .md\:pt-\[0px\] {
    padding-top: 0px;
  }
  .md\:pt-\[100px\] {
    padding-top: 100px;
  }
  .md\:pt-\[117px\] {
    padding-top: 117px;
  }
  .md\:pt-\[120px\] {
    padding-top: 120px;
  }
  .md\:pt-\[140px\] {
    padding-top: 140px;
  }
  .md\:pt-\[38px\] {
    padding-top: 38px;
  }
  .md\:pt-\[40px\] {
    padding-top: 40px;
  }
  .md\:pt-\[41px\] {
    padding-top: 41px;
  }
  .md\:pt-\[42px\] {
    padding-top: 42px;
  }
  .md\:pt-\[60px\] {
    padding-top: 60px;
  }
  .md\:pt-\[64px\] {
    padding-top: 64px;
  }
  .md\:pt-\[80px\] {
    padding-top: 80px;
  }
  .md\:pt-\[var\(--nav-panel-top\)\] {
    padding-top: var(--nav-panel-top);
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:no-underline {
    text-decoration-line: none;
  }
  .md\:rem\:bottom-\[120px\] {
    bottom: 7.5rem;
  }
  .md\:rem\:bottom-\[15px\] {
    bottom: 0.9375rem;
  }
  .md\:rem\:bottom-\[30px\] {
    bottom: 1.875rem;
  }
  .md\:rem\:left-\[15px\] {
    left: 0.9375rem;
  }
  .md\:rem\:left-\[24px\] {
    left: 1.5rem;
  }
  .md\:rem\:left-\[26px\] {
    left: 1.625rem;
  }
  .md\:rem\:left-\[40px\] {
    left: 2.5rem;
  }
  .md\:rem\:top-\[28px\] {
    top: 1.75rem;
  }
  .md\:rem\:mb-\[100px\] {
    margin-bottom: 6.25rem;
  }
  .md\:rem\:mb-\[10px\] {
    margin-bottom: 0.625rem;
  }
  .md\:rem\:mb-\[15px\] {
    margin-bottom: 0.9375rem;
  }
  .md\:rem\:mb-\[17px\] {
    margin-bottom: 1.0625rem;
  }
  .md\:rem\:mb-\[20px\] {
    margin-bottom: 1.25rem;
  }
  .md\:rem\:mb-\[24px\] {
    margin-bottom: 1.5rem;
  }
  .md\:rem\:mb-\[25px\] {
    margin-bottom: 1.5625rem;
  }
  .md\:rem\:mb-\[30px\] {
    margin-bottom: 1.875rem;
  }
  .md\:rem\:mb-\[34px\] {
    margin-bottom: 2.125rem;
  }
  .md\:rem\:mb-\[36px\] {
    margin-bottom: 2.25rem;
  }
  .md\:rem\:mb-\[40px\] {
    margin-bottom: 2.5rem;
  }
  .md\:rem\:mb-\[45px\] {
    margin-bottom: 2.8125rem;
  }
  .md\:rem\:mb-\[50px\] {
    margin-bottom: 3.125rem;
  }
  .md\:rem\:mb-\[52px\] {
    margin-bottom: 3.25rem;
  }
  .md\:rem\:mb-\[55px\] {
    margin-bottom: 3.4375rem;
  }
  .md\:rem\:mb-\[60px\] {
    margin-bottom: 3.75rem;
  }
  .md\:rem\:mb-\[67px\] {
    margin-bottom: 4.1875rem;
  }
  .md\:rem\:mb-\[72px\] {
    margin-bottom: 4.5rem;
  }
  .md\:rem\:mb-\[75px\] {
    margin-bottom: 4.6875rem;
  }
  .md\:rem\:mb-\[76px\] {
    margin-bottom: 4.75rem;
  }
  .md\:rem\:mb-\[85px\] {
    margin-bottom: 5.3125rem;
  }
  .md\:rem\:ml-\[-17px\] {
    margin-left: -1.0625rem;
  }
  .md\:rem\:ml-\[114px\] {
    margin-left: 7.125rem;
  }
  .md\:rem\:mr-\[104px\] {
    margin-right: 6.5rem;
  }
  .md\:rem\:mt-\[-148px\] {
    margin-top: -9.25rem;
  }
  .md\:rem\:mt-\[-47px\] {
    margin-top: -2.9375rem;
  }
  .md\:rem\:mt-\[16px\] {
    margin-top: 1rem;
  }
  .rem\:md\:mb-\[56px\] {
    margin-bottom: 3.5rem;
  }
  .rem\:md\:mb-\[60px\] {
    margin-bottom: 3.75rem;
  }
  .md\:rem\:\!h-\[116px\] {
    height: 7.25rem;
  }
  .md\:rem\:h-\[20px\] {
    height: 1.25rem;
  }
  .md\:rem\:h-\[30px\] {
    height: 1.875rem;
  }
  .md\:rem\:h-\[36px\] {
    height: 2.25rem;
  }
  .md\:rem\:h-\[86px\] {
    height: 5.375rem;
  }
  .md\:rem\:\!w-\[116px\] {
    width: 7.25rem;
  }
  .md\:rem\:w-\[119px\] {
    width: 7.4375rem;
  }
  .md\:rem\:w-\[12px\] {
    width: 0.75rem;
  }
  .md\:rem\:w-\[142px\] {
    width: 8.875rem;
  }
  .md\:rem\:w-\[20px\] {
    width: 1.25rem;
  }
  .md\:rem\:w-\[26px\] {
    width: 1.625rem;
  }
  .md\:rem\:w-\[290px\] {
    width: 18.125rem;
  }
  .md\:rem\:w-\[30px\] {
    width: 1.875rem;
  }
  .md\:rem\:w-\[36px\] {
    width: 2.25rem;
  }
  .md\:rem\:w-\[43px\] {
    width: 2.6875rem;
  }
  .md\:rem\:w-\[86px\] {
    width: 5.375rem;
  }
  .md\:rem\:w-\[9px\] {
    width: 0.5625rem;
  }
  .md\:rem\:max-w-\[338px\] {
    max-width: 21.125rem;
  }
  .md\:rem\:max-w-\[396px\] {
    max-width: 24.75rem;
  }
  .md\:rem\:max-w-\[500px\] {
    max-width: 31.25rem;
  }
  .md\:rem\:max-w-\[580px\] {
    max-width: 36.25rem;
  }
  .md\:rem\:max-w-\[600px\] {
    max-width: 37.5rem;
  }
  .md\:rem\:gap-\[100px\] {
    gap: 6.25rem;
  }
  .md\:rem\:gap-\[10px\] {
    gap: 0.625rem;
  }
  .md\:rem\:gap-\[12px\] {
    gap: 0.75rem;
  }
  .md\:rem\:gap-\[17px\] {
    gap: 1.0625rem;
  }
  .md\:rem\:gap-\[20px\] {
    gap: 1.25rem;
  }
  .md\:rem\:gap-\[25px\] {
    gap: 1.5625rem;
  }
  .md\:rem\:gap-\[30px\] {
    gap: 1.875rem;
  }
  .md\:rem\:gap-\[32px\] {
    gap: 2rem;
  }
  .md\:rem\:gap-\[34px\] {
    gap: 2.125rem;
  }
  .md\:rem\:gap-\[51px\] {
    gap: 3.1875rem;
  }
  .md\:rem\:gap-\[60px\] {
    gap: 3.75rem;
  }
  .md\:rem\:gap-\[65px\] {
    gap: 4.0625rem;
  }
  .md\:rem\:gap-\[70px\] {
    gap: 4.375rem;
  }
  .md\:rem\:gap-\[75px\] {
    gap: 4.6875rem;
  }
  .md\:rem\:gap-\[77px\] {
    gap: 4.8125rem;
  }
  .md\:rem\:gap-y-\[35px\] {
    row-gap: 2.1875rem;
  }
  .md\:rem\:p-\[30px\] {
    padding: 1.875rem;
  }
  .md\:rem\:p-\[48px\] {
    padding: 3rem;
  }
  .rem\:md\:p-\[50px\] {
    padding: 3.125rem;
  }
  .md\:rem\:px-\[47px\] {
    padding-right: 2.9375rem;
    padding-left: 2.9375rem;
  }
  .md\:rem\:px-\[50px\] {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
  .md\:rem\:px-\[56px\] {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
  .md\:rem\:px-\[66px\] {
    padding-right: 4.125rem;
    padding-left: 4.125rem;
  }
  .md\:rem\:py-\[100px\] {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
  .md\:rem\:py-\[125px\] {
    padding-bottom: 7.8125rem;
    padding-top: 7.8125rem;
  }
  .md\:rem\:py-\[20px\] {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
  .md\:rem\:py-\[40px\] {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .md\:rem\:py-\[45px\] {
    padding-bottom: 2.8125rem;
    padding-top: 2.8125rem;
  }
  .md\:rem\:py-\[50px\] {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
  .md\:rem\:py-\[63px\] {
    padding-bottom: 3.9375rem;
    padding-top: 3.9375rem;
  }
  .md\:rem\:py-\[65px\] {
    padding-bottom: 4.0625rem;
    padding-top: 4.0625rem;
  }
  .md\:rem\:py-\[70px\] {
    padding-bottom: 4.375rem;
    padding-top: 4.375rem;
  }
  .md\:rem\:py-\[80px\] {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .md\:rem\:\!pt-\[100px\] {
    padding-top: 6.25rem;
  }
  .md\:rem\:\!pt-\[195px\] {
    padding-top: 12.1875rem;
  }
  .md\:rem\:pb-\[100px\] {
    padding-bottom: 6.25rem;
  }
  .md\:rem\:pb-\[148px\] {
    padding-bottom: 9.25rem;
  }
  .md\:rem\:pb-\[40px\] {
    padding-bottom: 2.5rem;
  }
  .md\:rem\:pb-\[45px\] {
    padding-bottom: 2.8125rem;
  }
  .md\:rem\:pb-\[50px\] {
    padding-bottom: 3.125rem;
  }
  .md\:rem\:pb-\[55px\] {
    padding-bottom: 3.4375rem;
  }
  .md\:rem\:pb-\[60px\] {
    padding-bottom: 3.75rem;
  }
  .md\:rem\:pb-\[70px\] {
    padding-bottom: 4.375rem;
  }
  .md\:rem\:pb-\[75px\] {
    padding-bottom: 4.6875rem;
  }
  .md\:rem\:pl-\[55px\] {
    padding-left: 3.4375rem;
  }
  .md\:rem\:pl-\[90px\] {
    padding-left: 5.625rem;
  }
  .md\:rem\:pr-\[10px\] {
    padding-right: 0.625rem;
  }
  .md\:rem\:pr-\[50px\] {
    padding-right: 3.125rem;
  }
  .md\:rem\:pr-\[65px\] {
    padding-right: 4.0625rem;
  }
  .md\:rem\:pt-\[100px\] {
    padding-top: 6.25rem;
  }
  .md\:rem\:pt-\[125px\] {
    padding-top: 7.8125rem;
  }
  .md\:rem\:pt-\[130px\] {
    padding-top: 8.125rem;
  }
  .md\:rem\:pt-\[148px\] {
    padding-top: 9.25rem;
  }
  .md\:rem\:pt-\[150px\] {
    padding-top: 9.375rem;
  }
  .md\:rem\:pt-\[220px\] {
    padding-top: 13.75rem;
  }
  .md\:rem\:pt-\[25px\] {
    padding-top: 1.5625rem;
  }
  .md\:rem\:pt-\[36px\] {
    padding-top: 2.25rem;
  }
  .md\:rem\:pt-\[38px\] {
    padding-top: 2.375rem;
  }
  .md\:rem\:pt-\[40px\] {
    padding-top: 2.5rem;
  }
  .md\:rem\:pt-\[50px\] {
    padding-top: 3.125rem;
  }
  .md\:rem\:pt-\[60px\] {
    padding-top: 3.75rem;
  }
  .md\:rem\:pt-\[65px\] {
    padding-top: 4.0625rem;
  }
  .md\:rem\:pt-\[70px\] {
    padding-top: 4.375rem;
  }
  .md\:rem\:pt-\[90px\] {
    padding-top: 5.625rem;
  }
  .rem\:md\:pr-\[30px\] {
    padding-right: 1.875rem;
  }
}
@media (min-width: 980px) {
  .lg\:static {
    position: static;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:left-auto {
    left: auto;
  }
  .lg\:left-page-inner {
    left: var(--page-margin-inner);
  }
  .lg\:right-auto {
    right: auto;
  }
  .lg\:right-page-inner {
    right: var(--page-margin-inner);
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .lg\:row-start-1 {
    grid-row-start: 1;
  }
  .lg\:row-start-2 {
    grid-row-start: 2;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mb-\[0\] {
    margin-bottom: 0;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:inline-flex {
    display: inline-flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:aspect-\[1440\/652\] {
    aspect-ratio: 1440/652;
  }
  .lg\:aspect-\[1440\/680\] {
    aspect-ratio: 1440/680;
  }
  .lg\:aspect-\[1440\/750\] {
    aspect-ratio: 1440/750;
  }
  .lg\:aspect-\[400\/535\] {
    aspect-ratio: 400/535;
  }
  .lg\:aspect-\[794\/535\] {
    aspect-ratio: 794/535;
  }
  .lg\:aspect-\[842\/738\] {
    aspect-ratio: 842/738;
  }
  .lg\:aspect-auto {
    aspect-ratio: auto;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:min-h-\[0\] {
    min-height: 0;
  }
  .lg\:min-h-\[200px\] {
    min-height: 200px;
  }
  .lg\:w-\[100\%\] {
    width: 100%;
  }
  .lg\:w-\[29\%\] {
    width: 29%;
  }
  .lg\:w-\[32\%\] {
    width: 32%;
  }
  .lg\:w-\[62\%\] {
    width: 62%;
  }
  .lg\:w-\[80\%\] {
    width: 80%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:max-w-\[40\%\] {
    max-width: 40%;
  }
  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .lg\:max-w-\[50vw\] {
    max-width: 50vw;
  }
  .lg\:max-w-\[570px\] {
    max-width: 570px;
  }
  .lg\:max-w-\[58\%\] {
    max-width: 58%;
  }
  .lg\:max-w-\[60\%\] {
    max-width: 60%;
  }
  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }
  .lg\:max-w-\[700px\] {
    max-width: 700px;
  }
  .lg\:max-w-\[772px\] {
    max-width: 772px;
  }
  .lg\:max-w-\[784px\] {
    max-width: 784px;
  }
  .lg\:max-w-\[921px\] {
    max-width: 921px;
  }
  .lg\:basis-\[40\%\] {
    flex-basis: 40%;
  }
  .lg\:scale-\[1\] {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
  .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\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[1fr_350px\] {
    grid-template-columns: 1fr 350px;
  }
  .lg\:grid-cols-\[1fr_45rem\] {
    grid-template-columns: 1fr 45rem;
  }
  .lg\:grid-cols-\[1fr_50\%\] {
    grid-template-columns: 1fr 50%;
  }
  .lg\:grid-cols-\[1fr_58\.2\%\] {
    grid-template-columns: 1fr 58.2%;
  }
  .lg\:grid-cols-\[1fr_60\%\] {
    grid-template-columns: 1fr 60%;
  }
  .lg\:grid-cols-\[35\%_1fr\] {
    grid-template-columns: 35% 1fr;
  }
  .lg\:grid-cols-\[37\.5\%_1fr\] {
    grid-template-columns: 37.5% 1fr;
  }
  .lg\:grid-cols-\[repeat\(4\2c min-content\)\] {
    grid-template-columns: repeat(4,min-content);
  }
  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-rows-\[min-content_1fr\] {
    grid-template-rows: min-content 1fr;
  }
  .lg\:grid-rows-\[repeat\(2\2c min-content\)\] {
    grid-template-rows: repeat(2,min-content);
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-\[0\] {
    gap: 0;
  }
  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }
  .lg\:border-r-\[1px\] {
    border-right-width: 1px;
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:p-\[0\] {
    padding: 0;
  }
  .lg\:p-\[100px\] {
    padding: 100px;
  }
  .lg\:px-\[0\] {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-\[var\(--nav-inset\)\] {
    padding-left: var(--nav-inset);
    padding-right: var(--nav-inset);
  }
  .lg\:px-page-outer {
    padding-left: var(--page-margin-outer);
    padding-right: var(--page-margin-outer);
  }
  .lg\:py-\[0\] {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg\:pb-\[0\] {
    padding-bottom: 0;
  }
  .lg\:pl-\[0\] {
    padding-left: 0;
  }
  .lg\:pl-page-outer {
    padding-left: var(--page-margin-outer);
  }
  .lg\:pr-\[0\] {
    padding-right: 0;
  }
  .lg\:pr-page-outer {
    padding-right: var(--page-margin-outer);
  }
  .lg\:pt-\[0\] {
    padding-top: 0;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .lg\:grid-areas-numbered-list-twocol {
    grid-template-areas: "header image"
"content image";
  }
  .lg\:rem\:bottom-\[115px\] {
    bottom: 7.1875rem;
  }
  .lg\:rem\:bottom-\[15px\] {
    bottom: 0.9375rem;
  }
  .lg\:rem\:bottom-\[27px\] {
    bottom: 1.6875rem;
  }
  .lg\:rem\:bottom-\[34px\] {
    bottom: 2.125rem;
  }
  .lg\:rem\:bottom-\[60px\] {
    bottom: 3.75rem;
  }
  .lg\:rem\:left-\[30px\] {
    left: 1.875rem;
  }
  .lg\:rem\:left-\[34px\] {
    left: 2.125rem;
  }
  .lg\:rem\:right-\[34px\] {
    right: 2.125rem;
  }
  .rem\:lg\:bottom-\[104px\] {
    bottom: 6.5rem;
  }
  .lg\:rem\:mb-\[127px\] {
    margin-bottom: 7.9375rem;
  }
  .lg\:rem\:mb-\[12px\] {
    margin-bottom: 0.75rem;
  }
  .lg\:rem\:mb-\[20px\] {
    margin-bottom: 1.25rem;
  }
  .lg\:rem\:mb-\[30px\] {
    margin-bottom: 1.875rem;
  }
  .lg\:rem\:mb-\[35px\] {
    margin-bottom: 2.1875rem;
  }
  .lg\:rem\:mb-\[45px\] {
    margin-bottom: 2.8125rem;
  }
  .lg\:rem\:mb-\[46px\] {
    margin-bottom: 2.875rem;
  }
  .lg\:rem\:mb-\[8px\] {
    margin-bottom: 0.5rem;
  }
  .lg\:rem\:mr-\[8px\] {
    margin-right: 0.5rem;
  }
  .rem\:lg\:mb-\[13px\] {
    margin-bottom: 0.8125rem;
  }
  .rem\:lg\:mb-\[36px\] {
    margin-bottom: 2.25rem;
  }
  .lg\:rem\:h-\[27px\] {
    height: 1.6875rem;
  }
  .lg\:rem\:h-\[35px\] {
    height: 2.1875rem;
  }
  .lg\:rem\:w-\[150px\] {
    width: 9.375rem;
  }
  .lg\:rem\:w-\[22px\] {
    width: 1.375rem;
  }
  .lg\:rem\:w-\[27px\] {
    width: 1.6875rem;
  }
  .lg\:rem\:w-\[35px\] {
    width: 2.1875rem;
  }
  .lg\:rem\:w-\[607px\] {
    width: 37.9375rem;
  }
  .lg\:rem\:max-w-\[700px\] {
    max-width: 43.75rem;
  }
  .lg\:rem\:max-w-\[750px\] {
    max-width: 46.875rem;
  }
  .lg\:rem\:max-w-\[854px\] {
    max-width: 53.375rem;
  }
  .lg\:rem\:gap-\[100px\] {
    gap: 6.25rem;
  }
  .lg\:rem\:gap-\[10px\] {
    gap: 0.625rem;
  }
  .lg\:rem\:gap-\[12px\] {
    gap: 0.75rem;
  }
  .lg\:rem\:gap-\[13px\] {
    gap: 0.8125rem;
  }
  .lg\:rem\:gap-\[148px\] {
    gap: 9.25rem;
  }
  .lg\:rem\:gap-\[15px\] {
    gap: 0.9375rem;
  }
  .lg\:rem\:gap-\[18px\] {
    gap: 1.125rem;
  }
  .lg\:rem\:gap-\[20px\] {
    gap: 1.25rem;
  }
  .lg\:rem\:gap-\[30px\] {
    gap: 1.875rem;
  }
  .lg\:rem\:gap-\[56px\] {
    gap: 3.5rem;
  }
  .lg\:rem\:gap-\[65px\] {
    gap: 4.0625rem;
  }
  .lg\:rem\:gap-x-\[100px\] {
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }
  .lg\:rem\:gap-y-\[20px\] {
    row-gap: 1.25rem;
  }
  .lg\:rem\:gap-y-\[35px\] {
    row-gap: 2.1875rem;
  }
  .lg\:rem\:px-\[18px\] {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  .lg\:rem\:px-\[30px\] {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .lg\:rem\:py-\[100px\] {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
  .lg\:rem\:py-\[120px\] {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
  .lg\:rem\:pb-\[100px\] {
    padding-bottom: 6.25rem;
  }
  .lg\:rem\:pb-\[104px\] {
    padding-bottom: 6.5rem;
  }
  .lg\:rem\:pb-\[120px\] {
    padding-bottom: 7.5rem;
  }
  .lg\:rem\:pb-\[30px\] {
    padding-bottom: 1.875rem;
  }
  .lg\:rem\:pb-\[45px\] {
    padding-bottom: 2.8125rem;
  }
  .lg\:rem\:pb-\[88px\] {
    padding-bottom: 5.5rem;
  }
  .lg\:rem\:pl-\[17px\] {
    padding-left: 1.0625rem;
  }
  .lg\:rem\:pr-\[100px\] {
    padding-right: 6.25rem;
  }
  .lg\:rem\:pr-\[119px\] {
    padding-right: 7.4375rem;
  }
  .lg\:rem\:pr-\[120px\] {
    padding-right: 7.5rem;
  }
  .lg\:rem\:pr-\[150px\] {
    padding-right: 9.375rem;
  }
  .lg\:rem\:pr-\[167px\] {
    padding-right: 10.4375rem;
  }
  .lg\:rem\:pr-\[50px\] {
    padding-right: 3.125rem;
  }
  .lg\:rem\:pr-\[80px\] {
    padding-right: 5rem;
  }
  .lg\:rem\:pt-\[112px\] {
    padding-top: 7rem;
  }
  .lg\:rem\:pt-\[135px\] {
    padding-top: 8.4375rem;
  }
  .lg\:rem\:pt-\[150px\] {
    padding-top: 9.375rem;
  }
  .lg\:rem\:pt-\[180px\] {
    padding-top: 11.25rem;
  }
  .lg\:rem\:pt-\[18px\] {
    padding-top: 1.125rem;
  }
  .lg\:rem\:pt-\[22px\] {
    padding-top: 1.375rem;
  }
  .lg\:rem\:pt-\[70px\] {
    padding-top: 4.375rem;
  }
  .lg\:rem\:pt-\[76px\] {
    padding-top: 4.75rem;
  }
  .lg\:rem\:pt-\[95px\] {
    padding-top: 5.9375rem;
  }
  .rem\:lg\:pb-\[90px\] {
    padding-bottom: 5.625rem;
  }
  .rem\:lg\:pt-\[100px\] {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .xl\:col-start-2 {
    grid-column-start: 2;
  }
  .xl\:row-start-1 {
    grid-row-start: 1;
  }
  .xl\:block {
    display: block;
  }
  .xl\:basis-auto {
    flex-basis: auto;
  }
  .xl\:grid-cols-\[1fr_20rem\] {
    grid-template-columns: 1fr 20rem;
  }
  .xl\:grid-cols-\[250px_1fr_200px\] {
    grid-template-columns: 250px 1fr 200px;
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:overflow-hidden {
    overflow: hidden;
  }
}
@media (min-height: 31.25rem) and (min-width: 61.25rem) {
  .nav-desktop\:mb-\[0\] {
    margin-bottom: 0;
  }
  .nav-desktop\:mb-\[40px\] {
    margin-bottom: 40px;
  }
  .nav-desktop\:justify-start {
    justify-content: flex-start;
  }
  .nav-desktop\:rem\:mb-\[80px\] {
    margin-bottom: 5rem;
  }
  .rem\:nav-desktop\:mb-\[80px\] {
    margin-bottom: 5rem;
  }
  .nav-desktop\:rem\:gap-\[25px\] {
    gap: 1.5625rem;
  }
  .nav-desktop\:rem\:gap-\[26px\] {
    gap: 1.625rem;
  }
  .nav-desktop\:rem\:pb-\[75px\] {
    padding-bottom: 4.6875rem;
  }
  .nav-desktop\:rem\:pt-\[97px\] {
    padding-top: 6.0625rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .badge\:ml-\[18\%\] {
    margin-left: 18%;
  }
  .badge\:ml-\[8\%\] {
    margin-left: 8%;
  }
  .badge\:mt-\[85\%\] {
    margin-top: 85%;
  }
  .badge\:mt-\[88\%\] {
    margin-top: 88%;
  }
  .badge\:aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .badge\:rem\:\!h-\[87px\] {
    height: 5.4375rem;
  }
  .badge\:rem\:\!w-\[87px\] {
    width: 5.4375rem;
  }
}
.\[\&\.active\]\:block.active {
  display: block;
}
.\[\&\.is-active_\.view-less\]\:block.is-active .view-less {
  display: block;
}
.\[\&\.is-active_\.view-more\]\:hidden.is-active .view-more {
  display: none;
}
.\[\&\:last-child\]\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.\[\&\:last-child\]\:\!pb-\[0\]:last-child {
  padding-bottom: 0 !important;
}
.\[\&\:last-child\]\:\!pt-\[0\]:last-child {
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .\[\&\:last-child\]\:md\:rem\:\!pb-\[100px\]:last-child {
    padding-bottom: 6.25rem;
  }
}
.\[\&\:not\(\.is-active\)\]\:invisible:not(.is-active) {
  visibility: hidden;
}
.\[\&\:not\(\.is-active\)_\.view-less\]\:hidden:not(.is-active) .view-less {
  display: none;
}
.\[\&\:not\(\.is-active\)_\.view-more\]\:block:not(.is-active) .view-more {
  display: block;
}
.\[\&\:not\(\:last-child\)\]\:rem\:mb-\[44px\]:not(:last-child) {
  margin-bottom: 2.75rem;
}
@media (min-width: 980px) {
  .\[\&\>\*\:nth-child\(3\)\]\:lg\:rem\:mt-\[-175px\]>*:nth-child(3) {
    margin-top: -10.9375rem;
  }
}
.\[\&\>div\+div\>div\:first-of-type\]\:py-\[50px\]>div+div>div:first-of-type {
  padding-top: 50px;
  padding-bottom: 50px;
}
.\[\&\>div\:first-child\]\:h-full>div:first-child {
  height: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .badge\:\[\&\>div\:first-child_picture\]\:my-\[auto\]>div:first-child picture {
    margin-top: auto;
    margin-bottom: auto;
  }
  .badge\:\[\&\>div\:first-child_picture\]\:h-\[75\%\]>div:first-child picture {
    height: 75%;
  }
}
.\[\&\>div\:first-of-type\]\:order-last>div:first-of-type {
  order: 9999;
}
.\[\&\>div\:first-of-type\]\:aspect-\[375\/400\]>div:first-of-type {
  aspect-ratio: 375/400;
}
@media (min-width: 768px) {
  .md\:\[\&\>div\:first-of-type\]\:order-1>div:first-of-type {
    order: 1;
  }
  .md\:\[\&\>div\:first-of-type\]\:aspect-\[720\/770\]>div:first-of-type {
    aspect-ratio: 720/770;
  }
}
.\[\&\>div\:last-of-type\]\:aspect-\[375\/550\]>div:last-of-type {
  aspect-ratio: 375/550;
}
.\[\&\>div\:last-of-type\]\:aspect-\[720\/770\]>div:last-of-type {
  aspect-ratio: 720/770;
}
.\[\&\>div\:last-of-type_h3\]\:max-w-\[310px\]>div:last-of-type h3 {
  max-width: 310px;
}
@media (min-width: 768px) {
  .md\:\[\&\>div\:last-of-type_h3\]\:max-w-\[none\]>div:last-of-type h3 {
    max-width: none;
  }
}
.\[\&\>div\>div\:last-of-type\]\:mb-auto>div>div:last-of-type {
  margin-bottom: auto;
}
.\[\&\>div\>div\:last-of-type\]\:text-left>div>div:last-of-type {
  text-align: left;
}
@media (min-width: 768px) {
  .\[\&\>div\>div\:last-of-type\]\:md\:max-w-\[50vw\]>div>div:last-of-type {
    max-width: 50vw;
  }
  .md\:\[\&\>div\>div\:last-of-type\]\:text-center>div>div:last-of-type {
    text-align: center;
  }
}
.\[\&\>div\>div\]\:mt-\[30px\]>div>div {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .md\:\[\&\>div\>div\]\:mt-\[60px\]>div>div {
    margin-top: 60px;
  }
}
.\[\&\>li\]\:pr-\[0\]>li {
  padding-right: 0;
}
.\[\&_\.btn-copy\]\:hidden .btn-copy {
  display: none;
}
@media (min-width: 768px) {
  .md\:\[\&_\.cta-container\]\:justify-center .cta-container {
    justify-content: center;
  }
}
.\[\&_\.error-message\]\:absolute .error-message {
  position: absolute;
}
.\[\&_\.picture\>img\]\:h-full .picture>img {
  height: 100%;
}
.\[\&_\.picture\>img\]\:w-full .picture>img {
  width: 100%;
}
.\[\&_\.pro-tip\]\:bg-background-white .pro-tip {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&_\.split-copy\>div\]\:pb-\[0\] .split-copy>div {
  padding-bottom: 0;
}
.\[\&_\.svg\]\:\!w-\[12px\] .svg {
  width: 12px !important;
}
.\[\&_\.svg\]\:max-w-\[12px\] .svg {
  max-width: 12px;
}
.\[\&_\.svg\]\:\!transform-none .svg {
  transform: none !important;
}
.\[\&_\.svg\]\:\!transition-none .svg {
  transition-property: none !important;
}
.\[\&_\.tab-pane\]\:\!px-\[20px\] .tab-pane {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.\[\&_\.tab-pane\]\:\!py-\[0\] .tab-pane {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.\[\&_a\]\:text-black a {
  --tw-text-opacity: 1;
  color: rgb(40 35 31 / var(--tw-text-opacity));
}
.\[\&_a\]\:text-white a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\[\&_button_i\]\:text-logo-red button i {
  --tw-text-opacity: 1;
  color: rgb(238 0 0 / var(--tw-text-opacity));
}
.\[\&_div\.body-lg\]\:max-w-\[51vw\] div.body-lg {
  max-width: 51vw;
}
.\[\&_div\.body-lg\]\:text-grey div.body-lg {
  --tw-text-opacity: 1;
  color: rgb(120 113 107 / var(--tw-text-opacity));
}
.\[\&_div\.category-image\]\:aspect-\[396\/346\] div.category-image {
  aspect-ratio: 396/346;
}
.\[\&_div\.container-inner\]\:h-full div.container-inner {
  height: 100%;
}
.\[\&_div\.container-inner\]\:min-h-\[748px\] div.container-inner {
  min-height: 748px;
}
.\[\&_div\.container-inner\]\:pb-\[80px\] div.container-inner {
  padding-bottom: 80px;
}
.\[\&_div\.container-inner\]\:pt-\[0px\] div.container-inner {
  padding-top: 0px;
}
.\[\&_div\.container-inner\]\:pt-\[120px\] div.container-inner {
  padding-top: 120px;
}
.\[\&_div\.container-inner\]\:pt-\[80px\] div.container-inner {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .\[\&_div\.container-inner\]\:md\:h-full div.container-inner {
    height: 100%;
  }
  .\[\&_div\.container-inner\]\:md\:pt-\[147px\] div.container-inner {
    padding-top: 147px;
  }
}
.\[\&_div\.split-copy\]\:bg-background-grey div.split-copy {
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
  .\[\&_div\.swiper-wrapper\]\:md\:grid div.swiper-wrapper {
    display: grid;
  }
  .\[\&_div\.swiper-wrapper\]\:md\:grid-cols-3 div.swiper-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.\[\&_div\]\:pb-\[0\] div {
  padding-bottom: 0;
}
.\[\&_h2\]\:hidden h2 {
  display: none;
}
@media (min-width: 768px) {
  .md\:\[\&_h2\]\:text-center h2 {
    text-align: center;
  }
}
.\[\&_h3\]\:mb-\[50px\] h3 {
  margin-bottom: 50px;
}
.\[\&_h3\]\:mt-\[0px\] h3 {
  margin-top: 0px;
}
.\[\&_h3\]\:max-w-\[513px\] h3 {
  max-width: 513px;
}
.\[\&_h3\]\:max-w-\[52vw\] h3 {
  max-width: 52vw;
}
.\[\&_h3\]\:max-w-\[700px\] h3 {
  max-width: 700px;
}
.\[\&_h3\]\:max-w-\[80\%\] h3 {
  max-width: 80%;
}
.\[\&_h3\]\:text-left h3 {
  text-align: left;
}
.\[\&_h3\]\:text-black h3 {
  --tw-text-opacity: 1;
  color: rgb(40 35 31 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .\[\&_h3\]\:md\:max-w-\[32vw\] h3 {
    max-width: 32vw;
  }
  .\[\&_h3\]\:md\:max-w-\[50vw\] h3 {
    max-width: 50vw;
  }
  .\[\&_h3\]\:md\:text-center h3 {
    text-align: center;
  }
}
@media (min-width: 980px) {
  .lg\:\[\&_h3\]\:max-w-\[60\%\] h3 {
    max-width: 60%;
  }
}
.\[\&_i\]\:self-start i {
  align-self: flex-start;
}
@media (min-width: 768px) {
  .\[\&_i\]\:md\:self-center i {
    align-self: center;
  }
}
.\[\&_img\]\:w-\[60px\] img {
  width: 60px;
}
.\[\&_img\]\:scale-\[1\.002\] img {
  --tw-scale-x: 1.002;
  --tw-scale-y: 1.002;
  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));
}
.\[\&_img\]\:object-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.\[\&_p\]\:mb-\[42px\] p {
  margin-bottom: 42px;
}
.\[\&_p\]\:max-w-\[513px\] p {
  max-width: 513px;
}
.\[\&_p\]\:max-w-\[590px\] p {
  max-width: 590px;
}
.\[\&_p\]\:pb-\[0\] p {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .md\:\[\&_p\]\:mb-\[42px\] p {
    margin-bottom: 42px;
  }
  .\[\&_p\]\:md\:max-w-\[60\%\] p {
    max-width: 60%;
  }
}
.\[\&_picture\]\:w-\[60px\] picture {
  width: 60px;
}
.\[\&_span\]\:text-grey span {
  --tw-text-opacity: 1;
  color: rgb(120 113 107 / var(--tw-text-opacity));
}
.\[\&_svg\]\:h-\[auto\] svg {
  height: auto;
}
.\[\&_svg\]\:w-\[12px\] svg {
  width: 12px;
}
.\[\&_svg\]\:max-w-\[100\%\] svg {
  max-width: 100%;
}
.\[\&_svg\]\:rem\:w-\[26px\] svg {
  width: 1.625rem;
}
@media(max-height:1080px) {
  .\[\@media\(max-height\:1080px\)\]\:items-start {
    align-items: flex-start;
  }
}
@media(max-height:780px) {
  .\[\@media\(max-height\:780px\)\]\:items-start {
    align-items: flex-start;
  }
}