/* npx tailwindcss -i ./src/style.css -o ./style.css --watch */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

@font-face {
  font-family: "basier_squareregular";

  src: url("fonts/basiersquare-regular-webfont.eot");

  src:
      url("fonts/basiersquare-regular-webfont.eot?#iefix")
        format("embedded-opentype"),
      url("fonts/basiersquare-regular-webfont.woff2") format("woff2"),
      url("fonts/basiersquare-regular-webfont.woff") format("woff"),
      url("fonts/basiersquare-regular-webfont.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "basier_squaresemibold";

  src: url("fonts/basiersquare-semibold-webfont.eot");

  src:
      url("fonts/basiersquare-semibold-webfont.eot?#iefix")
        format("embedded-opentype"),
      url("fonts/basiersquare-semibold-webfont.woff2") format("woff2"),
      url("fonts/basiersquare-semibold-webfont.woff") format("woff"),
      url("fonts/basiersquare-semibold-webfont.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "basier_squaremedium";

  src: url("fonts/basiersquare-medium-webfont.eot");

  src:
      url("fonts/basiersquare-medium-webfont.eot?#iefix")
        format("embedded-opentype"),
      url("fonts/basiersquare-medium-webfont.woff2") format("woff2"),
      url("fonts/basiersquare-medium-webfont.woff") format("woff"),
      url("fonts/basiersquare-medium-webfont.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "basier_squarebold";

  src: url("fonts/basiersquare-bold-webfont.eot");

  src:
      url("fonts/basiersquare-bold-webfont.eot?#iefix")
        format("embedded-opentype"),
      url("fonts/basiersquare-bold-webfont.woff2") format("woff2"),
      url("fonts/basiersquare-bold-webfont.woff") format("woff"),
      url("fonts/basiersquare-bold-webfont.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

ol {
  list-style: revert;
}

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

ol {
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  ol {
    padding-left: 2.5rem;
  }
}

body {
  font-size: 0.938rem;
}

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

/* h1,
  h2,
  h3,
  h4,
  h5 {
    @apply ;
  } */

h1 {
  font-family: basier_squaresemibold, sans-serif;
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

h1 {
  line-height: 135%;
}

h2 {
  /* font-family: "basier_squaremedium"; */
  font-size: 1.125rem;
}

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

h2 {
  font-family: basier_squaresemibold, sans-serif;
  font-size: 1.875rem;
}

h3 {
  /* font-family: "basier_squaremedium"; */
  font-family: basier_squaresemibold, sans-serif;
  font-size: 1.25rem;
}

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

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

a:hover {
  opacity: 0.5;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a svg path {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

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

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

.left-0 {
  left: 0px;
}

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

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

.right-0 {
  right: 0px;
}

.right-\[1\.5rem\] {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.ml-2\.5 {
  margin-left: 0.625rem;
}

.mr-\[1\.5rem\] {
  margin-right: 1.5rem;
}

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

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[939\/1354\] {
  aspect-ratio: 939/1354;
}

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

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

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

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

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

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

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

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

.h-\[calc\(100\%\+2\%\)\] {
  height: calc(100% + 2%);
}

.h-\[calc\(100\%\+22px\)\] {
  height: calc(100% + 22px);
}

.h-\[calc\(100\%\+84px\)\] {
  height: calc(100% + 84px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.max-h-none {
  max-height: none;
}

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

.min-h-full {
  min-height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-y-10 {
  row-gap: 2.5rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

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

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

.-border--mast-artctic {
  --tw-border-opacity: 1;
  border-color: rgb(21 84 147 / var(--tw-border-opacity, 1));
}

.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

.-border-b--mast-baltic {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(86 142 198 / var(--tw-border-opacity, 1));
}

.-bg--mast-artctic {
  --tw-bg-opacity: 1;
  background-color: rgb(21 84 147 / var(--tw-bg-opacity, 1));
}

.-bg--mast-artctic\/20 {
  background-color: rgb(21 84 147 / 0.2);
}

.-bg--mast-artctic\/75 {
  background-color: rgb(21 84 147 / 0.75);
}

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

.-bg--mast-baltic {
  --tw-bg-opacity: 1;
  background-color: rgb(86 142 198 / var(--tw-bg-opacity, 1));
}

.-bg--mast-baltic-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 232 244 / var(--tw-bg-opacity, 1));
}

.-bg--mast-baltic\/20 {
  background-color: rgb(86 142 198 / 0.2);
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.-from--mast-atlantic\/75 {
  --tw-gradient-from: rgb(0 0 58 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.-to--mast-atlantic\/0 {
  --tw-gradient-to: rgb(0 0 58 / 0) var(--tw-gradient-to-position);
}

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

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

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

.-stroke--mast-atlantic {
  stroke: #00003a;
}

.-stroke--mast-pacific\/60 {
  stroke: rgb(4 0 121 / 0.6);
}

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

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

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

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

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

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

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

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

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

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

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

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

.pr-\[1\.5rem\] {
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

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

.font-body {
  font-family: basier_squareregular, sans-serif;
}

.font-body-medium {
  font-family: basier_squaremedium, sans-serif;
}

.font-body-semibold {
  font-family: basier_squaresemibold, sans-serif;
}

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

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

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

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

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.leading-lh-130 {
  line-height: 130%;
}

.-text--mast-artctic-20 {
  --tw-text-opacity: 1;
  color: rgb(207 221 233 / var(--tw-text-opacity, 1));
}

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

.-text--mast-atlantic-80 {
  --tw-text-opacity: 1;
  color: rgb(51 51 97 / var(--tw-text-opacity, 1));
}

.-text--mast-baltic {
  --tw-text-opacity: 1;
  color: rgb(86 142 198 / var(--tw-text-opacity, 1));
}

.-text--mast-baltic-20 {
  --tw-text-opacity: 1;
  color: rgb(221 232 244 / var(--tw-text-opacity, 1));
}

.-text--mast-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(42 42 50 / var(--tw-text-opacity, 1));
}

.-text--mast-pacific {
  --tw-text-opacity: 1;
  color: rgb(4 0 121 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

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

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

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

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

/* npx tailwindcss -i ./src/style.css -o ./style.css --watch */

:root {
  --mast-dark-gray: #2a2a32;
  --mast-artctic: #155493;
  --mast-artctic-20: #cfdde9;
  --mast-atlantic: #00003a;
  --mast-atlantic-80: #333361;
  --mast-atlantic-60: #666689;
  --mast-atlantic-40: #9999b0;
  --mast-baltic: #568ec6;
  --mast-baltic-60: #9bbbdd;
  --mast-baltic-40: #bbd2e8;
  --mast-baltic-20: #dde8f4;
  --mast-pacific: #040079;
  --mast-pacific-80: #353394;
  --mast-pacific-60: #6966af;
}

body {
  /* line-height: 130%;
  line-height: 1.35rem; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: basier_squareregular, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(42 42 50 / var(--tw-text-opacity, 1));
  font-optical-sizing: auto;
  /* padding-top: 77px; */
}

b,
strong {
  font-family: basier_squaresemibold, sans-serif;
}

p {
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 125% !important;
}

body.noscroll {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: calc(1170px + 2.5rem);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container.no-padding-xs {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (min-width: 768px) {
  .container,
  .container.no-padding-xs {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.text-content h2,
.text-content h3,
.text-content h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .text-content h2,
.text-content h3,
.text-content h4 {
    margin-top: 40px;
  }
}

/* @media screen and (min-width: 1440px) {
  .container {
    @apply px-24;
  }
} */

/* Menu icon */

/* .menu-toggle {
  height: 16px;
  padding: 25px 20px;
  right: 0;
  text-indent: -9999px;
  top: 33px;
  transform: translateY(-50%);
  width: calc(34px + 40px);
  cursor: pointer;
  box-shadow: none;
  z-index: 95;
} */

/* Menu icon */

@media screen and (min-width: 768px) {
}

/* Navigations */

.menu-item a {
  display: flex;
  width: 100%;
  border-bottom-width: 2px;
  border-style: dashed;
  border-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: basier_squaremedium, sans-serif;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: rgb(105 102 175 / 0.8);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

footer .menu-item a,
.legal-menu .menu-item a {
  /* color: var(--aq-mid-blue); */
}

.menu-item:hover a,
.menu-item.current-menu-item a {
  /* @apply -text--mast-atlantic border-dashed -border--mast-pacific/80 opacity-100; */
  --tw-text-opacity: 1;
  color: rgb(0 0 58 / var(--tw-text-opacity, 1));
  opacity: 1;
}

footer .menu-item a {
  border-style: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 176 / var(--tw-text-opacity, 1));
}

footer .menu-item a br {
  display: none;
}

footer .menu-item a:hover,
footer .menu-item.current-menu-item a {
  border-style: none;
  --tw-text-opacity: 1;
  color: rgb(221 232 244 / var(--tw-text-opacity, 1));
}

.legal-menu .menu-item a {
  margin: 0px;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(207 221 233 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .legal-menu .menu-item a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.mobile-navigation-container .menu-item a {
  padding-right: 30px;
  text-align: left;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 135%;
}

.mobile-navigation-container .menu-item:hover a,
.mobile-navigation-container .menu-item.menu-item.current-menu-item a {
}

.mobile-navigation-container .menu-item a br {
  display: none;
}

/* Navigations End */

/* Page Banner */

/* General */

.text-block-content ul {
  list-style: disc;
  margin-bottom: 30px;
  padding-left: 20px;
}

/* .text-block-content h1,
.text-block-content h2,
.text-block-content h3,
.text-block-content h4,
.text-block-content h5 {
  font-family: "SangBleu Kingdom Regular";
  color: var(--aq-mid-blue);
} */

.page-legal .text-block-content {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-block-content a,
.text-block-content a:visited,
footer a:not(.menu-item a),
footer a:not(.menu-item a):visited {
  /* @apply text-aq-mid-blue; */
  text-decoration-line: underline;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.text-block-content .insight-block a,
.text-block-content .insight-block a:visited {
  text-decoration: none;
}

.outline-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #050043;
  line-height: 100%;
  /* 39px */
  letter-spacing: 1.4px;
}

header {
  /* transform: translateY(-101%); */
  /* box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.05); */
}

header.active,
header.show {
  transform: translateY(0);
}

.p-last-none p:last-of-type {
  margin-bottom: 0;
}

/* General End */

/* Elements */

.btn-plain-arrow {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
}

@media (min-width: 768px) {
  .btn-plain-arrow {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn-plain-arrow svg {
  margin-left: 12px;
  height: 15px;
  width: 20px;
}

.btn-plain-arrow svg path {
  fill: #333361;
}

.btn-plain-arrow:hover svg path {
  fill: #333361;
}

.btn {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  border-style: none;
  --tw-border-opacity: 1;
  border-color: rgb(221 232 244 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(221 232 244 / var(--tw-bg-opacity, 1));
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 130% !important;
  --tw-text-opacity: 1;
  color: rgb(21 84 147 / var(--tw-text-opacity, 1));
}

.btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(4 0 121 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(4 0 121 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(221 232 244 / var(--tw-text-opacity, 1));
  opacity: 1;
}

@media (min-width: 768px) {
  .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.btn {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%2315549300' stroke-width='2' stroke-dasharray='8%2c 6' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border: 2px dashed transparent;
}

/* .btn.transparent {
  @apply bg-transparent;
} */

.btn-outline {
  justify-content: space-between;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(21 84 147 / var(--tw-border-opacity, 1));
  background-color: transparent;
}

.btn-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(4 0 121 / var(--tw-border-opacity, 1));
}

.btn-outline {
  /* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23155493FF' stroke-width='2' stroke-dasharray='8%2c 12' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e"); */
  /* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23155493FF' stroke-width='2' stroke-dasharray='8%2c 6' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e"); */
  border: 2px dashed var(--mast-artctic);
}

.btn-small {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.btn-light-outline {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(207 221 233 / var(--tw-text-opacity, 1));
}

.btn-light-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(207 221 233 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(207 221 233 / var(--tw-bg-opacity, 1));
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(21 84 147 / var(--tw-text-opacity, 1));
}

.btn-light-outline {
  /* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23155493FF' stroke-width='2' stroke-dasharray='8%2c 12' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e"); */
  /* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23CFDDE9FF' stroke-width='2' stroke-dasharray='8%2c 6' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e"); */
  border: 2px dashed var(--mast-artctic-20);
}

.btn-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(4 0 121 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(221 232 244 / var(--tw-text-opacity, 1));
}

.btn-dark:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(4 0 121 / var(--tw-text-opacity, 1));
  /* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23155493FF' stroke-width='2' stroke-dasharray='8%2c 6' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e"); */
  border: 2px dashed var(--mast-artctic);
}

.btn svg {
  margin-left: 12px;
  height: 15px;
  width: 20px;
}

.btn-dark svg path {
  fill: #dde8f4;
}

.btn-light-outline svg path {
  fill: #cfdde9;
}

.btn:hover svg path {
  fill: #dde8f4;
}

.btn-dark:hover svg path {
  fill: #040079;
}

.btn-light-outline:hover svg path {
  fill: #155493;
}

/* https://kovart.github.io/dashed-border-generator/ */

/* Elements End */

/* Swipers */

.awards-swiper .swiper-slide {
  width: 25%;
}

.timeline-swiper {
  display: flex;
}

.timeline-swiper .swiper-slide {
  display: flex;
  width: 130px !important;
  flex-direction: column;
}

@media (min-width: 768px) {
  .timeline-swiper .swiper-slide {
    width: 180px !important;
  }
}

.timeline-swiper .swiper-slide {
  /* flex-shrink: 100 !important; */
}

.timeline-swiper .year .top,
.timeline-swiper .year .bottom {
  position: absolute;
  top: 1px;
  z-index: 0;
  width: 100%;
  opacity: 0.2;
  border-bottom: 2px dashed var(--mast-atlantic-60);
}

.timeline-swiper .year .bottom {
  bottom: 1px;
  top: auto;
}

.timeline-swiper .year .left,
.timeline-swiper .year .right {
  position: absolute;
  left: 1px;
  z-index: 0;
  height: 100%;
  opacity: 0.2;
  border-left: 2px dashed var(--mast-atlantic-60);
}

.timeline-swiper .year .right {
  right: 1px;
  left: auto;
}

/* version 0,3,6,9 */

.timeline-swiper [data-swiper-slide-index="0"] .year .left,
.timeline-swiper [data-swiper-slide-index="3"] .year .left,
.timeline-swiper [data-swiper-slide-index="6"] .year .left,
.timeline-swiper [data-swiper-slide-index="9"] .year .left {
  top: -10%;
  height: 135%;
}

.timeline-swiper [data-swiper-slide-index="0"] .year .right,
.timeline-swiper [data-swiper-slide-index="3"] .year .right,
.timeline-swiper [data-swiper-slide-index="6"] .year .right,
.timeline-swiper [data-swiper-slide-index="9"] .year .right {
  bottom: -10%;
  top: auto;
  height: 155%;
}

.timeline-swiper [data-swiper-slide-index="0"] .year .top,
.timeline-swiper [data-swiper-slide-index="3"] .year .top,
.timeline-swiper [data-swiper-slide-index="6"] .year .top,
.timeline-swiper [data-swiper-slide-index="9"] .year .top {
  left: -10%;
  width: 125%;
}

.timeline-swiper [data-swiper-slide-index="0"] .year .bottom,
.timeline-swiper [data-swiper-slide-index="3"] .year .bottom,
.timeline-swiper [data-swiper-slide-index="6"] .year .bottom,
.timeline-swiper [data-swiper-slide-index="9"] .year .bottom {
  right: -5%;
  width: 115%;
}

/* version 1,4,7,10 */

.timeline-swiper [data-swiper-slide-index="1"] .year .left,
.timeline-swiper [data-swiper-slide-index="4"] .year .left,
.timeline-swiper [data-swiper-slide-index="7"] .year .left,
.timeline-swiper [data-swiper-slide-index="10"] .year .left {
  top: -15%;
  height: 165%;
}

.timeline-swiper [data-swiper-slide-index="1"] .year .right,
.timeline-swiper [data-swiper-slide-index="4"] .year .right,
.timeline-swiper [data-swiper-slide-index="7"] .year .right,
.timeline-swiper [data-swiper-slide-index="10"] .year .right {
  bottom: -5%;
  top: auto;
  height: 175%;
}

.timeline-swiper [data-swiper-slide-index="1"] .year .top,
.timeline-swiper [data-swiper-slide-index="4"] .year .top,
.timeline-swiper [data-swiper-slide-index="7"] .year .top,
.timeline-swiper [data-swiper-slide-index="10"] .year .top {
  left: -15%;
  width: 125%;
}

.timeline-swiper [data-swiper-slide-index="1"] .year .bottom,
.timeline-swiper [data-swiper-slide-index="4"] .year .bottom,
.timeline-swiper [data-swiper-slide-index="7"] .year .bottom,
.timeline-swiper [data-swiper-slide-index="10"] .year .bottom {
  right: -20%;
  width: 125%;
}

/* version 2,5,8,11 */

.timeline-swiper [data-swiper-slide-index="2"] .year .left,
.timeline-swiper [data-swiper-slide-index="5"] .year .left,
.timeline-swiper [data-swiper-slide-index="8"] .year .left,
.timeline-swiper [data-swiper-slide-index="11"] .year .left {
  top: -30%;
  height: 155%;
}

.timeline-swiper [data-swiper-slide-index="2"] .year .right,
.timeline-swiper [data-swiper-slide-index="5"] .year .right,
.timeline-swiper [data-swiper-slide-index="8"] .year .right,
.timeline-swiper [data-swiper-slide-index="11"] .year .right {
  bottom: -45%;
  top: auto;
  height: 165%;
}

.timeline-swiper [data-swiper-slide-index="2"] .year .top,
.timeline-swiper [data-swiper-slide-index="5"] .year .top,
.timeline-swiper [data-swiper-slide-index="8"] .year .top,
.timeline-swiper [data-swiper-slide-index="11"] .year .top {
  left: -15%;
  width: 125%;
}

.timeline-swiper [data-swiper-slide-index="2"] .year .bottom,
.timeline-swiper [data-swiper-slide-index="5"] .year .bottom,
.timeline-swiper [data-swiper-slide-index="8"] .year .bottom,
.timeline-swiper [data-swiper-slide-index="11"] .year .bottom {
  right: -20%;
  width: 125%;
}

/* Gradients */

.waves-gradient {
  background: linear-gradient(
    270deg,
    rgba(0, 0, 58, 0.9) 0%,
    rgba(0, 0, 58, 0.6) 100%
  );
}

/* Extras */

.text-content strong,
.text-content b {
  --tw-text-opacity: 1;
  color: rgb(0 0 58 / var(--tw-text-opacity, 1));
}

.text-content.light-content strong,
.text-content.light-content b {
  --tw-text-opacity: 1;
  color: rgb(221 232 244 / var(--tw-text-opacity, 1));
}

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

.text-content ul li {
  position: relative;
  padding-left: 1.5rem;
}

.text-content ul li:before {
  position: absolute;
  left: 3px;
  top: 6px;
  display: block;
  height: 0px;
  width: 0px;
  border-style: solid;
  --tw-content: '';
  content: var(--tw-content);
  /* position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid; */
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent var(--mast-artctic);
  transform: rotate(0deg);
}

.text-content.light-content ul li:before {
  border-color: transparent transparent transparent white;
}

.text-content.text-bold-pacific strong,
.text-content.text-bold-pacific b {
  --tw-text-opacity: 1;
  color: rgb(4 0 121 / var(--tw-text-opacity, 1));
}

/* -------------------------------------------------------------- Left Bar */

/* -------------------------------------------------------------- Left Bar End */

/* -------------------------------------------------------------- Submenu */

.main-navigation ul li {
  position: relative;
}

.main-navigation ul li .sub-menu {
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.main-navigation ul li:hover .sub-menu {
  pointer-events: auto;
  opacity: 1;
}

.main-navigation ul li .sub-menu {
  display: flex;
  flex-direction: column;
  text-wrap: nowrap;
}

.main-navigation ul li .sub-menu li a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(105 102 175 / 0.8);
}

.main-navigation ul li .sub-menu li:hover a,
.main-navigation ul li .sub-menu li.menu-item.current-menu-item a {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 58 / var(--tw-text-opacity, 1));
}

/* -------------------------------------------------------------- Submenu End */

/* -------------------------------------------------------------- Mobile Submenu */

.mobile-navigation {
  display: flex;
  height: auto;
  max-height: calc(100vh - 185px);
  width: calc(100vw - 1.5rem);
  flex-direction: column;
  align-items: flex-start;
  overflow: auto;
  padding-right: 1.5rem;
}

.mobile-navigation ul li {
  position: relative;
  margin-top: 0.75rem;
}

/* .mobile-navigation ul li a {
  padding-right: 50px;
} */

.mobile-navigation ul li .dropdown-icon {
  position: absolute;
  right: -10px;
  top: 10px;
  z-index: 10;
  display: flex;
  height: 50px;
  width: 50px;
  cursor: pointer;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.mobile-navigation ul li > .sub-menu {
  max-height: 0px;
  overflow: hidden;
}

.mobile-navigation ul li > .sub-menu li > .sub-menu {
  max-height: none;
}

.mobile-navigation ul li .sub-menu li a {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(21 84 147 / var(--tw-border-opacity, 1));
  font-size: 1.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-navigation ul li .sub-menu li .dropdown-icon,
.mobile-navigation ul li .sub-menu li > a svg {
  pointer-events: none !important;
  display: none !important;
}

.mobile-navigation ul li svg {
  margin-left: auto;
  margin-right: auto;
  stroke: rgb(21 84 147 / 0.6) !important;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-navigation ul li.menu-item.current-menu-item svg,
.mobile-navigation ul li:hover svg {
  stroke: #00003a !important;
}

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

.mobile-navigation ul li .sub-menu li > .sub-menu li a {
  border-style: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: basier_squareregular, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(21 84 147 / var(--tw-text-opacity, 1));
}

.mobile-navigation ul li .sub-menu li > .sub-menu li:hover a,
.mobile-navigation ul li .sub-menu li > .sub-menu li.current-menu-item a {
  --tw-text-opacity: 1;
  color: rgb(0 0 58 / var(--tw-text-opacity, 1));
}

.mobile-navigation ul li .sub-menu li > .sub-menu {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* -------------------------------------------------------------- Mobile Submenu End */

/* -------------------------------------------------------------- Page Submenu */

.page-nav-container ul li > ul.sub-menu {
  display: flex;
  flex-direction: column;
}

.page-nav-container ul li > ul.sub-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.page-nav-container ul li a,
.page-nav-container ul li > ul.sub-menu li a {
  text-align: left;
  font-family: basier_squaremedium, sans-serif;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 58 / var(--tw-text-opacity, 1));
}

.page-nav-container ul li > ul.sub-menu li > ul.sub-menu li a {
  font-family: basier_squareregular, sans-serif;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(21 84 147 / var(--tw-text-opacity, 1));
}

.page-nav-container ul li > ul.sub-menu li > ul.sub-menu li:hover a {
  --tw-text-opacity: 1;
  color: rgb(86 142 198 / var(--tw-text-opacity, 1));
}

/* -------------------------------------------------------------- Page Submenu End */

.hover\:\!-text--mast-pacific:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(4 0 121 / var(--tw-text-opacity, 1)) !important;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.group\/mobilesub:hover .group-hover\/mobilesub\:-stroke--mast-atlantic {
  stroke: #00003a;
}

.group:hover .group-hover\:-stroke--mast-atlantic {
  stroke: #00003a;
}

.group\/menu-toggle.active .group-\[\&\.active\]\/menu-toggle\:h-\[75px\] {
  height: 75px;
}

.group\/site-header.scrolled .group-\[\&\.scrolled\]\/site-header\:w-\[59px\] {
  width: 59px;
}

.group\/menu-toggle.active .group-\[\&\.active\]\/menu-toggle\:rotate-\[-35deg\] {
  --tw-rotate: -35deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/menu-toggle.active .group-\[\&\.active\]\/menu-toggle\:rotate-\[35deg\] {
  --tw-rotate: 35deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/acc.active .group-\[\.active\]\/acc\:rotate-0 {
  --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));
}

.group\/menu-toggle.active .group-\[\&\.active\]\/menu-toggle\:delay-100 {
  transition-delay: 100ms;
}

@media not all and (min-width: 768px) {
  .max-md\:absolute {
    position: absolute;
  }

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

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

  .max-md\:mb-auto {
    margin-bottom: auto;
  }

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

  .max-md\:mt-\[100px\] {
    margin-top: 100px;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:aspect-\[400\/168\] {
    aspect-ratio: 400/168;
  }

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

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

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

  .max-md\:justify-between {
    justify-content: space-between;
  }

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

  .max-md\:border-t {
    border-top-width: 1px;
  }

  .max-md\:-border--mast-baltic-20 {
    --tw-border-opacity: 1;
    border-color: rgb(221 232 244 / var(--tw-border-opacity, 1));
  }

  .max-md\:-border-b--mast-baltic-20 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(221 232 244 / var(--tw-border-opacity, 1));
  }

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

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

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

@media (min-width: 640px) {
  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

@media (min-width: 768px) {
  .md\:right-0 {
    right: 0px;
  }

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

  .md\:mt-20 {
    margin-top: 5rem;
  }

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:w-1\/4 {
    width: 25%;
  }

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

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

  .md\:w-3\/4 {
    width: 75%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

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

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

  .md\:\!py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-\[3\.75rem\] {
    font-size: 3.75rem;
  }

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

@media (min-width: 1024px) {
  .lg\:max-w-\[195px\] {
    max-width: 195px;
  }

  .lg\:translate-x-\[10\%\] {
    --tw-translate-x: 10%;
    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\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1280px) {
  .xl\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }
}

.\[\&\.active\]\:visible.active {
  visibility: visible;
}

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

.\[\&\.active\]\:opacity-100.active {
  opacity: 1;
}

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