/* Vendor */

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-iframe-holder .mfp-content {
  max-width: 1300px;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */

.my-mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

/* animate in */

.my-mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* animate out */

.my-mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

/* FONT_START */

@font-face {
  font-family: 'swiper-icons';

  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');

  font-weight: 400;

  font-style: normal;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Slide styles end */

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Dim nav controls when Swiper marks them unusable (start/end, overflow lock). */

.swiper-button-disabled,
.swiper-button-lock {
  opacity: 0.5;
  pointer-events: none;
}

/* Tailwind */

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

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

::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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Poppins, sans-serif;
  /* 4 */
  -webkit-font-feature-settings: normal;
          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 */
  -webkit-font-feature-settings: normal;
          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 */
  -webkit-font-feature-settings: inherit;
          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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

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

input::-ms-input-placeholder, textarea::-ms-input-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;
}

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: -webkit-inline-box;
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

select:where([multiple]),select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

input:where([type='checkbox']),input:where([type='radio']) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

input:where([type='checkbox']) {
  border-radius: 0px;
}

input:where([type='radio']) {
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([type='radio']):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

input:where([type='checkbox']):checked,input:where([type='radio']):checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

input:where([type='checkbox']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='radio']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='checkbox']):indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='file']) {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

:root {
  --twcb-scrollbar-width: 0px;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 100%) {
  .container {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}

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

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

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  -webkit-box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
          box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  -webkit-padding-end: 0.375em;
          padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  -webkit-padding-end: 1.1428571em;
          padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  -webkit-padding-start: 1.1428571em;
          padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  -webkit-padding-end: 0.5714286em;
          padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  -webkit-padding-start: 0.5714286em;
          padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  -webkit-padding-end: 0.5714286em;
          padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  -webkit-padding-start: 0.5714286em;
          padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(*):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child {
  margin-top: 0;
}

.prose :where(*):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child:not(img):not(picture) {
  margin-bottom: 0;
}

.prose :where(*):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child:not(img):not(picture) img {
  margin-bottom: 0;
}

.debug-screens::before {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  right: 0;
  padding: .3333333em .5em;
  font-size: 12px;
  line-height: 1;
  font-family: sans-serif;
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
  content: 'screen: _';
}

@media (min-width: 340px) {
  .debug-screens::before {
    content: 'screen: xs';
  }
}

@media (min-width: 576px) {
  .debug-screens::before {
    content: 'screen: sm';
  }
}

@media (min-width: 768px) {
  .debug-screens::before {
    content: 'screen: md';
  }
}

@media (min-width: 992px) {
  .debug-screens::before {
    content: 'screen: lg';
  }
}

@media (min-width: 1280px) {
  .debug-screens::before {
    content: 'screen: xl';
  }
}

@media (min-width: 1536px) {
  .debug-screens::before {
    content: 'screen: 2xl';
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-bottom-28 {
  bottom: -28px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-20 {
  bottom: 20px;
}

.bottom-45 {
  bottom: 45px;
}

.left-0 {
  left: 0px;
}

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

.left-10 {
  left: 10px;
}

.left-30 {
  left: 30px;
}

.right-10 {
  right: 10px;
}

.right-105 {
  right: 105px;
}

.right-30 {
  right: 30px;
}

.right-50 {
  right: 50px;
}

.right-65 {
  right: 65px;
}

.top-0 {
  top: 0px;
}

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

.top-10 {
  top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[10\/12\] {
  aspect-ratio: 10/12;
}

.aspect-\[14\/12\] {
  aspect-ratio: 14/12;
}

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

.aspect-\[400\/280\] {
  aspect-ratio: 400/280;
}

.aspect-\[540\/368\] {
  aspect-ratio: 540/368;
}

.aspect-\[996\/558\] {
  aspect-ratio: 996/558;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

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

.size-80 {
  width: 80px;
  height: 80px;
}

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

.\!h-auto {
  height: auto !important;
}

.h-0 {
  height: 0px;
}

.h-100 {
  height: 100px;
}

.h-12 {
  height: 12px;
}

.h-16 {
  height: 16px;
}

.h-18 {
  height: 18px;
}

.h-30 {
  height: 30px;
}

.h-40 {
  height: 40px;
}

.h-60 {
  height: 60px;
}

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

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

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

.h-\[30\.4px\] {
  height: 30.4px;
}

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

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

.w-100 {
  width: 100px;
}

.w-12 {
  width: 12px;
}

.w-120 {
  width: 120px;
}

.w-16 {
  width: 16px;
}

.w-18 {
  width: 18px;
}

.w-25 {
  width: 25px;
}

.w-30 {
  width: 30px;
}

.w-35 {
  width: 35px;
}

.w-40 {
  width: 40px;
}

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

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

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

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

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

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

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

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

.max-w-400 {
  max-width: 400px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.flex-\[0_0_11px\] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11px;
          flex: 0 0 11px;
}

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

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

.basis-18 {
  -ms-flex-preferred-size: 18px;
      flex-basis: 18px;
}

.origin-center {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  -webkit-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));
      -ms-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: 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%;
  -webkit-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));
      -ms-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: 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-\[175px\] {
  --tw-translate-y: -175px;
  -webkit-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));
      -ms-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: 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-0 {
  --tw-translate-y: 0px;
  -webkit-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));
      -ms-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: 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 {
  -webkit-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));
      -ms-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: 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-gpu {
  -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@-webkit-keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-18 {
  gap: 18px;
}

.gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-4 {
  gap: 4px;
}

.gap-40 {
  gap: 40px;
}

.gap-55 {
  gap: 55px;
}

.gap-6 {
  gap: 6px;
}

.gap-75 {
  gap: 75px;
}

.gap-8 {
  gap: 8px;
}

.gap-80 {
  gap: 80px;
}

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

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

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

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

.gap-x-30 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.gap-y-30 {
  row-gap: 30px;
}

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

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

.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-clip {
  overflow-x: clip;
}

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

.rounded-10 {
  border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-25 {
  border-radius: 25px;
}

.rounded-30 {
  border-radius: 30px;
}

.rounded-40 {
  border-radius: 40px;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-nf-blue {
  --tw-border-opacity: 1;
  border-color: rgb(38 170 253 / var(--tw-border-opacity, 1));
}

.border-nf-lavender-white\/40 {
  border-color: rgb(246 246 255 / 0.4);
}

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

.border-nf-midnight-blue {
  --tw-border-opacity: 1;
  border-color: rgb(17 3 58 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#ef4444\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

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

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

.bg-nf-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(38 170 253 / var(--tw-bg-opacity, 1));
}

.bg-nf-blue-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(86 188 254 / var(--tw-bg-opacity, 1));
}

.bg-nf-blue\/\[0\.72\] {
  background-color: rgb(38 170 253 / 0.72);
}

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

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

.bg-nf-midnight-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(17 3 58 / var(--tw-bg-opacity, 1));
}

.bg-nf-midnight-blue\/70 {
  background-color: rgb(17 3 58 / 0.7);
}

.bg-nf-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(83 0 159 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[linear-gradient\(98\.32deg\2c rgb\(0_0_0\/_45\%\)_11\.47\%\2c transparent_39\%\)\] {
  background-image: linear-gradient(98.32deg,rgb(0 0 0/ 45%) 11.47%,transparent 39%);
}

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

.from-black\/40 {
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-25\% {
  --tw-gradient-via-position: 25%;
}

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

.p-0 {
  padding: 0px;
}

.p-12 {
  padding: 12px;
}

.p-24 {
  padding: 24px;
}

.p-28 {
  padding: 28px;
}

.p-5 {
  padding: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

.font-sans {
  font-family: Poppins, sans-serif;
}

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

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

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

.text-\[\#80878A\] {
  --tw-text-opacity: 1;
  color: rgb(128 135 138 / var(--tw-text-opacity, 1));
}

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

.text-nf-blue {
  --tw-text-opacity: 1;
  color: rgb(38 170 253 / var(--tw-text-opacity, 1));
}

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

.text-nf-lavender-white\/80 {
  color: rgb(246 246 255 / 0.8);
}

.text-nf-midnight-blue {
  --tw-text-opacity: 1;
  color: rgb(17 3 58 / var(--tw-text-opacity, 1));
}

.text-nf-midnight-blue\/60 {
  color: rgb(17 3 58 / 0.6);
}

.text-nf-midnight-blue\/80 {
  color: rgb(17 3 58 / 0.8);
}

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

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

.no-underline {
  text-decoration-line: none;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

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

.outline {
  outline-style: solid;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.transition-\[background-color\2c color\2c border-color\] {
  -webkit-transition-property: background-color,color,border-color;
  transition-property: background-color,color,border-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-\[background-color\] {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-\[color\2c transform\] {
  -webkit-transition-property: color,-webkit-transform;
  transition-property: color,-webkit-transform;
  transition-property: color,transform;
  transition-property: color,transform,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

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

.transition-colors {
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

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

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

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

.duration-500 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

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

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

/* "Lock" the screen */

.scroll-lock {
  height: 100vh;
  overflow: hidden;
  width: calc((100% - var(--twcb-scrollbar-width)));
}

/* Images */

.fill-image {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fill-image > * {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fill-image * {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Misc */

.stretched-link::after {
  pointer-events: auto;
  position: absolute;
  inset: 0px;
  z-index: 1;
  background-color: transparent;
  content: "";
}

/* Overlay - gradient */

.overlay {
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.overlay--full {
  inset: 0px;
  background-color: rgb(0 0 0 / 0.25);
}

.overlay--top {
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-via-position: 25%;
}

.overlay--bottom {
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-via-position: 25%;
}

/* Typography scale — named by minimum (mobile) pixel size */

.text-15s {
  font-family: Poppins, sans-serif;
  font-size: clamp(15px, 1.67vw, 24px);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.text-16s {
  font-family: Poppins, sans-serif;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.text-14r-meta {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

/* CMS copy often includes nested <p> or .text-base (16px) — keep meta at 14px */

.text-14r-meta :where(p, a, span, li) {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.text-14r-meta :where(p) {
  margin: 0;
}

.text-14m {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.text-14sb {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.text-14sb-link {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

/* nav items */

/* nav cta */

.text-16sb {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.text-18s {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.text-18sb-footer {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

/* eyebrow */

.text-18m {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.text-16m-stat-label {
  font-family: Poppins, sans-serif;
  font-size: clamp(16px, 1.25vw, 18px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

/* hero scroll prompt */

.text-16m-scroll {
  font-family: Poppins, sans-serif;
  font-size: clamp(16px, 1.25vw, 18px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

/* hero side copy */

.text-18m-hero {
  font-family: Poppins, sans-serif;
  font-size: clamp(18px, 1.67vw, 24px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.text-26sb {
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.text-18sb-card {
  font-family: Poppins, sans-serif;
  font-size: clamp(18px, 1.81vw, 26px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.text-18sb-scientist {
  font-family: Poppins, sans-serif;
  font-size: clamp(18px, 1.81vw, 26px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.text-18sb-accordion {
  font-family: Poppins, sans-serif;
  font-size: clamp(18px, 1.81vw, 26px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

/* prize explained quote */

.text-30sb-prize-quote {
  font-family: Poppins, sans-serif;
  font-size: clamp(30px, 4vw, 56px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

/* launch film heading */

.text-30sb-launch {
  font-family: Poppins, sans-serif;
  font-size: clamp(30px, 3.1vw, 44px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

/* launch film cta */

.text-16sb-launch {
  font-family: Poppins, sans-serif;
  font-size: clamp(16px, 2vw, 24px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

/* Get involved participate row: same voice as launch CTA. Between lg and xl the
   * grid column is narrow — keep type and pills at the ~1084px scale, then scale up from xl. */

.text-18sb-involved-participate-cta {
  font-family: Poppins, sans-serif;
  font-size: clamp(18px, 1.67vw, 24px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .text-18sb-involved-participate-cta {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .text-18sb-involved-participate-cta {
    font-size: clamp(18px, 1.67vw, 24px);
  }
}

.text-34sb-involved {
  font-family: Poppins, sans-serif;
  font-size: clamp(34px, 4.5vw, 56px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.text-32s {
  font-family: Poppins, sans-serif;
  font-size: clamp(32px, 4.2vw, 44px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.text-38sb-thinkery {
  font-family: Poppins, sans-serif;
  font-size: clamp(38px, 4.65vw, 56px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

/* prize explained caption */

.text-18m-prize-caption {
  font-family: Poppins, sans-serif;
  font-size: clamp(18px, 1.81vw, 26px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.text-18m-portrait-quote {
  font-family: Poppins, sans-serif;
  font-size: clamp(18px, 1.81vw, 26px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

/* prize explained body */

.text-16m-prize-body {
  font-family: Poppins, sans-serif;
  font-size: clamp(16px, 1.25vw, 18px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.text-58sb-stat {
  font-family: Poppins, sans-serif;
  font-size: clamp(58px, 6vw, 90px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.text-48sb-involved {
  font-family: Poppins, sans-serif;
  font-size: clamp(48px, 6.5vw, 80px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

/* hero headline */

.text-80s {
  color: #f6f6ff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: clamp(42px, 5.556vw, 80px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* Replace your existing .text-60sb-hero-wordmark rule with this */

.text-60sb-hero-wordmark {
  color: #f6f6ff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.025em;
  /* font-size intentionally omitted here — owned by fitWordmark() JS on md+ */
}

/* Keep only this for mobile (below md breakpoint) */

@media (max-width: 767px) {
  .text-60sb-hero-wordmark {
    font-size: clamp(36px, 10.5vw, 56px);
    line-height: 1.05;
  }
}

.\[-webkit-mask-image\:var\(--icon-url\)\] {
  -webkit-mask-image: var(--icon-url);
}

.\[-webkit-mask-position\:center\] {
  -webkit-mask-position: center;
}

.\[-webkit-mask-repeat\:no-repeat\] {
  -webkit-mask-repeat: no-repeat;
}

.\[-webkit-mask-size\:contain\] {
  -webkit-mask-size: contain;
}

.\[mask-image\:var\(--icon-url\)\] {
  -webkit-mask-image: var(--icon-url);
          mask-image: var(--icon-url);
}

.\[mask-position\:center\] {
  -webkit-mask-position: center;
          mask-position: center;
}

.\[mask-repeat\:no-repeat\] {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.\[mask-size\:contain\] {
  -webkit-mask-size: contain;
          mask-size: contain;
}

.\[text-decoration-skip-ink\:none\] {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* Partials */

/* Lenis smooth scroll — required base styles */

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.prose {
  max-width: none;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: pretty;
}

.button {
  display: inline-block;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  text-decoration-line: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.nf-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  text-decoration-line: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.nf-button--teal,
.nf-button--blue {
  --tw-bg-opacity: 1;
  background-color: rgb(38 170 253 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 3 58 / var(--tw-text-opacity, 1));
  padding: 10px 20px;
}

/* Header nav CTAs — Apply (blue) and Donate (pink), matched sizing */

.nf-button--header-apply,
.nf-button--header-donate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  text-align: center;
  text-decoration-line: none;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  height: 38px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .nf-button--header-apply,
.nf-button--header-donate {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
  }
}

@media (min-width: 1360px) {
  .nf-button--header-apply,
.nf-button--header-donate {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
  }
}

.nf-button--header-apply {
  --tw-bg-opacity: 1;
  background-color: rgb(38 170 253 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 3 58 / var(--tw-text-opacity, 1));
}

.nf-button--header-apply:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 255 / var(--tw-bg-opacity, 1));
}

.nf-button--header-apply:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 255 / var(--tw-bg-opacity, 1));
}

.nf-button--header-donate {
  --tw-bg-opacity: 1;
  background-color: rgb(255 116 253 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 3 58 / var(--tw-text-opacity, 1));
}

.nf-button--header-donate:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 255 / var(--tw-bg-opacity, 1));
}

.nf-button--header-donate:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 255 / var(--tw-bg-opacity, 1));
}

.nf-button--teal:hover,
.nf-button--teal:focus-visible,
.nf-button--blue:hover,
.nf-button--blue:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 3 58 / var(--tw-text-opacity, 1));
}

.nf-button--purple {
  --tw-bg-opacity: 1;
  background-color: rgb(83 0 159 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nf-button--purple:hover,
.nf-button--purple:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(17 3 58 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nf-button--dark {
  --tw-bg-opacity: 1;
  background-color: rgb(17 3 58 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nf-button--dark:hover,
.nf-button--dark:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 116 253 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 3 58 / var(--tw-text-opacity, 1));
}

.nf-button--outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration-line: none;
  height: 38px;
  padding: 10px 20px;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid rgb(17 3 58 / 40%);
  color: #11033a;
}

/* Solid 1px deep-purple outline used by Get Involved panels */

.nf-button--outline-dark {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(17 3 58 / var(--tw-text-opacity, 1));
  border: 1px solid #11033a;
}

.nf-button--outline-dark:hover,
.nf-button--outline-dark:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(17 3 58 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Larger CTA scale used in the Participate panel */

.nf-button--lg {
  height: 57px;
  padding: 15px 30px;
  font-size: clamp(18px, 1.6vw, 24px);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

/* Icon-only carousel arrows (scientists + stats sliders) */

.nf-button--carousel-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: auto;
  width: auto;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(17 3 58 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.nf-button--carousel-nav::before {
  --tw-content: none;
  content: var(--tw-content);
}

.nf-button--carousel-nav::after {
  --tw-content: none;
  content: var(--tw-content);
}

.nf-button--carousel-nav:hover {
  --tw-text-opacity: 1;
  color: rgb(38 170 253 / var(--tw-text-opacity, 1));
}

.nf-button--carousel-nav:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(38 170 253 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Latest updates — “Read article” outline pill */

.nf-button--read-article {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 3 58 / var(--tw-border-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgb(17 3 58 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.nf-video-poster picture.nf-video-poster__media.nf-button--read-article,
.nf-video-poster img.nf-video-poster__media.nf-button--read-article,
.nf-video-poster picture.nf-video-poster__media.nf-button--read-article img {
  border-radius: 40px;
}

.nf-button--read-article:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 3 58 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nf-button--read-article:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(17 3 58 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Solid midnight outline, rounded-full — newsletter submit (support panel) */

.nf-button--outline-midnight-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 3 58 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(17 3 58 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.nf-button--outline-midnight-pill:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 3 58 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nf-button--outline-midnight-pill:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(17 3 58 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Outline white pill — donate CTA on purple panel; inverts to solid white on hover */

.nf-button--outline-white-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.nf-button--outline-white-pill:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 3 58 / var(--tw-text-opacity, 1));
}

.nf-button--outline-white-pill:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 3 58 / var(--tw-text-opacity, 1));
}

/* Solid pink pill — footer + get-involved donate CTAs (matches header Donate) */

.nf-button--pink-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 38px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 116 253 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 116 253 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(17 3 58 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.nf-button--pink-pill:hover {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 255 / var(--tw-bg-opacity, 1));
}

.nf-button--pink-pill:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 255 / var(--tw-bg-opacity, 1));
}

/* Soft-outline pill — resource download, prize-app download, prize-app text CTA.
 * Hover inverts to solid midnight so it reads on white, lavender-white, and nf-lavender sections. */

.nf-button--outline-muted-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  white-space: nowrap;
  border-radius: 40px;
  border-width: 1px;
  border-color: rgb(17 3 58 / 0.4);
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgb(17 3 58 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  -webkit-transition-property: background-color,border-color,color;
  transition-property: background-color,border-color,color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.nf-video-poster picture.nf-video-poster__media.nf-button--outline-muted-pill,
.nf-video-poster img.nf-video-poster__media.nf-button--outline-muted-pill,
.nf-video-poster picture.nf-video-poster__media.nf-button--outline-muted-pill img {
  border-radius: 40px;
}

.nf-button--outline-muted-pill:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 3 58 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 3 58 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nf-button--outline-muted-pill:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(17 3 58 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 3 58 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nf-button--outline-muted-pill:hover svg,
.nf-button--outline-muted-pill:focus-visible svg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

#page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#content-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

/* Scroll Animations - starting point */

/* JS available and motion OK */

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  [twk-aos] {
    opacity: 0;
  }
}

/* JS disabled or reduced motion enabled */

/* @media (scripting: none), (prefers-reduced-motion) {} */

/* END - Scroll Animations - starting point */

/* Custom toggle */

.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  -webkit-transition: .4s;
  transition: .4s;
  width: 26px;
}

input:checked + .slider {
  background-color: black;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
          transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.responsive-table {
  overflow: auto;
}

.gallery[class*='gallery-columns-'] {
  display: grid;
  gap: 20px;
}

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

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

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

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

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

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

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

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

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

#page-wrap .gallery .gallery-item {
  position: relative;
  float: none;
  aspect-ratio: 20/15;
  height: auto;
  width: 100%;
}

#page-wrap .gallery .gallery-item picture,
#page-wrap .gallery .gallery-item img {
  border-style: none;
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page-wrap .gallery .gallery-item picture > *,
#page-wrap .gallery .gallery-item img > * {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page-wrap .gallery .gallery-item picture *,
#page-wrap .gallery .gallery-item img * {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 404 error page — margin clears the fixed header */

.error-404-page {
  margin-top: 100px;
}

@media (min-width: 992px) {
  .error-404-page {
    margin-top: 124px;
  }
}

/* Extra breathing room below the header when there is no banner image */

.error-404--no-banner {
  padding-top: 40px;
}

@media (min-width: 992px) {
  .error-404--no-banner {
    padding-top: 120px;
  }
}

.error-404__symbol {
  pointer-events: none;
  position: absolute;
  --tw-text-opacity: 1;
  color: rgb(232 232 255 / var(--tw-text-opacity, 1));
  width: min(80vw, 480px);
  max-width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -52%);
      -ms-transform: translate(-50%, -52%);
          transform: translate(-50%, -52%);
  shape-rendering: geometricPrecision;
}

/* Inner petals are separate paths for the hero animation — overlap them slightly when static */

.error-404__symbol-inner path {
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linejoin: round;
  paint-order: stroke fill;
}

.error-404__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error-404__content :where(h1, p) {
  overflow-wrap: anywhere;
}

/* Hide nav on scroll */

.nf-site-header.is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* Mobile burger toggle */

.nf-burger {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  width: 40px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(246 246 255 / var(--tw-text-opacity, 1));
}

.nf-burger:focus-visible {
  border-radius: 9999px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(38 170 253 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #11033A;
}

.nf-burger__lines {
  position: relative;
  display: block;
  width: 24px;
  height: 16px;
}

.nf-burger__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #f6f6ff;
  border-radius: 2px;
  -webkit-transition:
    opacity 200ms ease,
    top 300ms ease,
    bottom 300ms ease,
    -webkit-transform 300ms ease;
  transition:
    opacity 200ms ease,
    top 300ms ease,
    bottom 300ms ease,
    -webkit-transform 300ms ease;
  transition:
    transform 300ms ease,
    opacity 200ms ease,
    top 300ms ease,
    bottom 300ms ease;
  transition:
    transform 300ms ease,
    opacity 200ms ease,
    top 300ms ease,
    bottom 300ms ease,
    -webkit-transform 300ms ease;
}

.nf-burger__line:nth-child(1) {
  top: 0;
}

.nf-burger__line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nf-burger__line:nth-child(3) {
  bottom: 0;
}

.nf-burger[aria-expanded="true"] .nf-burger__line:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.nf-burger[aria-expanded="true"] .nf-burger__line:nth-child(2) {
  opacity: 0;
}

.nf-burger[aria-expanded="true"] .nf-burger__line:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
      -ms-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

/* Mobile menu drawer */

.nf-mobile-menu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 350ms ease;
  transition: max-height 350ms ease;
  /* Fixed layer stays in the stacking tree; when closed (max-height 0) still
     intercept swipes/clicks on some browsers — let events pass through. */
  pointer-events: none;
}

.nf-mobile-menu.is-open {
  max-height: 720px;
  overflow-y: auto;
  pointer-events: auto;
}

/* Full-width header CTAs when the bar only shows logo + burger (< 480px) */

.nf-mobile-menu__ctas .nf-button--header-apply,
.nf-mobile-menu__ctas .nf-button--header-donate {
  height: 44px;
  min-height: 44px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

#nf-hero-final-headline,
#nf-hero-sup-left,
#nf-hero-sup-right {
  opacity: 0;
}

/* Match JS initial state so the tagline does not flash before GSAP loads. */

#nf-hero-tagline,
#hero a[data-scroll="scroll-to"] {
  opacity: 0;
}

/* Safari can visually collapse the gap between words at line breaks when
 * letter-spacing is negative on multi-line centred copy. */

#nf-hero-sub-text .text-18m-hero {
  letter-spacing: -0.01em;
  word-spacing: 0.05em;
  text-wrap: pretty;
}

/* Prize explained caption — inline open/close quotes, no indent needed */

#prize-explained .nf-prize-explained__caption {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  line-height: 1.3;
}

#prize-explained .nf-prize-explained__caption > p:first-child::before,
#prize-explained .nf-prize-explained__caption > p:first-child::after {
  font-family: Georgia, "Times New Roman", ui-serif, serif;
  font-size: clamp(1.2em, 1.35em, 1.4em);
  line-height: 0;
  vertical-align: -0.25em;
  color: #26aafd;
  display: inline;
  pointer-events: none;
}

#prize-explained .nf-prize-explained__caption > p:first-child::before {
  content: "\201C";
  margin-right: 0.05em;
}

#prize-explained .nf-prize-explained__caption > p:first-child::after {
  content: "\201D";
  margin-left: 0.04em;
}

#prize-explained .nf-prize-explained__caption > p {
  margin: 0;
}

#prize-explained .nf-prize-explained__caption > p + p {
  margin-top: 14px;
  color: rgb(17 3 58 / 0.6);
  font-size: 0.9em;
}

/* Quote highlight — keep natural line boxes (inline-block per char breaks alignment). */

#nf-intro-quote-heading,
#nf-video-quote-heading {
  text-align: left;
}

#nf-intro-quote-heading .nf-highlight-word,
#nf-video-quote-heading .nf-highlight-word {
  display: inline;
  white-space: nowrap;
}

#nf-intro-quote-heading .nf-highlight-char,
#nf-video-quote-heading .nf-highlight-char {
  display: inline;
}

#nf-hero-wordmark-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/* Mobile: wrapping, balanced text, no JS fit */

[data-nf-fit-wordmark] {
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

@media (min-width: 768px) {
  [data-nf-fit-wordmark] {
    display: inline-block;
    width: auto;
    max-width: none;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    text-wrap: nowrap;
  }
}

#nf-symbol-wrap {
  visibility: hidden;
}

.text-16s > * {
  margin-bottom: 18px;
}

.text-16s > :last-child {
  margin-bottom: 0px;
}

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

.nf-prize-app__item {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 3 58 / var(--tw-border-opacity, 1));
}

.nf-prize-app__item:last-child {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 3 58 / var(--tw-border-opacity, 1));
}

.nf-prize-app__summary {
  padding-bottom: 30px;
}

.nf-prize-app__item[data-state="open"] .nf-prize-app__summary {
  padding-bottom: 24px;
}

.nf-prize-app__icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* 38×38px at 1440px viewport; scales down, min 26px, max 38px */
  width: clamp(26px, calc(100vw * 38 / 1440), 38px);
  height: clamp(26px, calc(100vw * 38 / 1440), 38px);
}

.nf-prize-app__icon::before,
.nf-prize-app__icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  -webkit-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));
      -ms-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: 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(17 3 58 / var(--tw-bg-opacity, 1));
  width: 100%;
  height: 1.5px;
  content: "";
}

.nf-prize-app__icon::after {
  --tw-rotate: 90deg;
  -webkit-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));
      -ms-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: 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));
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.nf-prize-app__item[data-state="open"] .nf-prize-app__icon::after {
  --tw-rotate: 0deg;
  -webkit-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));
      -ms-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: 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));
}

.nf-prize-app__panel {
  overflow: hidden;
}

.nf-prize-app__panel-inner {
  padding-bottom: 68px;
  max-width: 100%;
}

@media (min-width: 992px) {
  .nf-prize-app__panel-inner {
    max-width: 900px;
  }
}

/* WYSIWYG hyperlinks in accordion answers */

.nf-prize-app__panel-inner .text-16m-prize-body :where(a) {
  --tw-text-opacity: 1;
  color: rgb(38 170 253 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 2px;
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.nf-prize-app__panel-inner
  .text-16m-prize-body
  :where(a:hover, a:focus-visible) {
  --tw-text-opacity: 1;
  color: rgb(17 3 58 / var(--tw-text-opacity, 1));
}

/* Accordion answer paragraphs */

.nf-prize-app__panel-inner .text-16m-prize-body {
  --nf-prize-app-p-gap: 22px;
}

.nf-prize-app__panel-inner .text-16m-prize-body > :where(p) {
  margin-top: 0;
  margin-bottom: 0;
}

.nf-prize-app__panel-inner .text-16m-prize-body > :where(p + p) {
  margin-top: var(--nf-prize-app-p-gap);
}

/* JS-applied open state for the thinkery accordion trigger */

.nf-thinkery__accordion-trigger.is-open {
  background-color: #f6f6ff;
  color: #11033a;
  border-color: #f6f6ff;
}

/*
 * Scientists carousel: full viewport width so slides can bleed to both screen
 * edges while scrolling. Swiper slidesOffsetBefore/After (sliders.js) align the
 * first/last card with the container content edges at the start/end positions.
 */

#scientists-grid .container > div {
  --nf-scientists-inset: calc(50vw - 50%);
}

.nf-scientists-carousel {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.nf-scientists-swiper {
  overflow: hidden;
}

@media (min-width: 1024px) {
  /* Focused slide is wider; parent .nf-scientists-carousel still clips the track */

  .nf-scientists-swiper {
    overflow: visible;
    /* 308px / 540px at 1440px viewport; scales proportionally below */
    --nf-scientist-slide-width: clamp(180px, calc(100vw * 308 / 1440), 308px);
  }

  .nf-scientists-swiper .swiper-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .nf-scientists-swiper .swiper-slide {
    width: var(--nf-scientist-slide-width);
  }

  .nf-scientists-swiper .swiper-slide.nf-scientist-slide--focused {
    width: calc(var(--nf-scientist-slide-width) * 540 / 308);
  }

  .nf-scientists-swiper .swiper-slide .nf-scientist-card__media img {
    -o-object-position: 12% center;
       object-position: 12% center;
  }

  .nf-scientists-swiper
    .swiper-slide.nf-scientist-slide--focused
    .nf-scientist-card__media
    img {
    -o-object-position: 50% center;
       object-position: 50% center;
  }

  .nf-scientist-card__name {
    max-width: var(--nf-scientist-slide-width);
    min-height: calc(2 * 1.15em);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.nf-scientist-card__media {
  width: 100%;
  /* Below lg, Swiper assigns similar slide widths — one shared ratio keeps heights aligned */
  aspect-ratio: 540 / 500;
}

@media (min-width: 1024px) {
  .nf-scientist-card__media {
    aspect-ratio: 308 / 369;
  }

  .nf-scientists-swiper
    .swiper-slide.nf-scientist-slide--focused
    .nf-scientist-card__media {
    aspect-ratio: 540 / 369;
  }
}

.nf-scientist-card__media img,
.nf-scientist-card__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.nf-scientist-card__media img {
  -o-object-fit: cover;
     object-fit: cover;
}

.nf-latest-updates__secondary-media .nf-latest-updates__secondary-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 58% center;
     object-position: 58% center;
}

#latest-updates .nf-latest-updates__secondary-media > img,
#latest-updates .nf-latest-updates__secondary-media > picture,
#latest-updates .nf-latest-updates__secondary-media > picture > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: 20% center;
     object-position: 20% center;
}

#get-involved
  .nf-get-involved__donate-media
  > img:not(.nf-get-involved__combined-symbol):not(
    .nf-get-involved__donate-image
  ):not(.nf-get-involved__donate-cutout),
#get-involved .nf-get-involved__donate-media > picture,
#get-involved .nf-get-involved__donate-media > picture > img,
#get-involved .nf-get-involved__donate-media > .nf-get-involved__donate-image,
#get-involved .nf-get-involved__donate-media > .nf-get-involved__donate-cutout {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

#get-involved .nf-get-involved__combined-symbol {
  position: absolute;
  top: 95%;
  left: 68%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 400px;
  min-height: 400px;
  max-width: none !important;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 20;
  pointer-events: none;
  display: block;
}

@media (max-width: 575px) {
  #get-involved .nf-get-involved__combined-symbol {
    left: 50%;
  }
}

@media (min-width: 250px) and (max-width: 350px) {
  #get-involved .nf-get-involved__combined-symbol {
    left: 85%;
  }
}

#get-involved .nf-get-involved__donate-media .nf-get-involved__donate-image {
  top: -8%;
  width: 116% !important;
  height: 116% !important;
  -o-object-position: 60% center !important;
     object-position: 60% center !important;
}

#get-involved .nf-get-involved__donate-media .nf-get-involved__donate-cutout,
#get-involved
  .nf-get-involved__donate-media
  .nf-get-involved__donate-cutout
  img {
  top: 20px;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center bottom !important;
     object-position: center bottom !important;
}

/* Prevent the large petal SVG from causing horizontal scroll.
 * overflow-x: clip (unlike overflow-x: hidden) does not create a BFC,
 * so vertical overflow of the petals above the card is preserved. */

#portrait-hero {
  overflow-x: clip;
}

#portrait-hero .nf-portrait-hero__media .nf-portrait-hero__image,
#portrait-hero .nf-portrait-hero__media .nf-portrait-hero__image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center;
     object-position: center;
}

#portrait-hero .nf-portrait-hero__media {
  overflow: visible;
}

#portrait-hero .nf-portrait-quote-swiper {
  width: 100%;
  overflow: hidden;
}

/* Quote fade: opacity only, slides stacked in place (loop-safe) */

#portrait-hero .nf-portrait-quote-swiper .swiper-wrapper {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-transition-duration: 0ms !important;
          transition-duration: 0ms !important;
}

#portrait-hero .nf-portrait-quote-swiper .swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

#portrait-hero .nf-portrait-quote-swiper .swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}

#portrait-hero .nf-portrait-photo-swiper {
  width: 100%;
  overflow: visible;
  min-height: 240px;
  height: 100%;
}

#portrait-hero .nf-portrait-photo-swiper .swiper-wrapper,
#portrait-hero .nf-portrait-photo-swiper .swiper-slide {
  overflow: visible;
}

#portrait-hero .nf-portrait-photo-swiper .swiper-slide {
  height: auto;
}

#portrait-hero [data-portrait-pagination].swiper-pagination {
  position: static;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

#portrait-hero .nf-portrait-dot {
  display: block;
  height: 12px;
  width: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  border: 0;
  padding: 0;
  border-radius: 9999px;
  background-color: #26aafd;
  opacity: 1;
  margin: 0;
  -webkit-transition:
    width 300ms ease,
    background-color 300ms ease;
  transition:
    width 300ms ease,
    background-color 300ms ease;
}

#portrait-hero .nf-portrait-dot.nf-portrait-dot--active {
  width: 35px;
  background-color: #f6f6ff;
}

#portrait-hero .nf-portrait-hero__overlay {
  max-width: min(760px, calc(100% - 48px));
}

@media (min-width: 1024px) {
  #portrait-hero .nf-portrait-hero__overlay {
    max-width: min(760px, calc(100% - 60px));
  }
}

/* Bottom gradient scrim — improves name text contrast over varied photo backgrounds. */

#portrait-hero .nf-portrait-hero__scrim-frame {
  z-index: 35;
}

#portrait-hero .nf-portrait-hero__scrim {
  position: absolute;
  bottom: -2px;
  left: -2px;
  right: -2px;
  height: calc(55% + 2px);
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    from(rgba(17, 3, 58, 0.65)),
    to(transparent)
  );
  background: linear-gradient(
    to top,
    rgba(17, 3, 58, 0.65) 0%,
    transparent 100%
  );
  pointer-events: none;
}

/* Petals clip to the card's rounded edges on sides/bottom, but are free to overflow above.
 * inset() with a large negative top value extends the clip region upward without limit,
 * while the exact 25px radius matches border-radius: 25px on the card perfectly. */

#portrait-hero .nf-portrait-hero__symbol-clip {
  position: absolute;
  inset: 0;
  z-index: 20;
  overflow: visible;
  pointer-events: none;
  clip-path: inset(-200px 0 0.1px 0 round 25px);
}

#portrait-hero .nf-portrait-hero__symbol {
  position: absolute;
  top: 75%;
  left: 68%;
  /* Centering + rotation handled by GSAP (portraitHeroSymbolRotation). */
  /* Scale petals with the card width: ~card-width × 2 at mobile, up to 900px at desktop */
  width: clamp(400px, 180%, 900px);
  height: clamp(400px, 220%, 900px);
  max-width: none !important;
  pointer-events: none;
}

/*
 * Cutout portrait PNG: pinned to the bottom of the card, full width,
 * natural aspect-ratio height. The parent overflow-hidden clips the top.
 * This avoids object-position drift when the card height changes across
 * breakpoints — the person's feet are always at the card's bottom edge.
 */

#portrait-hero .nf-portrait-hero__cutout {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

/* Between ~675px and the two-column breakpoint, the card is nearly full-width
 * and the cutout would otherwise grow very large. Cap it so it stays in frame. */

@media (min-width: 675px) and (max-width: 1023px) {
  #portrait-hero .nf-portrait-hero__cutout {
    left: auto;
    right: 0;
    width: 100%;
    max-width: 613px;
    height: auto;
  }
}

@media (min-width: 1440px) {
  #get-involved
    .nf-get-involved__donate-media
    > .nf-get-involved__donate-image {
    -webkit-transform: translateX(-3%);
        -ms-transform: translateX(-3%);
            transform: translateX(-3%);
  }

  /* cutout uses object-fit: contain; no override needed at this breakpoint */
}

/* Stats carousel — templates/sections/natashas-prize/stats.php
 *
 * Fixed slide widths with slidesPerView: "auto" so Swiper loop can run
 * seamlessly on desktop (four cards visible) as well as mobile.
 */

#stats [data-stats-swiper] .swiper-slide {
  width: calc((100% - 24px) / 1.1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 640px) {
  #stats [data-stats-swiper] .swiper-slide {
    width: calc((100% - 24px) / 2);
  }
}

@media (min-width: 1024px) {
  #stats [data-stats-swiper] .swiper-slide {
    width: calc((100% - 72px) / 4);
  }
}

/* Partners logo marquee — templates/sections/natashas-prize/partners.php
 *
 * Each slot gets a fixed width so the gap-70 between slots is visually
 * consistent from logo to logo. The image is given both a fixed width
 * and height with object-fit:contain so every logo occupies the same
 * invisible box regardless of its natural aspect ratio — this keeps
 * vertical alignment and horizontal spacing uniform across all logos.
 */

#partners .nf-partners-logo-slot {
  width: 165px;
}

#partners .nf-partners-logo-slot__img {
  display: block;
  width: 100%;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@-webkit-keyframes nf-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes nf-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.nf-marquee-track {
  -webkit-animation: nf-marquee var(--nf-marquee-duration, 30s) linear infinite;
          animation: nf-marquee var(--nf-marquee-duration, 30s) linear infinite;
}

.nf-marquee-track:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .nf-marquee-track {
    -webkit-animation: none;
            animation: none;
    overflow-x: auto;
  }
}

/* Resource download pill — templates/parts/nf-resource-download.php */

@media (max-width: 400px) {
  .nf-resource-download {
    gap: 8px;
    padding: 8px 14px;
    white-space: normal;
  }

  .nf-resource-download__icon {
    width: 14px;
    height: 14px;
    -ms-flex-preferred-size: 14px;
        flex-basis: 14px;
  }

  .nf-resource-download__icon svg {
    width: 14px;
    height: 13px;
  }

  .nf-resource-download__text {
    gap: 2px;
  }

  .nf-resource-download__label {
    font-size: 14px;
    line-height: 1.2;
  }

  .nf-resource-download__meta {
    font-size: 12px;
  }
}

/* Video poster blocks — aspect-ratio on wrapper; play link is an overlay.
   picture/img rules support WebP plugins that wrap theme img output. */

.nf-video-poster__media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nf-video-poster picture.nf-video-poster__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nf-video-poster picture.nf-video-poster__media.rounded-40,
.nf-video-poster img.nf-video-poster__media.rounded-40,
.nf-video-poster picture.nf-video-poster__media.rounded-40 img {
  border-radius: 40px;
}

/* Subtle scrim + centre vignette — only when a play link is present (not image-only). */

.nf-video-poster:not([data-launch-film-video]):has(.magnific-video)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(
    circle at 50% 50%,
    rgb(17 3 58 / 0.32) 0%,
    rgb(17 3 58 / 0.12) 10%,
    transparent 68%
  );
}

.nf-video-poster:not([data-launch-film-video]):has(.magnific-video)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background-color: rgb(17 3 58 / 0.16);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.nf-video-poster:not([data-launch-film-video]):has(
    .magnific-video
  ):hover::after,
.nf-video-poster:not([data-launch-film-video]):has(
    .magnific-video
  ):focus-within::after {
  background-color: rgb(17 3 58 / 0.26);
}

/* Branded play control — circle + triangle for clear affordance on thumbnails */

.nf-video-play-button {
  pointer-events: none;
  display: block;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.nf-video-poster:has(.magnific-video):hover .nf-video-play-button,
.nf-video-poster:has(.magnific-video):focus-within .nf-video-play-button {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.nf-video-play-button__svg {
  display: block;
  width: 56px;
  height: 56px;
  -webkit-filter: drop-shadow(0 2px 8px rgb(17 3 58 / 0.22));
          filter: drop-shadow(0 2px 8px rgb(17 3 58 / 0.22));
}

.nf-video-play-button__circle {
  fill: #26AAFD;
}

.nf-video-play-button__triangle {
  fill: #11033A;
}

.nf-video-play-button--sm .nf-video-play-button__svg {
  width: 48px;
  height: 48px;
}

@media (min-width: 640px) {
  .nf-video-play-button__svg {
    width: 64px;
    height: 64px;
  }

  .nf-video-play-button--sm .nf-video-play-button__svg {
    width: 56px;
    height: 56px;
  }
}

@media (min-width: 768px) {
  .nf-video-play-button__svg {
    width: 72px;
    height: 72px;
  }

  .nf-video-play-button--sm .nf-video-play-button__svg {
    width: 64px;
    height: 64px;
  }
}

.hover\:translate-y-\[4px\]:hover {
  --tw-translate-y: 4px;
  -webkit-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));
      -ms-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: 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\:border-nf-lavender-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 255 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-nf-midnight-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 3 58 / var(--tw-bg-opacity, 1));
}

.hover\:text-nf-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(38 170 253 / var(--tw-text-opacity, 1));
}

.hover\:text-nf-lavender-white:hover {
  --tw-text-opacity: 1;
  color: rgb(246 246 255 / var(--tw-text-opacity, 1));
}

.hover\:text-nf-midnight-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(17 3 58 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.focus-visible\:translate-y-\[4px\]:focus-visible {
  --tw-translate-y: 4px;
  -webkit-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));
      -ms-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: 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));
}

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

.focus-visible\:border-nf-lavender-white:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 255 / var(--tw-border-opacity, 1));
}

.focus-visible\:bg-nf-lavender-white:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 255 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-nf-midnight-blue:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(17 3 58 / var(--tw-bg-opacity, 1));
}

.focus-visible\:text-nf-blue:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(38 170 253 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-nf-lavender-white:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(246 246 255 / var(--tw-text-opacity, 1));
}

.focus-visible\:opacity-80:focus-visible {
  opacity: 0.8;
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-\[8px\]:focus-visible {
  outline-offset: 8px;
}

.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  -webkit-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));
      -ms-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: 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:hover .group-hover\:bg-nf-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(38 170 253 / var(--tw-bg-opacity, 1));
}

.group:focus-visible .group-focus-visible\:bg-nf-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(38 170 253 / var(--tw-bg-opacity, 1));
}

.group[aria-expanded=true] .group-\[\[aria-expanded\=true\]\]\:-rotate-90 {
  --tw-rotate: -90deg;
  -webkit-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));
      -ms-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: 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));
}

.aria-selected\:bg-black[aria-selected="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.aria-selected\:text-white[aria-selected="true"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.children\:mx-5 > * {
  margin-left: 5px;
  margin-right: 5px;
}

.children\:size-50 > * {
  width: 50px;
  height: 50px;
}

.children\:border > * {
  border-width: 1px;
}

.children\:border-black > * {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.children\:px-10 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.children\:py-5 > * {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.children\:duration-300 > * {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

@media not all and (min-width: 992px) {
  .max-lg\:min-h-100 {
    min-height: 100px;
  }

  .max-lg\:min-h-\[50dvh\] {
    min-height: 50dvh;
  }
}

@media (min-width: 340px) {
  .xs\:bottom-70 {
    bottom: 70px;
  }

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

@media (min-width: 375px) {
  .min-\[375px\]\:gap-16 {
    gap: 16px;
  }
}

@media (min-width: 415px) {
  .min-\[415px\]\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .min-\[415px\]\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 480px) {
  .min-\[480px\]\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .min-\[480px\]\:hidden {
    display: none;
  }
}

@media (min-width: 576px) {
  .sm\:aspect-auto {
    aspect-ratio: auto;
  }

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

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

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

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

  .sm\:flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .sm\:shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .sm\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sm\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .sm\:gap-10 {
    gap: 10px;
  }

  .sm\:gap-24 {
    gap: 24px;
  }

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

  .sm\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

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

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

  .md\:right-70 {
    right: 70px;
  }

  .md\:top-\[80\%\] {
    top: 80%;
  }

  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

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

  .md\:mb-50 {
    margin-bottom: 50px;
  }

  .md\:mb-80 {
    margin-bottom: 80px;
  }

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

  .md\:h-120 {
    height: 120px;
  }

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

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

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-120 {
    width: 120px;
  }

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

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

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

  .md\:-translate-y-\[220px\] {
    --tw-translate-y: -220px;
    -webkit-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));
        -ms-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: 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\:translate-y-40 {
    --tw-translate-y: 40px;
    -webkit-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));
        -ms-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: 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\:gap-30 {
    gap: 30px;
  }

  .md\:gap-40 {
    gap: 40px;
  }

  .md\:gap-\[56px\] {
    gap: 56px;
  }

  .md\:gap-\[64px\] {
    gap: 64px;
  }

  .md\:gap-x-50 {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }

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

  .md\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .md\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:pb-30 {
    padding-bottom: 30px;
  }

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

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

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

  .lg\:relative {
    position: relative;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:-bottom-40 {
    bottom: -40px;
  }

  .lg\:bottom-60 {
    bottom: 60px;
  }

  .lg\:right-80 {
    right: 80px;
  }

  .lg\:top-\[81\%\] {
    top: 81%;
  }

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

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

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

  .lg\:mb-100 {
    margin-bottom: 100px;
  }

  .lg\:mb-80 {
    margin-bottom: 80px;
  }

  .lg\:ml-\[calc\(50\%\+37\.5px\)\] {
    margin-left: calc(50% + 37.5px);
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[1440\/450\] {
    aspect-ratio: 1440/450;
  }

  .lg\:aspect-\[8\/3\] {
    aspect-ratio: 8/3;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

  .lg\:h-160 {
    height: 160px;
  }

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

  .lg\:h-\[clamp\(220px\2c 21vw\2c 302px\)\] {
    height: clamp(220px, 21vw, 302px);
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

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

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-160 {
    width: 160px;
  }

  .lg\:w-\[212\.5px\] {
    width: 212.5px;
  }

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

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

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

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

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

  .lg\:-translate-y-\[250px\] {
    --tw-translate-y: -250px;
    -webkit-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));
        -ms-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: 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\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_306px\] {
    grid-template-columns: minmax(0,1fr) 306px;
  }

  .lg\:grid-cols-\[minmax\(0\2c 540fr\)_minmax\(0\2c 466fr\)\] {
    grid-template-columns: minmax(0,540fr) minmax(0,466fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 540fr\)_minmax\(0\2c 627fr\)\] {
    grid-template-columns: minmax(0,540fr) minmax(0,627fr);
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lg\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .lg\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .lg\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .lg\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .lg\:gap-120 {
    gap: 120px;
  }

  .lg\:gap-35 {
    gap: 35px;
  }

  .lg\:gap-40 {
    gap: 40px;
  }

  .lg\:gap-60 {
    gap: 60px;
  }

  .lg\:gap-80 {
    gap: 80px;
  }

  .lg\:gap-x-0 {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }

  .lg\:gap-y-55 {
    row-gap: 55px;
  }

  .lg\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:rounded-40 {
    border-radius: 40px;
  }

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

  .lg\:p-30 {
    padding: 30px;
  }

  .lg\:p-40 {
    padding: 40px;
  }

  .lg\:p-50 {
    padding: 50px;
  }

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

  .lg\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

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

  .lg\:py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

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

  .lg\:pb-135 {
    padding-bottom: 135px;
  }

  .lg\:pb-200 {
    padding-bottom: 200px;
  }

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

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

  .lg\:pb-90 {
    padding-bottom: 90px;
  }

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

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

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

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

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

  .children\:lg\:size-100 > * {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 1090px) {
  .min-\[1090px\]\:gap-30 {
    gap: 30px;
  }
}

@media (min-width: 1280px) {
  .xl\:bottom-200 {
    bottom: 200px;
  }

  .xl\:my-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .xl\:mb-180 {
    margin-bottom: 180px;
  }

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

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

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

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

  .xl\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .xl\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .xl\:gap-160 {
    gap: 160px;
  }

  .xl\:gap-60 {
    gap: 60px;
  }

  .xl\:gap-x-55 {
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
  }

  .xl\:gap-x-70 {
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }

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

@media (min-width: 1360px) {
  .min-\[1360px\]\:w-200 {
    width: 200px;
  }

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

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

  .min-\[1360px\]\:text-16m {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.2;
  }
}

@media (min-width: 1440px) {
  .min-\[1440px\]\:bottom-80 {
    bottom: 80px;
  }

  .min-\[1440px\]\:mb-12 {
    margin-bottom: 12px;
  }

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

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

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

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

  .min-\[1440px\]\:gap-0 {
    gap: 0px;
  }

  .min-\[1440px\]\:gap-115 {
    gap: 115px;
  }

  .min-\[1440px\]\:gap-\[183px\] {
    gap: 183px;
  }

  .min-\[1440px\]\:gap-y-75 {
    row-gap: 75px;
  }

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

  .min-\[1440px\]\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .min-\[1440px\]\:pt-\[180px\] {
    padding-top: 180px;
  }

  .min-\[1440px\]\:leading-none {
    line-height: 1;
  }
}

@media (min-width: 1536px) {
  .\32xl\:bottom-50 {
    bottom: 50px;
  }

  .\32xl\:pr-20 {
    padding-right: 20px;
  }
}

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

.\[\&\:last-child\]\:border-nf-midnight-blue:last-child {
  --tw-border-opacity: 1;
  border-color: rgb(17 3 58 / var(--tw-border-opacity, 1));
}

.\[\&\:last-child\]\:pb-12:last-child {
  padding-bottom: 12px;
}

.\[\&\>\*\]\:mb-12>* {
  margin-bottom: 12px;
}

.\[\&\>\:last-child\]\:mb-0>:last-child {
  margin-bottom: 0px;
}

.\[\&\>p\:last-child\]\:mb-0>p:last-child {
  margin-bottom: 0px;
}

.\[\&\>p\]\:mb-12>p {
  margin-bottom: 12px;
}

.\[\&\>p\]\:mt-0>p {
  margin-top: 0px;
}

.\[\&_\.current\]\:bg-black .current {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.\[\&_\.current\]\:text-white .current {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_\.screen-reader-text\]\:hidden .screen-reader-text {
  display: none;
}

.\[\&_\.search-field\]\:w-full .search-field {
  width: 100%;
}

.\[\&_\.search-field\]\:bg-\[transparent\] .search-field {
  background-color: transparent;
}

.\[\&_\.search-field\]\:py-20 .search-field {
  padding-top: 20px;
  padding-bottom: 20px;
}

.\[\&_\.search-field\]\:pl-25 .search-field {
  padding-left: 25px;
}

.\[\&_\.search-field\]\:pr-100 .search-field {
  padding-right: 100px;
}

.\[\&_\.search-field\]\:placeholder-black .search-field::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.\[\&_\.search-field\]\:placeholder-black .search-field::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.\[\&_\.search-field\]\:placeholder-black .search-field:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.\[\&_\.search-field\]\:placeholder-black .search-field::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.\[\&_\.search-field\]\:placeholder-black .search-field::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.\[\&_\.search-field\]\:outline-none .search-field {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.search-submit\]\:absolute .search-submit {
  position: absolute;
}

.\[\&_\.search-submit\]\:right-0 .search-submit {
  right: 0px;
}

.\[\&_\.search-submit\]\:top-0 .search-submit {
  top: 0px;
}

.\[\&_\.search-submit\]\:block .search-submit {
  display: block;
}

.\[\&_\.search-submit\]\:h-full .search-submit {
  height: 100%;
}

.\[\&_\.search-submit\]\:w-100 .search-submit {
  width: 100px;
}

.\[\&_\.search-submit\]\:cursor-pointer .search-submit {
  cursor: pointer;
}

.\[\&_\.search-submit\]\:bg-search-dark .search-submit {
  background-image: url('../img/icons/search--dark.svg');
}

.\[\&_\.search-submit\]\:bg-center .search-submit {
  background-position: center;
}

.\[\&_\.search-submit\]\:bg-no-repeat .search-submit {
  background-repeat: no-repeat;
}

.\[\&_\.search-submit\]\:indent-\[9999px\] .search-submit {
  text-indent: 9999px;
}

.\[\&_a\:focus-visible\]\:text-nf-midnight-blue a:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(17 3 58 / var(--tw-text-opacity, 1));
}

.\[\&_a\:hover\]\:text-nf-midnight-blue a:hover {
  --tw-text-opacity: 1;
  color: rgb(17 3 58 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

.\[\&_a\]\:\[text-decoration-skip-ink\:none\] a {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.hover\:\[\&_a\]\:bg-black a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:\[\&_a\]\:text-white a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_form\]\:relative form {
  position: relative;
}

.\[\&_p\]\:m-0 p {
  margin: 0px;
}
