@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

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

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

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #d1d1d1;
  /* 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: #888888;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%;
}

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

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

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

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

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

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

.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;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.-bottom-\[30px\]{
  bottom: -30px;
}

.-right-\[5px\]{
  right: -5px;
}

.-top-2{
  top: -0.5rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-10{
  bottom: 2.5rem;
}

.bottom-24{
  bottom: 6rem;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-\[105px\]{
  bottom: 105px;
}

.bottom-\[130px\]{
  bottom: 130px;
}

.bottom-\[25px\]{
  bottom: 25px;
}

.bottom-\[50px\]{
  bottom: 50px;
}

.bottom-\[5px\]{
  bottom: 5px;
}

.bottom-\[60px\]{
  bottom: 60px;
}

.bottom-\[70px\]{
  bottom: 70px;
}

.left-0{
  left: 0px;
}

.left-14{
  left: 3.5rem;
}

.left-4{
  left: 1rem;
}

.left-6{
  left: 1.5rem;
}

.left-\[0\]{
  left: 0;
}

.left-\[5px\]{
  left: 5px;
}

.right-0{
  right: 0px;
}

.right-10{
  right: 2.5rem;
}

.right-4{
  right: 1rem;
}

.right-5{
  right: 1.25rem;
}

.right-6{
  right: 1.5rem;
}

.right-\[5px\]{
  right: 5px;
}

.right-\[60px\]{
  right: 60px;
}

.start-0{
  inset-inline-start: 0px;
}

.top-0{
  top: 0px;
}

.top-32{
  top: 8rem;
}

.top-4{
  top: 1rem;
}

.top-5{
  top: 1.25rem;
}

.top-6{
  top: 1.5rem;
}

.top-\[5px\]{
  top: 5px;
}

.top-auto{
  top: auto;
}

.top-full{
  top: 100%;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-50{
  z-index: 50;
}

.z-\[100\]{
  z-index: 100;
}

.z-\[10\]{
  z-index: 10;
}

.z-\[11\]{
  z-index: 11;
}

.z-\[5\]{
  z-index: 5;
}

.z-30{
  z-index: 30;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

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

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

.row-span-2{
  grid-row: span 2 / span 2;
}

.-m-\[2\.5px\]{
  margin: -2.5px;
}

.m-0{
  margin: 0px;
}

.m-auto{
  margin: auto;
}

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

.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-mx-\[2\.5px\]{
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.-mx-\[20px\]{
  margin-left: -20px;
  margin-right: -20px;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-\[5px\]{
  margin-top: 5px;
  margin-bottom: 5px;
}

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

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

.mb-1{
  margin-bottom: 0.25rem;
}

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

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

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

.mb-20{
  margin-bottom: 5rem;
}

.mb-24{
  margin-bottom: 6rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

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

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

.mb-6{
  margin-bottom: 1.5rem;
}

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

.mb-\[10px\]{
  margin-bottom: 10px;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.mb-\[25px\]{
  margin-bottom: 25px;
}

.mb-\[2px\]{
  margin-bottom: 2px;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mb-\[35px\]{
  margin-bottom: 35px;
}

.mb-\[50px\]{
  margin-bottom: 50px;
}

.mb-\[5px\]{
  margin-bottom: 5px;
}

.mb-\[60px\]{
  margin-bottom: 60px;
}

.mb-\[70px\]{
  margin-bottom: 70px;
}

.mb-\[8px\]{
  margin-bottom: 8px;
}

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

.mr-1{
  margin-right: 0.25rem;
}

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

.mr-3{
  margin-right: 0.75rem;
}

.mr-auto{
  margin-right: auto;
}

.ms-1{
  margin-inline-start: 0.25rem;
}

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

.mt-1{
  margin-top: 0.25rem;
}

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

.mt-11{
  margin-top: 2.75rem;
}

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

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

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

.mt-3{
  margin-top: 0.75rem;
}

.mt-36{
  margin-top: 9rem;
}

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

.mt-5{
  margin-top: 1.25rem;
}

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

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

.mt-\[10px\]{
  margin-top: 10px;
}

.mt-\[120px\]{
  margin-top: 120px;
}

.mt-\[165px\]{
  margin-top: 165px;
}

.mt-\[175px\]{
  margin-top: 175px;
}

.mt-\[25px\]{
  margin-top: 25px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.mt-\[50px\]{
  margin-top: 50px;
}

.mt-\[5px\]{
  margin-top: 5px;
}

.mt-\[60px\]{
  margin-top: 60px;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-auto{
  aspect-ratio: auto;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-4{
  height: 1rem;
}

.h-8{
  height: 2rem;
}

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

.h-\[117\%\]{
  height: 117%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100dvh-10px\)\]{
  height: calc(100dvh - 10px);
}

.h-\[calc\(100dvh-120px\)\]{
  height: calc(100dvh - 120px);
}

.h-\[calc\(100vh-10px\)\]{
  height: calc(100vh - 10px);
}

.h-\[var\(--real-vh\)\]{
  height: var(--real-vh);
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

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

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

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

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

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

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

.min-h-screen{
  min-height: 100vh;
}

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

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

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

.w-3\/12{
  width: 25%;
}

.w-4{
  width: 1rem;
}

.w-4\/12{
  width: 33.333333%;
}

.w-48{
  width: 12rem;
}

.w-5\/12{
  width: 41.666667%;
}

.w-6{
  width: 1.5rem;
}

.w-6\/12{
  width: 50%;
}

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

.w-8{
  width: 2rem;
}

.w-8\/12{
  width: 66.666667%;
}

.w-9\/12{
  width: 75%;
}

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

.w-\[150\%\]{
  width: 150%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-2xl{
  max-width: 42rem;
}

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

.max-w-6xl{
  max-width: 72rem;
}

.max-w-7xl{
  max-width: 80rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[80rem\]{
  max-width: 80rem;
}

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

.max-w-full{
  max-width: 100%;
}

.max-w-md{
  max-width: 28rem;
}

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

.max-w-xl{
  max-width: 36rem;
}

.flex-auto{
  flex: 1 1 auto;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.caption-bottom{
  caption-side: bottom;
}

.translate-x-\[-6px\]{
  --tw-translate-x: -6px;
  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-3{
  --tw-translate-y: 0.75rem;
  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-6{
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.scroll-mt-32{
  scroll-margin-top: 8rem;
}

.columns-1{
  -moz-columns: 1;
       columns: 1;
}

.break-inside-avoid{
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.grid-flow-col{
  grid-auto-flow: column;
}

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

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

.grid-rows-2{
  grid-template-rows: repeat(2, 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;
}

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

.items-end{
  align-items: flex-end;
}

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

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

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

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

.\!gap-\[5px\]{
  gap: 5px !important;
}

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-20{
  gap: 5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[170px\]{
  gap: 170px;
}

.gap-\[30px\]{
  gap: 30px;
}

.gap-\[4px\]{
  gap: 4px;
}

.gap-\[5px\]{
  gap: 5px;
}

.gap-\[60px\]{
  gap: 60px;
}

.gap-\[8px\]{
  gap: 8px;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-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));
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded-2xl{
  border-radius: 16px;
}

.rounded-3xl{
  border-radius: 20px;
}

.rounded-4xl{
  border-radius: 30px;
}

.rounded-\[18px\]{
  border-radius: 18px;
}

.rounded-\[4px\]{
  border-radius: 4px;
}

.rounded-\[6px\]{
  border-radius: 6px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 12px;
}

.rounded-md{
  border-radius: 10px;
}

.rounded-sm{
  border-radius: 8px;
}

.rounded-xl{
  border-radius: 14px;
}

.rounded-s-3xl{
  border-start-start-radius: 20px;
  border-end-start-radius: 20px;
}

.rounded-bl-3xl{
  border-bottom-left-radius: 20px;
}

.rounded-bl-xl{
  border-bottom-left-radius: 14px;
}

.rounded-br-3xl{
  border-bottom-right-radius: 20px;
}

.rounded-tl-3xl{
  border-top-left-radius: 20px;
}

.rounded-tr-3xl{
  border-top-right-radius: 20px;
}

.\!border{
  border-width: 1px !important;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-\[2px\]{
  border-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-\[2px\]{
  border-bottom-width: 2px;
}

.\!border-bistre\/50{
  border-color: rgb(55 31 29 / 0.5) !important;
}

.border-bistre\/10{
  border-color: rgb(55 31 29 / 0.1);
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
}

.border-lightblue\/50{
  border-color: rgb(161 202 204 / 0.5);
}

.border-whitesmoke{
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity, 1));
}

.bg-\[\#0C4244\]{
  --tw-bg-opacity: 1;
  background-color: rgb(12 66 68 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EBECDC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 220 / var(--tw-bg-opacity, 1));
}

.bg-\[\#b7d7d7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(183 215 215 / var(--tw-bg-opacity, 1));
}

.bg-bistre{
  --tw-bg-opacity: 1;
  background-color: rgb(55 31 29 / var(--tw-bg-opacity, 1));
}

.bg-bistre\/50{
  background-color: rgb(55 31 29 / 0.5);
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}

.bg-darkgreen{
  --tw-bg-opacity: 1;
  background-color: rgb(12 66 68 / var(--tw-bg-opacity, 1));
}

.bg-darkgreen\/80{
  background-color: rgb(12 66 68 / 0.8);
}

.bg-eggshell{
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 219 / var(--tw-bg-opacity, 1));
}

.bg-lightblue{
  --tw-bg-opacity: 1;
  background-color: rgb(161 202 204 / var(--tw-bg-opacity, 1));
}

.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(115 54 53 / var(--tw-bg-opacity, 1));
}

.bg-red\/20{
  background-color: rgb(115 54 53 / 0.2);
}

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

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}

.bg-whitesmoke{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.bg-\[linear-gradient\(to_bottom\2c rgba\(12\2c 66\2c 68\2c 0\)_40\%\2c rgba\(12\2c 66\2c 68\2c 0\.1\)_55\%\2c rgba\(12\2c 66\2c 68\2c 0\.4\)_70\%\2c rgba\(12\2c 66\2c 68\2c 0\.85\)_85\%\2c \#0c4244_100\%\)\]{
  background-image: linear-gradient(to bottom,rgba(12,66,68,0) 40%,rgba(12,66,68,0.1) 55%,rgba(12,66,68,0.4) 70%,rgba(12,66,68,0.85) 85%,#0c4244 100%);
}

.bg-\[linear-gradient\(to_bottom\2c rgba\(235\2c 236\2c 219\2c 0\.01\)_20\%\2c rgba\(235\2c 236\2c 219\2c 0\.5\)_50\%\2c rgba\(235\2c 236\2c 219\2c 0\.8\)_70\%\2c rgba\(235\2c 236\2c 219\2c 0\.9\)_80\%\2c rgba\(235\2c 236\2c 219\2c 0\.99\)_98\%\2c \#ebecdb_100\%\)\]{
  background-image: linear-gradient(to bottom,rgba(235,236,219,0.01) 20%,rgba(235,236,219,0.5) 50%,rgba(235,236,219,0.8) 70%,rgba(235,236,219,0.9) 80%,rgba(235,236,219,0.99) 98%,#ebecdb 100%);
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/10{
  --tw-gradient-from: rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/100{
  --tw-gradient-from: rgb(0 0 0 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/30{
  --tw-gradient-from: rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/40{
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/70{
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-black\/20{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/70{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/60{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-black\/30{
  --tw-gradient-to: rgb(0 0 0 / 0.3) var(--tw-gradient-to-position);
}

.to-black\/40{
  --tw-gradient-to: rgb(0 0 0 / 0.4) var(--tw-gradient-to-position);
}

.to-black\/90{
  --tw-gradient-to: rgb(0 0 0 / 0.9) var(--tw-gradient-to-position);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-current{
  fill: currentColor;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-10{
  padding: 2.5rem;
}

.p-12{
  padding: 3rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-\[10px\]{
  padding: 10px;
}

.p-\[2\.5px\]{
  padding: 2.5px;
}

.p-\[20px\]{
  padding: 20px;
}

.p-\[30px\]{
  padding: 30px;
}

.p-\[50px\]{
  padding: 50px;
}

.p-\[5px\]{
  padding: 5px;
}

.p-\[60px\]{
  padding: 60px;
}

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

.\!px-\[10px\]{
  padding-left: 10px !important;
  padding-right: 10px !important;
}

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

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

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[17px\]{
  padding-left: 17px;
  padding-right: 17px;
}

.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}

.px-\[2\.5px\]{
  padding-left: 2.5px;
  padding-right: 2.5px;
}

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

.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

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

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

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

.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[38px\]{
  padding-top: 38px;
  padding-bottom: 38px;
}

.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}

.py-\[75px\]{
  padding-top: 75px;
  padding-bottom: 75px;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

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

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-28{
  padding-bottom: 7rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

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

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

.pb-\[0vh\]{
  padding-bottom: 0vh;
}

.pb-\[100px\]{
  padding-bottom: 100px;
}

.pb-\[140px\]{
  padding-bottom: 140px;
}

.pb-\[20px\]{
  padding-bottom: 20px;
}

.pb-\[32px\]{
  padding-bottom: 32px;
}

.pb-\[35px\]{
  padding-bottom: 35px;
}

.pb-\[40px\]{
  padding-bottom: 40px;
}

.pb-\[45px\]{
  padding-bottom: 45px;
}

.pb-\[6px\]{
  padding-bottom: 6px;
}

.pb-\[90px\]{
  padding-bottom: 90px;
}

.pb-\[env\(safe-area-inset-bottom\)\]{
  padding-bottom: env(safe-area-inset-bottom);
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

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

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

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

.pr-3{
  padding-right: 0.75rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-\[0\.34rem\]{
  padding-right: 0.34rem;
}

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

.ps-12{
  padding-inline-start: 3rem;
}

.ps-4{
  padding-inline-start: 1rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-32{
  padding-top: 8rem;
}

.pt-36{
  padding-top: 9rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-\[130px\]{
  padding-top: 130px;
}

.pt-\[135px\]{
  padding-top: 135px;
}

.pt-\[140px\]{
  padding-top: 140px;
}

.pt-\[150px\]{
  padding-top: 150px;
}

.pt-\[165px\]{
  padding-top: 165px;
}

.pt-\[25px\]{
  padding-top: 25px;
}

.pt-\[26px\]{
  padding-top: 26px;
}

.pt-\[30px\]{
  padding-top: 30px;
}

.pt-\[35px\]{
  padding-top: 35px;
}

.pt-\[45px\]{
  padding-top: 45px;
}

.pt-\[50px\]{
  padding-top: 50px;
}

.pt-\[5px\]{
  padding-top: 5px;
}

.pt-\[60px\]{
  padding-top: 60px;
}

.pt-\[70px\]{
  padding-top: 70px;
}

.pt-\[80px\]{
  padding-top: 80px;
}

.pt-\[90px\]{
  padding-top: 90px;
}

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

.text-center{
  text-align: center;
}

.text-start{
  text-align: start;
}

.text-end{
  text-align: end;
}

.font-base{
  font-family: Uncut Sans, sans-serif;
}

.font-title{
  font-family: Noka, sans-serif;
}

.text-2xl{
  font-size: 3rem;
  line-height: 110%;
}

.text-3xl{
  font-size: 4rem;
  line-height: 100%;
}

.text-4xl{
  font-size: 6.25rem;
  line-height: 100%;
}

.text-\[0\.50rem\]{
  font-size: 0.50rem;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[19px\]{
  font-size: 19px;
}

.text-\[26px\]{
  font-size: 26px;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[46px\]{
  font-size: 46px;
}

.text-\[8px\]{
  font-size: 8px;
}

.text-base{
  font-size: 1.125rem;
  line-height: 110%;
}

.text-lg{
  font-size: 1.875rem;
  line-height: 110%;
}

.text-md{
  font-size: 1.5rem;
  line-height: 110%;
}

.text-sm{
  font-size: 1.063rem;
  line-height: 160%;
}

.text-xl{
  font-size: 2.25rem;
  line-height: 110%;
}

.text-xs{
  font-size: 0.938rem;
  line-height: 140%;
}

.text-xxs{
  font-size: 0.75rem;
  line-height: 100%;
}

.\!font-bold{
  font-weight: 700 !important;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.\!leading-\[33px\]{
  line-height: 33px !important;
}

.leading-\[1\.1\]{
  line-height: 1.1;
}

.leading-\[46px\]{
  line-height: 46px;
}

.leading-none{
  line-height: 1;
}

.leading-relaxed{
  line-height: 1.625;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.\!text-whitesmoke{
  --tw-text-opacity: 1 !important;
  color: rgb(242 242 242 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#3A1F1B\]{
  --tw-text-opacity: 1;
  color: rgb(58 31 27 / var(--tw-text-opacity, 1));
}

.text-\[\#B4A09A\]{
  --tw-text-opacity: 1;
  color: rgb(180 160 154 / var(--tw-text-opacity, 1));
}

.text-bistre{
  --tw-text-opacity: 1;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1));
}

.text-bistre\/50{
  color: rgb(55 31 29 / 0.5);
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-black\/60{
  color: rgb(0 0 0 / 0.6);
}

.text-darkgreen{
  --tw-text-opacity: 1;
  color: rgb(12 66 68 / var(--tw-text-opacity, 1));
}

.text-eggshell{
  --tw-text-opacity: 1;
  color: rgb(235 236 219 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}

.text-gray-950{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-lightblue{
  --tw-text-opacity: 1;
  color: rgb(161 202 204 / var(--tw-text-opacity, 1));
}

.text-red{
  --tw-text-opacity: 1;
  color: rgb(115 54 53 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}

.text-whitesmoke{
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.opacity-0{
  opacity: 0;
}

.opacity-10{
  opacity: 0.1;
}

.opacity-100{
  opacity: 1;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-\[75\%\]{
  opacity: 75%;
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  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-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-700{
  transition-duration: 700ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.will-change-transform{
  will-change: transform;
}

body{
  overflow-x: hidden;
  scroll-behavior: smooth;
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 219 / var(--tw-bg-opacity, 1));
  padding: 5px;
  font-family: Uncut Sans, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  --tw-text-opacity: 1;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1));
}

body.no_scroll{
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 219 / var(--tw-bg-opacity, 1));
}

body.no_scroll:before{
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 11;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 219 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

body.sticky-active{
  overflow-x: hidden;
  padding-left: 0px;
  padding-right: 0px;
}

body.sticky-active .story-wrapper{
  overflow: visible !important;
}

/* 
body.sticky-active .story-track{
  @apply ml-[0px]
}
 
*/

.container-fluid{
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1024px){
  .container-fluid{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.container{
  margin: auto;
  max-width: 1240px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

h1, h2, h3, h4, h5, h6{
  font-family: Noka, sans-serif;
  font-weight: 500;
  letter-spacing: -0.03em;
}

p{
  margin-bottom: 1.5rem;
}

ol{
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 1.25rem;
}

ol li{
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}

blockquote{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 10px;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(122 58 52 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 235 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(58 58 58 / var(--tw-text-opacity, 1));
}

hr{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 31 29 / var(--tw-border-opacity, 1));
}

h1{
  line-height: 100% !important;
}

@media (min-width: 1024px){
  h1{
    line-height: 110%;
  }
}

h1.wp-block-heading{
  margin-bottom: 2.5rem;
  font-size: 6.25rem;
  line-height: 100%;
}

h2.wp-block-heading{
  margin-bottom: 2rem;
  font-size: 4rem;
  line-height: 100%;
}

h3.wp-block-heading{
  margin-bottom: 1.5rem;
  font-size: 3rem;
  line-height: 110%;
}

h4.wp-block-heading{
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 110%;
}

h5.wp-block-heading{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 110%;
}

h6.wp-block-heading{
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 110%;
}

.site-header.menu-open{
  z-index: 999;
  padding-top: 20px;
}

@media (min-width: 1024px){
  .site-header.menu-open{
    padding-top: 20px;
  }
}

.btn-register{
  border-width: 1px;
  border-color: rgb(235 236 219 / 0.5);
}

.single-clms .become-content{
  justify-content: space-between;
}

@media (min-width: 1024px){
  .single-clms .become-content{
    flex-direction: row;
  }

  .single-clms h2{
    white-space: nowrap;
  }
}

.site-header.menu-open .filter-form{
  display: none;
}

.site-header .filter-form.active{
  display: flex !important;
}

.site-logo a{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.site-header.menu-open .btn-register, .legal-terms-extra .btn-register{
  border-color: rgb(115 54 53 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1));
}

#menuToggle{
  border-color: rgb(235 236 219 / 0.5);
}

.site-header.menu-open #menuToggle, .legal-terms-extra #menuToggle{
  border-color: rgb(55 31 29 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1));
}

.toggle-line{
  height: 1px;
  width: 21px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.legal-terms-extra .toggle-line{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(55 31 29 / var(--tw-bg-opacity, 1));
}

.site-header.menu-open .toggle-line{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(55 31 29 / var(--tw-bg-opacity, 1));
}

.site-header.menu-open .toggle-line:first-child{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.site-header.menu-open .toggle-line:last-child{
  margin-top: -5px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.logo-dark, .site-header.menu-open .logo-light{
  display: none;
}

.site-header.menu-open .logo-dark{
  display: block;
}

.site-header.menu-open{
  position: fixed;
}

#primary-menu li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(161 202 204 / var(--tw-border-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  border-color: rgb(67 122 124 / 0.2);
}

#primary-menu li a:hover{
  color: rgb(55 31 29 / 0.5);
}

@media (min-width: 1366px){
  #primary-menu li a{
    font-size: 3rem;
    line-height: 110%;
  }
}

@media (min-width: 1024px){
  #primary-menu li a{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.btn-primary{
  height: 47px;
  border-radius: 12px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: Noka, sans-serif;
  font-size: 0.938rem;
  line-height: 140%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .btn-primary{
    height: 57px;
    border-radius: 14px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 110%;
  }
}

body.menu-open{
  overflow: hidden;
}

.hero-slider, .banner-height{
  height: var(--real-vh);
  /* old devices */
  height:calc(100dvh - 10px);
}

#mobileMenu{
  height: var(--real-vh)-10px;
  border-bottom-width: 10px;
  --tw-border-opacity: 1;
  border-color: rgb(235 236 219 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px){
  #mobileMenu{
    height: calc(100dvh - 10px) !important;
    border-style: none;
  }
}

#mobileMenu{
  padding-bottom: env(safe-area-inset-bottom);
  padding-top: env(safe-area-inset-top);
  height: calc(var(--real-vh) * 100);
}

@media screen and (max-width: 768px) and (-webkit-touch-callout: none) {
  #mobileMenu {
    height: calc(100dvh - 60px);
  }
}

#menu-copyright a{
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(180 160 154 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  #menu-copyright a{
    font-size: 13px;
  }
}

.hero-slider{
  position: relative;
  overflow: hidden;
}

.slides{
  height: 100%;
}

.slide{
  position: absolute;
}

.slide.active{
  opacity: 1;
}

.slide video{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-dots{
  position: absolute;
  right: 1.5rem;
  bottom: 50px;
  z-index: 10;
  display: flex;
  gap: 5px;
}

@media (min-width: 1024px){
  .slider-dots{
    right: 60px;
    bottom: 190px;
  }
}

.dot{
  height: 8px;
  min-width: 8px;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(235 236 219 / 0.3);
}

.dot.active{
  display: block;
  height: 8px;
  width: 68px;
  border-radius: 20px;
  border-width: 1px;
  border-color: rgb(235 236 219 / 0.5);
  padding: 1px;
}

.dot.active span{
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 219 / var(--tw-bg-opacity, 1));
}

.dot span{
  display: block;
  height: 4px;
  width: 0px;
  border-radius: 12px;
  --tw-border-opacity: 1;
  border-color: rgb(235 236 219 / var(--tw-border-opacity, 1));
}

.slide {
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.scroll-carousel{
  position: relative;
  margin-right: -5px;
  height: 421px;
}

@media (min-width: 1024px){
  .scroll-carousel{
    margin-right: 0px;
    height: 300vh;
  }
}

.vertical_card_sect .scroll-carousel{
  position: relative;
  margin-right: -5px;
  height: auto;
}

@media (min-width: 1024px){
  .vertical_card_sect .scroll-carousel{
    height: 300vh;
  }
}

.scroll-carousel .carousel-item:first-child{
  margin-left: 5px;
}

.scroll-carousel .carousel-item:last-child{
  margin-right: 5px;
}

.scroll-carousel{
  position: relative;
}

.horizontal-scroll {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.horizontal-wrapper {
  display: flex;
}

.horizontal-item {
  flex: 0 0 auto;
}

.carousel-item{
  flex: 0 0 auto;
}

.carousel-stage{
  margin-right: -5px;
  display: flex;
  height: 421px;
}

@media (min-width: 1024px){
  .carousel-stage{
    margin-right: 0px;
    height: 99vh;
  }
}

.carousel-stage {
  position: sticky;
  top:5px;
  align-items: center;
  gap:5px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  padding-left: var(--stagePadding);
  will-change: transform;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.vertical_card_sect .carousel-stage{
  position: relative;
  display: block;
  height: auto;
}

@media (min-width: 1024px){
  .vertical_card_sect .carousel-stage{
    position: sticky;
    display: flex;
    height: 99vh;
  }
}

.vertical_card_sect span.text-lightblue{
  display: none;
}

@media (min-width: 1024px){
  .vertical_card_sect span.text-lightblue{
    display: block;
  }
}

.carousel-item{
  height: 421px;
}

.carousel-item:last-child{
  margin-right: 0px;
}

@media (min-width: 1024px){
  .carousel-item{
    height: 99vh;
  }

  .carousel-item:last-child{
    margin-right: 5px;
  }
}

.carousel-item {
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}

.whyjoin-items .item-1{
  order: 3;
}

@media (min-width: 1024px){
  .whyjoin-items .item-1{
    order: 1;
  }
}

.whyjoin-items .item-2{
  order: 2;
}

@media (min-width: 1024px){
  .whyjoin-items .item-2{
    order: 3;
  }
}

.vertical_card_sect .carousel-item{
  margin-bottom: 5px;
  height: auto;
}

@media (min-width: 1024px){
  .vertical_card_sect .carousel-item{
    margin-bottom: 0px;
    height: 100%;
  }
}

.vertical_card_sect .carousel-item img{
  position: relative;
  height: 420px;
}

@media (min-width: 1024px){
  .vertical_card_sect .carousel-item img{
    position: absolute;
    height: 100%;
  }
}

.vertical_card_sect .slider-caption{
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1rem;
  padding: 0px;
}

@media (min-width: 1024px){
  .vertical_card_sect .slider-caption{
    left: 22px;
    bottom: 20px;
    padding: 1.5rem;
  }
}

.carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Contain horizontal overflow inside section */

.scroll-carousel {
  /* overflow-x: clip;  Removed to allow true full width */
}

@media (max-width: 1024px) {
  .scroll-carousel{
    overflow: auto !important;
  }

  .carousel-stage {
    position: relative !important;
    top: 0 !important ;
  }
}

/* Safety fallback */

@supports not (overflow-x: clip) {
  .scroll-carousel {
    overflow-x: hidden;
  }
}

#story.story-wrapper{
  left: 0px !important;
}

#story .item:first-child{
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px){
  #story .item:first-child{
    display: flex;
  }
}

#story .item:first-child .text{
  display: flex;
  flex-direction: row;
  align-items: center;
}

#story .item{
  position: relative;
}

@media (min-width: 1024px){
  #story .item{
    top: 0px;
    height: calc(100vh - 10px);
    width: 100%;
  }
}

#story .item:last-child{
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.section_text-1:after{
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 66.666667%;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(12 66 68 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.story-wrapper{
  position: relative;
  height: auto;
  width: 100%;
}

@media (min-width: 1024px){
  .story-wrapper{
    height: calc(100vh - 10px);
  }
}

.story-track{
  display: block;
  height: auto;
  overflow: hidden;
}

@media (min-width: 1024px){
  .story-track{
    display: flex;
    height: 100%;
  }
}

.story-track {
  will-change: transform;
}

#story .image{
  width: auto;
  border-radius: 20px;
}

@media (min-width: 1366px){
  #story .image{
    width: 100%;
  }
}

@media (min-width: 1024px){
  #story .image{
    position: absolute;
    height: 100%;
  }
}

#story .image {
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}

.image img{
  height: 100%;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

#story .text{
  left: 0px;
  top: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (min-width: 1600px){
  #story .text{
    padding: 120px;
  }
}

@media (min-width: 1024px){
  #story .text{
    position: absolute;
    height: 100%;
    width: calc(50% - 5px);
    padding: 50px;
  }
}

#story .text {
  z-index: 2;
}

.gform_required_legend{
  display: none;
}

.gform-footer .gravity-icon-btn{
  display: flex;
  min-width: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 219 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .gform-footer .gravity-icon-btn{
    height: 57px;
    min-width: 70px;
  }
}

.gform-theme--foundation .gform_footer{
  max-width: 205px;
  gap: 5px !important;
}

.gform-theme--foundation .astrick_cls .gform_footer{
  max-width: 100%;
  gap: 5px !important;
}

.gform_validation_errors{
  display: none !important;
}

.gform-footer:hover #gform_submit_button_1{
  --tw-translate-x: 52px;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .gform-footer:hover #gform_submit_button_1{
    --tw-translate-x: 75px;
    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));
  }
}

.gform-footer:hover .gravity-icon-btn{
  --tw-translate-x: -112px;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .gform-footer:hover .gravity-icon-btn{
    --tw-translate-x: -134px;
    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));
  }
}

.section_text-0{
  --tw-text-opacity: 1;
  color: rgb(115 54 53 / var(--tw-text-opacity, 1));
}

.section_text-0 h2{
  font-size: 2.25rem;
  line-height: 110%;
}

@media (min-width: 1024px){
  .section_text-0 h2{
    font-size: 4rem;
    line-height: 100%;
  }
}

.section_text-1{
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity, 1));
}

.section_text-2 .item-content{
  border-radius: 20px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1)) !important;
}

.section_text-1 .text{
  margin-bottom: 5px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(12 66 68 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px){
  .section_text-1 .text{
    margin-bottom: 0px;
  }
}

.section_text-1 .image{
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.section_text-1 .image img{
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.section_text-2 .text{
  margin-bottom: 5px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px){
  .section_text-2 .text{
    margin-bottom: 0px;
    background-color: transparent;
  }
}

.section_text-1 .counter, .section_text-1 h2{
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity, 1));
}

.logo-section {
  overflow: hidden;
  padding: 120px 0;
  background: #fff;
}

.logo-marquee {
  overflow: hidden;
  width: 100%;
}

.logo-track{
  display: flex;
  gap: 60px;
}

@media (min-width: 1024px){
  .logo-track{
    gap: 120px;
  }
}

.logo-track {
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.logo-item img {
  height:46px;
  width: auto;
}

footer{
  margin-top: 5px;
  background-image: url(../images/footer-graphics-mob.svg);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media (min-width: 1024px){
  footer{
    background-image: url(../images/footer-graphics.png);
    background-size: contain;
    background-position: left bottom;
  }
}

.bottom-menu li{
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 16px;
}

.bottom-menu li:first-child{
  padding-left: 0px;
}

.bottom-menu li:last-child{
  padding-right: 0px;
}

@media (min-width: 1024px){
  .bottom-menu li{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.bottom-menu li:after{
  position: absolute;
  left: -2px;
  top: 2px;
  bottom: 0px;
  margin: auto;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(161 202 204 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.price-box .bottom-menu li:after{
  --tw-bg-opacity: 1;
  background-color: rgb(67 122 124 / var(--tw-bg-opacity, 1));
}

.bottom-menu li:first-child:after{
  display: none;
}

.site-footer .footer-bottom a{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.site-footer .footer-bottom a:hover{
  opacity: 0.6;
}

.testimonial-wrapper{
  min-height: 470px;
}

@media (min-width: 1024px){
  .testimonial-wrapper{
    min-height: 420px;
  }
}

.testimonial-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
}

.testimonial-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.testimonial-slide.active {
  opacity: 1;
  z-index: 1;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(55,31,29,0.8);
}

.content {
  position: relative;
  z-index: 2;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.author-box{
  bottom: 0px;
  left: 0px;
  margin-top: 2.5rem;
  border-radius: 12px;
  padding: 1.5rem;
  padding-bottom: 14px;
}

@media (min-width: 1024px){
  .author-box{
    position: absolute;
    margin-top: 0px;
    max-width: 220px;
  }
}

.author-box {
  background: rgba(242, 242, 242, 0.7);
}

.nav.active{
  --tw-bg-opacity: 1;
  background-color: rgb(115 54 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity, 1));
}

.nav{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(161 202 204 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1));
}

.price-box .nav{
  --tw-bg-opacity: 1;
  background-color: rgb(67 122 124 / var(--tw-bg-opacity, 1));
}

.scroll-section {
  position: relative;
}

.left-sticky {
  position: relative;
  will-change: transform;
}

.slider {
  position: relative;
}

.slider-track {
  will-change: transform;
}

/* SECTION */

.rv-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* BACKGROUND STACK */

.rv-bg-wrapper {
  inset: 0;
  z-index: 1;
  position: absolute;
  top: 5px;
  bottom: 5px
}

@media (min-width: 1024px){
  .rv-bg-wrapper{
    height: calc(100vh - 10px);
  }
}

.rv-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: translateY(0%);
  transition: transform 0.8s ease;
  border-radius: 20px;
}

.rv-bg.active {
  transform: translateY(0);
}

.rv-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  border-radius: 20px
}

/* CONTENT */

.rv-content{
  position: relative;
}

@media (orientation: landscape){
  .rv-content{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.rv-content {
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content:center;
  margin-top:0px;
}

.rv-items{
  position: relative;
  display: flex;
  min-height: 535px;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 40px;
}

@media (min-width: 1024px){
  .rv-items{
    padding-left: 40px;
  }
}

/* landscape:min-h-[80vh] */

.rv-items:before{
  top: 5px;
  bottom: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 219 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px){
  .rv-items:before{
    top: 0px;
  }
}

.rv-items:before{
  content:'';
  position:absolute;
  left: 0;
  width:1px;
}

.rv-item{
  margin-bottom: 0px;
}

.rv-item:last-child{
  margin-bottom: 0px;
}

@media (min-width: 1024px){
  .rv-item{
    margin-bottom: 0px;
  }
}

.top-space{
  margin-top: 250px;
}

@media (min-width: 1024px){
  .top-space{
    margin-top: 255px;
  }
}

.rv-item h2{
  margin-bottom: 8px;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .rv-item h2{
    margin-bottom: 26px;
  }
}

.rv-item h2 {
  transition: opacity 0.4s ease;
  opacity: 0.5;
}

.rv-item:first-child h2{
  margin-top: -10px;
}

.rv-item:last-child h2{
  margin-bottom: 0px;
}

.rv-item:last-child.active h2{
  margin-bottom: 20px;
}

.rv-item:last-child p{
  margin-bottom: 0px;
}

.rv-item p {
  max-width:500px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.rv-item.active h2 {
  opacity: 1;
  color: #fff;
}

.rv-item.active p {
  opacity: 1;
}

.column-divider{
  position: relative;
}

.column-divider:before{
  left: -30px;
}

@media (min-width: 1024px){
  .column-divider:before{
    left: -80px;
  }
}

.column-divider:before{
  content:'';
  position:absolute;
  right: 0;
  top:0;
  bottom:0;
  width:1px;
  background-color: rgba(161, 202, 204, 0.5);
}

.contact-form textarea{
  max-height: 150px;
  min-block-size:1rem !important;
}

.gform-body label, .gform-body .gfield_label.gform-field-label{
  font-family: Uncut Sans, sans-serif;
  font-size: 13px;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(242 242 242 / var(--tw-text-opacity, 1)) !important;
  margin-block:5px !important;
}

.gform-theme--framework .gform-field-label--type-inline{
  font-size: 0.75rem !important;
  line-height: 100% !important;
  margin-left:8px !important;
}

.gform-theme--foundation .gfield textarea:focus{
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.gform-theme form .gform-body input,  .gform-theme form .gform-body select{
  height: 47px !important;
  border-radius: 12px !important;
  border-width: 1px !important;
  border-color: rgb(55 31 29 / 0.1) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Noka, sans-serif !important;
  font-size: 0.938rem;
  line-height: 140%;
  line-height: 47px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1)) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.gform-theme form .gform-body input::-moz-placeholder, .gform-theme form .gform-body select::-moz-placeholder{
  opacity: 0.5;
}

.gform-theme form .gform-body input::placeholder,  .gform-theme form .gform-body select::placeholder{
  opacity: 0.5;
}

@media (min-width: 1024px){
  .gform-theme form .gform-body input,  .gform-theme form .gform-body select{
    border-radius: 14px !important;
  }
}

.gform-theme form .gform-body select option[selected]{
  opacity: 0.5;
}

.gform-body input[aria-invalid="true"], .gform-body select[aria-invalid="true"], .field_validation_below .ginput_container .select2-container .select2-selection{
  border-radius: 12px;
  border:solid 2px #733635 !important;
}

.gform-body textarea{
  height: 90px !important;
  border-radius: 12px !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Noka, sans-serif !important;
  font-size: 0.938rem !important;
  line-height: 140% !important;
  --tw-text-opacity: 1 !important;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1)) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.gform-body textarea::-moz-placeholder{
  opacity: 0.5;
}

.gform-body textarea::placeholder{
  opacity: 0.5;
}

@media (min-width: 1024px){
  .gform-body textarea{
    border-radius: 14px !important;
  }
}

.gform-body textarea{
  min-block-size:1rem !important;
}

body .gform-theme--foundation form .gfield_required{
  --tw-text-opacity: 1 !important;
  color: rgb(161 202 204 / var(--tw-text-opacity, 1)) !important;
}

.gform-theme--foundation .gform-grid-row{
  gap: 5px;
}

.gform-theme form .gform-body input[type="checkbox"]{
  height: 1.5rem !important;
  width: 1.5rem !important;
  border-radius: 4px !important;
  border-width: 1px;
  border-color: rgb(115 54 53 / 0.25) !important;
  background-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 0px;
  padding-right: 0px;
}

.gform-theme form .gform-body input[type="checkbox"]:hover{
  border-width: 2px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 31 29 / var(--tw-border-opacity, 1)) !important;
}

.gform-theme form .gform-body input[type="checkbox"]:checked{
  --tw-border-opacity: 1;
  border-color: rgb(161 202 204 / var(--tw-border-opacity, 1));
  background-color: rgb(161 202 204 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 31 29 / var(--tw-bg-opacity, 1)) !important;
}

.price-box .gform-theme form .gform-body input[type="checkbox"]:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(67 122 124 / var(--tw-bg-opacity, 1));
}

.gform-theme form .gform-body input[type="checkbox"]:checked{
  border-color: rgb(67 122 124 / 0.2);
}

.gform-theme form .gform-body input[type="checkbox"]:checked:before{
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity, 1));
}

.gform-theme form .gform-body input[type="checkbox"]:checked:hover{
  border-color: rgb(55 31 29 / 0.1) !important;
  background-color: rgb(55 31 29 / 0.6) !important;
}

.gform-theme form .gform-body input[type="checkbox"]:focus-within {
  box-shadow:     0 0 0 2px #fff,
    0 0 0 6px rgba(127, 191, 192, 1);
}

.gform-theme--foundation .gfield--type-address .gform-grid-row{
  gap: 0px;
}

.gfield--type-address{
  margin-top: 5px !important;
}

.apply-section{
  background-image: url(../images/apply-shape-mob.svg);
}

@media (min-width: 1024px){
  .apply-section{
    background-image: url(../images/applynow-graphics.svg);
  }
}

.gform_title{
  display: none !important;
}

body .gform-theme--foundation .gform_fields{
  grid-row-gap:8px;
}

body .gform-theme--foundation form .gform-footer input[type="submit"]{
  height: 47px !important;
  min-width: 102px !important;
  border-radius: 12px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 202 204 / var(--tw-bg-opacity, 1)) !important;
  font-family: Noka, sans-serif !important;
  font-size: 0.938rem !important;
  line-height: 140% !important;
  --tw-text-opacity: 1 !important;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1)) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 500ms !important;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

@media (min-width: 1024px){
  body .gform-theme--foundation form .gform-footer input[type="submit"]{
    height: 57px !important;
    min-width: 129px !important;
    border-radius: 14px !important;
    font-size: 1.063rem !important;
    line-height: 160% !important;
  }
}

.ginput_container_consent{
  display: flex !important;
  align-items: center !important;
}

.policy-link{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.policy-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(115 54 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity, 1));
}

.policy-link.active, #policyNav li a.active{
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(115 54 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity, 1));
}

.overflow-auto {
  -ms-overflow-style: none;
  /* IE & Edge */
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
}

.overflow-auto::-webkit-scrollbar {
  display: none;
  scroll-behavior: smooth;
}

.full_wdth_sect img{
  width: 100%;
}

.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.active .arrow-icon {
  transform: rotate(180deg);
}

.policy-link.active i{
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity, 1));
}

#policyContent{
  font-weight: 500;
}

#policyContent h2{
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  #policyContent h2{
    margin-bottom: 1.5rem;
    font-size: 4rem;
    line-height: 100%;
  }
}

#policyContent h4{
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  #policyContent h4{
    margin-top: 3.5rem;
    font-size: 2.25rem;
    line-height: 110%;
  }
}

#policyContent a{
  text-decoration-line: underline;
}

#policyContent table{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#policyContent th{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(161 202 204 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(161 202 204 / var(--tw-bg-opacity, 1));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: start;
  font-family: Noka, sans-serif;
  font-size: 1.125rem;
  line-height: 110%;
  font-weight: 400;
}

.price-box #policyContent th{
  --tw-bg-opacity: 1;
  background-color: rgb(67 122 124 / var(--tw-bg-opacity, 1));
}

#policyContent th{
  border-color: rgb(67 122 124 / 0.2);
}

@media (min-width: 1024px){
  #policyContent th{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#policyContent td{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(161 202 204 / var(--tw-border-opacity, 1));
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.938rem;
  line-height: 140%;
  border-color: rgb(67 122 124 / 0.2);
}

#policyContent td:first-child{
  font-family: Noka, sans-serif;
}

@media (min-width: 1024px){
  #policyContent td{
    min-width: 165px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#policyContent td h6{
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 110%;
}

.custom-select {
  position: relative;
  width: 100%;
  font-family: sans-serif;
}

.faq-content {
  transition: max-height 0.3s ease, opacity 0.25s ease;
}

/* select box */

.select-box{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  font-family: Noka, sans-serif;
  font-size: 18px;
  padding:13px 20px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.custom-select.open .select-box{
  border-radius: 12px 12px 0 0;
}

/* arrow */

.arrow {
  transition: 0.3s;
}

/* open state */

.custom-select.open .arrow {
  transform: rotate(180deg);
}

/* dropdown */

.options{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  list-style: none;
  margin:0px 0 0;
  padding:0px 0px;
  border-radius:0 0 12px 12px;
  display: none;
}

/* show */

.custom-select.open .options {
  display: block;
}

/* items */

.options li {
  padding:0 0;
  cursor: pointer;
  margin-bottom:10px;
}

.options li:hover {
  background: #ecece0;
}

/* active */

.options li a {
  padding:8px 20px;
  border-radius: 8px;
}

/* active */

.options li.active a {
  background: #7a3a34;
  color: #fff;
}

section .loginform .gform-field-label, section .loginform .gfield_label.gform-field-label{
  --tw-text-opacity: 1 !important;
  color: rgb(115 54 53 / var(--tw-text-opacity, 1)) !important;
}

.loginform .gform-theme--framework .gform-field-label--type-inline{
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1)) !important;
}

section .loginform .gform-footer{
  display: block;
  width: 100%;
}

section .loginform  .gform-footer .button.gform_button{
  display: block !important;
  min-width: 100% !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

section .loginform  .gform-footer .button.gform_button:focus{
  border-style: none !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.loginform .sign-up-txt{
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1));
}

.loginform .ginput_container_consent{
  margin-top: 0.5rem;
}

section .loginform .gform-footer{
  padding-bottom: 0px;
  margin-block-start:16px !important;
}

.slider-outer {
  overflow: hidden;
  width: 100%;
}

.bg-slider {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.slide-item {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* prevent shrinking */
  /* set desired width */
}

.slide-item:after{
  content:'';
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.slide-item img {
  width:auto;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.item.section_text-2 .slide-des, .item.section_text-3 .slide-des{
  --tw-text-opacity: 1;
  color: rgb(115 54 53 / var(--tw-text-opacity, 1));
}

.single-clms .cont-outer{
  margin: auto;
  max-width: 1200px;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 1024px){
  .single-clms .cont-outer{
    display: flex;
  }
}

.single-clms .btn-group{
  min-width: 320px;
}

.single-clms .cont-outer .btn-group{
  margin-top: 30px;
}

@media (min-width: 1024px){
  .single-clms .cont-outer .btn-group{
    margin-top: 10px;
  }
}

.single-clms .cont-des{
  max-width: 100%;
}

.page-id-88 .main-banner{
  max-height: 600px;
}

.page-id-88 .banner-height .hero-slider{
  height: 600px;
  border-radius: 16px;
}

@media (min-width: 1024px){
  .page-id-88 .banner-height .hero-slider{
    border-radius: 20px;
  }
}

@media (min-width: 1366px){
  .page-id-88 .slide-caption{
    bottom: 4rem;
  }
}

.page-id-88 .btn-group{
  bottom: 75px;
}

.tag-whitesmoke{
  background-color: rgb(242 242 242 / 0.7);
}

.tag-red{
  background-color: rgb(115 54 53 / 0.1);
}

.price-box .bg-lightblue{
  --tw-bg-opacity: 1;
  background-color: rgb(67 122 124 / var(--tw-bg-opacity, 1));
}

.price-box .text-lightblue{
  --tw-text-opacity: 1;
  color: rgb(67 122 124 / var(--tw-text-opacity, 1));
}

.cky-box-bottom-left, .cky-revisit-bottom-left{
  bottom: 15px !important;
  left: 15px !important;
}

@media (min-width: 1024px){
  .cky-box-bottom-left, .cky-revisit-bottom-left{
    left: auto !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
  }
}

.cky-title{
  display: none !important;
}

.cky-notice-des{
  overflow: visible !important;
  padding: 0px !important;
}

@media (min-width: 1024px){
  .cky-notice-des{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

.cky-consent-container{
  min-width: 360px;
  max-width: 360px !important;
}

@media (min-width: 1024px){
  .cky-consent-container{
    min-width: 530px;
    max-width: 100% !important;
  }
}

.cky-consent-bar>div:nth-child(2){
  display: none !important;
}

.cky-consent-bar .cky-notice-content-wrapper{
  padding: 0px !important;
}

.cky-notice-btn-wrapper{
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: space-between;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (min-width: 1024px){
  .cky-notice-btn-wrapper{
    flex-direction: row-reverse !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

.cky-btn.cky-btn-accept{
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  border-style: none !important;
  background-color: transparent !important;
  padding: 0px !important;
}

.cky-consent-container .cky-consent-bar{
  min-width: 360px;
  border-radius: 16px !important;
  padding: 1.5rem !important;
}

@media (min-width: 1024px){
  .cky-consent-container .cky-consent-bar{
    min-width: 530px;
  }
}

.cky-notice-des p{
  font-size: 0.938rem !important;
  line-height: 140% !important;
  --tw-text-opacity: 1 !important;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 1024px){
  .cky-notice-des p{
    font-size: 1.063rem !important;
    line-height: 160% !important;
  }
}

.cky-btn-text-sect{
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(161 202 204 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  vertical-align: top;
  font-family: Noka, sans-serif;
  font-size: 0.938rem;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1));
}

.price-box .cky-btn-text-sect{
  --tw-bg-opacity: 1;
  background-color: rgb(67 122 124 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px){
  .cky-btn-text-sect{
    min-height: 57px;
    min-width: 143px;
    border-radius: 14px;
    font-size: 1.125rem;
    line-height: 110%;
  }
}

.cookies-sec-icon-btn{
  display: flex;
  min-height: 47px;
  min-width: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 219 / var(--tw-bg-opacity, 1));
  vertical-align: top;
  font-size: 1.875rem;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .cookies-sec-icon-btn{
    min-height: 57px;
    min-width: 70px;
    font-size: 0.75rem;
    line-height: 100%;
  }
}

.cky-consent-container{
  overflow: visible !important;
}

.cky-btn-text{
  font-family: Noka, sans-serif;
  font-size: 0.938rem;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .cky-btn-text{
    font-size: 1.125rem;
    line-height: 110%;
  }
}

.cky-btn-customize{
  display: flex;
  width: auto !important;
  justify-content: flex-end;
  gap: 0.75rem;
  border-style: none !important;
}

.border-red{
  border-color: rgb(115 54 53 / 0.2);
}

.border-darkgreen{
  border-color: rgb(12 66 68 / 0.2);
}

.border-lightblue{
  border-color: rgb(67 122 124 / 0.2);
}

.cky-btn-customize .icon-target{
  --tw-text-opacity: 1;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1));
}

.timeline-connector{
  position: absolute;
  top: 50%;
  height: 2px;
  width: 120px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.cky-btn-reject{
  display: none !important;
}

.spacer1{
  padding-top: 1rem;
}

.spacer2{
  padding-top: 2rem;
}

.spacer3{
  padding-top: 3rem;
}

.spacer4{
  padding-top: 4rem;
}

.spacer5{
  padding-top: 5rem;
}

.spacer6{
  padding-top: 6rem;
}

/* .timeline-sticky-inner {
  @apply lg:sticky top-[150px] lg:h-[calc(100vh-150px)] overflow-hidden flex items-start justify-center

} */

/* .timeline-item {
  @apply lg:absolute top-0 left-0 w-full lg:opacity-0;
    will-change: transform, opacity;
}

.timeline-item.active {
    position: relative;
    opacity: 1;
} */

.gfield_validation_message{
  --tw-text-opacity: 1 !important;
  color: rgb(115 54 53 / var(--tw-text-opacity, 1)) !important;
}

#gform_1 .gfield_validation_message{
  --tw-text-opacity: 1 !important;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1)) !important;
}

#gform_1 .privacy_lnk_sect a{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(235 236 219 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

#gform_3 #validation_message_3_1{
  font-size: 12.5px !important;
}

.privacy_lnk_sect{
  margin-top: 1rem !important;
}

.gform-loader{
  display: none !important;
}

.forget_pass a{
  position: absolute;
  right: 0px;
  margin-top: 0.75rem;
  font-size: 13px;
}

.privacy_lnk_sect a{
  --tw-text-opacity: 1;
  color: rgb(115 54 53 / var(--tw-text-opacity, 1));
}

.full_wdth_sect .feature-card{
  padding-left: 0px;
  padding-right: 0px;
}

.full_wdth_sect .text-block{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px){
  .full_wdth_sect .text-block{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.full_wdth_sect .feature-tags{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

@media (min-width: 1024px){
  .full_wdth_sect .feature-tags{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.full_wdth_sect .additional-thumb img{
  max-width: 100%;
}

@media (min-width: 1024px){
  .full_wdth_sect .additional-thumb img{
    width: 100%;
  }
}

/* .timeline-sticky-section{
  @apply lg:-mt-[140px]
} */

.select2-container--default .select2-selection--single{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1)) !important;
}

.ginput_container .select2-container{
  z-index: 10;
}

.ginput_container .select2-container .select2-selection{
  position: relative;
  display: block;
  height: 48px;
  border-radius: 12px !important;
  border-color: rgb(55 31 29 / 0.1) !important;
  font-size: 0.938rem;
  line-height: 140%;
}

.ginput_container .select2-container .select2-selection__rendered{
  height: 48px;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  font-family: Noka, sans-serif;
  font-weight: 500 !important;
  line-height: 46px !important;
  color: rgb(55 31 29 / 0.5) !important;
}

.ginput_container .select2-container .select2-selection__rendered:not([title="Please select.."]){
  --tw-text-opacity: 1 !important;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1)) !important;
}

.ginput_container .select2-container--open{
  border-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 31 29 / var(--tw-border-opacity, 1)) !important;
}

.ginput_container .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 0px;
  bottom: 0px;
  right: 0.5rem;
  margin: auto;
  background-image: url(../images/down.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.ginput_container .select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: none;
}

.gform_wrapper .has_country.ginput_container_address .address_country{
  inline-size:100%
}

.ginput_container .select2-container--open{
  border-color: rgb(55 31 29 / 0.3);
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.select2-container--open .select2-dropdown--below{
  overflow: hidden;
  border-radius: 12px !important;
  border-color: rgb(55 31 29 / 0.1);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 202 204 / var(--tw-bg-opacity, 1)) !important;
}

.select2-container--open .select2-results__option{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-family: Noka, sans-serif;
  font-size: 0.938rem;
  line-height: 140%;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1));
}

.select2-container--default .select2-search--dropdown .select2-search__field{
  display: none;
  height: 2.5rem !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
  border-radius: 12px;
}

.gform_body input, .gform_body .ginput_container input,
.gform_body select,
.ginput_container .select2-container .select2-selection,
.gform_body .ginput_container textarea {
  border-radius: 22px;
  border: 1px solid #d1d5db !important;
  outline: none;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.gform_body .gform-grid-col input:focus-within,
.gform_body .ginput_container input:focus-within,
.gform_body .ginput_container select:focus-within,
.ginput_container .select2-container .select2-selection:focus-within,
.gform_body .ginput_container textarea:focus-within, .gform-theme--foundation .gfield textarea:focus-within {
  box-shadow:     0 0 0 2px #fff,
    0 0 0 6px rgba(127, 191, 192, 1);
}

.gform_body input[type="checkbox"]:focus-within{
  box-shadow: none;
}

.gform-theme--foundation .astrick_cls .gfield_required .gfield_required_asterisk{
  --tw-text-opacity: 1 !important;
  color: rgb(161 202 204 / var(--tw-text-opacity, 1)) !important;
}

.ginput_container_consent span.gfield_required.gfield_required_asterisk {
  display: none;
}

.gform_body .captch-text{
  font-size: 9px;
}

.gform_body .captch-text a{
  --tw-text-opacity: 1;
  color: rgb(115 54 53 / var(--tw-text-opacity, 1));
}

.gform_body .gfield{
  position: relative;
}

.contact-form .gform_body .captch-text{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.contact-form .gform_body .captch-text a{
  --tw-text-opacity: 1;
  color: rgb(235 236 219 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.select2-container{
  top: 100% !important;
  margin-top: 0.75rem !important;
  overflow: hidden;
  border-radius: 16px !important;
}

.item-heading{
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 1024px){
  .item-heading{
    margin-top: 105px;
    margin-bottom: 60px;
  }
}

.item-heading {
  will-change: transform, opacity;
}

.timeline-center-line{
  position: absolute;
  left: 50%;
  top: 0px;
  height: 100%;
  width: 1px;
  transform: translateX(-50%);
}

.timeline-connector{
  position: absolute;
  top: 50%;
  height: 1px;
  width: 120px;
  background-color: rgb(242 242 242 / 0.35);
  transform: translateY(-50%);
}

.timeline-connector.left{
  right: -100px;
}

.timeline-connector.right{
  left: -100px;
}

.timeline-wrapper{
  position: relative;
  overflow: hidden;
}

.timeline-items-wrapper{
  position: relative;
  min-height: 700px;
  width: 100%;
  will-change: transform;
}

.item-cards{
  position: relative;
  will-change: transform;
}

.ginput_container{
  position: relative !important;
}

@media (max-width: 768px) {
  .timeline-center-line,
    .timeline-connector {
    display: none;
  }

  .item-cards {
    flex-direction: column;
  }

  .timeline-item {
    position: relative;
  }
}

.select2-container {
  width: 100% !important;
  z-index:10 !important
}

.select2-container--open .select2-dropdown{
  width:100% !important ;
}

.select2-results__options{
  border-radius: 16px !important;
  border-width: 1px !important;
  border-color: rgb(55 31 29 / 0.3) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1)) !important;
}

@media screen and (max-width: 1023px) {
  .timeline-sticky-section .timeline-item {
    position: relative;
    opacity: 1 !important;
    transform: none !important;
  }

  .timeline-sticky-section .timeline-items-wrapper {
    min-height: auto;
  }

  .timeline-sticky-section .timeline-center-line,
    .timeline-sticky-section .timeline-connector {
    display: none !important;
  }

  .timeline-sticky-section .item-cards {
    flex-direction: column;
    gap: 24px;
  }

  .timeline-sticky-section .item-cards > div {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100%;
    width: 100%;
  }

  .timeline-sticky-section .item-heading {
    margin-bottom: 24px;
    opacity: 1 !important;
    transform: none !important;
  }
}

.before\:z-20::before{
  content: var(--tw-content);
  z-index: 20;
}

.before\:\!mx-0::before{
  content: var(--tw-content);
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.before\:block::before{
  content: var(--tw-content);
  display: block;
}

.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}

.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-black::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.hover\:bg-lightblue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(161 202 204 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(115 54 53 / var(--tw-bg-opacity, 1));
}

.hover\:text-bistre:hover{
  --tw-text-opacity: 1;
  color: rgb(55 31 29 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:-translate-x-\[150px\]{
  --tw-translate-x: -150px;
  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-\[168px\]{
  --tw-translate-x: -168px;
  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-\[176px\]{
  --tw-translate-x: -176px;
  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-\[244px\]{
  --tw-translate-x: -244px;
  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-\[300px\]{
  --tw-translate-x: -300px;
  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-y-3{
  --tw-translate-y: -0.75rem;
  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-0{
  --tw-translate-x: 0px;
  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-\[70px\]{
  --tw-translate-x: 70px;
  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-\[78px\]{
  --tw-translate-x: 78px;
  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-y-0{
  --tw-translate-y: 0px;
  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\:rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-\[1\.05\]{
  --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));
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media (min-width: 1366px){
  .xl\:left-\[60px\]{
    left: 60px;
  }

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

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

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

  .xl\:mb-\[10px\]{
    margin-bottom: 10px;
  }

  .xl\:mb-\[60px\]{
    margin-bottom: 60px;
  }

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

  .xl\:mt-36{
    margin-top: 9rem;
  }

  .xl\:h-\[calc\(100vh-10px\)\]{
    height: calc(100vh - 10px);
  }

  .xl\:\!w-1\/3{
    width: 33.333333% !important;
  }

  .xl\:\!w-\[535px\]{
    width: 535px !important;
  }

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

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

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

  .xl\:w-\[45\%\]{
    width: 45%;
  }

  .xl\:w-\[55\%\]{
    width: 55%;
  }

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

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

  .xl\:\!max-w-\[1200px\]{
    max-width: 1200px !important;
  }

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

  .xl\:grid-cols-\[278px_585px_278px\]{
    grid-template-columns: 278px 585px 278px;
  }

  .xl\:\!justify-center{
    justify-content: center !important;
  }

  .xl\:gap-\[30px\]{
    gap: 30px;
  }

  .xl\:gap-\[95px\]{
    gap: 95px;
  }

  .xl\:p-20{
    padding: 5rem;
  }

  .xl\:p-\[50px\]{
    padding: 50px;
  }

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

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

  .xl\:pe-\[5\%\]{
    padding-inline-end: 5%;
  }

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

  .xl\:pr-0{
    padding-right: 0px;
  }

  .xl\:pr-\[135px\]{
    padding-right: 135px;
  }

  .xl\:text-2xl{
    font-size: 3rem;
    line-height: 110%;
  }

  .xl\:text-3xl{
    font-size: 4rem;
    line-height: 100%;
  }

  .xl\:text-4xl{
    font-size: 6.25rem;
    line-height: 100%;
  }

  .xl\:text-xl{
    font-size: 2.25rem;
    line-height: 110%;
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }

  .lg\:\!relative{
    position: relative !important;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: sticky;
  }

  .lg\:-bottom-\[30px\]{
    bottom: -30px;
  }

  .lg\:bottom-24{
    bottom: 6rem;
  }

  .lg\:bottom-5{
    bottom: 1.25rem;
  }

  .lg\:bottom-\[105px\]{
    bottom: 105px;
  }

  .lg\:bottom-\[20px\]{
    bottom: 20px;
  }

  .lg\:bottom-\[60px\]{
    bottom: 60px;
  }

  .lg\:left-\[22px\]{
    left: 22px;
  }

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

  .lg\:right-0{
    right: 0px;
  }

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

  .lg\:right-\[60px\]{
    right: 60px;
  }

  .lg\:top-0{
    top: 0px;
  }

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

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

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

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

  .lg\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:\!mb-\[5px\]{
    margin-bottom: 5px !important;
  }

  .lg\:\!ml-\[0px\]{
    margin-left: 0px !important;
  }

  .lg\:-mr-\[5px\]{
    margin-right: -5px;
  }

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

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

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

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

  .lg\:mb-14{
    margin-bottom: 3.5rem;
  }

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

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:mb-24{
    margin-bottom: 6rem;
  }

  .lg\:mb-28{
    margin-bottom: 7rem;
  }

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

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

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

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

  .lg\:mb-\[20px\]{
    margin-bottom: 20px;
  }

  .lg\:mb-\[30px\]{
    margin-bottom: 30px;
  }

  .lg\:mb-\[45px\]{
    margin-bottom: 45px;
  }

  .lg\:mb-\[50px\]{
    margin-bottom: 50px;
  }

  .lg\:mb-\[5px\]{
    margin-bottom: 5px;
  }

  .lg\:mb-\[70px\]{
    margin-bottom: 70px;
  }

  .lg\:mb-\[76px\]{
    margin-bottom: 76px;
  }

  .lg\:ml-2{
    margin-left: 0.5rem;
  }

  .lg\:ml-8{
    margin-left: 2rem;
  }

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

  .lg\:mt-1{
    margin-top: 0.25rem;
  }

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

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

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

  .lg\:mt-28{
    margin-top: 7rem;
  }

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

  .lg\:mt-52{
    margin-top: 13rem;
  }

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

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

  .lg\:mt-\[130px\]{
    margin-top: 130px;
  }

  .lg\:mt-\[150px\]{
    margin-top: 150px;
  }

  .lg\:mt-\[30px\]{
    margin-top: 30px;
  }

  .lg\:mt-\[60px\]{
    margin-top: 60px;
  }

  .lg\:mt-\[75px\]{
    margin-top: 75px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:\!flex{
    display: flex !important;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:inline-flex{
    display: inline-flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-16{
    height: 4rem;
  }

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

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

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

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

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

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

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

  .lg\:h-\[calc\(100vh-10px\)\]{
    height: calc(100vh - 10px);
  }

  .lg\:h-auto{
    height: auto;
  }

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

  .lg\:h-screen{
    height: 100vh;
  }

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

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

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

  .lg\:min-h-screen{
    min-height: 100vh;
  }

  .lg\:\!w-1\/3{
    width: 33.333333% !important;
  }

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

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

  .lg\:w-16{
    width: 4rem;
  }

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

  .lg\:w-5\/12{
    width: 41.666667%;
  }

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

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

  .lg\:w-\[40\%\]{
    width: 40%;
  }

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

  .lg\:w-\[60\%\]{
    width: 60%;
  }

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

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

  .lg\:w-\[calc\(100\%\+10px\)\]{
    width: calc(100% + 10px);
  }

  .lg\:w-\[calc\(100\%-380px\)\]{
    width: calc(100% - 380px);
  }

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

  .lg\:min-w-\[134px\]{
    min-width: 134px;
  }

  .lg\:min-w-\[146px\]{
    min-width: 146px;
  }

  .lg\:min-w-\[159px\]{
    min-width: 159px;
  }

  .lg\:min-w-\[166px\]{
    min-width: 166px;
  }

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

  .lg\:min-w-\[228px\]{
    min-width: 228px;
  }

  .lg\:min-w-\[232px\]{
    min-width: 232px;
  }

  .lg\:min-w-\[242px\]{
    min-width: 242px;
  }

  .lg\:min-w-\[298px\]{
    min-width: 298px;
  }

  .lg\:min-w-\[70px\]{
    min-width: 70px;
  }

  .lg\:min-w-\[74px\]{
    min-width: 74px;
  }

  .lg\:min-w-\[98px\]{
    min-width: 98px;
  }

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

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

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

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

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

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

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

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

  .lg\:translate-y-6{
    --tw-translate-y: 1.5rem;
    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\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

  .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\:justify-end{
    justify-content: flex-end;
  }

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

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

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-1{
    gap: 0.25rem;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

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

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

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

  .lg\:gap-\[170px\]{
    gap: 170px;
  }

  .lg\:gap-\[30px\]{
    gap: 30px;
  }

  .lg\:gap-\[70px\]{
    gap: 70px;
  }

  .lg\:overflow-visible{
    overflow: visible;
  }

  .lg\:rounded-2xl{
    border-radius: 16px;
  }

  .lg\:rounded-3xl{
    border-radius: 20px;
  }

  .lg\:rounded-4xl{
    border-radius: 30px;
  }

  .lg\:rounded-\[32px\]{
    border-radius: 32px;
  }

  .lg\:rounded-md{
    border-radius: 10px;
  }

  .lg\:rounded-none{
    border-radius: 0px;
  }

  .lg\:rounded-xl{
    border-radius: 14px;
  }

  .lg\:rounded-bl-3xl{
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-br-3xl{
    border-bottom-right-radius: 20px;
  }

  .lg\:rounded-tl-3xl{
    border-top-left-radius: 20px;
  }

  .lg\:rounded-tr-3xl{
    border-top-right-radius: 20px;
  }

  .lg\:from-black\/70{
    --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:via-black\/20{
    --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

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

  .lg\:p-2{
    padding: 0.5rem;
  }

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

  .lg\:p-\[50px\]{
    padding: 50px;
  }

  .lg\:p-\[60px\]{
    padding: 60px;
  }

  .lg\:\!px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

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

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

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

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

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

  .lg\:px-\[17\.5px\]{
    padding-left: 17.5px;
    padding-right: 17.5px;
  }

  .lg\:px-\[25px\]{
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:px-\[27px\]{
    padding-left: 27px;
    padding-right: 27px;
  }

  .lg\:px-\[28px\]{
    padding-left: 28px;
    padding-right: 28px;
  }

  .lg\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:px-\[31px\]{
    padding-left: 31px;
    padding-right: 31px;
  }

  .lg\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }

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

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

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

  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

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

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

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

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

  .lg\:py-\[45px\]{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .lg\:py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

  .lg\:pb-36{
    padding-bottom: 9rem;
  }

  .lg\:pb-40{
    padding-bottom: 10rem;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }

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

  .lg\:pb-\[120px\]{
    padding-bottom: 120px;
  }

  .lg\:pb-\[75px\]{
    padding-bottom: 75px;
  }

  .lg\:pl-0{
    padding-left: 0px;
  }

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

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

  .lg\:pr-5{
    padding-right: 1.25rem;
  }

  .lg\:pr-\[5px\]{
    padding-right: 5px;
  }

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

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

  .lg\:pt-32{
    padding-top: 8rem;
  }

  .lg\:pt-40{
    padding-top: 10rem;
  }

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

  .lg\:pt-\[105px\]{
    padding-top: 105px;
  }

  .lg\:pt-\[110px\]{
    padding-top: 110px;
  }

  .lg\:pt-\[130px\]{
    padding-top: 130px;
  }

  .lg\:pt-\[45px\]{
    padding-top: 45px;
  }

  .lg\:pt-\[50px\]{
    padding-top: 50px;
  }

  .lg\:pt-\[70px\]{
    padding-top: 70px;
  }

  .lg\:pt-\[90px\]{
    padding-top: 90px;
  }

  .lg\:pb-\[45px\]{
    padding-bottom: 45px;
  }

  .lg\:pt-\[150px\]{
    padding-top: 150px;
  }

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

  .lg\:text-start{
    text-align: start;
  }

  .lg\:text-2xl{
    font-size: 3rem;
    line-height: 110%;
  }

  .lg\:text-3xl{
    font-size: 4rem;
    line-height: 100%;
  }

  .lg\:text-4xl{
    font-size: 6.25rem;
    line-height: 100%;
  }

  .lg\:text-\[10px\]{
    font-size: 10px;
  }

  .lg\:text-\[13px\]{
    font-size: 13px;
  }

  .lg\:text-\[16px\]{
    font-size: 16px;
  }

  .lg\:text-\[19px\]{
    font-size: 19px;
  }

  .lg\:text-base{
    font-size: 1.125rem;
    line-height: 110%;
  }

  .lg\:text-md{
    font-size: 1.5rem;
    line-height: 110%;
  }

  .lg\:text-sm{
    font-size: 1.063rem;
    line-height: 160%;
  }

  .lg\:text-xl{
    font-size: 2.25rem;
    line-height: 110%;
  }

  .lg\:text-xs{
    font-size: 0.938rem;
    line-height: 140%;
  }

  .lg\:text-xxs{
    font-size: 0.75rem;
    line-height: 100%;
  }

  .lg\:opacity-0{
    opacity: 0;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }

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

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

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

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

  .md\:block{
    display: block;
  }

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

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

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

  .md\:h-\[calc\(100vh-10px\)\]{
    height: calc(100vh - 10px);
  }

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

  .md\:w-4\/12{
    width: 33.333333%;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-6\/12{
    width: 50%;
  }

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

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

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

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

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

  .md\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

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

  .md\: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));
  }

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

  .md\:p-10{
    padding: 2.5rem;
  }

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

  .md\:text-3xl{
    font-size: 4rem;
    line-height: 100%;
  }

  .md\:text-\[46px\]{
    font-size: 46px;
  }
}

@media (min-width: 767px){
  .sm\:absolute{
    position: absolute;
  }

  .sm\:left-auto{
    left: auto;
  }

  .sm\:right-\[20px\]{
    right: 20px;
  }

  .sm\:top-0{
    top: 0px;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

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

  .sm\:w-\[380px\]{
    width: 380px;
  }

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

  .sm\:max-w-\[calc\(100\%-330px\)\]{
    max-width: calc(100% - 330px);
  }

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

  .sm\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

  .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\:flex-col{
    flex-direction: column;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap;
  }

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

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

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\: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));
  }

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

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

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

  .sm\:pb-0{
    padding-bottom: 0px;
  }

  .sm\:ps-6{
    padding-inline-start: 1.5rem;
  }

  .sm\:text-xs{
    font-size: 0.938rem;
    line-height: 140%;
  }
}

@media (min-width: 480px){
  .xs\:w-1\/2{
    width: 50%;
  }

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