@import url(https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,300;0,400;0,600;1,400;1,600&display=swap);
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
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 */
  font-variation-settings: normal; /* 6 */
}
/*
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-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;
}
*, ::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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 420px){
  .container{
    max-width: 420px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@media (min-width: undefinedpx){
  .container{
    max-width: undefinedpx;
  }
}
.absolute-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h1-lg{
  font-family: ABC-Gravity, sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(2 158 158 / var(--tw-text-opacity));
    font-weight: 300;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.02em;
}
@media (min-width: 768px) {
    .h1-lg {
      font-size: 60px;
      line-height: 66px;
    }
  }
@media (min-width: 1024px) {
    .h1-lg {
      font-size: 75px;
      line-height: 80px;
    }
  }
.h1{
  font-family: ABC-Gravity, sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 52.62px;
  --tw-text-opacity: 1;
  color: rgb(2 158 158 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .h1{
    font-size: 59px;
  }
}
.h1 {
    font-weight: 300;
  }
.h1 div{
  position: relative;
  z-index: 10;
}
.h2{
  font-family: ABC-Gravity, sans-serif;
    color: #029E9E;
    font-weight: 300;
    font-size: 35px;
    line-height: 0.8;
}
@media (min-width: 768px) {
    .h2 {
      font-size: 45px;
      line-height: 49.5px;
    }
  }
.h3{
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (min-width: 768px){
  .h3{
    font-size: 25px;
  }
}
.h4{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 768px){
  .h4{
    font-size: 25px;
  }
}
.subtitle{
  font-family: Titillium Web, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
}
@media (min-width: 768px) {
    .subtitle {
      font-size: 25px;
      line-height: 33px;
    }
  }
.layout-grid{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 0.625rem; /* 10px */;
       column-gap: 0.625rem; /* 10px */;
}
@media (min-width: 1024px){
  .layout-grid{
    -moz-column-gap: 1.25rem; /* 20px */;
         column-gap: 1.25rem; /* 20px */;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[10\%\]{
  bottom: 10%;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-10{
  right: 0.625rem; /* 10px */;
}
.right-\[30\%\]{
  right: 30%;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-10{
  top: 0.625rem; /* 10px */;
}
.top-\[10\%\]{
  top: 10%;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-10{
  grid-column: span 10 / span 10;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-start-1{
  grid-column-start: 1;
}
.col-start-2{
  grid-column-start: 2;
}
.row-start-1{
  grid-row-start: 1;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-12{
  margin-bottom: 0.75rem; /* 12px */;
}
.mb-16{
  margin-bottom: 1rem; /* 16px */;
}
.mb-20{
  margin-bottom: 1.25rem; /* 20px */;
}
.mb-24{
  margin-bottom: 1.5rem; /* 24px */;
}
.mb-30{
  margin-bottom: 1.875rem; /* 30px */;
}
.mb-32{
  margin-bottom: 2rem; /* 32px */;
}
.mb-34{
  margin-bottom: 2.125rem; /* 34px */;
}
.mb-36{
  margin-bottom: 2.25rem; /* 36px */;
}
.mb-40{
  margin-bottom: 2.5rem; /* 40px */;
}
.mb-42{
  margin-bottom: 2.625rem; /* 42px */;
}
.mb-50{
  margin-bottom: 3.125rem; /* 50px */;
}
.mb-70{
  margin-bottom: 4.375rem; /* 70px */;
}
.mb-72{
  margin-bottom: 4.5rem; /* 72px */;
}
.ml-\[-25px\]{
  margin-left: -25px;
}
.mr-\[-25px\]{
  margin-right: -25px;
}
.mt-10{
  margin-top: 0.625rem; /* 10px */;
}
.mt-12{
  margin-top: 0.75rem; /* 12px */;
}
.mt-16{
  margin-top: 1rem; /* 16px */;
}
.mt-20{
  margin-top: 1.25rem; /* 20px */;
}
.mt-24{
  margin-top: 1.5rem; /* 24px */;
}
.mt-30{
  margin-top: 1.875rem; /* 30px */;
}
.mt-32{
  margin-top: 2rem; /* 32px */;
}
.mt-34{
  margin-top: 2.125rem; /* 34px */;
}
.mt-40{
  margin-top: 2.5rem; /* 40px */;
}
.mt-42{
  margin-top: 2.625rem; /* 42px */;
}
.mt-\[-150px\]{
  margin-top: -150px;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.aspect-\[125\/89\]{
  aspect-ratio: 125/89;
}
.aspect-\[364\/239\]{
  aspect-ratio: 364/239;
}
.aspect-\[48\/17\]{
  aspect-ratio: 48/17;
}
.aspect-\[51\/67\]{
  aspect-ratio: 51/67;
}
.aspect-\[8\/5\]{
  aspect-ratio: 8/5;
}
.aspect-\[8\/9\]{
  aspect-ratio: 8/9;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.\!h-auto{
  height: auto !important;
}
.h-20{
  height: 1.25rem; /* 20px */;
}
.h-30{
  height: 1.875rem; /* 30px */;
}
.h-40{
  height: 2.5rem; /* 40px */;
}
.h-48{
  height: 3rem; /* 48px */;
}
.h-50{
  height: 3.125rem; /* 50px */;
}
.h-\[110px\]{
  height: 110px;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[68px\]{
  height: 68px;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.max-h-700{
  max-height: 43.75rem; /* 700px */;
}
.max-h-\[22px\]{
  max-height: 22px;
}
.max-h-\[40px\]{
  max-height: 40px;
}
.max-h-\[94px\]{
  max-height: 94px;
}
.min-h-\[600px\]{
  min-height: 600px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/2{
  width: 50%;
}
.w-20{
  width: 1.25rem; /* 20px */;
}
.w-40{
  width: 2.5rem; /* 40px */;
}
.w-50{
  width: 3.125rem; /* 50px */;
}
.w-60{
  width: 3.75rem; /* 60px */;
}
.w-\[110px\]{
  width: 110px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[400\%\]{
  width: 400%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[110px\]{
  max-width: 110px;
}
.max-w-\[118px\]{
  max-width: 118px;
}
.max-w-\[140px\]{
  max-width: 140px;
}
.max-w-\[15\%\]{
  max-width: 15%;
}
.max-w-\[17\%\]{
  max-width: 17%;
}
.max-w-\[180px\]{
  max-width: 180px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[256px\]{
  max-width: 256px;
}
.max-w-\[30\%\]{
  max-width: 30%;
}
.max-w-\[40\%\]{
  max-width: 40%;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[420px\]{
  max-width: 420px;
}
.max-w-\[460px\]{
  max-width: 460px;
}
.max-w-\[490px\]{
  max-width: 490px;
}
.max-w-\[520px\]{
  max-width: 520px;
}
.max-w-\[60\%\]{
  max-width: 60%;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[614px\]{
  max-width: 614px;
}
.max-w-\[644px\]{
  max-width: 644px;
}
.max-w-\[680px\]{
  max-width: 680px;
}
.max-w-\[8\%\]{
  max-width: 8%;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.max-w-\[98px\]{
  max-width: 98px;
}
.max-w-\[996px\]{
  max-width: 996px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-none{
  max-width: none;
}
.flex-1{
  flex: 1 1 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-y-1\/4{
  --tw-translate-y: -25%;
  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-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-x-1\/3{
  --tw-translate-x: 33.333333%;
  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-1\/4{
  --tw-translate-y: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!cursor-pointer{
  cursor: pointer !important;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 0.625rem; /* 10px */;
}
.gap-12{
  gap: 0.75rem; /* 12px */;
}
.gap-16{
  gap: 1rem; /* 16px */;
}
.gap-20{
  gap: 1.25rem; /* 20px */;
}
.gap-24{
  gap: 1.5rem; /* 24px */;
}
.gap-30{
  gap: 1.875rem; /* 30px */;
}
.gap-32{
  gap: 2rem; /* 32px */;
}
.gap-40{
  gap: 2.5rem; /* 40px */;
}
.gap-8{
  gap: 0.5rem; /* 8px */;
}
.gap-80{
  gap: 5rem; /* 80px */;
}
.gap-\[60px\]{
  gap: 60px;
}
.gap-x-10{
  -moz-column-gap: 0.625rem; /* 10px */;
       column-gap: 0.625rem; /* 10px */;
}
.gap-x-\[100px\]{
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.gap-y-20{
  row-gap: 1.25rem; /* 20px */;
}
.gap-y-30{
  row-gap: 1.875rem; /* 30px */;
}
.gap-y-34{
  row-gap: 2.125rem; /* 34px */;
}
.gap-y-40{
  row-gap: 2.5rem; /* 40px */;
}
.gap-y-60{
  row-gap: 3.75rem; /* 60px */;
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[34px\]{
  border-radius: 34px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border-4{
  border-width: 4px;
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(2 158 158 / var(--tw-border-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-charcoal{
  --tw-bg-opacity: 1;
  background-color: rgb(99 99 99 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(2 158 158 / var(--tw-bg-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(13 18 38 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.px-10{
  padding-left: 0.625rem; /* 10px */;
  padding-right: 0.625rem; /* 10px */;
}
.px-40{
  padding-left: 2.5rem; /* 40px */;
  padding-right: 2.5rem; /* 40px */;
}
.px-8{
  padding-left: 0.5rem; /* 8px */;
  padding-right: 0.5rem; /* 8px */;
}
.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}
.py-10{
  padding-top: 0.625rem; /* 10px */;
  padding-bottom: 0.625rem; /* 10px */;
}
.py-4{
  padding-top: 0.25rem; /* 4px */;
  padding-bottom: 0.25rem; /* 4px */;
}
.py-\[92px\]{
  padding-top: 92px;
  padding-bottom: 92px;
}
.pb-100{
  padding-bottom: 6.25rem; /* 100px */;
}
.pb-2{
  padding-bottom: 0.125rem; /* 2px */;
}
.pb-60{
  padding-bottom: 3.75rem; /* 60px */;
}
.pb-8{
  padding-bottom: 0.5rem; /* 8px */;
}
.pb-\[120px\]{
  padding-bottom: 120px;
}
.pb-\[300px\]{
  padding-bottom: 300px;
}
.pt-30{
  padding-top: 1.875rem; /* 30px */;
}
.pt-40{
  padding-top: 2.5rem; /* 40px */;
}
.pt-8{
  padding-top: 0.5rem; /* 8px */;
}
.pt-\[200px\]{
  padding-top: 200px;
}
.pt-\[280px\]{
  padding-top: 280px;
}
.pt-\[300px\]{
  padding-top: 300px;
}
.pt-\[340px\]{
  padding-top: 340px;
}
.text-center{
  text-align: center;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[24px\]{
  font-size: 24px;
}
.font-light{
  font-weight: 300;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.text-charcoal{
  --tw-text-opacity: 1;
  color: rgb(99 99 99 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(2 158 158 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(13 18 38 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-10{
  opacity: 0.1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-50{
  opacity: 0.5;
}
.blur-\[1px\]{
  --tw-blur: blur(1px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-card{
  --tw-drop-shadow: drop-shadow(0px 16.803346633911133px 33.606693267822266px 0px rgba(0, 0, 0, 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
@font-face {
  font-family: "ABC-Gravity";
  src: url("/wp-content/themes/gme-theme/public/fonts/ABCGravity-ExtraCondensed-Trial.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.wysiwyg a{
  --tw-text-opacity: 1;
  color: rgb(2 158 158 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.wysiwyg * + p,
.wysiwyg * + ul,
.wysiwyg * + ol{
  margin-top: 1.25rem; /* 20px */;
}
@media (min-width: 768px){
  .wysiwyg * + p,
.wysiwyg * + ul,
.wysiwyg * + ol{
    margin-top: 1.875rem; /* 30px */;
  }
}

body{
  min-height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(13 18 38 / var(--tw-bg-opacity));
  font-family: Titillium Web, sans-serif;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  body{
    font-size: 20px;
  }
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body::-webkit-scrollbar-thumb {
  background: #029E9E;
  border-radius: 6px;
}
body::-webkit-scrollbar-track {
  background: #0D1226;
}
body {
  scrollbar-face-color: #029E9E;
  scrollbar-track-color: #0D1226;
}

html{
  overflow-x: hidden;
  scroll-behavior: none;
}

.full-height {
  height: 100vh;
  height: var(--vh);
}
.static{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  mix-blend-mode: multiply;
  background: repeating-conic-gradient(#000 0 0.0001%, rgba(0, 0, 0, 0) 0 0.0002%);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cog {
  animation: spin 60s linear infinite;
  transform-origin: center center;
}

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

.container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1380px;
  padding-left: 1.25rem; /* 20px */;
  padding-right: 1.25rem; /* 20px */;
}

@media (min-width: 768px){
  .container{
    padding-left: 2.5rem; /* 40px */;
    padding-right: 2.5rem; /* 40px */;
  }
}

.container-xl{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
  padding-left: 1.25rem; /* 20px */;
  padding-right: 1.25rem; /* 20px */;
}

@media (min-width: 768px){
  .container-xl{
    padding-left: 2.5rem; /* 40px */;
    padding-right: 2.5rem; /* 40px */;
  }
}

.btn.btn--primary{
  position: relative;
  display: inline-flex;
  min-width: 168px;
  justify-content: center;
  padding-left: 0.875rem; /* 14px */;
  padding-right: 0.875rem; /* 14px */;
  padding-top: 0.625rem; /* 10px */;
  padding-bottom: 0.625rem; /* 10px */;
  text-align: center;
  font-family: Titillium Web, sans-serif;
  font-size: 18px;
}

@media (min-width: 768px){
  .btn.btn--primary{
    font-size: 20px;
  }
}

.btn.btn--primary {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
}
.btn.btn--primary .btn__backdrop{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(2 158 158 / var(--tw-bg-opacity));
}
.btn.btn--primary .btn__bg{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(2 158 158 / var(--tw-bg-opacity));
}
.btn.btn--primary .btn__text{
  position: relative;
  z-index: 10;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn--primary .btn__swipe{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
}
.btn.btn--primary .btn__swipe__bg{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: calc(100% + 10px);
  width: 100%;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  -webkit-clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%);
}
.btn.btn--primary .btn__swipe__text{
  position: relative;
  z-index: 10;
  --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));
  --tw-text-opacity: 1;
  color: rgb(2 158 158 / var(--tw-text-opacity));
  opacity: 0;
}

.btn-text{
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 0.25rem; /* 4px */;
  --tw-text-opacity: 1;
  color: rgb(2 158 158 / var(--tw-text-opacity));
}
.btn-text::before, .btn-text::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 0.125rem; /* 2px */;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(2 158 158 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-text::before{
  --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));
}
.btn-text::after{
  --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));
}
.btn-text:hover::before{
  --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));
}
.btn-text:hover::after{
  --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));
  transition-delay: 300ms;
}

.btn.btn--tab{
  position: relative;
  display: inline-flex;
  justify-content: center;
  border-radius: 0.375rem;
  padding-left: 1.25rem; /* 20px */;
  padding-right: 1.25rem; /* 20px */;
  padding-top: 0.625rem; /* 10px */;
  padding-bottom: 0.625rem; /* 10px */;
  text-align: center;
  font-family: Titillium Web, sans-serif;
  font-size: 16px;
  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;
}

@media (min-width: 1024px){
  .btn.btn--tab{
    padding-left: 2.5rem; /* 40px */;
    padding-right: 2.5rem; /* 40px */;
    padding-top: 1.25rem; /* 20px */;
    padding-bottom: 1.25rem; /* 20px */;
    font-size: 20px;
  }
}
.btn.btn--tab .btn__text{
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(2 158 158 / var(--tw-text-opacity));
}
.btn.btn--tab:hover, .btn.btn--tab.active{
  --tw-bg-opacity: 1;
  background-color: rgb(2 158 158 / var(--tw-bg-opacity));
}
.btn.btn--tab:hover .btn__text, .btn.btn--tab.active .btn__text{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.swiper-button-prev::before {
  display: block;
  content: url("data:image/svg+xml,%3Csvg width='13' height='37' viewBox='0 0 13 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8427 0L0 17.7426L0.853191 18.264L0 18.7854L10.8427 36.528L12.5493 35.4851L2.02526 18.264L12.5493 1.0429L10.8427 0Z' fill='%23029E9E'/%3E%3C/svg%3E%0A");
  height: 36px;
}

.swiper-button-next::before {
  display: block;
  content: url("data:image/svg+xml,%3Csvg width='14' height='37' viewBox='0 0 14 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.25593 36.5281L13.0986 18.7855L12.2454 18.264L13.0986 17.7426L2.25593 6.6815e-06L0.549366 1.04291L11.0734 18.264L0.549363 35.4852L2.25593 36.5281Z' fill='%23029E9E'/%3E%3C/svg%3E%0A");
  height: 36px;
}

.swiper-button-next,
.swiper-button-prev{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.swiper-button-disabled{
  opacity: 0.5;
}

.swiper-pagination{
  display: flex;
  align-items: center;
  gap: 1.25rem; /* 20px */;
}
.swiper-pagination-bullet{
  height: 0.625rem; /* 10px */;
  width: 0.625rem; /* 10px */;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(2 158 158 / var(--tw-bg-opacity));
}
.swiper-pagination-bullet-active{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
section.section-light .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(2 158 158 / var(--tw-bg-opacity));
}
.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1.125rem; /* 18px */;
  width: 1.125rem; /* 18px */;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
section.section-light .swiper-pagination-bullet-active::after{
  --tw-border-opacity: 1;
  border-color: rgb(2 158 158 / var(--tw-border-opacity));
}
.swiper-pagination-bullet-active::after{
  opacity: 1;
}

html {
  --plyr-color-main: #029E9E;
}

.video-wrap .plyr{
  aspect-ratio: 16 / 9;
}
.video-wrap .plyr video {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.video-wrap .plyr .plyr__poster{
  background-size: cover;
}
.video-wrap .plyr .plyr__poster::after {
  content: "";
  position: absolute;
  inset: 0px;
  opacity: 0.75;
  background: radial-gradient(circle, rgba(43, 40, 40, 0.3) 0%, rgb(43, 40, 40) 100%);
}
.video-wrap .plyr .plyr__control.plyr__control--overlaid[data-plyr=play]{
  background-color: transparent;
  padding: 0px;
  opacity: 1;
}
.video-wrap .plyr .plyr__control.plyr__control--overlaid[data-plyr=play] svg{
  display: none;
}
.video-wrap .plyr .plyr__control.plyr__control--overlaid[data-plyr=play]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/wp-content/themes/gme/img/play.png") no-repeat center;
  background-size: 140px;
  height: 140px;
  width: 140px;
}

.form{
  --tw-text-opacity: 1;
  color: rgb(99 99 99 / var(--tw-text-opacity));
}
.form label{
  margin-bottom: 0.625rem; /* 10px */;
  display: block;
}

.field{
  height: 2.5rem; /* 40px */;
  width: 100%;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(209 215 215 / var(--tw-bg-opacity));
  padding-left: 1rem; /* 16px */;
  padding-right: 1rem; /* 16px */;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

textarea.field{
  height: 128px;
  resize: none;
  padding-top: 0.5rem; /* 8px */;
  padding-bottom: 0.5rem; /* 8px */;
}

.structure-header::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.625rem; /* 10px */;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(2 158 158 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
body:not(.home) .structure-header::before{
  opacity: 1;
}

.structure-header__menu li{
  position: relative;
}
.structure-header__menu li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% + 2px);
  width: calc(100% + 20px);
  --tw-translate-x: -50%;
  --tw-translate-y: calc(-50% - 3px);
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(2 158 158 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.structure-header__menu li a{
  position: relative;
  z-index: 10;
  display: block;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 100ms;
  transition-duration: 300ms;
}
.structure-header__menu li:hover::before{
  --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;
}
.structure-header__menu li:hover a{
  --tw-translate-y: -3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.section-homeHero__inner{
  position: relative;
}
.section-homeHero__inner .plyr {
  height: 100%;
  aspect-ratio: auto;
}
.section-homeHero__inner .plyr .plyr__video-wrapper {
  aspect-ratio: auto;
}
.section-homeHero__inner video{
  aspect-ratio: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-homeHero__inner .video-wrap{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.section-homeHero__inner::after {
  content: "";
  background: linear-gradient(0deg, rgba(13, 18, 38, 0) 70%, rgb(13, 18, 38) 100%), linear-gradient(90deg, rgba(13, 18, 38, 0.7) 0%, rgba(13, 18, 38, 0) 50%), linear-gradient(4deg, rgb(13, 18, 38) 20%, rgba(13, 18, 38, 0) 75%);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {}
.section-hero--gradient{
  position: relative;
}
.section-hero--gradient::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  background: linear-gradient(0.98deg, #0D1122 4.46%, rgba(13, 17, 34, 0) 40.01%), linear-gradient(180deg, #0D1122 0%, rgba(13, 17, 34, 0) 12.94%), linear-gradient(90.09deg, rgba(13, 17, 34, 0.8) 0.07%, rgba(13, 17, 34, 0) 70.02%), linear-gradient(0deg, #0d1122 0%, rgba(13, 17, 34, 0) 100%);
}

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

.sections section{
  position: relative;
}
.sections .section-gradient{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #173553;
  background-image: linear-gradient(0deg, rgb(13, 18, 38) 0%, rgba(13, 18, 38, 0) 10%, rgb(13, 18, 38) 94%, rgb(13, 18, 38) 100%);
}
@media (min-width: 768px) {
  .sections .section-gradient {
    background-image: radial-gradient(circle, rgba(13, 18, 38, 0) 70%, rgb(13, 18, 38) 100%), linear-gradient(0deg, rgba(13, 18, 38, 0) 0%, rgb(13, 18, 38) 90%, rgb(13, 18, 38) 100%);
  }
}
.sections .section-gradient-light{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.2;
}
.sections .sections-gradient-light {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.sections .sections-gradient-light:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: var(--background);
  background-size: cover;
}
.sections .sections-gradient-dark {
  position: relative;
}
.sections .sections-gradient-dark:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-image: var(--background);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section-padding{
  padding-top: 74px;
  padding-bottom: 74px;
}

@media (min-width: 768px){
  .section-padding{
    padding-top: 132px;
    padding-bottom: 132px;
  }
}

.section-light{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.section-light .wysiwyg,
.section-light .subheading,
.section-light .subtitle{
  --tw-text-opacity: 1;
  color: rgb(99 99 99 / var(--tw-text-opacity));
}

.section-light:not(.section-fullImage) + .section-light,
.section-light:not(.section-fullImage) + .section-light .section-padding {
  padding-top: 0 !important;
}

.modal__contents .modal__content:not(:first-child){
  display: none;
  opacity: 0;
}

.modal__tabs .btn.active{
  font-weight: 700;
}
.modal__tabs .btn.active .btn__hover g{
  opacity: 1;
}
.modal__tabs .btn.active svg {
  opacity: 0.8;
}

.modal__content__overlay::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(13, 18, 37, 0.85) 58%, rgb(13, 18, 37) 100%);
}

.footer {
  background: radial-gradient(832.32% 50% at 50% 50%, #12314E 0%, #0E1A2C 100%);
}

.section-cardSlider .swiper-backface-hidden .swiper-slide{
  overflow: hidden;
}
.section-cardSlider .swiper{
  overflow: visible;
}

.section-contentBg{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .section-contentBg{
    --tw-bg-opacity: 1;
    background-color: rgb(13 18 38 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(242 234 221 / var(--tw-text-opacity));
  }
}
.section-contentBg .subheading{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .section-contentBg .subheading{
    --tw-text-opacity: 1;
    color: rgb(242 234 221 / var(--tw-text-opacity));
  }
}
.section-contentBg::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .section-contentBg::after {
    background: linear-gradient(88deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.section-contentBg .wysiwyg{
  --tw-text-opacity: 1;
  color: rgb(99 99 99 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .section-contentBg .wysiwyg{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.section-team .swiper{
  overflow: visible;
}

.team__member__image {
  box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.1490196078) inset;
}

.icon-slider__background::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(359.55deg, #0d1226 0.59%, rgba(13, 18, 38, 0) 40.55%);
}

.section-gameHero__imageOverlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(0.98deg, #0d1226 4.46%, rgba(13, 18, 38, 0) 40.01%), linear-gradient(180deg, #0d1226 0%, rgba(13, 18, 38, 0) 12.94%), linear-gradient(90.09deg, rgba(13, 18, 38, 0.8) 0.07%, rgba(13, 18, 38, 0) 70.02%), linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.section-hero__imageOverlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(0.98deg, #0d1226 4.46%, rgba(13, 18, 38, 0) 40.01%), linear-gradient(180deg, #0d1226 0%, rgba(13, 18, 38, 0) 12.94%), linear-gradient(90.09deg, rgba(13, 18, 38, 0.8) 0.07%, rgba(13, 18, 38, 0) 70.02%), linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.section-gameCTA__backgroundOverlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), radial-gradient(48.73% 55.67% at 50% 44.34%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@media (max-width: 1023px){
  .lg-max\:absolute-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

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

.hover\:scale-110:hover{
  --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));
}

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

.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(2 158 158 / var(--tw-text-opacity));
}

@media (min-width: 420px){
  .xs\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .xs\:col-start-2{
    grid-column-start: 2;
  }
}

@media (min-width: 640px){
  .sm\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .sm\:col-start-2{
    grid-column-start: 2;
  }
  .sm\:mb-20{
    margin-bottom: 1.25rem; /* 20px */;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:max-w-\[240px\]{
    max-width: 240px;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:gap-20{
    gap: 1.25rem; /* 20px */;
  }
  .sm\:gap-30{
    gap: 1.875rem; /* 30px */;
  }
  .sm\:gap-y-\[64px\]{
    row-gap: 64px;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-30{
    padding-left: 1.875rem; /* 30px */;
    padding-right: 1.875rem; /* 30px */;
  }
  .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .md\:col-start-3{
    grid-column-start: 3;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-40{
    margin-bottom: 2.5rem; /* 40px */;
  }
  .md\:mb-44{
    margin-bottom: 2.75rem; /* 44px */;
  }
  .md\:mb-60{
    margin-bottom: 3.75rem; /* 60px */;
  }
  .md\:mb-90{
    margin-bottom: 5.625rem; /* 90px */;
  }
  .md\:mt-30{
    margin-top: 1.875rem; /* 30px */;
  }
  .md\:mt-48{
    margin-top: 3rem; /* 48px */;
  }
  .md\:mt-50{
    margin-top: 3.125rem; /* 50px */;
  }
  .md\:mt-80{
    margin-top: 5rem; /* 80px */;
  }
  .md\:mt-\[90px\]{
    margin-top: 90px;
  }
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:aspect-auto{
    aspect-ratio: auto;
  }
  .md\:h-\[140px\]{
    height: 140px;
  }
  .md\:max-h-\[112px\]{
    max-height: 112px;
  }
  .md\:max-h-\[32px\]{
    max-height: 32px;
  }
  .md\:w-\[140px\]{
    width: 140px;
  }
  .md\:w-\[288px\]{
    width: 288px;
  }
  .md\:max-w-\[140px\]{
    max-width: 140px;
  }
  .md\:max-w-\[228px\]{
    max-width: 228px;
  }
  .md\:max-w-\[300px\]{
    max-width: 300px;
  }
  .md\:max-w-\[356px\]{
    max-width: 356px;
  }
  .md\:max-w-\[460px\]{
    max-width: 460px;
  }
  .md\:max-w-\[50\%\]{
    max-width: 50%;
  }
  .md\:max-w-\[600px\]{
    max-width: 600px;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:gap-40{
    gap: 2.5rem; /* 40px */;
  }
  .md\:gap-70{
    gap: 4.375rem; /* 70px */;
  }
  .md\:gap-x-36{
    -moz-column-gap: 2.25rem; /* 36px */;
         column-gap: 2.25rem; /* 36px */;
  }
  .md\:gap-y-30{
    row-gap: 1.875rem; /* 30px */;
  }
  .md\:gap-y-50{
    row-gap: 3.125rem; /* 50px */;
  }
  .md\:py-\[220px\]{
    padding-top: 220px;
    padding-bottom: 220px;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-\[20px\]{
    font-size: 20px;
  }
  .md\:text-\[34px\]{
    font-size: 34px;
  }
}

@media (min-width: 1024px){
  .lg\:right-20{
    right: 1.25rem; /* 20px */;
  }
  .lg\:top-20{
    top: 1.25rem; /* 20px */;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .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-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:col-start-2{
    grid-column-start: 2;
  }
  .lg\:col-start-3{
    grid-column-start: 3;
  }
  .lg\:col-start-4{
    grid-column-start: 4;
  }
  .lg\:col-start-5{
    grid-column-start: 5;
  }
  .lg\:col-start-6{
    grid-column-start: 6;
  }
  .lg\:col-start-8{
    grid-column-start: 8;
  }
  .lg\:col-start-9{
    grid-column-start: 9;
  }
  .lg\:row-start-1{
    grid-row-start: 1;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-16{
    margin-bottom: 1rem; /* 16px */;
  }
  .lg\:mb-30{
    margin-bottom: 1.875rem; /* 30px */;
  }
  .lg\:mb-32{
    margin-bottom: 2rem; /* 32px */;
  }
  .lg\:mb-60{
    margin-bottom: 3.75rem; /* 60px */;
  }
  .lg\:mb-76{
    margin-bottom: 4.75rem; /* 76px */;
  }
  .lg\:mb-80{
    margin-bottom: 5rem; /* 80px */;
  }
  .lg\:mt-72{
    margin-top: 4.5rem; /* 72px */;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:aspect-auto{
    aspect-ratio: auto;
  }
  .lg\:h-150{
    height: 9.375rem; /* 150px */;
  }
  .lg\:min-h-\[800px\]{
    min-height: 800px;
  }
  .lg\:w-150{
    width: 9.375rem; /* 150px */;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-full{
    max-width: 100%;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:gap-20{
    gap: 1.25rem; /* 20px */;
  }
  .lg\:gap-32{
    gap: 2rem; /* 32px */;
  }
  .lg\:gap-42{
    gap: 2.625rem; /* 42px */;
  }
  .lg\:gap-x-20{
    -moz-column-gap: 1.25rem; /* 20px */;
         column-gap: 1.25rem; /* 20px */;
  }
  .lg\:gap-y-42{
    row-gap: 2.625rem; /* 42px */;
  }
  .lg\:rounded-none{
    border-radius: 0px;
  }
  .lg\:border-none{
    border-style: none;
  }
  .lg\:px-20{
    padding-left: 1.25rem; /* 20px */;
    padding-right: 1.25rem; /* 20px */;
  }
  .lg\:px-90{
    padding-left: 5.625rem; /* 90px */;
    padding-right: 5.625rem; /* 90px */;
  }
  .lg\:pb-30{
    padding-bottom: 1.875rem; /* 30px */;
  }
  .lg\:pb-80{
    padding-bottom: 5rem; /* 80px */;
  }
  .lg\:pb-\[132px\]{
    padding-bottom: 132px;
  }
  .lg\:pt-200{
    padding-top: 12rem; /* 200px */;
  }
  .lg\:pt-40{
    padding-top: 2.5rem; /* 40px */;
  }
  .lg\:pt-60{
    padding-top: 3.75rem; /* 60px */;
  }
  .lg\:pt-\[132px\]{
    padding-top: 132px;
  }
  .lg\:pt-\[200px\]{
    padding-top: 200px;
  }
  .lg\:text-left{
    text-align: left;
  }
}

@media (min-width: 1280px){
  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .xl\:col-start-1{
    grid-column-start: 1;
  }
  .xl\:col-start-7{
    grid-column-start: 7;
  }
  .xl\:col-start-9{
    grid-column-start: 9;
  }
  .xl\:mb-0{
    margin-bottom: 0px;
  }
  .xl\:mb-60{
    margin-bottom: 3.75rem; /* 60px */;
  }
  .xl\:gap-\[100px\]{
    gap: 100px;
  }
}
