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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: 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;
}

html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
  overflow: auto;
}

*,
    *::before,
    *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: text-bottom;
  line-height: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #011019;
}

p {
  font-size: 20px;
  line-height: 32px;
  color: rgba(1, 16, 25, 0.87);
}

.container {
  width: 100%;
}

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

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

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

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

.\!header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
}

@media (min-width: 1200px) {
  .\!header {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
}

@media (min-width: 1200px) {
  .header {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}

.header-inner {
  display: flex;
  height: 122px;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 1200px) {
  .header-inner {
    margin-left: auto;
    margin-right: auto;
    height: 136px;
    max-width: 1180px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mobile-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(2 50 77 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

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

.mobile-nav {
  transform: translateY(-100%);
  z-index: 2;
}

.nav-item {
  margin-bottom: 40px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .nav-item-desktop {
    margin-bottom: 0px;
    margin-left: 40px;
    font-size: 18px;
    --tw-text-opacity: 1;
    color: rgb(1 16 25 / var(--tw-text-opacity, 1));
  }
}

.nav-item-desktop:first-child {
  margin-left: 0;
}

.desktop-nav {
  display: none;
}

@media (min-width: 1200px) {
  .desktop-nav {
    display: flex;
  }
}

.logo {
  height: auto;
  width: 50px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .logo {
    width: 80px;
  }
}

.burger {
  position: relative;
  height: 58px;
  width: 58px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 16 25 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1200px) {
  .burger {
    display: none;
  }
}

.burger {
  z-index: 3;
  transition: background-color 0.2s ease;
}

.burger-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 24px;
  transform: translate(-50%, -50%);
}

.burger-line {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition: transform 0.8s ease, color 0.2s ease, opacity 0.2s ease;
}

.burger-line-1 {
  transform: translateY(-7px);
}

.burger-line-3 {
  transform: translateY(7px);
}

.\!header[data-open="true"] .mobile-nav {
  transform: translateY(0) !important;
}

.header[data-open="true"] .mobile-nav {
  transform: translateY(0);
}

.\!header[data-open="true"] .burger {
  background-color: #ffffff !important;
}

.header[data-open="true"] .burger {
  background-color: #ffffff;
}

.\!header[data-open="true"] .burger-line {
  background-color: #011019 !important;
}

.header[data-open="true"] .burger-line {
  background-color: #011019;
}

.\!header[data-open="true"] .burger-line-1 {
  transform: translateY(0) rotate(45deg) !important;
}

.header[data-open="true"] .burger-line-1 {
  transform: translateY(0) rotate(45deg);
}

.\!header[data-open="true"] .burger-line-2 {
  opacity: 0 !important;
}

.header[data-open="true"] .burger-line-2 {
  opacity: 0;
}

.\!header[data-open="true"] .burger-line-3 {
  transform: translateY(0) rotate(-45deg) !important;
}

.header[data-open="true"] .burger-line-3 {
  transform: translateY(0) rotate(-45deg);
}

.btn-primary {
  display: inline-block;
  height: 53px;
  --tw-bg-opacity: 1;
  background-color: rgb(2 50 77 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  line-height: 53px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.richtext p {
  margin-bottom: 20px;
}

.richtext h1,
    .richtext h2,
    .richtext h3,
    .richtext h4,
    .richtext h5,
    .richtext h6 {
  margin-bottom: 20px;
}

.richtext ul {
  list-style: square;
  margin-left: 15px;
}

.footer-top {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(2 50 77 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 80px;
  padding-bottom: 80px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1200px) {
  .footer-top {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .footer-top-inner {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 1180px;
  }

  .footer-box {
    display: flex;
    flex-wrap: wrap;
  }
}

.footer-headline {
  margin-bottom: 40px;
  font-family: Spartan, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 38px;
}

@media (min-width: 1200px) {
  .footer-headline {
    line-height: 48px;
  }
}

.footer-text {
  font-size: 20px;
  line-height: 28px;
}

.footer-link {
  margin-bottom: 20px;
  display: flex;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

@media (min-width: 1200px) {
  .footer-link {
    margin-right: 34px;
  }
}

.footer-icon {
  margin-right: 18px;
  height: auto;
  width: 25px;
}

.footer-data {
  font-size: 18px;
}

.footer-fish {
  position: absolute;
  top: 0px;
  left: 50%;
  display: none;
  --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));
}

@media (min-width: 1200px) {
  .footer-fish {
    display: block;
  }
}

.footer-fish {
  z-index: 2;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1200px) {
  .footer-bottom {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.footer-copy {
  order: 2;
  margin-bottom: 10px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
}

@media (min-width: 1200px) {
  .footer-copy {
    order: 1;
    width: auto;
  }
}

.footer-nav {
  order: 1;
  margin-bottom: 40px;
  width: 100%;
}

@media (min-width: 1200px) {
  .footer-nav {
    order: 2;
    margin-bottom: 0px;
    display: flex;
    width: auto;
  }
}

.footer-nav-item {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
}

@media (min-width: 1200px) {
  .footer-nav-item {
    margin-bottom: 0px;
    margin-left: 40px;
  }
}

.footer-nav-item:first-child {
  margin-left: 0;
}

.accordion-item {
  margin-bottom: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.accordion-head {
  display: flex;
  height: 60px;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

.accordion-label {
  font-family: Spartan, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.accordion-icon {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

.accordion-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.accordion-item[data-open="true"] .accordion-content {
  display: block;
}

.accordion-item[data-open="true"] .accordion-icon {
  transform: rotate(0deg);
}

.module-html {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 1200px) {
  .module-html {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.module-html p,
    .module-html li {
  font-size: 20px;
  line-height: 32px;
}

.module-html ul {
  list-style-position: inside;
}

.module-html p,
    .module-html ul {
  margin-bottom: 20px;
}

.module-html h1,
    .module-html h2,
    .module-html h3,
    .module-html h4,
    .module-html h5,
    .module-html h6 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 40px;
}

.module-html a,
    .module-html p a {
  color: #011019;
}

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition-property: transform;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-slide {
  height: 400px;
  min-width: 100%;
}

@media (min-width: 1200px) {
  .slider-slide {
    height: 800px;
  }
}

.slider-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-icon {
  height: auto;
  width: 40px;
}

@media (min-width: 1200px) {
  .slider-icon {
    width: 50px;
  }
}

.slider-btn {
  position: absolute;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  border-radius: 9999px;
  background-color: rgba(1,16,25,0.61);
  width: 120px;
  height: 120px;
  z-index: 9;
}

.slider-prev {
  left: -40px;
}

.slider-prev .slider-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.slider-next {
  right: -40px;
}

.slider-next .slider-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1200px) {
  .slider-btn {
    width: 240px;
    height: 240px;
  }

  .slider-prev {
    left: -120px;
  }

  .slider-prev .slider-icon {
    right: 50px;
  }

  .slider-next {
    right: -120px;
  }

  .slider-next .slider-icon {
    left: 50px;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

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

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

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

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-auto {
  height: auto;
}

.w-full {
  width: 100%;
}

.-translate-x-\[30px\] {
  --tw-translate-x: -30px;
  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-\[50px\] {
  --tw-translate-y: 50px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

.font-headline {
  font-family: Spartan, sans-serif;
}

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

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

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

.text-\[rgba\(2\2c 50\2c 77\2c 0\.6\)\] {
  color: rgba(2,50,77,0.6);
}

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

.opacity-\[0\.11\] {
  opacity: 0.11;
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:bottom-\[-143px\] {
    bottom: -143px;
  }

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

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

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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