@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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: #e5e7eb;
  /* 2 */
}

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Poppins, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

h1{
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.625rem;
}

@media (min-width: 1024px){
  h1{
    font-size: 4rem;
    line-height: 4.625rem;
  }
}

h2{
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.125rem;
}

@media (min-width: 768px){
  h2{
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}

h3{
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 130%;
}

@media (min-width: 768px){
  h3{
    font-size: 1.75rem;
  }
}

h4{
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 130%;
}

@media (min-width: 1024px){
  h4{
    font-size: 1.25rem;
  }
}

.container{
  width: 100%;
}

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

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

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

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

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

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

.container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1540px;
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 1480px) {
  .container{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1240px) {
  .container{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 850px) {
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

.inset-0{
  inset: 0px;
}

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

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

.bottom-0{
  bottom: 0px;
}

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

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

.left-0{
  left: 0px;
}

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

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

.right-0{
  right: 0px;
}

.right-4{
  right: 1rem;
}

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

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

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

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

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

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

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

.top-\[calc\(100\%-20px\)\]{
  top: calc(100% - 20px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.m-0{
  margin: 0px;
}

.m-auto{
  margin: auto;
}

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

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

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

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

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.-mr-0{
  margin-right: -0px;
}

.-mr-\[50\%\]{
  margin-right: -50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0{
  margin-left: 0px;
}

.ml-3{
  margin-left: 0.75rem;
}

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

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

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

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

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

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

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

.mr-\[8px\]{
  margin-right: 8px;
}

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

.mt-1\.5{
  margin-top: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto{
  margin-top: auto;
}

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

.ml-2{
  margin-left: 0.5rem;
}

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

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-1\.5{
  height: 0.375rem;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-2{
  height: 0.5rem;
}

.h-32{
  height: 8rem;
}

.h-5{
  height: 1.25rem;
}

.h-8{
  height: 2rem;
}

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

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

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

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

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

.max-h-0{
  max-height: 0px;
}

.max-h-10{
  max-height: 2.5rem;
}

.max-h-12{
  max-height: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-h-0{
  min-height: 0px;
}

.min-h-10{
  min-height: 2.5rem;
}

.min-h-12{
  min-height: 3rem;
}

.min-h-\[1\.5em\]{
  min-height: 1.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-10{
  width: 2.5rem;
}

.w-11{
  width: 2.75rem;
}

.w-12{
  width: 3rem;
}

.w-2{
  width: 0.5rem;
}

.w-32{
  width: 8rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.w-\[calc\(50\%-20px\)\]{
  width: calc(50% - 20px);
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-max{
  width: -moz-max-content;
  width: max-content;
}

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

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

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

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

.min-w-12{
  min-width: 3rem;
}

.min-w-20{
  min-width: 5rem;
}

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

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

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

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

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

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

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

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

.max-w-12{
  max-width: 3rem;
}

.max-w-20{
  max-width: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1{
  flex: 1 1 0%;
}

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

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

.shrink{
  flex-shrink: 1;
}

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

.origin-center{
  transform-origin: center;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.-rotate-\[1\.53deg\]{
  --tw-rotate: -1.53deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.grid-cols-1{
  grid-template-columns: repeat(1, 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;
}

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

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

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

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

.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-\[18px\]{
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.gap-x-\[20px\]{
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-x-\[50px\]{
  -moz-column-gap: 50px;
       column-gap: 50px;
}

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

.gap-y-1{
  row-gap: 0.25rem;
}

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

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

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

.gap-y-\[20px\]{
  row-gap: 20px;
}

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

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

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-y-auto{
  overflow-y: auto;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

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

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

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

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

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

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

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

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-\[30px\]{
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.rounded-t-\[30px\]{
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.rounded-bl-2xl{
  border-bottom-left-radius: 1rem;
}

.rounded-bl-\[20px\]{
  border-bottom-left-radius: 20px;
}

.rounded-bl-\[30px\]{
  border-bottom-left-radius: 30px;
}

.rounded-br-2xl{
  border-bottom-right-radius: 1rem;
}

.rounded-br-\[20px\]{
  border-bottom-right-radius: 20px;
}

.rounded-br-\[30px\]{
  border-bottom-right-radius: 30px;
}

.rounded-tl-2xl{
  border-top-left-radius: 1rem;
}

.rounded-tl-\[20px\]{
  border-top-left-radius: 20px;
}

.rounded-tl-\[30px\]{
  border-top-left-radius: 30px;
}

.rounded-tr-2xl{
  border-top-right-radius: 1rem;
}

.rounded-tr-\[20px\]{
  border-top-right-radius: 20px;
}

.rounded-tr-\[30px\]{
  border-top-right-radius: 30px;
}

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

.border-l-\[10px\]{
  border-left-width: 10px;
}

.border-l-\[3px\]{
  border-left-width: 3px;
}

.border-r-\[10px\]{
  border-right-width: 10px;
}

.border-t-\[10px\]{
  border-top-width: 10px;
}

.border-solid{
  border-style: solid;
}

.border-none{
  border-style: none;
}

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

.border-cherry{
  --tw-border-opacity: 1;
  border-color: rgb(211 26 83 / var(--tw-border-opacity, 1));
}

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

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

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

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

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

.border-t-cherry{
  --tw-border-opacity: 1;
  border-top-color: rgb(211 26 83 / var(--tw-border-opacity, 1));
}

.border-t-transparent{
  border-top-color: transparent;
}

.bg-\[\#01333E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 51 62 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E8FBFC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 251 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3E8FB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 251 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

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

.bg-cherry{
  --tw-bg-opacity: 1;
  background-color: rgb(211 26 83 / var(--tw-bg-opacity, 1));
}

.bg-cherry\/10{
  background-color: rgb(211 26 83 / 0.1);
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-l-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 255 / var(--tw-bg-opacity, 1));
}

.bg-l-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

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

.bg-orange\/10{
  background-color: rgb(255 106 61 / 0.1);
}

.bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(138 29 216 / var(--tw-bg-opacity, 1));
}

.bg-purple\/10{
  background-color: rgb(138 29 216 / 0.1);
}

.bg-purple\/30{
  background-color: rgb(138 29 216 / 0.3);
}

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

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

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

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

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

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

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

.fill-cherry{
  fill: #D31A53;
}

.fill-orange{
  fill: #FF6A3D;
}

.fill-purple{
  fill: #8A1DD8;
}

.stroke-white{
  stroke: #fff;
}

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

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

.object-right{
  -o-object-position: right;
     object-position: right;
}

.p-0{
  padding: 0px;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

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

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

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

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

.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-\[100px\]{
  padding-left: 100px;
  padding-right: 100px;
}

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

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

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

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

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

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

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

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-6{
  padding-left: 1.5rem;
}

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

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

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

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

.pt-0{
  padding-top: 0px;
}

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

.pt-14{
  padding-top: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[1\.125rem\]{
  font-size: 1.125rem;
}

.text-\[1\.25rem\]{
  font-size: 1.25rem;
}

.text-\[1\.5rem\]{
  font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.text-\[2rem\]{
  font-size: 2rem;
}

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

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

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

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

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

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

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

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

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

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

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

.uppercase{
  text-transform: uppercase;
}

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

.leading-\[120\%\]{
  line-height: 120%;
}

.leading-\[130\%\]{
  line-height: 130%;
}

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

.leading-\[160\%\]{
  line-height: 160%;
}

.leading-\[170\%\]{
  line-height: 170%;
}

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

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

.leading-\[2\.125rem\]{
  line-height: 2.125rem;
}

.leading-\[2\.625rem\]{
  line-height: 2.625rem;
}

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

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

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

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

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

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

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

.leading-snug{
  line-height: 1.375;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-\[-0\.08em\]{
  letter-spacing: -0.08em;
}

.tracking-\[0\.02em\]{
  letter-spacing: 0.02em;
}

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

.\!text-purple{
  --tw-text-opacity: 1 !important;
  color: rgb(138 29 216 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#2E3C2D\]{
  --tw-text-opacity: 1;
  color: rgb(46 60 45 / var(--tw-text-opacity, 1));
}

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

.text-black\/80{
  color: rgb(0 0 0 / 0.8);
}

.text-black\/90{
  color: rgb(0 0 0 / 0.9);
}

.text-cherry{
  --tw-text-opacity: 1;
  color: rgb(211 26 83 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

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

.text-l-blue{
  --tw-text-opacity: 1;
  color: rgb(0 164 255 / var(--tw-text-opacity, 1));
}

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

.text-purple{
  --tw-text-opacity: 1;
  color: rgb(138 29 216 / var(--tw-text-opacity, 1));
}

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

.text-white\/95{
  color: rgb(255 255 255 / 0.95);
}

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

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

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-80{
  opacity: 0.8;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_0px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0px 0px 4px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 0px 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-\[5\.5px_6\.3px_0px_\#C40842\]{
  --tw-shadow: 5.5px 6.3px 0px #C40842;
  --tw-shadow-colored: 5.5px 6.3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline{
  outline-style: solid;
}

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

.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.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-\[border-radius\]{
  transition-property: border-radius;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[max-height\]{
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[width\]{
  transition-property: width;
  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-200{
  transition-duration: 200ms;
}

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

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

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

body {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.font-caveat {
  font-family: "Caveat", cursive;
  font-style: normal;
  font-weight: 700;
}

p {
  font-size: 18px;
  line-height: 27px;
}

p a {
  color: #8A1DD8;
  text-decoration: underline;
}

.btn-primary{
  display: flex;
  min-height: 54px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(211 26 83 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 27 97 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .btn-primary{
    padding-left: 40px;
    padding-right: 40px;
  }
}

.btn-primary-small{
  display: flex;
  min-height: 54px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(211 26 83 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary-small:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 27 97 / var(--tw-bg-opacity, 1));
}

.btn-second{
  display: flex;
  min-height: 54px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(138 29 216 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-second:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(162 66 230 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .btn-second{
    padding-left: 40px;
    padding-right: 40px;
  }
}

.btn-white{
  display: flex;
  min-height: 54px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

@media (min-width: 768px){
  .btn-white{
    padding-left: 40px;
    padding-right: 40px;
  }
}

.btn-primary-border{
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(211 26 83 / var(--tw-border-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(211 26 83 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary-border:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 27 97 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 27 97 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .btn-primary-border{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media(max-width: 850px) {
  .btn-second {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.text-small p {
  font-size: 14px;
  line-height: 21px;
}

.text-medium p {
  font-size: 16px;
  line-height: 24px;
}

/* FAQ: pill shape when closed, softer radius when open */

.faq-item.faq-item--open {
  border-radius: 30px;
}

/* FAQ overview search: input-holder rounded transition (100px → 20px when active) */

.input-holder {
  border-radius: 100px;
  transition: border-radius 0.3s ease-in-out;
}

.input-holder.input-holder--active {
  border-radius: 20px;
}

@media (max-width: 1023px) {
  .input-holder.input-holder--active {
    border-radius: 1rem;
    /* max-lg:rounded-2xl */
  }
}

/* FAQ overview search: dropdown menu visibility */

.input-menu-holder {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.input-menu-holder.input-menu-holder--visible {
  opacity: 1;
  visibility: visible;
}

/* FAQ overview search: backdrop fade */

.faq-search-backdrop {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.faq-search-backdrop.faq-search-backdrop--visible {
  opacity: 1;
  pointer-events: auto;
}

/* News archive: minimal padding inside select so option text sits tight */

.news-archive-select {
  padding: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.news-archive-select option {
  padding: 0;
}

.visual-single {
  position: relative;
  max-width: 100%;
  /* overflow-x: clip;
    overflow-y: visible */
}

/* .visual-single::after {
    position: absolute;
    width: 320px;
    height: 762px;
    right: -120px;
    top: -60px;
    background: #D31A53;
    mix-blend-mode: multiply;
    transform: rotate(315deg);
    content: " ";
    border-radius: 160px;
} */

.visual-single::after {
  position: absolute;
  width: 410px;
  height: 680px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='411' height='804' fill='none' viewBox='0 0 411 804'%3E%3Cmask id='a' width='411' height='804' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h410.85v804H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23d31a53' d='M75.503 413.3c-92.074-92.074-92.074-241.356 0-333.43s241.355-92.074 333.429 0l390.679 390.679c92.074 92.074 92.074 241.356 0 333.43s-241.355 92.074-333.429 0z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  content: " ";
  top: 0;
  right: -310px;
}

@media (max-width: 1024px) {
  .visual-single::after {
    width: 280px;
    height: 465px;
    right: -180px;
  }
}

@media (max-width: 850px) {
  .visual-single::after {
    width: 200px;
    height: 332px;
    right: -100px;
  }
}

@media (max-width: 767px) {
  .visual-single::after {
    width: 140px;
    height: 232px;
    right: -60px;
  }
}

/* Text + image slider: content and image swipers visible, equal height */

.text-img-slider-block .text-img-slider-content {
  /* height: 420px;
    min-height: 320px; */
}

.text-img-slider-block .text-img-slider-content .swiper-wrapper {
  height: 100%;
  /* min-height: 320px; */
}

.text-img-slider-block .text-img-slider-content .swiper-slide {
  height: 100%;
  /* min-height: 320px; */
  box-sizing: border-box;
  overflow-y: auto;
}

.text-img-slider-block .text-img-slider-image {
  /* height: 400px;
    min-height: 400px; */
}

.text-img-slider-block .text-img-slider-image .swiper-wrapper {
  height: 100%;
  /* min-height: 400px; */
}

.text-img-slider-block .text-img-slider-image .swiper-slide {
  height: 100%;
  /* min-height: 400px; */
}

.text-img-slider-block .text-img-slider-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* min-height: 400px; */
}

/* Impression slider: overlapping slides, full width, rotated photos */

.impression-slider-wrapper {
  padding: 50px 0;
  overflow-x: hidden;
  overflow-y: visible;
}

.impression-slider {
  overflow: visible !important;
}

.impression-slider .swiper-wrapper {
  align-items: center;
}

.impression-slider .swiper-slide {
  width: 280px;
  flex-shrink: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.impression-slider .impression-slider-item-image {
  width: 100%;
  height: 100%;
}

.impression-slider .impression-slider-item-image img {
  max-width: 300px;
  min-width: 300px;
  width: 300px;
}

/* Impression slider: mobile adjustments (desktop unchanged) */

@media (max-width: 767px) {
  .impression-slider-wrapper {
    padding: 24px 0;
  }

  .impression-slider .swiper-slide {
    width: 200px;
  }
}

/* Latest news: equal-height cards + slider bleeds out of container on the right */

.latest-news-block .latest-news-slider-wrapper {
  width: calc(50vw + 50%);
  margin-right: calc(50% - 50vw);
  overflow: visible;
}

/* Arrows aligned to container edges so they don’t sit on the peek or go off-screen */

.latest-news-block .latest-news-slider-prev {
  left: -20px;
}

.latest-news-block .latest-news-slider-next {
  right: calc(50vw - 33.2%);
}

@media(max-width: 1400px) {
  .latest-news-block .latest-news-slider-next {
    right: -20px;
  }

  .latest-news-block .latest-news-slider-prev {
    left: -20px;
  }

  .latest-news-block .latest-news-slider-wrapper {
    width: 100%;
    margin-right: 0;
    overflow: visible;
  }
}

@media(max-width: 1024px) {
  .empty-slider-slide {
    display: none !important;
  }
}

.latest-news-block .latest-news-slider .swiper-wrapper {
  align-items: stretch;
}

.latest-news-block .latest-news-slider .swiper-slide {
  height: auto;
  display: flex;
}

.latest-news-block .latest-news-slider .swiper-slide > a {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

/* Beweegfeit typing: spaties zichtbaar, woorden breken normaal */

.js-beweegfeit-title {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.js-beweegfeit-char--space {
  min-width: 0.25em;
}

.text-content ul {
  list-style: disc;
  font-size: 18px;
  line-height: 27px;
  padding-left: 20px;
}

/* Bedrijven doen mee: logo slider */

.bedrijven-doen-mee-slider .bedrijven-doen-mee-slide {
  width: auto;
  flex-shrink: 0;
}

/* Organisatie slider: pagination bullets (hollow / filled like screenshot) */

.organisatie-slider-pagination .organisatie-slider-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  background: transparent;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.organisatie-slider-pagination .organisatie-slider-bullet-active {
  background: #000;
}

/* Fancybox: keep video (YouTube) boxed at max 1024px instead of fullscreen */

.has-youtube .fancybox__content,
.has-youtube .f-html,
.has-vimeo .fancybox__content,
.has-vimeo .f-html,
.has-html5video .fancybox__content,
.has-html5video .f-html {
  max-width: 1024px;
  max-height: min(576px, 100vh);
}

/* Header: mobile menu and hamburger animation (below menu breakpoint 1240px) */

@media (max-width: 1239px) {
  /* Keep header bar (logo + hamburger) above the overlay so the close button stays clickable */

  #header-bar {
    position: relative;
    z-index: 100;
  }

  /* Header height for dropdown/overlay positioning: 96px below menu breakpoint, 143px at 1240px+ */

  #header-container,
    body {
    --header-height: 96px;
  }

  #header-mobile-menu {
    z-index: 40;
  }

  #header-container.mobile-menu-open .header-mobile-menu {
    pointer-events: auto;
  }

  #header-container.mobile-menu-open .header-mobile-menu-backdrop {
    opacity: 1;
  }

  #header-container .header-mobile-menu-panel {
    transform: translateY(-120%);
  }

  #header-container.mobile-menu-open .header-mobile-menu-panel {
    transform: translateY(110px);
  }

  /* Hamburger to X */

  #header-container.mobile-menu-open .header-menu-toggle .header-menu-icon-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  #header-container.mobile-menu-open .header-menu-toggle .header-menu-icon-line:nth-child(2) {
    opacity: 0;
  }

  #header-container.mobile-menu-open .header-menu-toggle .header-menu-icon-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* Mobile submenu dropdown */

  .header-mobile-submenu {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.2s ease-out, opacity 0.2s ease-out, visibility 0.2s;
  }

  .header-mobile-menu-item.submenu-open .header-mobile-submenu {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
  }

  .header-mobile-menu-item.submenu-open .header-mobile-submenu-chevron {
    transform: rotate(180deg);
  }
}

@media (min-width: 1240px) {
  #header-container,
    body {
    --header-height: 143px;
  }
}

body {
  max-width: 100%;
  overflow-x: clip;
}

.header-visual {
  position: relative;
}

.header-visual::after {
  position: absolute;
  width: 410px;
  height: 804px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='411' height='804' fill='none' viewBox='0 0 411 804'%3E%3Cmask id='a' width='411' height='804' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h410.85v804H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23d31a53' d='M75.503 413.3c-92.074-92.074-92.074-241.356 0-333.43s241.355-92.074 333.429 0l390.679 390.679c92.074 92.074 92.074 241.356 0 333.43s-241.355 92.074-333.429 0z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  top: 350px;
  right: -310px;
}

.header-visual::before {
  position: absolute;
  width: 410px;
  height: 804px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='407' height='791' fill='none' viewBox='0 0 407 791'%3E%3Cmask id='a' width='411' height='804' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h410.85v804H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%2300a4ff' d='M337.8 388.216c92.074 92.074 92.074 241.356 0 333.43s-241.356 92.074-333.43 0l-390.678-390.679c-92.074-92.074-92.075-241.355-.001-333.43 92.074-92.074 241.356-92.074 333.43 0z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  top: -300px;
  left: -310px;
}

.content-visual {
  position: relative;
}

.content-visual::after {
  mix-blend-mode: multiply;
  position: absolute;
  width: 410px;
  height: 804px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='411' height='804' fill='none' viewBox='0 0 411 804'%3E%3Cmask id='a' width='411' height='804' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M410.85 0H0v804h410.85z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23ff6a3d' d='M335.347 413.3c92.074-92.074 92.074-241.356 0-333.43s-241.356-92.074-333.43 0l-390.679 390.679c-92.074 92.074-92.074 241.356 0 333.43s241.356 92.074 333.43 0z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  top: -25px;
  left: -310px;
}

.slider-visual {
  position: relative;
}

.slider-visual::after {
  mix-blend-mode: multiply;
  position: absolute;
  width: 410px;
  height: 804px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='407' height='791' fill='none' viewBox='0 0 407 791'%3E%3Cmask id='a' width='411' height='804' x='-4' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M406.855 0H-3.995v804h410.85z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%238a1dd8' d='M69.056 388.216c-92.074 92.074-92.074 241.356 0 333.43s241.355 92.074 333.429 0l390.679-390.679c92.074-92.074 92.074-241.355 0-333.43-92.074-92.074-241.356-92.074-333.43 0z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  top: -150px;
  z-index: 50;
  right: -310px;
}

.subpage-visual {
  position: relative;
}

.subpage-visual::after {
  position: absolute;
  width: 410px;
  height: 680px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='411' height='804' fill='none' viewBox='0 0 411 804'%3E%3Cmask id='a' width='411' height='804' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h410.85v804H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23d31a53' d='M75.503 413.3c-92.074-92.074-92.074-241.356 0-333.43s241.355-92.074 333.429 0l390.679 390.679c92.074 92.074 92.074 241.356 0 333.43s-241.355 92.074-333.429 0z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  content: " ";
  top: 0px;
  right: -310px;
}

.subpage-visual::before {
  position: absolute;
  width: 410px;
  height: 780px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='407' height='791' fill='none' viewBox='0 0 407 791'%3E%3Cmask id='a' width='411' height='804' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h410.85v804H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%2300a4ff' d='M337.8 388.216c92.074 92.074 92.074 241.356 0 333.43s-241.356 92.074-333.43 0l-390.678-390.679c-92.074-92.074-92.075-241.355-.001-333.43 92.074-92.074 241.356-92.074 333.43 0z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  content: " ";
  top: -300px;
  left: -310px;
}

/* Side visuals: responsive scaling (tablet) */

@media (max-width: 1024px) {
  .header-visual::after,
    .header-visual::before {
    width: 270px;
    height: 530px;
    top: 230px;
  }

  .header-visual::after {
    top: 230px;
    right: -200px;
  }

  .header-visual::before {
    top: -200px;
    left: -200px;
  }

  .content-visual::after {
    width: 270px;
    height: 530px;
    top: -15px;
    left: -200px;
  }

  .slider-visual::after {
    width: 270px;
    height: 530px;
    top: -100px;
    right: -200px;
  }

  .subpage-visual::after {
    width: 270px;
    height: 450px;
    right: -200px;
  }

  .subpage-visual::before {
    width: 270px;
    height: 515px;
    top: -200px;
    left: -200px;
  }

  .toolkit-overview::after {
    width: 270px;
    height: 450px;
    top: 320px;
    right: -200px;
  }

  .toolkit-overview::before {
    width: 270px;
    height: 530px;
    top: -40px;
    left: -200px;
  }
}

/* Side visuals: smaller on mobile */

@media (max-width: 767px) {
  .header-visual::after,
    .header-visual::before {
    width: 160px;
    height: 315px;
  }

  .header-visual::after {
    top: 140px;
    right: -100px;
  }

  .header-visual::before {
    top: -120px;
    left: -100px;
  }

  .content-visual::after {
    width: 160px;
    height: 315px;
    top: -10px;
    left: -100px;
  }

  .slider-visual::after {
    width: 160px;
    height: 315px;
    bottom: 30px;
    top: auto;
    right: -100px;
  }

  .subpage-visual::after {
    width: 160px;
    height: 265px;
    right: -100px;
  }

  .subpage-visual::before {
    width: 160px;
    height: 305px;
    top: -102px;
    left: -100px;
  }

  .toolkit-overview::after {
    width: 160px;
    height: 265px;
    top: 260px;
    right: -100px;
  }

  .toolkit-overview::before {
    width: 160px;
    height: 305px;
    top: -40px;
    left: -100px;
  }
}

.content-visual.content-visual--right::after {
  left: auto;
  right: -310px;
  transform: rotate(180deg);
  bottom: 0;
  top: -350px;
}

.toolkit-overview {
  position: relative;
}

.toolkit-overview::after {
  position: absolute;
  width: 410px;
  height: 680px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='411' height='804' fill='none' viewBox='0 0 411 804'%3E%3Cmask id='a' width='411' height='804' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h410.85v804H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23d31a53' d='M75.503 413.3c-92.074-92.074-92.074-241.356 0-333.43s241.355-92.074 333.429 0l390.679 390.679c92.074 92.074 92.074 241.356 0 333.43s-241.355 92.074-333.429 0z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  content: " ";
  top: 400px;
  right: -310px;
  z-index: -1;
}

.toolkit-overview::before {
  mix-blend-mode: multiply;
  position: absolute;
  width: 410px;
  height: 804px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='411' height='804' fill='none' viewBox='0 0 411 804'%3E%3Cmask id='a' width='411' height='804' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M410.85 0H0v804h410.85z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23ff6a3d' d='M335.347 413.3c92.074-92.074 92.074-241.356 0-333.43s-241.356-92.074-333.43 0l-390.679 390.679c-92.074 92.074-92.074 241.356 0 333.43s241.356 92.074 333.43 0z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  top: -60px;
  left: -310px;
}

.faq-header::after {
  position: absolute;
  width: 410px;
  height: 804px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='411' height='804' fill='none' viewBox='0 0 411 804'%3E%3Cmask id='a' width='411' height='804' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h410.85v804H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23d31a53' d='M75.503 413.3c-92.074-92.074-92.074-241.356 0-333.43s241.355-92.074 333.429 0l390.679 390.679c92.074 92.074 92.074 241.356 0 333.43s-241.355 92.074-333.429 0z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  top: 250px;
  right: -310px;
  z-index: -1;
}

.faq-header::before {
  position: absolute;
  width: 410px;
  height: 804px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='407' height='791' fill='none' viewBox='0 0 407 791'%3E%3Cmask id='a' width='411' height='804' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23d9d9d9' d='M0 0h410.85v804H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%2300a4ff' d='M337.8 388.216c92.074 92.074 92.074 241.356 0 333.43s-241.356 92.074-333.43 0l-390.678-390.679c-92.074-92.074-92.075-241.355-.001-333.43 92.074-92.074 241.356-92.074 333.43 0z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  top: -300px;
  left: -310px;
  z-index: -1;
}

/* Menu dropdown (Meedoen) - height animation controlled by JS */

.menu-dropdown-wrapper {
  transition: max-height 0.4s ease-in-out;
  pointer-events: none;
  overflow: hidden;
}

/* Dropdown panel: soft shadow and rounded bottom corners; no top border so no line between nav and dropdown on scroll */

.menu-dropdown-panel {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.08), 0 10px 20px -5px rgb(0 0 0 / 0.12);
}

.menu-dropdown-content-wrapper {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition-delay: 0s;
}

.group\/dropdown:hover .menu-dropdown-content-wrapper,
.menu-dropdown-wrapper:hover .menu-dropdown-content-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

/* Background overlay under submenu – darkens page content when dropdown is open */

.menu-dropdown-overlay {
  background: rgba(28, 29, 32, 0.18);
  backdrop-filter: blur(0);
}

/* Dev: keep submenu open for Tailwind tweaks – add ?dev_dropdown=1 to the URL */

.dev-dropdown-open .menu-dropdown-content-wrapper {
  opacity: 1;
  transform: translateY(0);
}

.dev-dropdown-open .menu-dropdown-wrapper {
  pointer-events: auto;
}

/* Meedoen dropdown CTA: image masked by blob SVG (bottom-right) */

.menu-dropdown-cta__blob-mask {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 275 231'%3E%3Cpath fill='white' d='M32.65 190.301c-43.533-43.534-43.533-114.117 0-157.65s114.117-43.534 157.651 0l184.718 184.718c43.534 43.534 43.534 114.116 0 157.65s-114.116 43.534-157.65 0z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 275 231'%3E%3Cpath fill='white' d='M32.65 190.301c-43.533-43.534-43.533-114.117 0-157.65s114.117-43.534 157.651 0l184.718 184.718c43.534 43.534 43.534 114.116 0 157.65s-114.116 43.534-157.65 0z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.bg-l-blue.b-content a {
  color: #000000;
}

.content-fw ul, #tinymce ul {
  margin: 20px 0;
  list-style: disc;
  padding-left: 16px;
  font-size: 18px;
  line-height: 27px;
}

.content-fw ul li, #tinymce ul li {
  margin-bottom: 8px;
}

.content-fw p, #tinymce p {
  margin-bottom: 10px;
}

.content-fw h1, .content-fw h2, .content-fw h3, .content-fw h4, .content-fw h5, .content-fw h6, #tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6 {
  margin-bottom: 8px;
}

.faq-contact-card--orange .content-text a {
  color: #ffffff;
}

#header-container .container {
  max-width: 1728px;
  padding-left: 50px;
  padding-right: 50px;
}

@media(max-width: 850px) {
  #header-container .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.placeholder\:text-gray-400::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-400::placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-0::before{
  content: var(--tw-content);
  bottom: 0px;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}

.before\:my-auto::before{
  content: var(--tw-content);
  margin-top: auto;
  margin-bottom: auto;
}

.before\:h-\[5px\]::before{
  content: var(--tw-content);
  height: 5px;
}

.before\:w-\[5px\]::before{
  content: var(--tw-content);
  width: 5px;
}

.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-cherry::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(211 26 83 / var(--tw-bg-opacity, 1));
}

.before\:opacity-0::before{
  content: var(--tw-content);
  opacity: 0;
}

.before\:opacity-100::before{
  content: var(--tw-content);
  opacity: 1;
}

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

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

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.hover\:scale-\[1\.04\]:hover{
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-cherry:hover{
  --tw-border-opacity: 1;
  border-color: rgb(211 26 83 / var(--tw-border-opacity, 1));
}

.hover\:border-cherryHover:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 27 97 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#ff1b61\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 27 97 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-cherry:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(211 26 83 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cherry\/90:hover{
  background-color: rgb(211 26 83 / 0.9);
}

.hover\:bg-cherryHover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 27 97 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple\/10:hover{
  background-color: rgb(138 29 216 / 0.1);
}

.hover\:bg-purpleHover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(162 66 230 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-cherry:hover{
  --tw-text-opacity: 1;
  color: rgb(211 26 83 / 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-90:hover{
  opacity: 0.9;
}

.hover\:opacity-95:hover{
  opacity: 0.95;
}

.focus\:border-cherry:focus{
  --tw-border-opacity: 1;
  border-color: rgb(211 26 83 / var(--tw-border-opacity, 1));
}

.focus\:bg-purple\/10:focus{
  background-color: rgb(138 29 216 / 0.1);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.active\:scale-95:active{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.active\:scale-\[0\.99\]:active{
  --tw-scale-x: 0.99;
  --tw-scale-y: 0.99;
  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\/dropdown:hover .group-hover\/dropdown\:rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.group:hover .group-hover\:border-solid{
  border-style: solid;
}

.group\/block:hover .group-hover\/block\:border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.group\/promo:hover .group-hover\/promo\:border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-cherry{
  --tw-border-opacity: 1;
  border-color: rgb(211 26 83 / var(--tw-border-opacity, 1));
}

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

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

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

.group:hover .group-hover\:bg-cherry{
  --tw-bg-opacity: 1;
  background-color: rgb(211 26 83 / var(--tw-bg-opacity, 1));
}

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

.group\/block:hover .group-hover\/block\:stroke-white{
  stroke: #fff;
}

.group\/promo:hover .group-hover\/promo\:stroke-purple{
  stroke: #8A1DD8;
}

.group:hover .group-hover\:stroke-black{
  stroke: #000;
}

.group:hover .group-hover\:stroke-white{
  stroke: #fff;
}

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

@media not all and (min-width: 1024px){
  .max-lg\:right-3{
    right: 0.75rem;
  }

  .max-lg\:top-\[calc\(100\%-16px\)\]{
    top: calc(100% - 16px);
  }

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

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

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

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

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

  .max-lg\:min-h-\[80px\]{
    min-height: 80px;
  }

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

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

  .max-lg\:flex-col{
    flex-direction: column;
  }

  .max-lg\:gap-3{
    gap: 0.75rem;
  }

  .max-lg\:gap-6{
    gap: 1.5rem;
  }

  .max-lg\:rounded-2xl{
    border-radius: 1rem;
  }

  .max-lg\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .max-lg\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

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

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

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

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

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

  .max-lg\:pr-10{
    padding-right: 2.5rem;
  }

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

  .max-lg\:text-left{
    text-align: left;
  }

  .max-lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .max-lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 640px){
  .sm\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

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

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

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

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

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

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

  .sm\:h-40{
    height: 10rem;
  }

  .sm\:max-h-\[255px\]{
    max-height: 255px;
  }

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

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

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

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

  .sm\:w-40{
    width: 10rem;
  }

  .sm\:w-64{
    width: 16rem;
  }

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

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

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

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

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

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

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

  .sm\:gap-0{
    gap: 0px;
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

  .sm\:gap-x-\[27px\]{
    -moz-column-gap: 27px;
         column-gap: 27px;
  }

  .sm\:gap-x-\[8px\]{
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .sm\:gap-y-6{
    row-gap: 1.5rem;
  }

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

  .sm\:self-auto{
    align-self: auto;
  }

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

  .sm\:rounded-bl-\[30px\]{
    border-bottom-left-radius: 30px;
  }

  .sm\:rounded-br-\[30px\]{
    border-bottom-right-radius: 30px;
  }

  .sm\:rounded-tl-\[30px\]{
    border-top-left-radius: 30px;
  }

  .sm\:rounded-tr-\[30px\]{
    border-top-right-radius: 30px;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

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

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

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

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media not all and (min-width: 1024px){
  @media (min-width: 640px){
    .max-lg\:sm\:max-w-\[163px\]{
      max-width: 163px;
    }

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

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

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

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

    .max-lg\:sm\:pb-\[27px\]{
      padding-bottom: 27px;
    }

    .max-lg\:sm\:pt-\[40px\]{
      padding-top: 40px;
    }

    .max-lg\:sm\:text-right{
      text-align: right;
    }

    .max-lg\:sm\:text-3xl{
      font-size: 1.875rem;
      line-height: 2.25rem;
    }

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

@media (min-width: 768px){
  .md\:-left-\[30px\]{
    left: -30px;
  }

  .md\:-right-\[30px\]{
    right: -30px;
  }

  .md\:-right-\[33px\]{
    right: -33px;
  }

  .md\:-top-\[57px\]{
    top: -57px;
  }

  .md\:right-\[28px\]{
    right: 28px;
  }

  .md\:top-\[18px\]{
    top: 18px;
  }

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

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

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

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

  .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

  .md\:-mr-\[40px\]{
    margin-right: -40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:h-48{
    height: 12rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:max-h-fit{
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

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

  .md\:min-h-0{
    min-height: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:\!w-auto{
    width: auto !important;
  }

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

  .md\:w-48{
    width: 12rem;
  }

  .md\:w-80{
    width: 20rem;
  }

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

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

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

  .md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\: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));
  }

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

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

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

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

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

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

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

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

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

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

  .md\:gap-0{
    gap: 0px;
  }

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

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

  .md\:gap-x-\[10px\]{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .md\:gap-x-\[140px\]{
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .md\:gap-x-\[20px\]{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md\:gap-x-\[24px\]{
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .md\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:gap-x-\[50px\]{
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .md\:gap-y-0{
    row-gap: 0px;
  }

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

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

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

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

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

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

  .md\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:rounded-bl-\[30px\]{
    border-bottom-left-radius: 30px;
  }

  .md\:rounded-br-\[30px\]{
    border-bottom-right-radius: 30px;
  }

  .md\:rounded-tl-\[30px\]{
    border-top-left-radius: 30px;
  }

  .md\:rounded-tr-\[30px\]{
    border-top-right-radius: 30px;
  }

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

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

  .md\:border-l-\[15px\]{
    border-left-width: 15px;
  }

  .md\:border-r-\[15px\]{
    border-right-width: 15px;
  }

  .md\:border-t-\[15px\]{
    border-top-width: 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pt-0{
    padding-top: 0px;
  }

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

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

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

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

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

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-\[1\.75rem\]{
    font-size: 1.75rem;
  }

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

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

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

  .md\:text-\[2\.5rem\]{
    font-size: 2.5rem;
  }

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

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

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

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

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

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

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

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

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:leading-\[120\%\]{
    line-height: 120%;
  }

  .md\:leading-\[150\%\]{
    line-height: 150%;
  }

  .md\:leading-\[3\.5rem\]{
    line-height: 3.5rem;
  }

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

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

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

@media not all and (min-width: 1024px){
  @media (min-width: 768px){
    .max-lg\:md\:text-4xl{
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }
}

@media (min-width: 1024px){
  .lg\:top-\[32px\]{
    top: 32px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

  .lg\:flex-1{
    flex: 1 1 0%;
  }

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

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

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

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

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

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

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-x-\[10px\]{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .lg\:gap-x-\[140px\]{
    -moz-column-gap: 140px;
         column-gap: 140px;
  }

  .lg\:gap-x-\[20px\]{
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .lg\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:gap-x-\[50px\]{
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .lg\:gap-y-0{
    row-gap: 0px;
  }

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

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

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

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

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

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

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-\[1\.25rem\]{
    font-size: 1.25rem;
  }

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

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

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

  .lg\:text-\[4rem\]{
    font-size: 4rem;
  }

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

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

  .lg\:leading-\[1\.2\]{
    line-height: 1.2;
  }

  .lg\:leading-\[100\%\]{
    line-height: 100%;
  }

  .lg\:leading-\[4\.625rem\]{
    line-height: 4.625rem;
  }

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

  .lg\:opacity-100{
    opacity: 1;
  }
}

@media (min-width: 1240px){
  .menu\:pointer-events-none{
    pointer-events: none;
  }

  .menu\:block{
    display: block;
  }

  .menu\:flex{
    display: flex;
  }

  .menu\:hidden{
    display: none;
  }

  .menu\:h-auto{
    height: auto;
  }

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

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

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

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

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

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

  .menu\:gap-0{
    gap: 0px;
  }

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

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

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

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

@media (min-width: 1280px){
  .xl\:mt-\[100px\]{
    margin-top: 100px;
  }

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

  .xl\:flex{
    display: flex;
  }

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

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

  .xl\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

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

.\[\&\.swiper-button-disabled\]\:pointer-events-none.swiper-button-disabled{
  pointer-events: none;
}

.\[\&\.swiper-button-disabled\]\:invisible.swiper-button-disabled{
  visibility: hidden;
}

.\[\&\.swiper-button-disabled\]\:opacity-0.swiper-button-disabled{
  opacity: 0;
}