@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  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,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

@font-face {
  font-family: "manrope-400";

  src: url("../fonts/manrope/Manrope-Regular.woff2") format("woff2"), url("../fonts/manrope/Manrope-Regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "manrope-500";

  src: url("../fonts/manrope/Manrope-Medium.woff2") format("woff2"), url("../fonts/manrope/Manrope-Medium.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "manrope-600";

  src: url("../fonts/manrope/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/manrope/Manrope-SemiBold.woff") format("woff");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "manrope-700";

  src: url("../fonts/manrope/Manrope-Bold.woff2") format("woff2"), url("../fonts/manrope/Manrope-Bold.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "manrope-900";

  src: url("../fonts/manrope/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/manrope/Manrope-ExtraBold.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-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:  ;
}

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

.container{
  width: 100%;
}

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

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

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

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

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

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.\!top-\[-30\%\]{
  top: -30% !important;
}

.\!top-\[-50\%\]{
  top: -50% !important;
}

.bottom-0{
  bottom: 0px;
}

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

.left-0{
  left: 0px;
}

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

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

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

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

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

.left-\[50\%\]{
  left: 50%;
}

.right-0{
  right: 0px;
}

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

.right-\[-30\%\]{
  right: -30%;
}

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

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

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

.top-0{
  top: 0px;
}

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

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

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

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

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

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

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

.top-\[50\%\]{
  top: 50%;
}

.top-full{
  top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-start-1{
  grid-column-start: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-2{
  margin-inline-end: 0.5rem;
}

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

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

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

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

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

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

.ms-3{
  margin-inline-start: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!block{
  display: block !important;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}

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

.size-1{
  width: 0.25rem;
  height: 0.25rem;
}

.size-2{
  width: 0.5rem;
  height: 0.5rem;
}

.size-3{
  width: 0.75rem;
  height: 0.75rem;
}

.size-4{
  width: 1rem;
  height: 1rem;
}

.size-5{
  width: 1.25rem;
  height: 1.25rem;
}

.size-6{
  width: 1.5rem;
  height: 1.5rem;
}

.size-full{
  width: 100%;
  height: 100%;
}

.\!h-\[110px\]{
  height: 110px !important;
}

.\!h-\[130\%\]{
  height: 130% !important;
}

.\!h-\[36px\]{
  height: 36px !important;
}

.h-0{
  height: 0px;
}

.h-2{
  height: 0.5rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-8{
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[inherit\]{
  height: inherit;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!w-\[36px\]{
  width: 36px !important;
}

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

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

.w-2{
  width: 0.5rem;
}

.w-2\.5{
  width: 0.625rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(33\.333\%-4px\)\]{
  width: calc(33.333% - 4px);
}

.w-\[inherit\]{
  width: inherit;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

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

.\!max-w-\[100\%\]{
  max-width: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-\[1_0_0\]{
  flex: 1 0 0;
}

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

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

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

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

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

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

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

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

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

.translate-x-\[99\%\]{
  --tw-translate-x: 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));
}

.translate-x-\[calc\(-100\%\+10px\)\]{
  --tw-translate-x: calc(-100% + 10px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize{
  resize: both;
}

.list-none{
  list-style-type: none;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-12{
  gap: 3rem;
}

.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-\[0px\]{
  gap: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

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

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

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

.\!overflow-hidden{
  overflow: hidden !important;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

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

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

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.rounded-\[50\%\]{
  border-radius: 50%;
}

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

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

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

.rounded-none{
  border-radius: 0px;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-l-\[12px\]{
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

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

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

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

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-\[\#434343\]{
  --tw-border-opacity: 1;
  border-color: rgb(67 67 67 / var(--tw-border-opacity));
}

.border-\[\#6EE0CC\]{
  --tw-border-opacity: 1;
  border-color: rgb(110 224 204 / var(--tw-border-opacity));
}

.border-\[\#e6e6e6\]{
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
}

.border-\[rgba\(230\2c 230\2c 230\2c 0\.4\)\]{
  border-color: rgba(230,230,230,0.4);
}

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

.border-gray-2{
  --tw-border-opacity: 1;
  border-color: rgb(67 67 67 / var(--tw-border-opacity));
}

.border-grey{
  --tw-border-opacity: 1;
  border-color: rgb(190 190 190 / var(--tw-border-opacity));
}

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.border-b-\[\#434343\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(67 67 67 / var(--tw-border-opacity));
}

.border-t-gray-2{
  --tw-border-opacity: 1;
  border-top-color: rgb(67 67 67 / var(--tw-border-opacity));
}

.border-opacity-50{
  --tw-border-opacity: 0.5;
}

.border-opacity-60{
  --tw-border-opacity: 0.6;
}

.border-opacity-\[0\.6\]{
  --tw-border-opacity: 0.6;
}

.border-opacity-\[22\%\]{
  --tw-border-opacity: 22%;
}

.\!bg-\[\#1D1D1D\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

.bg-\[\#6EE0CC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

.bg-\[linear-gradient\(180deg\2c rgba\(9\2c 78\2c 66\2c 0\.5\)_0\%\2c rgba\(3\2c 32\2c 27\2c 0\.5\)_100\%\)\2c \#1D1D1D\]{
  background-color: linear-gradient(180deg,rgba(9,78,66,0.5) 0%,rgba(3,32,27,0.5) 100%),#1D1D1D;
}

.bg-\[rgba\(110\2c 224\2c 204\2c 0\.20\)\]{
  background-color: rgba(110,224,204,0.20);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.05\)\]{
  background-color: rgba(255,255,255,0.05);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.08\)\]{
  background-color: rgba(255,255,255,0.08);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.90\)\]{
  background-color: rgba(255,255,255,0.90);
}

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

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

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

.bg-gray-2{
  --tw-bg-opacity: 1;
  background-color: rgb(67 67 67 / var(--tw-bg-opacity));
}

.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

.bg-light-gray-2{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-light-gray-3{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

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

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

.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.bg-\[linear-gradient\(140deg\2c \#232323_0\%\2c \#141414_100\%\)\]{
  background-image: linear-gradient(140deg,#232323 0%,#141414 100%);
}

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

.from-\[rgba\(9\2c 78\2c 66\2c 0\.3\)\]{
  --tw-gradient-from: rgba(9,78,66,0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(9, 78, 66, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[rgba\(3\2c 32\2c 27\2c 0\.3\)\]{
  --tw-gradient-to: rgba(3,32,27,0.3) var(--tw-gradient-to-position);
}

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

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

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

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

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

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

.p-0{
  padding: 0px;
}

.p-4{
  padding: 1rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.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-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!pb-0{
  padding-bottom: 0px !important;
}

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

.\!pr-\[42px\]{
  padding-right: 42px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-\[50\%\]{
  padding-left: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-ibm{
  font-family: "IBM Plex Mono", monospace;
}

.font-manrope-400{
  font-family: manrope-400, sans-serif;
}

.font-manrope-500{
  font-family: manrope-500, sans-serif;
}

.font-manrope-600{
  font-family: manrope-600, sans-serif;
}

.font-manrope-700{
  font-family: manrope-700, sans-serif;
}

.\!text-\[24px\]{
  font-size: 24px !important;
}

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

.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-\[24px\]{
  font-size: 24px;
}

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

.text-\[6\.045px\]{
  font-size: 6.045px;
}

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

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

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

.font-\[500\]{
  font-weight: 500;
}

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tracking-\[-0\.16px\]{
  letter-spacing: -0.16px;
}

.tracking-\[-0\.28px\]{
  letter-spacing: -0.28px;
}

.tracking-\[-0\.32px\]{
  letter-spacing: -0.32px;
}

.tracking-\[-0\.36px\]{
  letter-spacing: -0.36px;
}

.tracking-\[-0\.3px\]{
  letter-spacing: -0.3px;
}

.tracking-\[-0\.48px\]{
  letter-spacing: -0.48px;
}

.tracking-\[-0\.4px\]{
  letter-spacing: -0.4px;
}

.tracking-\[-0\.64px\]{
  letter-spacing: -0.64px;
}

.tracking-\[-0\.8px\]{
  letter-spacing: -0.8px;
}

.tracking-\[1\.68px\]{
  letter-spacing: 1.68px;
}

.tracking-\[1px\]{
  letter-spacing: 1px;
}

.tracking-\[2\.52px\]{
  letter-spacing: 2.52px;
}

.tracking-normal{
  letter-spacing: 0em;
}

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

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

.text-\[\#1D1D1D\]{
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.text-\[\#1d1d1d\]{
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.text-\[\#404040\]{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-\[\#434343\]{
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
}

.text-\[\#6ECAB6\]{
  --tw-text-opacity: 1;
  color: rgb(110 202 182 / var(--tw-text-opacity));
}

.text-\[\#6EE0CC\]{
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

.text-\[\#6ee0cc\]{
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

.text-\[\#DC5165\]{
  --tw-text-opacity: 1;
  color: rgb(220 81 101 / var(--tw-text-opacity));
}

.text-\[\#E6E6E6\]{
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity));
}

.text-\[\#FFFFFF\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#f2f2f2\]{
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}

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

.text-dark-coral{
  --tw-text-opacity: 1;
  color: rgb(220 81 101 / var(--tw-text-opacity));
}

.text-darkgreen{
  --tw-text-opacity: 1;
  color: rgb(13 120 101 / var(--tw-text-opacity));
}

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

.text-gray-2{
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
}

.text-green{
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

.text-green-2{
  --tw-text-opacity: 1;
  color: rgb(113 255 231 / var(--tw-text-opacity));
}

.text-light-gray-1{
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}

.text-magenta{
  --tw-text-opacity: 1;
  color: rgb(158 23 47 / var(--tw-text-opacity));
}

.text-pink{
  --tw-text-opacity: 1;
  color: rgb(255 102 129 / var(--tw-text-opacity));
}

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

.text-opacity-50{
  --tw-text-opacity: 0.5;
}

.text-opacity-80{
  --tw-text-opacity: 0.8;
}

.text-opacity-\[0\.9\]{
  --tw-text-opacity: 0.9;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-90{
  opacity: 0.9;
}

.opacity-\[\.20\]{
  opacity: .20;
}

.opacity-\[0\.35\]{
  opacity: 0.35;
}

.opacity-\[0\.58\]{
  opacity: 0.58;
}

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

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

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

.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-\[0_20px_60px_-20px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{
  --tw-shadow: 0 20px 60px -20px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 20px 60px -20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.brightness-200{
  --tw-brightness: brightness(2);
  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);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}

.invert{
  --tw-invert: invert(100%);
  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-blur-\[24\.5px\]{
  --tw-backdrop-blur: blur(24.5px);
  -webkit-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);
          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);
}

.backdrop-blur-\[9\.5px\]{
  --tw-backdrop-blur: blur(9.5px);
  -webkit-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);
          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);
}

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

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

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

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

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

.duration-\[300ms\]{
  transition-duration: 300ms;
}

.ease-\[ease-in-out\]{
  transition-timing-function: ease-in-out;
}

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

.rounded-img img{
  border-radius: inherit;
}

.wp-img img{
  height: inherit;
  width: inherit;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: inherit;
     object-fit: inherit;
}

.single .container__inner p{
  padding-bottom: 24px;
}

.jquery-modal.blocker{
  z-index: 10000000000;
  background-color: rgba(0,0,0,0.60);
  --tw-backdrop-blur: blur(8px);
  -webkit-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);
          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);
}

.jquery-modal #globalPopup.modal{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.jquery-modal #globalPopup.modal img{
  height: 385px;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1025px){
  .jquery-modal #globalPopup.modal img{
    height: 560px;
    width: 500px;
    border-top-right-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}

.jquery-modal #globalPopup.modal a.close-modal{
  top: 13.31px;
  right: 16.31px;
  z-index: 2;
  height: 31px;
  width: 31px;
  background-size: contain;
}

@media (min-width: 1025px){
  .jquery-modal #globalPopup.modal a.close-modal{
    top: 24px;
    right: 27px;
  }
}

.jquery-modal #globalPopup.modal a.close-modal {
  background:url('data:image/svg+xml,<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="31" height="31" rx="15.5" fill="%236EE0CC"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15.5661 16.5611L19.6022 20.5972L20.6629 19.5365L16.6268 15.5005L20.6635 11.4637L19.6029 10.4031L15.5661 14.4398L11.5294 10.4031L10.4688 11.4637L14.5055 15.5005L10.4694 19.5365L11.5301 20.5972L15.5661 16.5611Z" fill="black"/></svg>');
}

.tiff .htlb .hbspt-form{
  margin-top: 0px;
}

.tiff .htlb .hbspt-form fieldset.form-columns-2{
  flex-direction: column;
}

@media (min-width: 768px){
  .tiff .htlb .hbspt-form fieldset.form-columns-2{
    flex-direction: row;
  }
}

.jtoc-heading {
  scroll-margin-top: 250px!important;
}

* {
  outline: none;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100vw;
  min-width: 100%;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
  font-family: manrope-400, sans-serif;
}

@media not all and (min-width: 1200px){
  html.disable-scrolling{
    overflow: hidden;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding-bottom: 0 !important;
  overflow: hidden;
  max-width: inherit;
  min-width: inherit;
  width: inherit;
  background: none;
  font-size: 16px;
}

body.page-template-page-legal .nav:not(.active) .nav__item.parent > a{
  font-family: manrope-600, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

body.page-template-page-legal .nav:not(.active) .nav__logo svg path[fill="white"]{
  fill: #000000;
}

:root {
  --mobile-x-padding: 25px;
}

h1,
h1 p{
  font-family: manrope-600, sans-serif;
}

h2,
h3,
h4,
h5,
h6{
  font-family: manrope-500, sans-serif;
}

h1{
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -1.28px;
}

@media (min-width: 1025px){
  h1{
    font-size: 64px;
  }
}

h2{
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -1.12px;
}

@media (min-width: 1025px){
  h2{
    font-size: 56px;
  }
}

h2.custom{
  font-size: 40px;
}

h3{
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
}

h3.custom{
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.48px;
}

@media (min-width: 1025px){
  h3.custom{
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.8px;
  }
}

h4{
  font-size: 32px;
  line-height: 128%;
  letter-spacing: -0.64px;
}

h5,
h6{
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.48px;
}

h5 p, h6 p{
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.48px;
}

small{
  display: block;
  font-family: manrope-600, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 130%;
}

small.large{
  font-size: 16px;
  letter-spacing: 2.56px;
}

label {
  /* @apply block font-satoshi-regular text-[18px] leading-[128%] tracking-[-0.36px]; */
}

p{
  font-family: manrope-400, sans-serif;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.32px;
}

p.large{
  font-family: manrope-500, sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.36px;
}

div.large small{
  font-size: 16px;
  letter-spacing: 2.56px;
}

div.large p{
  font-family: manrope-500, sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.36px;
}

img{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn p{
  margin-top: -2px;
  font-family: manrope-600, sans-serif;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn.outline{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(110 224 204 / var(--tw-border-opacity));
  background-color: transparent;
}

.btn.outline p{
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

.btn.outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

.btn.outline:hover p{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 120 101 / var(--tw-bg-opacity));
}

.btn:hover p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.has-circ{
  gap: 16px;
  background-color: transparent;
  padding: 0px;
}

.btn.has-circ p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.text-only{
  cursor: pointer;
  background-color: transparent;
  padding: 0px;
}

.btn.text-only p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.btn.black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 120 101 / var(--tw-bg-opacity));
}

.btn.black:hover p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: var(--mobile-x-padding);
  padding-right: var(--mobile-x-padding);
}

@media (min-width: 1200px){
  .container{
    padding-left: 88px;
    padding-right: 88px;
  }
}

.alpha{
  visibility: hidden;
  opacity: 0;
}

/*logo for themes*/

.nav__logo.light{
  display: block;
}

.nav__logo.dark{
  display: none;
}

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

.light-theme .nav__logo.light{
  display: block;
}

.light-theme .nav__logo.dark{
  display: none;
}

.light-theme .hamburger__icon,
	.light-theme .hamburger__icon::before,
	.light-theme .hamburger__icon::after{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.nav{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  background-color: transparent;
  padding: 0px;
}

.nav::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: transparent;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.nav.light .nav__item.parent > a{
  font-family: manrope-600, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav.light .nav__logo.light{
  display: block;
}

.nav.light .nav__logo.dark{
  display: none;
}

.nav.light.searching .nav__logo.light, .nav.light.scrolled .nav__logo.light{
  display: block;
}

.nav.light.searching .nav__logo.dark, .nav.light.scrolled .nav__logo.dark{
  display: none;
}

.nav.light.scrolled .nav__search img,
			.nav.light.scrolled .nav__logo svg{
  --tw-invert: invert(0);
  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);
}

.nav.light.scrolled .nav__item.parent > a{
  font-family: manrope-600, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav.light .nav__search img{
  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);
}

.nav.light .nav__group.nav__group-mobile.active .nav__item.parent > a{
  font-family: manrope-600, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav.scrolled::after, .nav.searching::after{
  background-color: #000000f0;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
}

.nav.searching::after{
  transition-property: none;
}

.nav.searching .nav__group:not(.search){
  display: none;
}

.nav.searching .nav__group.search{
  display: flex;
}

.nav__outer{
  position: relative;
  z-index: 2;
}

.nav__logo{
  align-self: center;
}

.nav__logo svg{
  height: auto;
  width: 184px;
}

.nav__container{
  display: flex;
  height: 86.8px;
  align-items: stretch;
  justify-content: space-between;
}

@media screen and (max-width: 1120px) {
  .nav__container .nav__item.parent > a{
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav__container .btn{
    padding-left: 15px;
    padding-right: 15px;
  }
}

.nav__group{
  align-items: stretch;
}

.nav__group.secondary{
  gap: 36px;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .nav__group.secondary{
    gap: 10px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1380px) {
  .nav__group.secondary a{
    padding-left: 15px;
    padding-right: 15px;
  }
}

.nav__group .btn{
  height: 45px;
  text-wrap: nowrap;
}

.nav__group.search{
  display: none;
  flex: 1 1 0%;
  align-items: center;
  justify-content: space-between;
}

.nav__group.mobile{
  display: flex;
  align-items: center;
}

@media (min-width: 1025px){
  .nav__group.mobile{
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .nav__group.nav__group-mobile.active{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    display: flex;
    height: 100vh;
    width: 100vw;
    flex-direction: column;
    overflow-y: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav__group.nav__group-mobile.active .nav__search-container{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
  }

  .nav__group.nav__group-mobile.active .nav__item.parent.solutions > a {
    background-image: url(../img/svg/icon-solutions-more.svg);
    background-position: right center;
    background-size: 14px;
    background-repeat: no-repeat;
  }

  .nav__group.nav__group-mobile.active .nav__item.parent > a {
    background-image: url(../img/svg/icon-plus.svg);
    background-position: right center;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: manrope-700, sans-serif;
    font-size: 24px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-bottom: 1.5px solid #8a8a8a;
  }

  .nav__group.nav__group-mobile.active .nav__item.parent > a.active {
    background-image: url(../img/svg/icon-minus.svg);
    height: unset;
  }
}

.nav__item{
  font-family: manrope-400, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav__item.parent > a {
  height: unset;
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-family: manrope-600, sans-serif;
  font-size: 18px;
}

.nav__item.parent a:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(110 224 204 / var(--tw-text-opacity)) !important;
}

.nav__item.parent.active{
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

.nav__item.parent.active .nav__dropdown{
  position: relative;
  top: 0px;
}

.nav__item.parent:hover{
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

.nav__item.parent:hover .nav__dropdown{
  pointer-events: auto;
  visibility: visible;
  --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));
  opacity: 1;
}

.nav__search{
  height: 22px;
  width: 22px;
  cursor: pointer;
  align-self: center;
}

.nav__search-container{
  position: relative;
  display: flex;
  height: 100%;
  flex: 1 1 0%;
  align-items: center;
  padding-left: 130px;
  padding-right: 130px;
}

.nav__search-field{
  position: relative;
  width: 100%;
}

.nav__search-field input{
  height: 42px;
  width: 100%;
  border-radius: 40px;
  background-color: #ffffff40;
  padding-right: 50px;
  padding-left: 20px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav__search-field input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.8;
}

.nav__search-field input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.8;
}

.nav__search-field img{
  position: absolute;
  top: 50%;
  right: 10px;
  height: 22px;
  width: 22px;
  --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));
}

.nav__searches{
  position: absolute;
  top: 100%;
  display: flex;
  width: 100%;
  max-width: 700px;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 114px;
}

.nav__searches p{
  font-family: manrope-500, sans-serif;
  line-height: 110%;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav__searches::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  height: 100%;
  width: 110vw;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: #000000f0;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
}

.nav__dropdown{
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  --tw-translate-y: -4px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: #000000f0;
  padding-top: 40px;
  padding-bottom: 62px;
  opacity: 0;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav__dropdown.solutions.active{
  top: 0px;
  height: 100vh;
  padding-top: 90px;
}

.nav__dropdown.solutions.active .container{
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav__dropdown.solutions.active .nav__drop{
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav__dropdown.solutions.active .nav__drop .nav__col > div{
  margin-top: 15px;
}

.nav__dropdown.cards.active{
  position: relative;
  top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1.5px solid #8a8a8a;
}

.nav__dropdown.cards.active .container{
  justify-content: flex-start !important;
  padding: 0px;
}

.nav__dropdown.cards.active .nav__drop{
  border-width: 0px;
}

.nav__dropdown .nav__drop{
  margin-top: 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 1080px) {
  .nav__dropdown .nav__drop small {
    background-image: url(../img/svg/icon-plus.svg);
    background-position: right top;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 24px;
    border-bottom: 1.5px solid #8a8a8a
  }

  .nav__dropdown .nav__drop small.active {
    background-image: url(../img/svg/icon-minus.svg);
    height: unset
  }

  .nav__dropdown .nav__drop.active small {
    background-image: url(../img/svg/icon-minus.svg);
    background-position: right 10px;
    height: unset
  }
}

.nav__dropdown small{
  margin-bottom: 16px;
}

.nav__dropdown.solutions .container{
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
}

.nav__dropdown.cards .container{
  display: flex;
  justify-content: center;
}

.nav__dropdown.cards .nav__drop:not(.cards){
  width: 248px;
  flex-shrink: 0;
}

.nav__drop{
  display: flex;
  flex-direction: column;
  border-right-width: 1px;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  --tw-border-opacity: 0.4;
  padding-left: 56px;
  padding-right: 56px;
}

.nav__drop:first-child{
  margin-right: 0px !important;
  padding-left: 0px;
  padding-right: 56px !important;
}

.nav__drop:last-child{
  border-style: none;
  padding-right: 0px;
}

.nav__drop .nav__item{
  display: flex;
  font-family: manrope-600, sans-serif;
  font-size: 20px;
  line-height: 110%;
}

.nav__drop .nav__item:not(:last-child){
  margin-bottom: 24px;
}

.nav__drop .nav__item.secondary{
  font-family: manrope-400, sans-serif;
  opacity: 0.9;
}

.nav__drop .nav__item:hover{
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

.nav__drop.cards{
  flex-direction: row;
  justify-content: center;
  gap: 56px;
}

.nav__drop.cards .nav__col.one{
  flex-direction: column;
}

.nav__col.one{
  display: flex;
}

.nav__col.two{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.nav__col:not(:last-child){
  margin-bottom: 32px;
}

.nav__card{
  display: flex;
  width: 282px;
  flex-direction: column;
}

.nav__card small{
  margin-bottom: 8px;
}

.nav__card h5{
  margin-bottom: 24px;
  font-family: manrope-500, sans-serif;
}

.nav__card .circ{
  margin-left: auto;
}

.nav__image{
  margin-bottom: 24px;
  height: 162px;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.footer__inner{
  position: relative;
  z-index: 3;
}

.footer ul{
  display: block;
  border-bottom-width: 1px;
  border-color: rgb(190 190 190 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  padding-bottom: 40px;
}

@media (min-width: 1025px){
  .footer ul{
    display: flex;
    gap: 20px;
  }
}

@media (min-width: 1200px){
  .footer ul{
    display: grid;
    gap: 72px;
  }
}

.footer ul {
  grid-template-columns: 300px 156px 165px 156px 156px;
}

.footer__groups{
  display: flex;
  flex-direction: column;
  gap: 0px;
}

@media (min-width: 1025px){
  .footer__groups{
    gap: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .footer__groups:last-of-type .footer__group:last-of-type {
    border-bottom: 0
  }
}

.footer__group{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 1024px) {
  .footer__group{
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #8a8a8a;
  }
}

.footer__group small{
  white-space: nowrap;
  font-family: manrope-600, sans-serif;
  font-size: 14px;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

@media screen and (max-width: 1024px) {
  .footer__group small{
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-image: url(../img/svg/icon-plus.svg);
    background-position: right center;
    background-size: 14px;
    background-repeat: no-repeat;
  }

  .footer__group small.active {
    background-image: url(../img/svg/icon-minus.svg)
  }
}

.footer__items{
  flex-direction: column;
}

@media not all and (min-width: 1025px){
  .footer__items{
    display: none;
  }
}

.footer__item{
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer__item:hover{
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

.footer__item p{
  font-family: manrope-500, sans-serif;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 0em;
}

.footer__item:not(:last-of-type){
  margin-bottom: 24px;
}

.footer__item:not(:last-of-type).sub-item{
  margin-bottom: 20px;
}

.footer__item:not(:last-of-type).sub-item:hover{
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

.footer__item.sub-item{
  font-family: manrope-400, sans-serif;
  font-size: 15px;
  line-height: 110%;
  opacity: 75%;
}

.footer__item.sub-item p{
  font-family: manrope-400, sans-serif;
}

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

.footer__item.bottom-item p{
  font-family: manrope-400, sans-serif;
  font-size: 14px;
}

.social{
  position: relative;
  height: 24px;
  width: 24px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}

.social::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.social,
	.social svg path{
  fill: #8A8A8A;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.social svg{
  position: relative;
  z-index: 2;
}

.social:hover svg path{
  fill: #6EE0CC;
}

.circ{
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  overflow: hidden;
}

.circ__inner{
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 129 / var(--tw-bg-opacity));
  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: 800ms;
}

.circ svg:first-of-type{
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-y: -50%;
  --tw-translate-x: -40px;
  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));
}

.circ svg{
  transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.circ:hover svg:first-of-type{
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.circ:hover svg:last-of-type{
  --tw-translate-x: 60px;
  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));
}

.circ.green .circ__inner{
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

.circ.pink .circ__inner{
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 129 / var(--tw-bg-opacity));
}

.circ-trigger:hover .circ .circ__inner svg:first-of-type{
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.circ-trigger:hover .circ .circ__inner svg:last-of-type{
  --tw-translate-x: 60px;
  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));
}

.image-scale{
  overflow: hidden;
}

.image-scale img{
  --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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.image-scale:hover img{
  --tw-scale-x: 105%;
  --tw-scale-y: 105%;
  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));
}

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

.hero strong{
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

.hero__latest {
  position: relative;
  background: white;
}

/* &::before {
			content: "";
			background-color: #F2F2F2;		
			position: absolute;
			left: 0;
			width: 60%;
			height: 100%;
			top: 0;
			z-index: 0;
		} */

.hero__latest::after {
  content: "";
  background-image: url(../img/png/bg1-gray1.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  right: -25px;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}

/* @media screen and (max-width: 1440px) {		
			&::before {
				width: 48%;
			}
			&::after {  
				left: -20%;  
			}
			
		}
	
		@media screen and (max-width: 1280px) {		
			&::before {
				width: 48%;
			}
			&::after {  
				left: -20%;  
			}
		} */

@media screen and (max-width: 960px) {
  .hero__latest {
    background-image: url(../img/png/bg1.png);
    background-size: 130% auto;
    background-position: 0 0;
    --tw-bg-opacity: 1;
    background-color: rgb(230 230 230 / var(--tw-bg-opacity));
    background-repeat: no-repeat
  }

  .hero__latest::before,
			.hero__latest::after {
    display: none;
  }
}

.hero__latest-grid{
  display: grid;
  max-width: 780px;
  gap: 16px;
}

@media (min-width: 1025px){
  .hero__latest-grid{
    align-items: flex-start;
    gap: 48px;
  }
}

@media screen and (min-width: 1080px) {
  .hero__latest-grid {
    grid-template-columns: repeat(2, 1fr) min-content
  }
}

.hero__latest-grid > *{
  height: -moz-fit-content;
  height: fit-content;
}

.hero__inner{
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 1180px) {
  .hero__inner{
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .hero__inner .container.hero-header{
    padding-left: 30px;
    padding-right: 30px;
  }
}

.hero__banner {
  background-image: url(../img/png/hp-desktop-bg.png);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
}

@media (min-width: 1025px){
  .hero__banner{
    border-radius: 16px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 1080px) {
  .hero__banner > div{
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-header__mobile {
    background-image: url(../img/png/bg1.png);
    background-size: auto 516px;
    background-position: -22px 0;
    --tw-bg-opacity: 1;
    background-color: rgb(230 230 230 / var(--tw-bg-opacity));
    background-repeat: no-repeat
  }

  .hero-header__mobile svg{
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .hero-header__mobile {
    background-size: auto 421px
  }
}

.hero.homepage-hero h1,
		.hero.homepage-hero .hero__desc,
		.hero.homepage-hero .hero__banner-container,
		.hero.homepage-hero .hero__banner-image{
  visibility: hidden;
  opacity: 0;
}

.hero.home-hero-form h1,
		.hero.home-hero-form .hero__desc,
		.hero.home-hero-form .hero__banner-container,
		.hero.home-hero-form .hero__banner-image{
  visibility: hidden;
  opacity: 0;
}

.vp {
  position: relative;
}

/* &::before {
		content: "";
		background-color: #F2F2F2;		
		position: absolute;
		left: 0;
		width: 54%;
		height: 100%;
		top: 0;
		z-index: 0;
	} */

.vp::after {
  content: "";
  background-image: url(../img/png/bg2-gray1.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}

/* @media screen and (max-width: 1440px) {		
		&::before {
			width: 45%;
		}
		&::after {  
			left: -18%;  
		}
	}
	@media screen and (max-width: 1280px) {		
		&::before {
			width: 43%;
		}
		&::after {  
			left: -12%;  
			top: -36px;
		}
	} */

@media screen and (max-width: 960px) {
  .vp {
    background-image: url(../img/png/bg2.png);
    background-size: 90% auto;
    background-position: 0 0;
    --tw-bg-opacity: 1;
    background-color: rgb(230 230 230 / var(--tw-bg-opacity));
    background-repeat: no-repeat
  }

  .vp::before,
		.vp::after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .vp {
    background-size: 633px auto
  }
}

@media (min-width: 1025px){
  .vp__grid{
    gap: 72px;
  }
}

.vp__grid {
  grid-template-columns: 472px minmax(0, 1fr);
}

.vp__box{
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 25px;
}

@media (min-width: 768px){
  .vp__box{
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 48px;
    padding-right: 48px;
  }
}

.vp__box-item{
  position: relative;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  gap: 10px;
  border-bottom-width: 1px;
  border-color: rgb(190 190 190 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.vp__box-item small{
  font-family: manrope-400, sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.vp__box-item h5{
  max-width: 288px;
  font-family: manrope-500, sans-serif;
  opacity: 0.6;
}

.vp__box-item p{
  max-width: 342px;
}

.vp__box-item small,
		.vp__box-item p{
  display: none;
}

.vp__box-item:first-child{
  padding-top: 0px;
}

.vp__box-item:last-child{
  border-color: transparent;
}

.vp__box-item.active h5{
  opacity: 1;
}

.vp__box-item.active small,
			.vp__box-item.active p{
  display: block;
}

.vp__box-item.active:last-child{
  --tw-border-opacity: 1;
  border-color: rgb(190 190 190 / var(--tw-border-opacity));
}

.vp__box-progress{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 5px;
  width: 0px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

.vp__feature-item{
  display: none;
  flex-direction: column;
}

.vp__feature-item.active{
  display: flex;
}

.vp__feature-item h5{
  font-family: manrope-600, sans-serif;
  line-height: 130%;
}

.vp__feature{
  padding-bottom: 0px;
}

@media (min-width: 768px){
  .vp__feature{
    padding-bottom: 0px;
  }
}

@media (min-width: 1025px){
  .vp__feature{
    padding-bottom: 20px;
  }
}

.vp__mobile .vp__mobile-feature-item{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  padding-bottom: 14px;
}

@media (min-width: 1025px){
  .vp__mobile .vp__mobile-feature-item{
    padding-bottom: 34px;
  }
}

.vp__mobile .vp__mobile-feature-item:last-child{
  padding-bottom: 0px;
}

.vp__mobile .vp__mobile-feature-item h5{
  font-family: manrope-600, sans-serif;
  line-height: 130%;
}

.vp.pink .vp__box-progress{
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 129 / var(--tw-bg-opacity));
}

.sh.light{
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}

.sh.light h1{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.sh.light .sh__desc{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.sh__desc{
  font-family: manrope-500, sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.htp__desc{
  font-family: manrope-500, sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.36px;
}

.htc button{
  display: inline-block;
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: manrope-600, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.htc button:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

.htc button[aria-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

.tm__item{
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  padding: 24px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1025px){
  .tm__item{
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
    padding: 30px;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 68px;
    padding-right: 68px;
  }
}

.tm__item-inner{
  display: flex;
  flex-direction: column;
  padding-top: 32px;
}

@media (min-width: 1025px){
  .tm__item-inner{
    flex-direction: row;
    gap: 50px;
  }
}

.tm__texts{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding-bottom: 30px;
}

@media (min-width: 1025px){
  .tm__texts{
    padding-bottom: 0px;
  }
}

.tm__texts h5,
		.tm__texts h5 p{
  font-family: manrope-600, sans-serif;
  line-height: 130%;
}

.tm__author{
  margin-top: 32px;
  margin-top: auto;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 1025px){
  .tm__author{
    margin-top: 90px;
  }
}

.tm__stats{
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 1025px){
  .tm__stats{
    width: 214px;
    gap: 32px;
  }
}

.tm__stat{
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 24px;
}

@media (min-width: 1025px){
  .tm__stat{
    padding-bottom: 40px;
  }
}

.tm__stat h2{
  font-family: manrope-600, sans-serif;
  font-size: 64px;
  --tw-text-opacity: 1;
  color: rgb(11 39 66 / var(--tw-text-opacity));
}

.tm__stat p{
  --tw-text-opacity: 54%;
}

.tm__stat:not(:last-child){
  border-bottom-width: 1px;
  border-color: rgb(190 190 190 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}

.tm__stat:last-child{
  padding-bottom: 0px;
}

.tm .owl-stage-outer{
  overflow: visible !important;
  border-radius: 16px;
}

.tm .owl-stage-outer::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: 100%;
  width: 100vw;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

@media (min-width: 1025px){
  .tm .owl-stage-outer::before{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  }
}

.tm .owl-item:not(.active) .tm__item{
  opacity: 45%;
}

.tm .owl-nav{
  margin-top: 34px;
  display: flex;
  gap: 24px;
}

.tm .owl-controls{
  display: flex;
  justify-content: flex-end;
}

.tm .owl-dots{
  position: absolute;
  bottom: 14px;
  display: flex;
  width: 100%;
  max-width: calc(100% - 158px);
  border-bottom-width: 1px;
  border-color: rgb(190 190 190 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}

.tm .owl-dot{
  height: 5px;
  flex: 1 1 0%;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 129 / var(--tw-bg-opacity));
}

.tm .owl-dot.active ~ .owl-dot:not(.active){
  background-color: transparent;
}

.tm.white .owl-stage-outer::before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tm.dark .owl-stage-outer::before{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

.tm.dark .tm__heading h2{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tm.dark .tm__stat h2{
  --tw-text-opacity: 1;
  color: rgb(255 102 129 / var(--tw-text-opacity));
}

.tm.dark .tm__stat div{
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
  opacity: 0.52;
}

@media (min-width: 768px){
  .tm.js-tm__full .tm__item{
    width: 688px;
  }
}

.lb__inner{
  display: flex;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.lb img{
  height: 62px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.lb.dark{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

.lb.dark img{
  --tw-invert: invert(100%);
  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);
}

.htl {
  background: linear-gradient(0deg, #000000 0, rgba(0, 0, 0, 91%) 95%);
}

.htl .lb {
  position: relative;
}

.htl .lb::before {
  background: linear-gradient(92deg, #000000 0, transparent 25%);
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.fab__inner{
  position: relative;
  z-index: 2;
}

.fab__inner small{
  font-family: manrope-600, sans-serif;
}

.fab__items{
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  --tw-backdrop-blur: blur(30px);
  -webkit-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);
          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);
}

.fab__items::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 255 / var(--tw-bg-opacity));
  opacity: 8%;
}

.fab__item{
  position: relative;
  z-index: 2;
}

.fab__item,
		.fab__item *{
  cursor: pointer;
}

.fab__item:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0.1;
}

.fab__item:not(:first-child):not(:last-child)::after{
  height: calc(100% + 9999px);
}

.fab__item.active .fab__body{
  display: grid;
}

.fab__item.active .fab__head{
  height: 100%;
}

.fab__item.active .fab__head .fab__image{
  display: block;
}

@media (min-width: 1025px){
  .fab__item.active .fab__head .fab__image{
    display: none;
  }
}

.fab__item.active .fab__head .fab__heading{
  display: block;
}

.fab__head{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

@media (min-width: 1025px){
  .fab__head{
    height: 102px;
    flex-direction: row;
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.fab__head .fab__image{
  display: none;
}

.fab__head small{
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fab__body{
  display: none;
  align-items: center;
  gap: 0px;
  padding: 30px;
}

@media not all and (min-width: 1025px){
  .fab__body{
    padding-top: 0px;
  }
}

@media (min-width: 1025px){
  .fab__body{
    gap: 114px;
    padding-left: 72px;
    padding-right: 72px;
    padding-bottom: 78px;
    padding-top: 16px;
  }
}

@media screen and (min-width: 1080px) {
  .fab__body {
    grid-template-columns: 432px minmax(0, 1fr)
  }
}

.fab__content{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

.fab__content .btn p{
  font-size: 18px;
}

@media not all and (min-width: 1025px){
  .fab__content h3{
    font-size: 24px;
  }
}

.fab__image{
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

@media (min-width: 1025px){
  .fab__image{
    height: 360px;
    padding-top: 0px;
  }
}

.fab + .ccb{
  margin-top: -80px;
}

@media (min-width: 1200px){
  .fab + .ccb{
    margin-top: -120px;
  }
}

.ccb__box{
  display: flex;
  min-height: 560px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
  padding-top: 124px;
  padding-bottom: 124px;
  text-align: center;
}

.ccb__content{
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

@media not all and (min-width: 1025px){
  .ccb__content{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1025px){
  .ccb__content{
    max-width: 836px;
  }
}

.ccb__content h2{
  font-family: manrope-600, sans-serif;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -1.28px;
}

@media (min-width: 1025px){
  .ccb__content h2{
    font-size: 64px;
  }
}

.ccb__content h2,
		.ccb__content > p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ccb__content p{
  max-width: 600px;
  font-family: manrope-600, sans-serif;
}

.ccb__image{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.ccb__overlay{
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.7;
}

.fr__grid{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 1025px){
  .fr__grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.fr__item{
  display: flex;
  cursor: pointer;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
}

.fr__item .circ__inner{
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

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

.fr__item.big .fr__body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.fr__item.big .fr__body small{
  --tw-text-opacity: 1;
  color: rgb(13 120 101 / var(--tw-text-opacity));
}

.fr__item.big .fr__content p{
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.fr__item.small{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}

.fr__item.small:nth-child(2) h4,
				.fr__item.small:nth-child(2) p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fr__item.small:nth-child(2) small{
  --tw-text-opacity: 1;
  color: rgb(38 197 169 / var(--tw-text-opacity));
}

.fr__item.small:last-of-type{
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

.fr__item.small:last-of-type small{
  --tw-text-opacity: 1;
  color: rgb(15 19 22 / var(--tw-text-opacity));
}

.fr__item.small:last-of-type .fr__content p{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.fr__item.small:last-of-type .circ__inner{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.fr__item.small:last-of-type .circ__inner svg{
  --tw-invert: invert(100%);
  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);
}

.fr__body{
  max-height: 300px;
  flex: 1 1 0%;
  padding: 24px;
}

@media (min-width: 1025px){
  .fr__body{
    height: 300px;
    min-height: 300px;
    padding-top: 54px;
    padding-bottom: 54px;
    padding-left: 64px;
    padding-right: 64px;
  }
}

.fr__body small{
  margin-bottom: 16px;
  font-family: manrope-600, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

.fr__body h4{
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: visible;
  font-family: manrope-500, sans-serif;
  line-height: 128%;
  letter-spacing: -0.64px;
}

.fr__content{
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

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

.fr__image{
  height: 200px;
}

@media (min-width: 1025px){
  .fr__image{
    height: 320px;
  }
}

.fr.dark{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

.fr.dark .fr__item.small:nth-child(2){
  --tw-bg-opacity: 1;
  background-color: rgb(67 67 67 / var(--tw-bg-opacity));
}

.fr.dark .fr__heading small{
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

.fr.dark .fr__heading h2{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fr.dark .thunder svg path{
  fill: #313131;
}

.fr.dark .thunder__fill{
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / var(--tw-bg-opacity));
}

.tcg__grid{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

@media (min-width: 1025px){
  .tcg__grid{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.tcg__item{
  display: flex;
  cursor: pointer;
  flex-direction: column;
  border-radius: 16px;
}

@media (min-width: 1025px){
  .tcg__item{
    overflow: hidden;
  }
}

.tcg__item .circ__inner{
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

.tcg__item.big{
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

@media (min-width: 1025px){
  .tcg__item.big{
    grid-column: span 5 / span 5;
    grid-row: span 2 / span 2;
  }
}

.tcg__item.big .tcg__body{
  height: 100%;
  max-height: 100%;
}

@media (min-width: 1025px){
  .tcg__item.big .tcg__body{
    padding-top: 42px;
    padding-bottom: 42px;
    padding-left: 48px;
    padding-right: 48px;
  }
}

.tcg__item.big .tcg__body h3{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tcg__item.big .tcg__content{
  flex-direction: row;
  align-items: flex-end;
}

@media (min-width: 1025px){
  .tcg__item.big .tcg__content{
    flex-direction: column;
    align-items: flex-start;
  }
}

.tcg__item.big .tcg__content p{
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

@media (min-width: 1025px){
  .tcg__item.big .tcg__content p{
    max-width: 380px;
  }
}

.tcg__item.big .circ__inner{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

.tcg__item.big .circ__inner svg{
  --tw-invert: invert(100%);
  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);
}

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

@media (min-width: 1025px){
  .tcg__item.small{
    grid-column: span 7 / span 7;
  }
}

.tcg__item.small h5{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tcg__item.small p{
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

@media (min-width: 1025px){
  .tcg__item.small p{
    max-width: 480px;
  }
}

.tcg__body{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}

@media (min-width: 1025px){
  .tcg__body{
    height: 224px;
    min-height: 224px;
    padding-top: 53px;
    padding-bottom: 53px;
    padding-left: 49px;
    padding-right: 49px;
  }
}

.tcg__body h3,
		.tcg__body h5{
  margin-bottom: 22px;
  overflow: visible;
}

.tcg__body h3{
  line-height: 36px;
}

.tcg__body h5{
  line-height: 32px;
}

.tcg__content{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

@media (min-width: 1025px){
  .tcg__content{
    gap: 30px;
  }
}

.tcg__content p{
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.tchi__grid{
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 1025px){
  .tchi__grid{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    flex-direction: column;
  }

  .tchi__col-one{
    grid-column: span 5 / span 5;
  }

  .tchi__col-two{
    grid-column: span 6 / span 6;
    grid-column-start: 7;
    grid-row: span 2 / span 2;
  }
}

.tchi__item{
  margin-bottom: 24px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1025px){
  .tchi__item{
    overflow: hidden;
  }
}

.tchi__item .circ__inner{
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

.tchi__body{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}

@media (min-width: 1025px){
  .tchi__body{
    height: 279px;
    padding-top: 53px;
    padding-bottom: 53px;
    padding-left: 49px;
    padding-right: 49px;
  }
}

.tchi__body h3,
		.tchi__body h5{
  margin-bottom: 22px;
  overflow: visible;
}

.tchi__body h3{
  line-height: 36px;
}

.tchi__body h5{
  line-height: 32px;
}

.tchi__content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.tchi__content p{
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.his__grid{
  display: flex;
  flex-direction: column;
}

@media (min-width: 1025px){
  .his__grid{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .his__col-one{
    grid-column: span 6 / span 6;
  }

  .his__col-two{
    grid-column: span 5 / span 5;
    grid-column-start: 8;
  }
}

.his__item{
  margin-bottom: 24px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}

@media (min-width: 1025px){
  .his__item{
    overflow: hidden;
  }
}

.his__body{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: flex-end;
}

.his__content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.his__content p{
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
  opacity: 0.54;
}

.hitp__desc{
  font-family: manrope-500, sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.36px;
}

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

.icc.dark h2,
		.icc.dark .large,
		.icc.dark .icc__texts h5,
		.icc.dark .icc__texts p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.icc.dark .owl-stage-outer::before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.icc__desc{
  font-family: manrope-500, sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.36px;
}

.icc__icon{
  display: flex;
  height: 56px;
  width: 56px;
  align-items: center;
  justify-content: center;
}

.icc__item{
  display: flex;
  width: 100%;
  gap: 20px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1025px){
  .icc__item{
    width: 384px;
    flex-direction: column;
    border-left-width: 1px;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    --tw-border-opacity: 0.3;
    padding-left: 48px;
    padding-right: 48px;
  }
}

.icc__texts{
  display: flex;
  width: 75%;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 1025px){
  .icc__texts{
    width: auto;
    gap: 16px;
  }
}

.icc__row{
  position: relative;
}

@media (min-width: 1025px){
  .icc__row{
    padding-bottom: 70px;
  }
}

.icc__row-inner{
  display: flex;
  max-width: 100%;
  flex-direction: column;
  gap: 41px;
}

@media (min-width: 1025px){
  .icc__row-inner{
    display: block;
    max-width: 80%;
    flex: none;
    gap: 0px;
  }
}

.icc__row-inner {
  position: unset;
}

.icc .owl-stage-outer{
  overflow: visible !important;
  border-radius: 16px;
  position: unset;
}

.icc .owl-stage-outer::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: 100%;
  width: 100vw;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.icc .owl-carousel .owl-item img{
  width: auto;
}

.icc.dark{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .icc.dark{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
}

.icc.dark h2,
		.icc.dark p,
		.icc.dark .icc__texts h5{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.icc.dark .owl-stage-outer::before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.icc.dark .icc__icon{
  overflow: hidden;
  border-radius: 50%;
}

@media not all and (min-width: 768px){
  .icc.dark .icc__icon{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
}

@media (min-width: 768px){
  .icc.dark .icc__item{
    --tw-border-opacity: 1;
    border-left-color: rgb(242 242 242 / var(--tw-border-opacity));
    --tw-border-opacity: 30%;
  }
}

.icc .owl-item:not(.active) .icc__item{
  opacity: 30%;
}

.icc .owl-nav{
  margin-top: 34px;
  display: flex;
  gap: 24px;
}

.icc .owl-controls{
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: flex-end;
}

.icc .owl-dots{
  position: absolute;
  bottom: 14px;
  display: flex;
  width: 90%;
  max-width: calc(100% - 158px);
  border-bottom-width: 1px;
  border-color: rgb(190 190 190 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}

.icc .owl-dot{
  height: 5px;
  flex: 1 1 0%;
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: transparent;
}

.icc .owl-dot.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 129 / var(--tw-bg-opacity));
}

.icc .owl-stage{
  position: relative;
  left: -48px;
}

.tiff:nth-last-child{
  padding-bottom: 40px;
}

@media (min-width: 1025px){
  .tiff:nth-last-child{
    padding-bottom: 80px;
  }
}

.tiff__inner{
  position: relative;
  z-index: 3;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1025px){
  .tiff__inner{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tiff__inner small{
  font-family: manrope-600, sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(13 120 101 / var(--tw-text-opacity));
}

.tiff__content{
  display: flex;
  max-width: 590px;
  flex-shrink: 0;
  flex-direction: column;
}

.tiff__desc{
  display: flex;
  max-width: 500px;
  flex-direction: column;
  gap: 16px;
  font-family: manrope-400, sans-serif;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: -0.32px;
}

@media (min-width: 1025px){
  .tiff__desc{
    gap: 32px;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.36px;
  }
}

.tiff__desc strong{
  font-family: manrope-600, sans-serif;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.4px;
  --tw-text-opacity: 1;
  color: rgb(13 120 101 / var(--tw-text-opacity));
}

@media (min-width: 1025px){
  .tiff__desc strong{
    font-size: 24px;
  }
}

.tiff__desc a{
  --tw-text-opacity: 1;
  color: rgb(13 120 101 / var(--tw-text-opacity));
}

.tiff__desc ul{
  margin-left: 25px;
}

.tiff__desc ul li{
  list-style-type: disc;
}

.tiff__image{
  flex: 1 1 0%;
  border-radius: 12px;
  overflow: hidden;
}

.tiff__image img{
  --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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.tiff__image:hover img{
  --tw-scale-x: 105%;
  --tw-scale-y: 105%;
  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));
}

.hpg__desc{
  max-width: 793px;
  font-family: manrope-500, sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.36px;
}

.tui__rows{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 1025px){
  .tui__rows{
    gap: 80px;
  }
}

.tui__row{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.tui__row:not(:last-child){
  padding-bottom: 0px;
}

@media (min-width: 1025px){
  .tui__row:not(:last-child){
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-border-opacity));
    padding-bottom: 80px;
  }
}

.tui__item{
  display: flex;
  width: 100%;
  gap: 24px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 41px;
}

@media (min-width: 768px){
  .tui__item{
    width: 50%;
  }
}

@media (min-width: 1025px){
  .tui__item{
    width: 33.333333%;
    padding-bottom: 0px;
  }
}

.tui__item:last-of-type{
  padding-bottom: 0px;
}

.tui__item img{
  margin-top: 5px;
  height: 56px;
  width: 56px;
  padding-bottom: 10px;
}

@media (min-width: 1025px){
  .tui__item img{
    margin-top: 0px;
    padding-bottom: 0px;
  }
}

.tui__texts{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 1025px){
  .tui__texts{
    gap: 24px;
  }
}

.tui__desc{
  font-family: manrope-500, sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.36px;
}

.aw__rows{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 48px;
}

.aw__row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.aw__item{
  height: 72px;
  width: auto;
}

.lg__items{
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1025px){
  .lg__items{
    row-gap: 96px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.lg__item{
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 768px){
  .lg__item{
    flex-basis: calc(92% / 2);
  }
}

@media (min-width: 1025px){
  .lg__item{
    width: auto;
    flex-basis: calc(92% / 4);
  }
}

.lg__item:hover p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.lg__image{
  height: 296px;
  overflow: hidden;
  border-radius: 16px;
}

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

.lg__desc > p{
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
  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: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

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

.lg__texts{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lg__panels{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  width: 100%;
}

.lg__panels.active{
  display: block;
}

.lg__panel-inner{
  position: relative;
}

.lg__panel{
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  height: 100vh;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  gap: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1025px){
  .lg__panel{
    padding-left: 60px;
    padding-top: 56px;
    padding-bottom: 60px;
    padding-right: 88px;
  }
}

.lg__panel .lg__image{
  height: 310px;
  width: 240px;
  flex-shrink: 0;
}

.lg__panel .lg__desc{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lg__panel .lg__desc h5{
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

.lg__panel .lg__texts{
  padding-top: 14px;
}

.lg__overlay{
  height: 100%;
  width: 100%;
  background-color: #00000096;
}

.lg__close{
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

.ffuc__panels{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  width: 100%;
}

.ffuc__panels.active{
  display: block;
}

.ffuc__panel-inner{
  position: relative;
}

.ffuc__panel{
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  height: 100vh;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  gap: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 40px;
  padding-top: 68px;
  padding-bottom: 60px;
  padding-right: 88px;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ffuc__panel .ffuc__image{
  margin-bottom: 60px;
  flex-shrink: 0;
}

.ffuc__panel .ffuc__image img{
  height: 46px;
  width: auto;
  max-width: 230px;
}

.ffuc__panel .ffuc__desc{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.ffuc__overlay{
  height: 100%;
  width: 100%;
  background-color: #00000096;
}

.ffuc__close{
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

.lac.no-bg .lac__bg{
  display: none;
}

.lac__inner small{
  font-family: manrope-600, sans-serif;
}

.wp-block-table {
  padding-bottom: 20px;
  padding-top: 20px;
}

@media screen and (max-width: 414px) {
  .wp-block-table {
    max-width: -moz-fit-content;
    max-width: fit-content
  }

  .sp__inner{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.pp__body{
  display: grid;
  gap: 214px;
  padding-bottom: 160px;
  grid-template-columns: 240px minmax(0, 1fr);
}

.pp__nav{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.pp__nav-item{
  cursor: pointer;
}

.pp__nav-item p{
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.pp__nav-item.active p{
  font-family: manrope-700, sans-serif;
}

.pp__content{
  flex-direction: column;
  gap: 20px;
  font-family: manrope-400, sans-serif;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.32px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.pp__content.active{
  display: flex;
}

.pp__content h1,
		.pp__content h2,
		.pp__content h3,
		.pp__content h4,
		.pp__content h5,
		.pp__content h6{
  margin-bottom: 4px;
}

.pp__content h1:not(:first-child), .pp__content h2:not(:first-child), .pp__content h3:not(:first-child), .pp__content h4:not(:first-child), .pp__content h5:not(:first-child), .pp__content h6:not(:first-child){
  margin-top: 20px;
}

.pp__content a{
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

.pp__content p:not(:last-of-type){
  margin-bottom: 20px;
}

.pp__content figure{
  width: 100% !important;
  overflow: hidden;
  border-radius: 16px;
}

.pp__content img{
  overflow: hidden;
  border-radius: 16px;
}

.pp__content figcaption{
  margin-top: 4px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.8;
}

.pp__content strong,
		.pp__content b{
  font-family: manrope-700, sans-serif;
}

.pp__content ul li {
  list-style: disc;
}

.pp__content ol li {
  list-style: auto;
}

.pp__content ul,
		.pp__content ol{
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: revert;
}

.pp__content hr{
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-color: rgb(190 190 190 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}

.pp__content .wp-block-media-text__content,
		.pp__content .wp-block-column{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pp__content .wp-block-table{
  border-radius: 0px;
}

@media not all and (min-width: 768px){
  .pp__content .wp-block-table{
    min-width: 200%;
    overflow-x: auto;
  }
}

.pp__content .wp-block-embed-vimeo .wp-block-embed__wrapper{
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding-bottom: 56.25%;
}

.pp__content .wp-block-embed-vimeo .wp-block-embed__wrapper::before {
  content: none !important;
}

.pp__content .wp-block-embed-vimeo iframe{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.htlb .form,
.htlb .hbspt-form{
  margin-top: 22px;
}

.htlb .form fieldset,
	.htlb .form__block,
	.htlb .hbspt-form fieldset,
	.htlb .hbspt-form__block{
  display: flex;
  max-width: none !important;
}

.htlb .form fieldset label, .htlb .form__block label, .htlb .hbspt-form fieldset label, .htlb .hbspt-form__block label{
  display: none;
}

.htlb .form fieldset > div, .htlb .form__block > div, .htlb .hbspt-form fieldset > div, .htlb .hbspt-form__block > div{
  width: 100%;
}

.htlb .form fieldset input,
		.htlb .form fieldset select,
		.htlb .form fieldset textarea,
		.htlb .form__block input,
		.htlb .form__block select,
		.htlb .form__block textarea,
		.htlb .hbspt-form fieldset input,
		.htlb .hbspt-form fieldset select,
		.htlb .hbspt-form fieldset textarea,
		.htlb .hbspt-form__block input,
		.htlb .hbspt-form__block select,
		.htlb .hbspt-form__block textarea{
  margin-top: 20px;
  width: 100% !important;
  background-color: transparent;
  font-size: 14px;
  letter-spacing: -0.28px;
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
  padding: 7px 20px;
  border: 1px solid rgba(29, 29, 29, 0.77);
}

.htlb .form fieldset input::-moz-placeholder, .htlb .form fieldset select::-moz-placeholder, .htlb .form fieldset textarea::-moz-placeholder, .htlb .form__block input::-moz-placeholder, .htlb .form__block select::-moz-placeholder, .htlb .form__block textarea::-moz-placeholder, .htlb .hbspt-form fieldset input::-moz-placeholder, .htlb .hbspt-form fieldset select::-moz-placeholder, .htlb .hbspt-form fieldset textarea::-moz-placeholder, .htlb .hbspt-form__block input::-moz-placeholder, .htlb .hbspt-form__block select::-moz-placeholder, .htlb .hbspt-form__block textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.htlb .form fieldset input::placeholder, .htlb .form fieldset select::placeholder, .htlb .form fieldset textarea::placeholder, .htlb .form__block input::placeholder, .htlb .form__block select::placeholder, .htlb .form__block textarea::placeholder, .htlb .hbspt-form fieldset input::placeholder, .htlb .hbspt-form fieldset select::placeholder, .htlb .hbspt-form fieldset textarea::placeholder, .htlb .hbspt-form__block input::placeholder, .htlb .hbspt-form__block select::placeholder, .htlb .hbspt-form__block textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.htlb .form fieldset input,
		.htlb .form fieldset select,
		.htlb .form__block input,
		.htlb .form__block select,
		.htlb .hbspt-form fieldset input,
		.htlb .hbspt-form fieldset select,
		.htlb .hbspt-form__block input,
		.htlb .hbspt-form__block select{
  border-radius: 45px;
}

.htlb .form fieldset textarea, .htlb .form__block textarea, .htlb .hbspt-form fieldset textarea, .htlb .hbspt-form__block textarea{
  border-radius: 15px;
}

.htlb .form fieldset .field, .htlb .form__block .field, .htlb .hbspt-form fieldset .field, .htlb .hbspt-form__block .field{
  width: 100%;
}

.htlb .form .legal-consent-container p, .htlb .hbspt-form .legal-consent-container p{
  font-size: 14px;
  letter-spacing: -0.28px;
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.htlb .form .legal-consent-container a, .htlb .hbspt-form .legal-consent-container a{
  --tw-text-opacity: 1;
  color: rgb(13 120 101 / var(--tw-text-opacity));
}

.htlb .form__footer, .htlb .hbspt-form__footer{
  margin-top: 34px;
}

.htlb .form__footer p, .htlb .hbspt-form__footer p{
  font-size: 14px;
  letter-spacing: -0.28px;
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.htlb .form__footer a, .htlb .hbspt-form__footer a{
  --tw-text-opacity: 1;
  color: rgb(13 120 101 / var(--tw-text-opacity));
}

.htlb .form .hs-button,
	.htlb .form__submit,
	.htlb .hbspt-form .hs-button,
	.htlb .hbspt-form__submit{
  margin-top: 32px;
  border-radius: 45px;
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  letter-spacing: -0.28px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/*hamburger*/

.hamburger__toggle{
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  border-style: none;
  background-color: transparent;
}

.hamburger__icon,
	.hamburger__icon::before,
	.hamburger__icon::after{
  position: absolute;
  height: 2px;
  width: 30px;
  border-right-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

.hamburger__icon {
  top: calc(50% - 2px);
  left: calc(50% - 15px);
}

.hamburger__icon::before,
	.hamburger__icon::after {
  content: "";
  left: 0px;
}

.hamburger__icon::before{
  bottom: 8px;
}

.hamburger__icon::after{
  top: 8px;
}

.hamburger__icon,
	.hamburger__icon::after {
  transition: all 0.3s ease-out;
}

.active .hamburger__icon {
  top: 50%;
  left: 0px;
  height: 2px;
  width: 30px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

.active .hamburger__icon::after{
  left: 0px;
  top: 0px;
  height: 2px;
  width: 30px;
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

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

.scrolled .hamburger__icon,
	.scrolled .hamburger__icon::after,
	.scrolled .hamburger__icon::before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1025px){
  .pp-tabs{
    gap: 145px;
  }
}

.pp-tabs__title a,
		.pp-tabs__title button{
  font-size: 18px;
}

.pp-tabs__title a:hover, .pp-tabs__title button:hover{
  --tw-text-opacity: 1;
  color: rgb(13 120 101 / var(--tw-text-opacity));
}

.pp-tabs__title li.active,
		.pp-tabs__title button[aria-selected="true"]{
  font-family: manrope-700, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.pp-tabs__content h1:not(:first-child) {
  border-top: 1px solid #bebebe;
  padding-top: 48px;
}

.pp-tabs__content h1,
		.pp-tabs__content h2,
		.pp-tabs__content h3,
		.pp-tabs__content h4,
		.pp-tabs__content h5,
		.pp-tabs__content h6{
  margin-top: 48px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.pp-tabs__content h1,
		.pp-tabs__content h2{
  font-family: manrope-500, sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.pp-tabs__content h3{
  font-family: manrope-600, sans-serif;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
}

.pp-tabs__content h4,
		.pp-tabs__content h5{
  font-family: manrope-600, sans-serif;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.48px;
}

@media (min-width: 1025px){
  .pp-tabs__content h4,
		.pp-tabs__content h5{
    font-size: 24px;
  }
}

.pp-tabs__content ul,
		.pp-tabs__content ul li,
		.pp-tabs__content ol,
		.pp-tabs__content ol li,
		.pp-tabs__content p{
  margin-bottom: 10px;
  font-size: 16px;
}

.pp-tabs__content ul,
		.pp-tabs__content ol{
  margin-left: 25px;
  padding-left: 0px;
}

.pp-tabs__content ul li, .pp-tabs__content ol li{
  list-style-type: disc;
}

.pp-tabs__content a{
  --tw-text-opacity: 1;
  color: rgb(13 120 101 / var(--tw-text-opacity));
}

.pp-tabs__content > div h1,
			.pp-tabs__content > div h2 {
  border-top: 1px solid #bebebe;
  padding-top: 48px;
}

.pp-tabs__content > div h1:first-of-type, .pp-tabs__content > div h2:first-of-type{
  margin-top: 0px;
  border-top-width: 0px;
  padding-top: 0px;
}

.lr__fb button {
  border-radius: 45px;
}

.pagination .page-item.active span{
  z-index: 10;
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
  font-family: manrope-400, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.pagination .page-item.active span:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pagination .page-item a{
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: manrope-400, sans-serif;
  line-height: 160%;
  letter-spacing: -0.32px;
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.pagination .page-item a:hover{
  height: 32px;
  width: 32px;
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.pagination .page-button a{
  margin-inline-start: 0px;
  display: flex;
  height: 2rem;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: manrope-400, sans-serif;
  line-height: 160%;
  letter-spacing: -0.32px;
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

@media not all and (min-width: 1025px){
  .prp__list.desktop{
    display: none;
  }
}

.prp__list.mobile{
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}

@media (min-width: 1025px){
  .prp__list.mobile{
    display: none;
  }
}

.prp__row{
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.prp__row.main .prp__cell{
  position: relative;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}

.prp__row.main .prp__cell:not(.null)::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 15px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(13 120 101 / var(--tw-bg-opacity));
}

.prp__row.main .prp__cell.highlight::before{
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

.prp__row.main + .new-group{
  min-height: 0px !important;
  border-bottom-width: 1px;
  border-color: rgb(67 67 67 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}

.prp__row.main + .new-group .prp__cell small{
  margin-top: 0px;
}

.prp__row.new-group .prp__cell{
  padding-bottom: 14px;
}

.prp__row.body-row:not(:last-child):not(.new-group){
  min-height: 60px;
  border-bottom-width: 1px;
  border-color: rgb(67 67 67 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}

.prp__row.body-row:last-child{
  height: 100px;
}

.prp__row.body-row:last-child .prp__cell{
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.prp__row.body-row:last-child .prp__cell.highlight{
  display: flex;
  align-items: center;
  justify-content: center;
}

.prp__row.body-row .prp__cell{
  display: flex;
  align-items: center;
}

.prp__cell:not(.null):not(.highlight) h4,
				.prp__cell:not(.null):not(.highlight) p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prp__cell:not(.null):not(.highlight):not(:first-child){
  background-color: #ffffff52;
}

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

.prp__cell.empty{
  justify-content: center;
  text-align: center;
}

.prp__cell small{
  margin-top: 45px;
}

.prp__acc{
  overflow: hidden;
  border-radius: 8px;
}

.prp__acc.highlight .prp__head::before{
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

.prp__acc.highlight .prp__head h4{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.prp__acc.highlight .prp__head svg path{
  stroke: #000000;
}

.prp__acc.highlight .prp__head,
			.prp__acc.highlight .prp__body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.prp__acc:not(.highlight) p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prp__acc:not(.highlight) small{
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

.prp__acc.active .prp__head svg{
  --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));
}

.prp__head{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-left: 54px;
  padding-right: 54px;
  padding-top: 40px;
  padding-bottom: 32px;
  text-align: center;
}

.prp__head::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 15px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(13 120 101 / var(--tw-bg-opacity));
}

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

.prp__head svg{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.prp__head,
	.prp__body{
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}

.prp__body{
  margin-top: -1px;
  height: 0px;
  text-align: center;
}

.prp__body small{
  margin-bottom: 24px;
  padding-top: 6px;
}

.prp__headline{
  margin-bottom: 4px;
  opacity: 0.5;
}

.prp__label:not(:last-child){
  margin-bottom: 16px;
  border-bottom-width: 1px;
  border-color: rgb(67 67 67 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  padding-bottom: 16px;
}

.prp__label:last-child{
  padding-bottom: 40px;
}

.prp__cta{
  margin-top: 24px;
  display: flex;
  justify-content: center;
  padding-bottom: 32px;
}

.prp__cta p{
  font-size: 18px !important;
}

.cf__groups{
  display: flex;
  flex-direction: column;
}

.cf__group{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 1025px){
  .cf__group{
    gap: 70px;
    padding-right: 60px;
  }
}

.cf__group:not(:last-child){
  margin-bottom: 40px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
  padding-bottom: 40px;
}

@media (min-width: 1025px){
  .cf__group:not(:last-child){
    margin-bottom: 56px;
    padding-bottom: 76px;
  }
}

.cf__item{
  display: flex;
  flex-direction: column;
}

.cf__item label{
  font-family: manrope-600, sans-serif;
  font-size: 20px;
  letter-spacing: -0.48px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1025px){
  .cf__item label{
    font-size: 24px;
  }
}

.cf__item label:not(:last-of-type){
  margin-bottom: 18px;
}

.cf__item small{
  margin-bottom: 16px;
}

@media (min-width: 1025px){
  .cf__item small{
    font-size: 16px;
  }
}

.cf__item h4{
  margin-bottom: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 1025px){
  .cf__item h4{
    font-size: 20px;
  }
}

.cf__item p{
  font-family: manrope-500, sans-serif;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.36px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cf__item a{
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

.cf__form{
  overflow: hidden;
  border-radius: 16px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 768px){
  .cf__form{
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 46px;
    padding-right: 46px;
  }
}

.cf__form-head{
  margin-bottom: 20px;
}

@media (min-width: 1025px){
  .cf__form-head{
    margin-bottom: 40px;
  }
}

.cf__form-head h3{
  margin-bottom: 20px;
}

@media not all and (min-width: 1025px){
  .cf__form-head h3{
    font-size: 24px;
  }
}

@media (min-width: 1025px){
  .cf__form-head h3{
    margin-bottom: 24px;
  }
}

.cf__form-body fieldset{
  max-width: none !important;
}

.cf__form-body fieldset.form-columns-2{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1025px){
  .cf__form-body fieldset.form-columns-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

.cf__form-body fieldset.form-columns-2 .hs-form-field{
  width: 100% !important;
}

.cf__form-body .hs-form-field > label{
  display: none;
}

.cf__form-body .hs-form-field .input{
  margin-right: 0px !important;
}

.cf__form-body .hs-input{
  width: 100% !important;
}

@media not all and (min-width: 1025px){
  .cf__form-body .hs-richtext.hs-main-font-element{
    margin-bottom: 20px;
  }
}

@media (min-width: 1025px){
  .cf__form-body .hs-richtext.hs-main-font-element{
    grid-column: span 2 / span 2;
  }
}

.cf__form-body .hs-richtext.hs-main-font-element p{
  font-family: manrope-400, sans-serif;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.cf__form-body select,
		.cf__form-body input:not([type="submit"]){
  height: 40px;
  border-radius: 45px;
  background-color: transparent;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 40px;
}

.cf__form-body select::-moz-placeholder, .cf__form-body input:not([type="submit"])::-moz-placeholder{
  font-family: manrope-400, sans-serif;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
  opacity: 1;
}

.cf__form-body select,
			.cf__form-body select::placeholder,
			.cf__form-body input:not([type="submit"]),
			.cf__form-body input:not([type="submit"])::placeholder{
  font-family: manrope-400, sans-serif;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
  opacity: 1;
}

.cf__form-body select,
			.cf__form-body select:focus,
			.cf__form-body select:active,
			.cf__form-body input:not([type="submit"]),
			.cf__form-body input:not([type="submit"]):focus,
			.cf__form-body input:not([type="submit"]):active{
  border-style: none !important;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: 0px;
  outline-color: #1d1d1dC4;
}

.btn.cf__form-body select,.btn
			.cf__form-body select:focus,.btn
			.cf__form-body select:active,.btn
			.cf__form-body input:not([type="submit"]),.btn
			.cf__form-body input:not([type="submit"]):focus,.btn
			.cf__form-body input:not([type="submit"]):active{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(110 224 204 / var(--tw-border-opacity));
  background-color: transparent;
}

.btn.cf__form-body select p,.btn
			.cf__form-body select:focus p,.btn
			.cf__form-body select:active p,.btn
			.cf__form-body input:not([type="submit"]) p,.btn
			.cf__form-body input:not([type="submit"]):focus p,.btn
			.cf__form-body input:not([type="submit"]):active p{
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

.btn.cf__form-body select:hover,.btn
			.cf__form-body select:focus:hover,.btn
			.cf__form-body select:active:hover,.btn
			.cf__form-body input:not([type="submit"]):hover,.btn
			.cf__form-body input:not([type="submit"]):focus:hover,.btn
			.cf__form-body input:not([type="submit"]):active:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

.btn.cf__form-body select:hover p,.btn
			.cf__form-body select:focus:hover p,.btn
			.cf__form-body select:active:hover p,.btn
			.cf__form-body input:not([type="submit"]):hover p,.btn
			.cf__form-body input:not([type="submit"]):focus:hover p,.btn
			.cf__form-body input:not([type="submit"]):active:hover p{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.head_btn .btn.cf__form-body select:hover,.head_btn .btn
			.cf__form-body select:focus:hover,.head_btn .btn
			.cf__form-body select:active:hover,.head_btn .btn
			.cf__form-body input:not([type="submit"]):hover,.head_btn .btn
			.cf__form-body input:not([type="submit"]):focus:hover,.head_btn .btn
			.cf__form-body input:not([type="submit"]):active:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.cf__form-body .hs-dependent-field,
		.cf__form-body .hs-fieldtype-text,
		.cf__form-body .hs-fieldtype-select,
		.cf__form-body .hs-fieldtype-phonenumber{
  margin-bottom: 20px;
}

@media (min-width: 1025px){
  .cf__form-body .hs-dependent-field,
		.cf__form-body .hs-fieldtype-text,
		.cf__form-body .hs-fieldtype-select,
		.cf__form-body .hs-fieldtype-phonenumber{
    margin-bottom: 16px;
  }
}

.cf__form-body .legal-consent-container p{
  font-size: 14px;
}

.cf__form-body .legal-consent-container p a{
  font-family: manrope-600, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(13 120 101 / var(--tw-text-opacity));
}

.cf__form-body .legal-consent-container p:empty{
  display: none;
}

.cf__form-body .hs-error-msgs label{
  margin-top: 6px;
  display: block;
  font-size: 12px;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(197 66 66 / var(--tw-text-opacity));
}

.cf__form-body .hs_error_rollup{
  display: none;
}

.cf__form-body .hs-submit{
  margin-top: 20px;
}

@media (min-width: 1025px){
  .cf__form-body .hs-submit{
    margin-top: 40px;
  }
}

.cf__form-body .hs-submit input[type="submit"]{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: manrope-600, sans-serif;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cf__form-body .hs_how_can_we_assist_you{
  margin-top: 10px;
}

.cf__form-body .hs_how_can_we_assist_you > label{
  margin-bottom: 6px;
  display: block;
  font-family: manrope-400, sans-serif;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.cf__form-body .hs_how_can_we_assist_you .input{
  display: flex;
}

.cf__form-body .hs_how_can_we_assist_you textarea{
  background-color: transparent;
  padding-left: 6px;
  padding-right: 6px;
  font-family: manrope-400, sans-serif;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

@media not all and (min-width: 1025px){
  .cf__form-body .legal-consent-container{
    margin-top: -20px;
  }
}

.single .container__inner h1,
	.single .container__inner h2,
	.single .container__inner h3,
	.single .container__inner h4,
	.single .container__inner h5,
	.single .container__inner h6{
  padding-top: 25px;
  padding-bottom: 15px;
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
  font-weight: 500;
}

.single .container__inner h1,
	.single .container__inner h2,
	.single .container__inner h3{
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.8px;
}

.single .container__inner p{
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity));
}

.single .container__inner img{
  height: auto;
  width: auto;
  padding-top: 25px;
  padding-bottom: 15px;
}

.single .container__inner ul,
	.single .container__inner ol{
  margin-left: 30px;
  margin-bottom: 30px;
}

.single .container__inner ul li{
  list-style-type: disc;
}

.single .container__inner ol li{
  list-style-type: decimal;
}

.single .container__inner a{
  --tw-text-opacity: 1;
  color: rgb(13 120 101 / var(--tw-text-opacity));
}

.single .container__inner .btn{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.single .container__inner .btn:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single .container__inner figcaption{
  font-family: manrope-400, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.single .container__inner h3.wp-block-heading{
  font-size: 24px;
}

@media (min-width: 1025px){
  .single .container__inner h3.wp-block-heading{
    font-size: 40px;
  }
}

.single .container__inner h4.wp-block-heading{
  font-size: 20px;
}

@media (min-width: 1025px){
  .single .container__inner h4.wp-block-heading{
    font-size: 32px;
  }
}

.single .container__inner h5.wp-block-heading{
  font-size: 20px;
}

@media (min-width: 1025px){
  .single .container__inner h5.wp-block-heading{
    font-size: 24px;
  }
}

.single .container__inner .s__block h1,
		.single .container__inner .s__block h2,
		.single .container__inner .s__block h3,
		.single .container__inner .s__block h4,
		.single .container__inner .s__block h5,
		.single .container__inner .s__block h6,
		.single .container__inner .s__block img,
		.single .container__inner .s__block p{
  padding-top: 0px;
  padding-bottom: 0px;
}

.single .container__inner .share img{
  padding-top: 0px;
  padding-bottom: 0px;
}

.single .container__inner .wp-block-buttons{
  margin-top: 28px;
}

.single .container__inner .wp-block-buttons .wp-block-button__link{
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
  font-family: manrope-600, sans-serif;
  font-size: 16px;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.single .container__inner .wp-block-buttons .wp-block-button__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 120 101 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ch__desc{
  font-size: 16px;
}

.ch__carousel{
  width: 100%;
}

@media (min-width: 1025px){
  .ch__carousel{
    width: 1056px !important;
  }
}

.ch__item{
  position: relative;
  z-index: 2;
  margin-top: 40px;
  margin-bottom: 19px;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 16px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1025px){
  .ch__item{
    margin-top: 47px;
    padding: 21px;
  }
}

.ch .owl-stage-outer{
  overflow: visible !important;
  border-radius: 16px;
}

.ch .owl-stage-outer::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: 100%;
  width: 100vw;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}

.ch .owl-item:not(.active) .ch__item{
  opacity: 45%;
}

.ch .owl-nav{
  margin-top: 34px;
  display: flex;
  gap: 24px;
}

.ch .owl-controls{
  display: flex;
  justify-content: flex-end;
}

.ch .owl-dots{
  position: absolute;
  bottom: 14px;
  display: flex;
  width: 100%;
  max-width: calc(100% - 158px);
  border-bottom-width: 1px;
  border-color: rgb(190 190 190 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}

.ch .owl-dot{
  height: 5px;
  flex: 1 1 0%;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

.ch .owl-dot.active ~ .owl-dot:not(.active){
  background-color: transparent;
}

.ch .circ__inner{
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

.wp-block-code {
  background: #121212;
  color: white;
  padding: 15px;
  margin-bottom: 15px;
}

.wp-block-image.size-full{
  height: auto !important;
  width: 100%;
}

.head_btn .btn.outline:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.hero-highlight{
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

@media only screen and (max-width: 676px) {
  .wpfront-close {
    margin-top: 16px!important;
  }
}

.faq__dropdown{
  border-bottom-width: 1px;
  border-color: rgb(67 67 67 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  padding-bottom: 24px;
}

.faq__dropdown,
		.faq__dropdown *{
  cursor: pointer;
}

.faq__dropdown:first-child{
  border-top-width: 1px;
  padding-top: 24px;
}

.faq__dropdown:not(:first-child) .faq__dropdown-head{
  padding-top: 24px;
}

.faq__dropdown.active .faq__dropdown-head{
  padding-bottom: 16px;
}

.faq__dropdown.active .faq__dropdown-head svg{
  --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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.faq__dropdown.active .faq__dropdown-body{
  height: auto;
}

.faq__dropdown.active .faq__dropdown-body a{
  --tw-text-opacity: 1;
  color: rgb(255 102 129 / var(--tw-text-opacity));
}

.faq__dropdown.active .faq__dropdown-body p{
  font-family: manrope-400, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.htl__tab-header{
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.htl__tab-header.active{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(110 224 204 / var(--tw-border-opacity));
  background-image: linear-gradient(93deg, #094E42 2.37%, #03201B 100.19%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
}

.htl__tab-header:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(110 224 204 / var(--tw-border-opacity));
  background-image: linear-gradient(93deg, #094E42 2.37%, #03201B 100.19%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
}

.last\:hidden:last-child{
  display: none;
}

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

.hover\:border:hover{
  border-width: 1px;
}

.hover\:border-\[\#6EE0CC\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(110 224 204 / var(--tw-border-opacity));
}

.hover\:bg-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(110 224 204 / var(--tw-bg-opacity));
}

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

.hover\:from-\[rgba\(9\2c 78\2c 66\2c 0\.5\)\]:hover{
  --tw-gradient-from: rgba(9,78,66,0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(9, 78, 66, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-\[rgba\(3\2c 32\2c 27\2c 0\.5\)\]:hover{
  --tw-gradient-to: rgba(3,32,27,0.5) var(--tw-gradient-to-position);
}

.hover\:\!text-green:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(110 224 204 / var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#0D7865\]:hover{
  --tw-text-opacity: 1;
  color: rgb(13 120 101 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:visible{
  visibility: visible;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.child\:text-white > *{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:bg-gray){
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

:is(.dark .dark\:text-\[\#E6E6E6\]){
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-green){
  --tw-text-opacity: 1;
  color: rgb(110 224 204 / var(--tw-text-opacity));
}

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

:is(.dark .dark\:text-opacity-100){
  --tw-text-opacity: 1;
}

@media not all and (min-width: 1025px){
  .max-lg\:flex{
    display: flex;
  }

  .max-lg\:hidden{
    display: none;
  }

  .max-lg\:min-w-fit{
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

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

  .max-lg\:justify-end{
    justify-content: flex-end;
  }

  .max-lg\:justify-center{
    justify-content: center;
  }

  .max-lg\:pr-\[20vw\]{
    padding-right: 20vw;
  }

  .max-lg\:pt-\[100px\]{
    padding-top: 100px;
  }
}

@media not all and (min-width: 768px){
  .max-md\:hidden{
    display: none;
  }
}

@media (min-width: 768px){
  .md\:right-0{
    right: 0px;
  }

  .md\:right-\[16px\]{
    right: 16px;
  }

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

  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

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

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

  .md\:me-4{
    margin-inline-end: 1rem;
  }

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:aspect-\[77\/52\]{
    aspect-ratio: 77/52;
  }

  .md\:\!h-\[191px\]{
    height: 191px !important;
  }

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

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

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

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

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

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

  .md\:h-full{
    height: 100%;
  }

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

  .md\:max-h-none{
    max-height: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex-col{
    flex-direction: column;
  }

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

  .md\:gap-\[12px\]{
    gap: 12px;
  }

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

  .md\:gap-\[36px\]{
    gap: 36px;
  }

  .md\:gap-\[40px\]{
    gap: 40px;
  }

  .md\:gap-\[48px\]{
    gap: 48px;
  }

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

  .md\:gap-\[74px\]{
    gap: 74px;
  }

  .md\:gap-\[79px\]{
    gap: 79px;
  }

  .md\:gap-\[7px\]{
    gap: 7px;
  }

  .md\:gap-\[80px\]{
    gap: 80px;
  }

  .md\:gap-\[9px\]{
    gap: 9px;
  }

  .md\:self-auto{
    align-self: auto;
  }

  .md\:overflow-visible{
    overflow: visible;
  }

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

  .md\:p-\[24px_36px\]{
    padding: 24px 36px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:pl-\[30\%\]{
    padding-left: 30%;
  }

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

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

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

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

  .md\:font-manrope-500{
    font-family: manrope-500, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:tracking-\[-0\.64px\]{
    letter-spacing: -0.64px;
  }

  .md\:tracking-\[-0\.8px\]{
    letter-spacing: -0.8px;
  }

  .md\:tracking-\[-1\.12px\]{
    letter-spacing: -1.12px;
  }

  .md\:tracking-\[-1\.28px\]{
    letter-spacing: -1.28px;
  }
}

@media (min-width: 1025px){
  .lg\:absolute{
    position: absolute;
  }

  .lg\:\!top-0{
    top: 0px !important;
  }

  .lg\:left-\[-68px\]{
    left: -68px;
  }

  .lg\:right-0{
    right: 0px;
  }

  .lg\:right-\[-110px\]{
    right: -110px;
  }

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

  .lg\:top-\[518px\]{
    top: 518px;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-start-1{
    grid-column-start: 1;
  }

  .lg\:col-start-6{
    grid-column-start: 6;
  }

  .lg\:col-start-7{
    grid-column-start: 7;
  }

  .lg\:col-start-8{
    grid-column-start: 8;
  }

  .lg\:row-start-1{
    grid-row-start: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:\!h-\[inherit\]{
    height: inherit !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-h-full{
    max-height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-\[104px\]{
    gap: 104px;
  }

  .lg\:gap-\[106px\]{
    gap: 106px;
  }

  .lg\:gap-\[126px\]{
    gap: 126px;
  }

  .lg\:gap-\[136px\]{
    gap: 136px;
  }

  .lg\:gap-\[143px\]{
    gap: 143px;
  }

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

  .lg\:gap-\[21px\]{
    gap: 21px;
  }

  .lg\:gap-\[25px\]{
    gap: 25px;
  }

  .lg\:gap-\[32px\]{
    gap: 32px;
  }

  .lg\:gap-\[36px\]{
    gap: 36px;
  }

  .lg\:gap-\[40px\]{
    gap: 40px;
  }

  .lg\:gap-\[56px\]{
    gap: 56px;
  }

  .lg\:gap-\[66px\]{
    gap: 66px;
  }

  .lg\:gap-\[72px\]{
    gap: 72px;
  }

  .lg\:gap-\[79px\]{
    gap: 79px;
  }

  .lg\:gap-\[80px\]{
    gap: 80px;
  }

  .lg\:gap-\[88px\]{
    gap: 88px;
  }

  .lg\:overflow-visible{
    overflow: visible;
  }

  .lg\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .lg\:bg-light-gray-3{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-0{
    padding-left: 0px;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:font-manrope-500{
    font-family: manrope-500, sans-serif;
  }

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

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

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

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

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

  .lg\:uppercase{
    text-transform: uppercase;
  }

  .lg\:leading-\[-1\.92px\]{
    line-height: -1.92px;
  }

  .lg\:tracking-\[-0\.8px\]{
    letter-spacing: -0.8px;
  }

  .lg\:\[direction\:rtl\]{
    direction: rtl;
  }
}

@media (min-width: 1441px){
  .min-\[1441px\]\:rounded-r-\[12px\]{
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}

@media (min-width: 1536px){
  .\32xl\:left-\[250px\]{
    left: 250px;
  }

  .\32xl\:pr-\[88px\]{
    padding-right: 88px;
  }
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *){
  --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));
}
