/**
 * Remove top margin from first child and bottom margin from last child.
 */
@font-face {
  font-family: "FS Industrie";
  src: url("../../assets/font/FSIndustrie-Regular.woff2") format("woff2"), url("../../assets/font/FSIndustrie-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FS Industrie Cd";
  src: url("../../assets/font/FSIndustrieCd-Bold.woff2") format("woff2"), url("../../assets/font/FSIndustrieCd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FS Industrie";
  src: url("../../assets/font/FSIndustrie-Light.woff2") format("woff2"), url("../../assets/font/FSIndustrie-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FS Industrie Cd";
  src: url("../../assets/font/FSIndustrieCd-Light.woff2") format("woff2"), url("../../assets/font/FSIndustrieCd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.atp-shadow {
  box-shadow: 0px 0px 25px -5px rgba(228, 245, 59, 0.7);
}

/*! tailwindcss v3.2.4 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-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;
}

/*
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;
}

*, ::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-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-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:  ;
}
html {
  font-family: FS Industrie, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  text-rendering: optimizeLegibility;
}

body {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.container {
  position: relative;
}
@media (min-width: 1024px) {
  .container::before {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 5px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-content: "";
    content: var(--tw-content);
  }
}
.container::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 5px;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: "";
}
.container--border-none::after {
  display: none;
}
.container--borders-none::after {
  display: none;
}
.container--borders-none::before {
  display: none;
}
.container--grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media (min-width: 640px) {
  .container--grid {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .container--grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container--grid {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 1280px) {
  .container--grid {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.heading--super-large {
  font-family: FS Industrie Cd, sans-serif;
  font-size: 112px;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0em;
}

@media (min-width: 1024px) {
  .heading--super-large {
    line-height: 1.28;
  }
}

@media (min-width: 1280px) {
  .heading--super-large {
    font-size: 144px;
  }
}
.heading--large {
  font-family: FS Industrie Cd, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 0.91;
  letter-spacing: 0em;
}
@media (min-width: 768px) {
  .heading--large {
    font-size: 74px;
  }
}
@media (min-width: 1024px) {
  .heading--large {
    font-size: 96px;
  }
}
.heading--very-big {
  font-family: FS Industrie Cd, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 0.57;
}
@media (min-width: 1280px) {
  .heading--very-big {
    font-size: 76px;
  }
}
.heading--big {
  font-family: FS Industrie Cd, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 0.89;
}
@media (min-width: 1024px) {
  .heading--big {
    font-size: 43px;
  }
}
@media (min-width: 1280px) {
  .heading--big {
    font-size: 58px;
  }
}
.heading--small {
  font-family: FS Industrie Cd, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 0.875;
}
@media (min-width: 1024px) {
  .heading--small {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .heading--small {
    font-size: 32px;
  }
}
.heading--bigger {
  font-family: FS Industrie Cd, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 0.83;
}

.txt--larger {
  font-family: FS Industrie Cd, sans-serif;
  font-size: 43px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

@media (min-width: 1280px) {
  .txt--larger {
    font-size: 56px;
  }
}
.txt--large {
  font-family: FS Industrie Cd, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1280px) {
  .txt--large {
    font-size: 48px;
  }
}
.txt--bigger {
  font-family: FS Industrie Cd, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.11;
}
.txt--big {
  font-family: FS Industrie Cd, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 0.875;
}
@media (min-width: 1024px) {
  .txt--big {
    font-size: 26px;
  }
}
@media (min-width: 1280px) {
  .txt--big {
    font-size: 32px;
  }
}
.txt--semi-big {
  font-family: FS Industrie Cd, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.33;
}
.txt--medium {
  font-family: FS Industrie Cd, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
}
@media (min-width: 1024px) {
  .txt--medium {
    font-size: 30px;
  }
}
.txt--reg {
  font-family: FS Industrie, sans-serif;
  font-size: 21px;
  line-height: 1.38;
}
@media (min-width: 1024px) {
  .txt--reg {
    font-size: 26px;
  }
}
.txt--regular {
  font-size: 24px;
  line-height: 1.45;
}
@media (min-width: 1024px) {
  .txt--regular {
    font-size: 30px;
  }
}
.txt--basic {
  font-family: FS Industrie, sans-serif;
  font-size: 21px;
  line-height: 1.42;
}
.txt--small {
  font-family: FS Industrie, sans-serif;
  font-size: 18px;
  line-height: 1.44;
}
@media (min-width: 1024px) {
  .txt--small {
    font-size: 21px;
  }
}
.txt--small a {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(228 245 59 / var(--tw-text-opacity));
}
.txt--small a::after {
  position: absolute;
  bottom: -2px;
  left: 0px;
  height: 1px;
  width: 100%;
  transform-origin: bottom right;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(228 245 59 / var(--tw-bg-opacity));
  opacity: 0.9;
  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: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  content: "";
}
.txt--small a:hover::after {
  transform-origin: bottom left;
  --tw-scale-x: 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));
}

html body .cky-consent-container .cky-consent-bar {
  box-shadow: 0 -1px 10px 0 #051224;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  display: none;
}

html body .cky-empty-cookies-text {
  display: none;
}

.animation-buzz-out {
  animation-name: buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

@keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
.animation-shifting-background {
  animation: shifting-background 30s ease infinite;
}

@keyframes shifting-background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes moving-right {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(4px, 0);
  }
}
@keyframes moving-top-right {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, -5px);
  }
}
@keyframes bounce-up {
  0% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0, -5px);
  }
  80% {
    transform: translate(0, 3px);
  }
}
.social-icon-bounce:hover {
  animation: bounce-up 0.7s normal;
}

.btn-wrapper:hover .arrow {
  animation: moving-right 0.7s ease normal;
}

.grecaptcha-badge {
  visibility: hidden;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.563rem;
  padding-right: 2.563rem;
}

.\!container {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 2.563rem !important;
  padding-right: 2.563rem !important;
}

@media (min-width: 1024px) {
  .container {
    padding-left: 3.438rem;
    padding-right: 3.438rem;
    max-width: 900px;
  }
  .\!container {
    padding-left: 3.438rem !important;
    padding-right: 3.438rem !important;
    max-width: 900px !important;
  }
}

@media (min-width: 1280px) {
  .container {
    padding-left: 3.438rem;
    padding-right: 3.438rem;
    margin-left: 150px;
    max-width: 1000px;
  }
  .\!container {
    padding-left: 3.438rem !important;
    padding-right: 3.438rem !important;
    margin-left: 150px !important;
    max-width: 1000px !important;
  }
}

@media (min-width: 1536px) {
  .container {
    padding-left: 3.438rem;
    padding-right: 3.438rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
  }
  .\!container {
    padding-left: 3.438rem !important;
    padding-right: 3.438rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1150px !important;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.top-6 {
  top: 1.5rem;
}
.bottom-20 {
  bottom: 5rem;
}
.left-\[50\%\] {
  left: 50%;
}
.bottom-\[149px\] {
  bottom: 149px;
}
.right-\[112px\] {
  right: 112px;
}
.bottom-\[200px\] {
  bottom: 200px;
}
.right-0 {
  right: 0px;
}
.top-4 {
  top: 1rem;
}
.right-4 {
  right: 1rem;
}
.bottom-0 {
  bottom: 0px;
}
.top-\[15\%\] {
  top: 15%;
}
.top-\[10\%\] {
  top: 10%;
}
.top-1\/2 {
  top: 50%;
}
.top-\[35\%\] {
  top: 35%;
}
.-left-5 {
  left: -1.25rem;
}
.right-\[50\%\] {
  right: 50%;
}
.right-full {
  right: 100%;
}
.-left-1\/2 {
  left: -50%;
}
.z-20 {
  z-index: 20;
}
.z-10 {
  z-index: 10;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.-z-10 {
  z-index: -10;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-7 {
  grid-column-start: 7;
}
.col-start-8 {
  grid-column-start: 8;
}
.row-start-1 {
  grid-row-start: 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.-mt-\[5px\] {
  margin-top: -5px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mr-12 {
  margin-right: -3rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.-ml-12 {
  margin-left: -3rem;
}
.-mr-\[20\%\] {
  margin-right: -20%;
}
.-ml-\[20\%\] {
  margin-left: -20%;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.-ml-10 {
  margin-left: -2.5rem;
}
.-mr-10 {
  margin-right: -2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.-mr-36 {
  margin-right: -9rem;
}
.ml-20 {
  margin-left: 5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-\[113px\] {
  height: 113px;
}
.h-\[43px\] {
  height: 43px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[23px\] {
  height: 23px;
}
.h-20 {
  height: 5rem;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[200\%\] {
  height: 200%;
}
.h-screen {
  height: 100vh;
}
.h-auto {
  height: auto;
}
.max-h-\[52px\] {
  max-height: 52px;
}
.max-h-\[35px\] {
  max-height: 35px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[45px\] {
  max-height: 45px;
}
.max-h-full {
  max-height: 100%;
}
.w-full {
  width: 100%;
}
.w-\[113px\] {
  width: 113px;
}
.w-\[44px\] {
  width: 44px;
}
.w-px {
  width: 1px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[246px\] {
  width: 246px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[23px\] {
  width: 23px;
}
.w-\[16\%\] {
  width: 16%;
}
.w-auto {
  width: auto;
}
.w-1\/2 {
  width: 50%;
}
.w-\[300\%\] {
  width: 300%;
}
.w-screen {
  width: 100vw;
}
.w-\[183px\] {
  width: 183px;
}
.w-\[93px\] {
  width: 93px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[120px\] {
  width: 120px;
}
.w-20 {
  width: 5rem;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.max-w-\[90px\] {
  max-width: 90px;
}
.max-w-\[70px\] {
  max-width: 70px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[110px\] {
  max-width: 110px;
}
.max-w-\[335px\] {
  max-width: 335px;
}
.max-w-\[278px\] {
  max-width: 278px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.grow {
  flex-grow: 1;
}
.basis-2\/5 {
  flex-basis: 40%;
}
.basis-3\/5 {
  flex-basis: 60%;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.-translate-x-12 {
  --tw-translate-x: -3rem;
  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-y-10 {
  --tw-translate-y: -2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.auto-rows-max {
  grid-auto-rows: max-content;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-between {
  align-content: space-between;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}
.gap-y-20 {
  row-gap: 5rem;
}
.gap-y-11 {
  row-gap: 2.75rem;
}
.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-y-clip {
  overflow-y: clip;
}
.rounded-full {
  border-radius: 9999px;
}
.border-t-\[5px\] {
  border-top-width: 5px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[5px\] {
  border-bottom-width: 5px;
}
.border-r {
  border-right-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-lime\/25 {
  border-color: rgb(228 245 59 / 0.25);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-navy {
  --tw-border-opacity: 1;
  border-color: rgb(5 18 36 / var(--tw-border-opacity));
}
.bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(5 18 36 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-lime {
  --tw-bg-opacity: 1;
  background-color: rgb(228 245 59 / var(--tw-bg-opacity));
}
.bg-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\] {
  background-color: rgba(255,255,255,0.1);
}
.bg-navy\/75 {
  background-color: rgb(5 18 36 / 0.75);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(56 56 56 / var(--tw-bg-opacity));
}
.bg-navy\/50 {
  background-color: rgb(5 18 36 / 0.5);
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-navy\/0 {
  --tw-gradient-from: rgb(5 18 36 / 0);
  --tw-gradient-to: rgb(5 18 36 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-navy {
  --tw-gradient-to: #051224;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pt-96 {
  padding-top: 24rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pt-\[1\.3rem\] {
  padding-top: 1.3rem;
}
.pb-\[1\.2rem\] {
  padding-bottom: 1.2rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pr-36 {
  padding-right: 9rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pb-\[550px\] {
  padding-bottom: 550px;
}
.pt-24 {
  padding-top: 6rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-80 {
  padding-bottom: 20rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-\[100\%\] {
  padding-bottom: 100%;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pt-60 {
  padding-top: 15rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-44 {
  padding-bottom: 11rem;
}
.pt-\[380px\] {
  padding-top: 380px;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-\[71\%\] {
  padding-top: 71%;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-24 {
  padding-right: 6rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pb-\[66\%\] {
  padding-bottom: 66%;
}
.pb-\[56\%\] {
  padding-bottom: 56%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-FSIndustrieCd {
  font-family: FS Industrie Cd, sans-serif;
}
.text-30 {
  font-size: 30px;
}
.text-16 {
  font-size: 16px;
}
.text-46 {
  font-size: 46px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-light {
  font-weight: 300;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.leading-\[1\.33\] {
  line-height: 1.33;
}
.leading-none {
  line-height: 1;
}
.leading-6 {
  line-height: 1.5rem;
}
.text-navy {
  --tw-text-opacity: 1;
  color: rgb(5 18 36 / var(--tw-text-opacity));
}
.text-lime {
  --tw-text-opacity: 1;
  color: rgb(228 245 59 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-0 {
  opacity: 0;
}
.opacity-5 {
  opacity: 0.05;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-15 {
  opacity: .15;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-100 {
  opacity: 1;
}
.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);
}
.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);
}
.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-saturate-50 {
  --tw-backdrop-saturate: saturate(.5);
  -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;
}
.duration-500 {
  transition-duration: 500ms;
}
.two-sizes-content p {
  font-family: FS Industrie, sans-serif;
  font-size: 21px;
  line-height: 1.42;
}
.two-sizes-content h6 {
  font-family: FS Industrie, sans-serif;
  font-size: 18px;
  line-height: 1.42;
}
@media (min-width: 1024px) {
  .two-sizes-content h6 {
    font-size: 21px;
  }
}
.two-sizes-content h6 {
  font-weight: 400 !important;
}

.hover-underline-animation-lime::after {
  position: absolute;
  bottom: -2px;
  left: 0px;
  height: 1px;
  width: 100%;
  transform-origin: bottom right;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(228 245 59 / var(--tw-bg-opacity));
  opacity: 0.9;
  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: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  content: "";
}
.hover-underline-animation-lime:hover::after {
  transform-origin: bottom left;
  --tw-scale-x: 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));
}

.header-link-animation:hover .btn .icon {
  animation: moving-top-right 0.7s ease infinite;
}

.hover-underline-animation-navy::after {
  position: absolute;
  bottom: -2px;
  left: 0px;
  height: 1px;
  width: 100%;
  transform-origin: bottom right;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(5 18 36 / var(--tw-bg-opacity));
  opacity: 0.9;
  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: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  content: "";
}
.hover-underline-animation-navy:hover::after {
  transform-origin: bottom left;
  --tw-scale-x: 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));
}

.wysiwyg-anchors a, .wysiwyg a, .wysiwyg-anchors a:visited {
  transition: all 0.24s ease;
}
h1 .wysiwyg-anchors a, h1 .wysiwyg a, h1 .wysiwyg-anchors a:visited,
h2 .wysiwyg-anchors a,
h2 .wysiwyg a,
h2 .wysiwyg-anchors a:visited,
h3 .wysiwyg-anchors a,
h3 .wysiwyg a,
h3 .wysiwyg-anchors a:visited,
h4 .wysiwyg-anchors a,
h4 .wysiwyg a,
h4 .wysiwyg-anchors a:visited,
h5 .wysiwyg-anchors a,
h5 .wysiwyg a,
h5 .wysiwyg-anchors a:visited,
h6 .wysiwyg-anchors a,
h6 .wysiwyg a,
h6 .wysiwyg-anchors a:visited {
  color: inherit;
}

.wysiwyg-headings h1, .wysiwyg h1,
.wysiwyg-headings h2,
.wysiwyg h2,
.wysiwyg-headings h3,
.wysiwyg h3,
.wysiwyg-headings h4,
.wysiwyg h4,
.wysiwyg-headings h5,
.wysiwyg h5,
.wysiwyg-headings h6,
.wysiwyg h6 {
  font-weight: 600;
  line-height: 1.25;
}
.wysiwyg-headings h1, .wysiwyg h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.wysiwyg-headings h2, .wysiwyg h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.wysiwyg-headings h3, .wysiwyg h3,
.wysiwyg-headings h4,
.wysiwyg h4,
.wysiwyg-headings h5,
.wysiwyg h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.wysiwyg-images img.aligncenter, .wysiwyg img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.wysiwyg-images .gallery .gallery-item, .wysiwyg .gallery .gallery-item {
  border-width: 0px;
  text-align: center;
}
.wysiwyg-images .gallery .gallery-icon, .wysiwyg .gallery .gallery-icon {
  text-align: center;
}
.wysiwyg-images .gallery img, .wysiwyg .gallery img {
  display: inline;
  border: none !important;
}
.wysiwyg-images .wp-caption-text, .wysiwyg .wp-caption-text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wysiwyg-code code, .wysiwyg code {
  display: inline-block;
  border-radius: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  vertical-align: baseline;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wysiwyg-spacing p, .wysiwyg p,
.wysiwyg-spacing ul,
.wysiwyg ul,
.wysiwyg-spacing ol,
.wysiwyg ol,
.wysiwyg-spacing hr,
.wysiwyg hr,
.wysiwyg-spacing .wp-block-embed,
.wysiwyg .wp-block-embed,
.wysiwyg-spacing .gallery,
.wysiwyg .gallery,
.wysiwyg-spacing [class*=wp-image-],
.wysiwyg [class*=wp-image-] {
  margin-top: 0px;
}

.wysiwyg-lists ul, .wysiwyg ul,
.wysiwyg-lists ol,
.wysiwyg ol {
  margin-left: 1.5rem;
  list-style-position: outside;
}
.wysiwyg-lists ul, .wysiwyg ul {
  list-style-type: disc;
}
.wysiwyg-lists ol, .wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg-lists li, .wysiwyg li {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.box-wrapper a {
  --tw-text-opacity: 1;
  color: rgb(228 245 59 / var(--tw-text-opacity));
}
.box-wrapper a::after {
  margin-left: 0.75rem;
  margin-bottom: 0.125rem;
  vertical-align: baseline;
  content: url("../../assets/svg/atp-arrow.svg");
}
.box-wrapper li {
  list-style: disc;
  list-style-position: inside;
}
.box-wrapper li::marker {
  color: #E4F53B;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.contact-form {
  overflow: hidden;
  font-family: FS Industrie, sans-serif;
  font-size: 16px;
}

@media (min-width: 1280px) {
  .contact-form {
    font-size: 21px;
  }
}
.contact-form .wpcf7-list-item.first {
  margin-left: 0px;
}
.contact-form .wpcf7-radio {
  display: block;
}
.contact-form input {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(5 18 36 / var(--tw-bg-opacity));
}
.contact-form input::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}
.contact-form input::placeholder {
  color: rgb(255 255 255 / 0.5);
}
.contact-form input:focus-visible {
  outline: none;
}
.contact-form textarea {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
  height: 141px;
  width: 100%;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.5);
  --tw-bg-opacity: 1;
  background-color: rgb(5 18 36 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 1280px) {
  .contact-form textarea {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.contact-form textarea::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}
.contact-form textarea::placeholder {
  color: rgb(255 255 255 / 0.5);
}
.contact-form textarea:focus-visible {
  outline: none;
}
.contact-form label:has(input[type=radio]) {
  display: flex;
  align-items: center;
}
.contact-form label:has(input[type=radio]) input {
  margin-right: 0.75rem;
}
.contact-form input[type=radio] {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-form input[type=radio]::before {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.5);
  content: "";
}
.contact-form input[type=radio]::after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  height: 1rem;
  width: 1rem;
  --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));
  border-radius: 9999px;
  background-color: rgb(228 245 59 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0;
  content: "";
}
.contact-form input[type=radio]:checked::after {
  --tw-bg-opacity: 1;
}
.contact-form .btn {
  --tw-bg-opacity: 1;
  background-color: rgb(228 245 59 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  font-size: 16px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(5 18 36 / var(--tw-text-opacity));
}
.contact-form .phone-field {
  margin-bottom: 1.75rem;
  display: flex;
}
.contact-form .phone-field .phone-label {
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-color: rgb(255 255 255 / 0.5);
  padding-bottom: 0.25rem;
  padding-right: 1.25rem;
}
.contact-form .phone-field .phone-input {
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.5);
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(199 20 20 / var(--tw-border-opacity));
}

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid {
  --tw-border-opacity: 1;
  border-color: rgb(199 20 20 / var(--tw-border-opacity));
}

.intl-tel-input .country-list {
  background-color: white !important;
  color: #051224;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  margin-bottom: 1.75rem;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.5);
  padding-bottom: 0.25rem;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email] {
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.5);
  padding-bottom: 0.25rem;
}
.wpcf7 textarea {
  margin-top: 1rem;
  height: 141px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.5);
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.iti-mobile .intl-tel-input .country-list {
  height: 400px !important;
  max-height: 400px !important;
}

.video-popup-wrapper {
  z-index: -20;
  --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));
  opacity: 0;
  transition-duration: 75ms;
}
.video-popup-wrapper.active {
  z-index: 50;
  --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));
  opacity: 1;
  transition-duration: 75ms;
}
.video-popup-wrapper .video-popup-container {
  opacity: 0;
}
.video-popup-wrapper .video-popup-container::before {
  display: block;
  content: "";
  padding-bottom: 55%;
}
.video-popup-wrapper .video-popup-container.active {
  opacity: 1;
  transition-delay: 75ms;
  transition-duration: 300ms;
}
.video-popup-wrapper .video-popup-container .icon-play:hover .icon-play-background {
  fill: #051224;
}
.video-popup-wrapper .video-popup-container .icon-play:hover .icon-play-icon {
  fill: #e4f53b;
}
.video-popup-wrapper .video-popup-container .icon-pause:hover .icon-pause-background {
  fill: #051224;
}
.video-popup-wrapper .video-popup-container .icon-pause:hover .icon-pause-line {
  fill: #e4f53b;
}
.video-popup-wrapper .video-popup-close {
  opacity: 0;
}
.video-popup-wrapper .video-popup-close.active {
  opacity: 1;
  transition-delay: 300ms;
  transition-duration: 500ms;
}

.intro-padding {
  height: calc(100vh - 104px);
}

.accordion-list-content {
  position: relative;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.accordion-list-button svg {
  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-duration: 300ms;
}
.accordion-list-button svg.icon-animation {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.accordion-list.init .accordion-list-content:before {
  pointer-events: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 100px;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  transition: opacity 0.15s ease-out;
}
.accordion-list.init .accordion-list-content__no-gradient::before {
  display: none;
}
.accordion-list.init .tab-content-button-title {
  opacity: 0.5;
}
.accordion-list.init.open .accordion-list-content:before {
  opacity: 0;
}
.accordion-list.init.open .accordion-list-button span:nth-child(1) {
  display: none;
}
.accordion-list.init.open .accordion-list-button span:nth-child(2) {
  display: inline;
  display: block;
}
.accordion-list.init.open .accordion-list-button svg {
  --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));
  transition-duration: 300ms;
}
.accordion-list.init.open .accordion-list-button svg.icon-rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 300ms;
}
.accordion-list.init.open .accordion-list-button svg.icon-rotate-270 {
  --tw-rotate: 270deg;
  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-duration: 300ms;
}
@media (min-width: 768px) {
  .accordion-list.init.open .accordion-list-button svg.icon-rotate-270 {
    --tw-rotate: 0deg;
    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));
  }
}
@media (max-width: 1024px) {
  .accordion-list.init.open .tab-content-button-title {
    opacity: 1;
  }
}
.accordion-list:not(.init) .accordion-list-button {
  display: none;
}

.about-headings h6 {
  font-family: FS Industrie Cd, sans-serif;
  font-size: 43px;
  text-transform: uppercase;
  line-height: 0.87;
  --tw-text-opacity: 1;
  color: rgb(228 245 59 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .about-headings h6 {
    font-size: 56px;
  }
}

@media (min-width: 1280px) {
  .about-headings h6 {
    font-size: 74px;
  }
}
.about-headings h5 {
  font-family: FS Industrie Cd, sans-serif;
  font-size: 85px;
  text-transform: uppercase;
  line-height: 0.763;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .about-headings h5 {
    font-size: 96px;
  }
}
@media (min-width: 1280px) {
  .about-headings h5 {
    font-size: 144px;
  }
}

.box-wrapper:nth-of-type(3) {
  border-style: none;
}
.box-wrapper:nth-of-type(6) {
  border-style: none;
}

.about-content p {
  font-family: FS Industrie, sans-serif;
  font-size: 21px;
  line-height: 1.42;
}

@media (min-width: 1024px) {
  .about-content p {
    font-size: 26px;
  }
}
.about-content h6 {
  font-family: FS Industrie, sans-serif;
  font-size: 18px;
  line-height: 1.42;
}
@media (min-width: 1024px) {
  .about-content h6 {
    font-size: 21px;
  }
}
.about-content h6 {
  font-weight: 400 !important;
}

.what-we-do-wysiwyg p {
  font-size: 21px;
}
.what-we-do-wysiwyg h6 {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .what-we-do-wysiwyg h6 {
    font-size: 21px;
  }
}

.slider-container::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 5px;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: "";
}
.slider-container::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 5px;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: "";
}

.calendar-boxes h6 {
  padding-bottom: 1.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(228 245 59 / var(--tw-text-opacity));
  font-family: FS Industrie Cd, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 1280px) {
  .calendar-boxes h6 {
    font-size: 48px;
  }
}
.calendar-boxes p {
  font-family: FS Industrie, sans-serif;
  font-size: 21px;
  line-height: 1.42;
}

.address-card {
  border-color: rgb(255 255 255 / 0.25);
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .address-card {
    margin-left: 2rem;
    border-left-width: 1px;
    padding-bottom: 0px;
    padding-left: 2rem;
  }
}

@media (min-width: 1024px) {
  .address-card {
    margin-left: 3rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .address-card {
    margin-left: 6rem;
    padding-left: 3rem;
  }
}
.address-card:first-of-type {
  margin-left: 0px;
  border-style: none;
  padding-left: 0px;
}
.address-card h4 {
  padding-bottom: 1.5rem;
  font-family: FS Industrie Cd, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1280px) {
  .address-card h4 {
    font-size: 48px;
  }
}
.address-card p {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .address-card p {
    font-size: 21px;
  }
}
.address-card p:last-of-type {
  padding-top: 2rem;
}
.address-card a {
  position: relative;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(228 245 59 / var(--tw-text-opacity));
}
.address-card a:after {
  position: absolute;
  right: -1.75rem;
  top: -0.25rem;
  content: url("../../assets/svg/atp-arrow.svg");
}

.work-with-us-content h6 {
  font-size: 18px;
}

@media (min-width: 1024px) {
  .work-with-us-content h6 {
    font-size: 21px;
  }
}
.work-with-us-content strong, .work-with-us-content b {
  --tw-text-opacity: 1;
  color: rgb(228 245 59 / var(--tw-text-opacity));
}

.accordion .bar1 {
  transition-duration: 200ms;
}
.accordion .bar2 {
  --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));
  transition-duration: 200ms;
}
.accordion .accordionContent {
  height: 0px;
  opacity: 0;
  transition-duration: 500ms;
}
.accordion .accordionContent img {
  display: none;
}
.accordion .accordionContent p {
  display: none;
}
.accordion.is-open {
  background-color: rgb(228 245 59 / 0.25);
}
.accordion.is-open .accordionContent {
  margin-top: 2.5rem;
  height: auto;
  opacity: 1;
  transition-duration: 500ms;
}
.accordion.is-open .accordionContent img {
  display: block;
}
.accordion.is-open .accordionContent p {
  display: block;
}
.accordion.is-open .bar1 {
  --tw-rotate: 495deg;
  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-duration: 200ms;
}
.accordion.is-open .bar2 {
  --tw-rotate: -495deg;
  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-duration: 200ms;
}

.articles a::after {
  margin-left: 0.25rem;
  margin-bottom: 0.125rem;
  vertical-align: baseline;
  content: url("../../assets/svg/atp-arrow.svg");
}

.work-with-us-intro img {
  -o-object-position: -608px 0px;
     object-position: -608px 0px;
}

@media (min-width: 520px) {
  .work-with-us-intro img {
    -o-object-position: center;
       object-position: center;
  }
}

@media (min-width: 1536px) {
  .work-with-us-intro img {
    -o-object-position: 0px 0px;
       object-position: 0px 0px;
  }
}

.text-page-content h3 {
  text-transform: uppercase;
  font-family: FS Industrie Cd, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
}

@media (min-width: 1024px) {
  .text-page-content h3 {
    font-size: 30px;
  }
}
.text-page-content p {
  font-family: FS Industrie, sans-serif;
  font-size: 18px;
  line-height: 1.44;
}
@media (min-width: 1024px) {
  .text-page-content p {
    font-size: 21px;
  }
}
.text-page-content p a {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(228 245 59 / var(--tw-text-opacity));
}
.text-page-content p a::after {
  position: absolute;
  bottom: -2px;
  left: 0px;
  height: 1px;
  width: 100%;
  transform-origin: bottom right;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(228 245 59 / var(--tw-bg-opacity));
  opacity: 0.9;
  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: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  content: "";
}
.text-page-content p a:hover::after {
  transform-origin: bottom left;
  --tw-scale-x: 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));
}
.text-page-content ul li {
  list-style-type: disc;
}
.text-page-content a {
  --tw-text-opacity: 1;
  color: rgb(228 245 59 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

#menu-main-menu {
  flex-direction: column;
  font-family: FS Industrie Cd, sans-serif;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 1024px) {
  #menu-main-menu {
    display: flex;
    flex-direction: row;
  }
}
#menu-main-menu > .menu-item {
  position: relative;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #menu-main-menu > .menu-item {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  #menu-main-menu > .menu-item {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    padding-bottom: 0px;
  }
}
#menu-main-menu > .menu-item:hover a::before {
  display: block;
}
#menu-main-menu > .menu-item:hover .sub-menu {
  transition-duration: 500ms;
}
@media (min-width: 1024px) {
  #menu-main-menu > .menu-item:hover .sub-menu {
    visibility: visible;
    display: block;
    opacity: 1;
  }
}
#menu-main-menu > .menu-item > a {
  z-index: 40;
  display: block;
}
#menu-main-menu > .menu-item > a::before {
  pointer-events: none;
  z-index: 30;
  display: none;
}
@media (min-width: 1024px) {
  #menu-main-menu > .menu-item > a::before {
    position: absolute;
    bottom: -163%;
    height: 5px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(228 245 59 / var(--tw-bg-opacity));
  }
}
#menu-main-menu > .menu-item > a::before {
  content: "";
}
#menu-main-menu > .menu-item.menu-item-object-page {
  position: relative;
}
#menu-main-menu > .menu-item.menu-item-object-page > a {
  position: relative;
}
#menu-main-menu > .menu-item:hover {
  --tw-text-opacity: 1;
  color: rgb(228 245 59 / var(--tw-text-opacity));
}
#menu-main-menu .sub-menu {
  visibility: hidden;
  position: absolute;
  min-width: -moz-max-content;
  min-width: max-content;
  background-color: rgb(5 18 36 / 0.65);
  padding-left: 1.5rem;
  padding-right: 6rem;
  padding-top: 1.75rem;
  padding-bottom: 0.75rem;
  font-size: 21px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  --tw-backdrop-blur: blur(4px);
  -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-duration: 300ms;
}
@media (min-width: 1024px) {
  #menu-main-menu .sub-menu {
    top: 63px;
    display: block;
  }
}
#menu-main-menu .sub-menu::before {
  position: absolute;
  top: -3rem;
  left: 0px;
  display: block;
  height: 50px;
  width: 40%;
  content: "";
}
#menu-main-menu .sub-menu .menu-item:hover a {
  --tw-translate-x: 1rem;
  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-text-opacity: 1;
  color: rgb(228 245 59 / var(--tw-text-opacity));
  transition-duration: 200ms;
}
#menu-main-menu .sub-menu .menu-item:hover a::before {
  opacity: 1;
  transition-duration: 700ms;
}
#menu-main-menu .sub-menu .menu-item a {
  position: relative;
  margin-bottom: 1rem;
  display: inline-block;
  white-space: pre;
  transition: all 200ms ease;
  box-sizing: border-box;
}
#menu-main-menu .sub-menu .menu-item a::before {
  pointer-events: none;
  position: absolute;
  top: 0.5rem;
  left: -8px;
  display: block;
  height: 7px;
  width: 7px;
  --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));
  background-size: cover;
  opacity: 0;
  background-image: url("../../assets/img/dot.svg");
  content: "";
}
#menu-main-menu .current_page_item {
  --tw-text-opacity: 1;
  color: rgb(228 245 59 / var(--tw-text-opacity));
}

#burger-menu.active .line1 {
  width: 20px;
  --tw-translate-y: 0.375rem;
  --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));
  transition-duration: 200ms;
}
#burger-menu.active .line2 {
  --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));
  transition-duration: 200ms;
}
#burger-menu.active .line3 {
  width: 20px;
  --tw-translate-y: -0.5rem;
  --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));
  transition-duration: 200ms;
}
#burger-menu .line1,
#burger-menu .line2,
#burger-menu .line3 {
  transition-duration: 200ms;
}

.scrolledDown {
  top: 0px;
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-duration: 400ms;
}

.animate-dropdown-mobile {
  height: 0px;
  --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));
  opacity: 0;
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .animate-dropdown-mobile {
    height: auto;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
  }
}
.animate-dropdown-mobile.active {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow-y: auto;
  padding-bottom: 2.5rem;
  opacity: 1;
  transition-duration: 300ms;
}
@media (min-width: 1024px) {
  .animate-dropdown-mobile.active {
    height: auto;
    padding-bottom: 0px;
  }
}
.animate-dropdown-mobile.active {
  height: calc(100vh - 150px);
}

@media only screen and (max-width: 767px) {
  .animate-dropdown-mobile.active {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 90px);
  }
}
@media only screen and (min-width: 768px) {
  .animate-dropdown-mobile.active {
    height: calc(100vh - 150px);
  }
}
.slider-gradient-left {
  background: rgb(5, 18, 36);
  background: linear-gradient(90deg, rgb(5, 18, 36) 53%, rgba(255, 255, 255, 0) 83%);
}

.slider-gradient-right {
  background: rgb(5, 18, 36);
  background: linear-gradient(280deg, rgb(5, 18, 36) 53%, rgba(255, 255, 255, 0) 83%);
}

.border-gradient-bottom {
  background: rgb(5, 18, 36);
  background: linear-gradient(360deg, rgb(5, 18, 36) 5%, rgba(255, 255, 255, 0) 20%);
}

.border-gradient-left {
  background: rgb(5, 18, 36);
  background: linear-gradient(90deg, rgb(5, 18, 36) 5%, rgba(255, 255, 255, 0) 20%);
}

.border-gradient-right {
  background: rgb(5, 18, 36);
  background: linear-gradient(280deg, rgb(5, 18, 36) 5%, rgba(255, 255, 255, 0) 20%);
}

.border-gradient-top {
  background: rgb(5, 18, 36);
  background: linear-gradient(180deg, rgb(5, 18, 36) 5%, rgba(255, 255, 255, 0) 20%);
}

.swiper > div.swiper-wrapper {
  transition-timing-function: linear !important;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:-mr-10::after {
  content: var(--tw-content);
  margin-right: -2.5rem;
}

.after\:h-px::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-screen::after {
  content: var(--tw-content);
  width: 100vw;
}

.after\:bg-white\/25::after {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.25);
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.last\:pr-0:last-child {
  padding-right: 0px;
}

.last-of-type\:border-b:last-of-type {
  border-bottom-width: 1px;
}

.last-of-type\:border-none:last-of-type {
  border-style: none;
}

.hover\:bg-lime\/25:hover {
  background-color: rgb(228 245 59 / 0.25);
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px) {
  .sm\:max-w-\[130px\] {
    max-width: 130px;
  }
}

@media (min-width: 768px) {
  .md\:top-0 {
    top: 0px;
  }
  .md\:top-\[5\%\] {
    top: 5%;
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:col-span-full {
    grid-column: 1 / -1;
  }
  .md\:col-start-1 {
    grid-column-start: 1;
  }
  .md\:col-start-8 {
    grid-column-start: 8;
  }
  .md\:col-start-9 {
    grid-column-start: 9;
  }
  .md\:col-start-7 {
    grid-column-start: 7;
  }
  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .md\:row-start-2 {
    grid-row-start: 2;
  }
  .md\:row-start-1 {
    grid-row-start: 1;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:-mr-6 {
    margin-right: -1.5rem;
  }
  .md\:ml-24 {
    margin-left: 6rem;
  }
  .md\:mb-24 {
    margin-bottom: 6rem;
  }
  .md\:-mr-56 {
    margin-right: -14rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[80px\] {
    height: 80px;
  }
  .md\:h-\[500px\] {
    height: 500px;
  }
  .md\:h-screen {
    height: 100vh;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:w-\[8\%\] {
    width: 8%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:max-w-\[720px\] {
    max-width: 720px;
  }
  .md\:max-w-\[94px\] {
    max-width: 94px;
  }
  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .md\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .md\:border-r {
    border-right-width: 1px;
  }
  .md\:border-l {
    border-left-width: 1px;
  }
  .md\:border-white\/25 {
    border-color: rgb(255 255 255 / 0.25);
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }
  .md\:pb-28 {
    padding-bottom: 7rem;
  }
  .md\:pt-20 {
    padding-top: 5rem;
  }
  .md\:pl-11 {
    padding-left: 2.75rem;
  }
  .md\:pl-4 {
    padding-left: 1rem;
  }
  .md\:pl-0 {
    padding-left: 0px;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pb-32 {
    padding-bottom: 8rem;
  }
  .md\:pr-10 {
    padding-right: 2.5rem;
  }
  .md\:pb-\[45\%\] {
    padding-bottom: 45%;
  }
  .md\:pt-0 {
    padding-top: 0px;
  }
  .md\:pt-28 {
    padding-top: 7rem;
  }
  .md\:pl-3 {
    padding-left: 0.75rem;
  }
  .md\:pl-12 {
    padding-left: 3rem;
  }
  .md\:pr-0 {
    padding-right: 0px;
  }
  .md\:pt-24 {
    padding-top: 6rem;
  }
  .md\:pl-8 {
    padding-left: 2rem;
  }
  .md\:pr-6 {
    padding-right: 1.5rem;
  }
  .md\:pr-9 {
    padding-right: 2.25rem;
  }
  .md\:pl-9 {
    padding-left: 2.25rem;
  }
  .md\:pr-5 {
    padding-right: 1.25rem;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .md\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }
  .md\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }
  .md\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }
}

@media (min-width: 1024px) {
  .lg\:pointer-events-none {
    pointer-events: none;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:bottom-auto {
    bottom: auto;
  }
  .lg\:top-\[384px\] {
    top: 384px;
  }
  .lg\:top-\[200px\] {
    top: 200px;
  }
  .lg\:top-32 {
    top: 8rem;
  }
  .lg\:-right-28 {
    right: -7rem;
  }
  .lg\:-right-32 {
    right: -8rem;
  }
  .lg\:top-80 {
    top: 20rem;
  }
  .lg\:-right-20 {
    right: -5rem;
  }
  .lg\:top-\[1023px\] {
    top: 1023px;
  }
  .lg\:bottom-\[853px\] {
    bottom: 853px;
  }
  .lg\:top-\[872px\] {
    top: 872px;
  }
  .lg\:bottom-\[672px\] {
    bottom: 672px;
  }
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .lg\:col-span-full {
    grid-column: 1 / -1;
  }
  .lg\:col-start-6 {
    grid-column-start: 6;
  }
  .lg\:col-start-1 {
    grid-column-start: 1;
  }
  .lg\:col-start-8 {
    grid-column-start: 8;
  }
  .lg\:col-start-7 {
    grid-column-start: 7;
  }
  .lg\:row-start-2 {
    grid-row-start: 2;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mr-px {
    margin-right: 1px;
  }
  .lg\:-mr-24 {
    margin-right: -6rem;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:ml-0 {
    margin-left: 0px;
  }
  .lg\:mt-32 {
    margin-top: 8rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mr-12 {
    margin-right: 3rem;
  }
  .lg\:-ml-20 {
    margin-left: -5rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:h-\[94\%\] {
    height: 94%;
  }
  .lg\:max-h-\[60px\] {
    max-height: 60px;
  }
  .lg\:w-\[90\%\] {
    width: 90%;
  }
  .lg\:w-\[150\%\] {
    width: 150%;
  }
  .lg\:w-\[180\%\] {
    width: 180%;
  }
  .lg\:w-\[60\%\] {
    width: 60%;
  }
  .lg\:w-\[28px\] {
    width: 28px;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:max-w-\[1500px\] {
    max-width: 1500px;
  }
  .lg\:max-w-\[930px\] {
    max-width: 930px;
  }
  .lg\:max-w-\[149px\] {
    max-width: 149px;
  }
  .lg\:max-w-\[190px\] {
    max-width: 190px;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:basis-7\/12 {
    flex-basis: 58.333333%;
  }
  .lg\:basis-5\/12 {
    flex-basis: 41.666667%;
  }
  .lg\:translate-x-28 {
    --tw-translate-x: 7rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-translate-y-16 {
    --tw-translate-y: -4rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-baseline {
    align-items: baseline;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-y-72 {
    row-gap: 18rem;
  }
  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .lg\:justify-self-end {
    justify-self: end;
  }
  .lg\:overflow-y-visible {
    overflow-y: visible;
  }
  .lg\:border-l {
    border-left-width: 1px;
  }
  .lg\:border-b-\[5px\] {
    border-bottom-width: 5px;
  }
  .lg\:border-none {
    border-style: none;
  }
  .lg\:border-white\/50 {
    border-color: rgb(255 255 255 / 0.5);
  }
  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:pl-12 {
    padding-left: 3rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pl-6 {
    padding-left: 1.5rem;
  }
  .lg\:pl-0 {
    padding-left: 0px;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pb-32 {
    padding-bottom: 8rem;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pr-16 {
    padding-right: 4rem;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .lg\:pr-5 {
    padding-right: 1.25rem;
  }
  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }
  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pl-20 {
    padding-left: 5rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .lg\:pb-36 {
    padding-bottom: 9rem;
  }
  .lg\:pb-52 {
    padding-bottom: 13rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pt-96 {
    padding-top: 24rem;
  }
  .lg\:pb-28 {
    padding-bottom: 7rem;
  }
  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pt-28 {
    padding-top: 7rem;
  }
  .lg\:pb-40 {
    padding-bottom: 10rem;
  }
  .lg\:pr-14 {
    padding-right: 3.5rem;
  }
  .lg\:pt-12 {
    padding-top: 3rem;
  }
  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .lg\:pt-32 {
    padding-top: 8rem;
  }
  .lg\:pb-80 {
    padding-bottom: 20rem;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pt-9 {
    padding-top: 2.25rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }
  .lg\:pl-9 {
    padding-left: 2.25rem;
  }
  .lg\:text-15 {
    font-size: 15px;
  }
  .lg\:text-24 {
    font-size: 24px;
  }
  .lg\:opacity-0 {
    opacity: 0;
  }
  .lg\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }
  .lg\:last\:border-l:last-child {
    border-left-width: 1px;
  }
  .lg\:last\:border-white\/25:last-child {
    border-color: rgb(255 255 255 / 0.25);
  }
  .lg\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }
  .odd\:lg\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }
  .odd\:lg\:border-gray-light:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgb(112 112 112 / var(--tw-border-opacity));
  }
  .lg\:odd\:pr-0:nth-child(odd) {
    padding-right: 0px;
  }
  .lg\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }
  .odd\:lg\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }
  .even\:lg\:border-r:nth-child(even) {
    border-right-width: 1px;
  }
  .even\:lg\:border-gray-light:nth-child(even) {
    --tw-border-opacity: 1;
    border-color: rgb(112 112 112 / var(--tw-border-opacity));
  }
  .lg\:even\:pr-0:nth-child(even) {
    padding-right: 0px;
  }
  .even\:lg\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }
  .lg\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }
  .lg\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }
  .lg\:last-of-type\:border-solid:last-of-type {
    border-style: solid;
  }
}

@media (min-width: 1280px) {
  .xl\:right-\[257px\] {
    right: 257px;
  }
  .xl\:top-\[531px\] {
    top: 531px;
  }
  .xl\:top-\[875px\] {
    top: 875px;
  }
  .xl\:bottom-\[761px\] {
    bottom: 761px;
  }
  .xl\:top-\[754px\] {
    top: 754px;
  }
  .xl\:bottom-\[690px\] {
    bottom: 690px;
  }
  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .xl\:-mr-8 {
    margin-right: -2rem;
  }
  .xl\:w-\[325px\] {
    width: 325px;
  }
  .xl\:w-\[551px\] {
    width: 551px;
  }
  .xl\:w-\[157\%\] {
    width: 157%;
  }
  .xl\:max-w-\[1500px\] {
    max-width: 1500px;
  }
  .xl\:translate-x-44 {
    --tw-translate-x: 11rem;
    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));
  }
  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .xl\:pl-14 {
    padding-left: 3.5rem;
  }
  .xl\:pr-10 {
    padding-right: 2.5rem;
  }
  .xl\:pr-0 {
    padding-right: 0px;
  }
  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .xl\:pr-44 {
    padding-right: 11rem;
  }
  .xl\:pt-9 {
    padding-top: 2.25rem;
  }
  .xl\:pb-48 {
    padding-bottom: 12rem;
  }
  .xl\:pl-6 {
    padding-left: 1.5rem;
  }
  .xl\:pr-6 {
    padding-right: 1.5rem;
  }
  .xl\:pb-0 {
    padding-bottom: 0px;
  }
  .xl\:even\:pr-0:nth-child(even) {
    padding-right: 0px;
  }
  .xl\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:bottom-\[609px\] {
    bottom: 609px;
  }
  .\32xl\:pl-6 {
    padding-left: 1.5rem;
  }
  .\32xl\:pr-16 {
    padding-right: 4rem;
  }
  .\32xl\:pl-16 {
    padding-left: 4rem;
  }
}
