/* ============================================================
   Shared Swiper UI — nav arrows, pagination
   Applies to: block-media-slider, milestones, main gallery
   ============================================================ */

.block-media-slider .swiper-button-next,
  .block-media-slider .swiper-rtl .swiper-button-prev,
  .block-media-slider .swiper-button-prev,
  .block-media-slider .swiper-rtl .swiper-button-next,
  .swiper-milestones-container .swiper-button-next,
  .swiper-milestones-container .swiper-rtl .swiper-button-prev,
  .swiper-milestones-container .swiper-button-prev,
  .swiper-milestones-container .swiper-rtl .swiper-button-next,
  .tt-main-gallery .swiper-button-next,
  .tt-main-gallery .swiper-rtl .swiper-button-prev,
  .tt-main-gallery .swiper-button-prev,
  .tt-main-gallery .swiper-rtl .swiper-button-next {
    width: 25px;
    height: 25px;
    color: var(--primary);
  }

@media (min-width: 1366px) {

.block-media-slider .swiper-button-next,
  .block-media-slider .swiper-rtl .swiper-button-prev,
  .block-media-slider .swiper-button-prev,
  .block-media-slider .swiper-rtl .swiper-button-next,
  .swiper-milestones-container .swiper-button-next,
  .swiper-milestones-container .swiper-rtl .swiper-button-prev,
  .swiper-milestones-container .swiper-button-prev,
  .swiper-milestones-container .swiper-rtl .swiper-button-next,
  .tt-main-gallery .swiper-button-next,
  .tt-main-gallery .swiper-rtl .swiper-button-prev,
  .tt-main-gallery .swiper-button-prev,
  .tt-main-gallery .swiper-rtl .swiper-button-next {
      width: 50px;
      height: 50px
  }
    }

.block-media-slider .swiper-button-next,
  .block-media-slider .swiper-rtl .swiper-button-prev,
  .swiper-milestones-container .swiper-button-next,
  .swiper-milestones-container .swiper-rtl .swiper-button-prev,
  .tt-main-gallery .swiper-button-next,
  .tt-main-gallery .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -30px) !important;
    left: auto;
  }

@media (min-width: 1366px) {

.block-media-slider .swiper-button-next,
  .block-media-slider .swiper-rtl .swiper-button-prev,
  .swiper-milestones-container .swiper-button-next,
  .swiper-milestones-container .swiper-rtl .swiper-button-prev,
  .tt-main-gallery .swiper-button-next,
  .tt-main-gallery .swiper-rtl .swiper-button-prev { right: var(--swiper-navigation-sides-offset, -70px) !important
  } }

@media (min-width: 1920px) {

.block-media-slider .swiper-button-next,
  .block-media-slider .swiper-rtl .swiper-button-prev,
  .swiper-milestones-container .swiper-button-next,
  .swiper-milestones-container .swiper-rtl .swiper-button-prev,
  .tt-main-gallery .swiper-button-next,
  .tt-main-gallery .swiper-rtl .swiper-button-prev { right: var(--swiper-navigation-sides-offset, -100px) !important
  } }

.block-media-slider .swiper-button-prev,
  .block-media-slider .swiper-rtl .swiper-button-next,
  .swiper-milestones-container .swiper-button-prev,
  .swiper-milestones-container .swiper-rtl .swiper-button-next,
  .tt-main-gallery .swiper-button-prev,
  .tt-main-gallery .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -30px) !important;
    right: auto;
  }

@media (min-width: 1366px) {

.block-media-slider .swiper-button-prev,
  .block-media-slider .swiper-rtl .swiper-button-next,
  .swiper-milestones-container .swiper-button-prev,
  .swiper-milestones-container .swiper-rtl .swiper-button-next,
  .tt-main-gallery .swiper-button-prev,
  .tt-main-gallery .swiper-rtl .swiper-button-next { left: var(--swiper-navigation-sides-offset, -70px) !important
  } }

@media (min-width: 1920px) {

.block-media-slider .swiper-button-prev,
  .block-media-slider .swiper-rtl .swiper-button-next,
  .swiper-milestones-container .swiper-button-prev,
  .swiper-milestones-container .swiper-rtl .swiper-button-next,
  .tt-main-gallery .swiper-button-prev,
  .tt-main-gallery .swiper-rtl .swiper-button-next { left: var(--swiper-navigation-sides-offset, -100px) !important
  } }

.block-media-slider .swiper-button-next::after,
  .block-media-slider .swiper-button-prev::after,
  .swiper-milestones-container .swiper-button-next::after,
  .swiper-milestones-container .swiper-button-prev::after,
  .tt-main-gallery .swiper-button-next::after,
  .tt-main-gallery .swiper-button-prev::after {
    font-family: 'Google Material Icons';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

.block-media-slider .swiper-button-next::after,      .swiper-milestones-container .swiper-button-next::after,      .tt-main-gallery .swiper-button-next::after      { content: '\f46a'; }

.block-media-slider .swiper-button-prev::after,      .swiper-milestones-container .swiper-button-prev::after,      .tt-main-gallery .swiper-button-prev::after      { content: '\f46b'; }

.block-media-slider .swiper-horizontal > .swiper-pagination-bullets,
  .block-media-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .block-media-slider .swiper-pagination-custom,
  .block-media-slider .swiper-pagination-fraction,
  .swiper-milestones-container .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-milestones-container .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-milestones-container .swiper-pagination-custom,
  .swiper-milestones-container .swiper-pagination-fraction,
  .tt-main-gallery .swiper-horizontal > .swiper-pagination-bullets,
  .tt-main-gallery .swiper-pagination-bullets.swiper-pagination-horizontal,
  .tt-main-gallery .swiper-pagination-custom,
  .tt-main-gallery .swiper-pagination-fraction {
    background: #00000033;
    padding: 0 15px;
    border-radius: 2rem;
    width: -moz-max-content;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
  }

.block-media-slider .swiper-pagination-bullet-active, .swiper-milestones-container .swiper-pagination-bullet-active, .tt-main-gallery .swiper-pagination-bullet-active { background: var(--accent); }

/* ============================================================
   Block: Media Slider (generic)
   ============================================================ */

/* Edge fade gradients — on by default, cleared by .no-fade */

.block-media-slider .swiper-basic-container {
    position: relative;
    overflow: hidden;
  }

.block-media-slider .swiper-basic-container::before,
    .block-media-slider .swiper-basic-container::after {
      content: "";
      position: absolute;
      top: 0;
      width: 10%;
      height: 100%;
      z-index: 10;
      pointer-events: none;
    }

.block-media-slider .swiper-basic-container::before {
      left: 0;
      background: linear-gradient(to right, rgba(246,244,234,0.9), rgba(246,244,234,0));
    }

.block-media-slider .swiper-basic-container::after {
      right: 0;
      background: linear-gradient(to left, rgba(246,244,234,0.9), rgba(246,244,234,0));
    }

.block-media-slider .swiper-basic-container.no-fade::before,
      .block-media-slider .swiper-basic-container.no-fade::after { background: none; }

/* Default slide sizing for generic media sliders */

.block-media-slider .swiper-slide {
    width: 70% !important;
    max-width: 70%;
    height: 100% !important;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
  }

.block-media-slider .swiper-slide img,
  .block-media-slider .swiper-slide video {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }

.block-media-slider .swiper-pagination-bullet-active { background: var(--accent); }

/* ----------------------------------------------------------
     Variant: Reference Videos
     Overrides the generic slide sizing above — cards have
     meta text below the video so aspect-ratio must be unset.
     ---------------------------------------------------------- */

.block-media-slider.reference-videos .swiper-slide {
      width: 100% !important;
      max-width:100% !important;
      aspect-ratio: unset;
      height: auto !important;
      align-items: stretch;
      scale: 0.85;
      transition: scale 0.3s ease;
    }

@media (min-width:991px){
      .block-media-slider.reference-videos .swiper-slide{
        width:70% !important;
        max-width:70% !important;
      }
    }

.block-media-slider.reference-videos .swiper-slide-active {
      scale: 1;
    }

/* Nav arrows — inherit position from parent, just fix color */

.block-media-slider.reference-videos .swiper-button-next,
    .block-media-slider.reference-videos .swiper-button-prev {
      color: var(--accent) !important;
    }

/* ============================================================
   Block: Single-item gallery
   ============================================================ */

.swiper-basic-single-container .swiper-button-next,
  .swiper-basic-single-container .swiper-button-prev {
    color: var(--accent);
    outline: none;
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.swiper-basic-single-container .swiper-button-next::after,
  .swiper-basic-single-container .swiper-button-prev::after {
    font-family: 'Google Material Icons';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

.swiper-basic-single-container .swiper-button-next::after { content: '\f46a'; }

.swiper-basic-single-container .swiper-button-prev::after { content: '\f46b'; }

.swiper-basic-single-container .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-basic-single-container .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-basic-single-container .swiper-pagination-custom,
  .swiper-basic-single-container .swiper-pagination-fraction {
    background: #00000033;
    padding: 0 15px;
    border-radius: 2rem;
    width: -moz-max-content;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
  }

.swiper-basic-single-container .swiper-pagination-bullet-active { background: var(--accent); }

/* ============================================================
   Block: Toimitilat image swipers
   ============================================================ */

.tt-images .swiper-button-next,
  .tt-images .swiper-button-prev,
  .tt-sub-swiper .swiper-button-next,
  .tt-sub-swiper .swiper-button-prev {
    color: var(--accent);
    background-color: #131e2987;
    outline: none;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.tt-images .swiper-button-next::after,
  .tt-images .swiper-button-prev::after,
  .tt-sub-swiper .swiper-button-next::after,
  .tt-sub-swiper .swiper-button-prev::after {
    font-family: 'Google Material Icons';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 1.75rem;
    line-height: 1;
  }

.tt-images .swiper-button-next::after, .tt-sub-swiper .swiper-button-next::after { content: '\f46a'; }

.tt-images .swiper-button-prev::after, .tt-sub-swiper .swiper-button-prev::after { content: '\f46b'; }

.tt-images .swiper-button-next:focus-visible,
  .tt-images .swiper-button-prev:focus-visible,
  .tt-sub-swiper .swiper-button-next:focus-visible,
  .tt-sub-swiper .swiper-button-prev:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
  }

.tt-images .swiper-horizontal > .swiper-pagination-bullets,
  .tt-images .swiper-pagination-bullets.swiper-pagination-horizontal,
  .tt-images .swiper-pagination-custom,
  .tt-images .swiper-pagination-fraction,
  .tt-sub-swiper .swiper-horizontal > .swiper-pagination-bullets,
  .tt-sub-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .tt-sub-swiper .swiper-pagination-custom,
  .tt-sub-swiper .swiper-pagination-fraction {
    background: #00000033;
    padding: 0 15px;
    border-radius: 2rem;
    width: -moz-max-content;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
  }

.tt-images .swiper-pagination-bullet-active, .tt-sub-swiper .swiper-pagination-bullet-active { background: var(--accent); }

/* ============================================================
   Block: Free Space swiper (inline controls, not overlaid)
   ============================================================ */

.free-space-swiper .swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    position: static;
  }

.free-space-swiper .swiper-button-next,
  .free-space-swiper .swiper-button-prev {
    position: static !important;
    transform: none !important;
    margin: 0;
    height: auto;
    width: auto;
    color: var(--primary);
  }

.free-space-swiper .swiper-button-prev,
  .free-space-swiper .swiper-rtl .swiper-button-next {
    left: auto !important;
    right: auto !important;
  }

.free-space-swiper .swiper-pagination { 
    position: static !important;
    margin: 0;
  }

.free-space-swiper .swiper-button-next::after,
  .free-space-swiper .swiper-button-prev::after {
    font-family: 'Google Material Icons';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

.free-space-swiper .swiper-button-next::after { content: '\f46a'; font-size: 25px; }

.free-space-swiper .swiper-button-prev::after { content: '\f46b'; font-size: 25px; }

.free-space-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    padding: 5px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px) !important;
  }

.free-space-swiper .swiper-pagination-bullet-active { background: var(--primary); }

/* ============================================================
   Block: Milestones
   ============================================================ */

.block-milestones .swiper-milestones-container { overflow-x: hidden; }

.block-milestones .swiper-wrapper { align-items: end; }

.block-milestones .swiper-slide {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
  }

.block-milestones .milestone-content {
    min-height: 300px;
    border-top: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
  }

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@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}

:root{--swiper-theme-color:#007aff}

: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;list-style:none;padding:0;z-index:1;display:block}

.swiper-vertical>.swiper-wrapper{flex-direction:column}

.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}

.swiper-horizontal{touch-action:pan-y}

.swiper-vertical{touch-action:pan-x}

.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}

.swiper-slide-invisible-blank{visibility:hidden}

.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}

.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}

.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}

.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}

.swiper-3d .swiper-wrapper{transform-style:preserve-3d}

.swiper-3d{perspective:1200px}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}

.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}

.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{scroll-snap-type:x mandatory}

.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper{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:'';flex-shrink:0;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{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{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)}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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,.15)}

.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(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;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}

.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}

.swiper-lazy-preloader-black{--swiper-preloader-color:#000}

@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}

:root{--swiper-navigation-size:44px}

.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}

.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}

.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}

.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}

.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}

.swiper-button-lock{display:none}

.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}

.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}

.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}

.swiper-pagination.swiper-pagination-hidden{opacity:0}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}

.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}

.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}

button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}

.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}

.swiper-pagination-bullet:only-child{display:none!important}

.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}

.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}

.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}

.swiper-pagination-lock{display:none}

.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}

.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}

.swiper-scrollbar-cursor-drag{cursor:move}

.swiper-scrollbar-lock{display:none}

.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}

.swiper-slide-zoomed{cursor:move;touch-action:none}

.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}

.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}

.swiper-grid>.swiper-wrapper{flex-wrap:wrap}

.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}

.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}

.swiper-fade .swiper-slide{pointer-events:none;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}

.swiper.swiper-cube{overflow:visible}

.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}

.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}

.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}

.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}

.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}

.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}

.swiper.swiper-flip{overflow:visible}

.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}

.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}

.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}

.swiper.swiper-cards{overflow:visible}

.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}

/* Theme colors */

:root {
  --primary: #131e29;
  --primary-dark: #131e29;
  --secondary: #ffffff;
  --accent: #c0d725;
  --accent-dark: color-mix(in oklab, var(--accent), black 15%);
  --secondary-dark: color-mix(in oklab, var(--secondary), black 15%);
  --secondary-darker: color-mix(in oklab, var(--secondary), black 30%);
  --buttoncolor: #fff;
  --buttontext: #fff;
  --buttontexthover: #7b7b7b;
}

body{
  /*background-color: #f8f8f8 !important;*/
  overflow-x:hidden;
}

.overflow-hidden{
  overflow:hidden;
}

.text-accent{
  color:var(--accent);
}

.lock-scroll {
  overflow: hidden;
  height: 100vh;
}

.history-header ::-webkit-scrollbar{
    display: none;
  }

.history-paragraph p {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

@media (min-width: 1280px) {

    .history-paragraph p {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1440px) {

    .history-paragraph p {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 2200px) {

    .history-paragraph p {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.material-icon{
  font-family:'Google Material Icons';
}

.linkedin::before {
  content: "";
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url("../build/img/linkedin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}

/* Content width */

.content-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

@media (min-width: 1600px) {

    .content-wrapper {
        max-width: 1440px;
    }
}

@media (min-width: 2200px) {

    .content-wrapper {
        max-width: 1600px;
    }
}

.content-wrapper {
  padding: 0 1.5rem;
}

@media (min-width: 768px) {

.content-wrapper {
    padding: 0 2rem
}
  }

::-moz-selection {
    --tw-bg-opacity: 1;
    background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

::selection {
    --tw-bg-opacity: 1;
    background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

.container {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

@media (min-width: 1600px) {

    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1920px) {

    .container {
        max-width: 1600px;
    }
}

/* Typography */

/* BANNER FADE */

/*
.banner-video {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.banner-video.is-loaded {
  opacity: 1;
}
*/

/* Full width blocks */

.alignfull {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* Header */

.navbar {
  background: unset;
  transition: color 0.3s ease;
}

.navbar .main-logo {
    /*display: none;
    opacity: 0;
    */
    filter: brightness(0) invert(100%);
  }

.navbar.scrolled {
    background: var(--secondary);
  }

.navbar.scrolled .main-logo {
      display: block;
      opacity: 1;
      min-height: 50px;
      filter: unset;
    }

ul{
  list-style: disc;
}

/* Hide the native play button overlay in Safari/iOS */

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

/* LianaMailer WPForms */

#wpforms-1057-field_8-container {
  display: block !important;
}

.logo {
  width: 100%;
  max-width: 175px;
  height: auto;
  /*filter: brightness(10);*/
  transition: all 0.25s ease;
}

@media (min-width: 1920px) {

.logo {
    max-width: 250px
}
  }

.logo.scrolled,
  .logo.nofilter {
    filter: unset;
  }

.logo.open{
    display: block;
  }

.mobile-menu-logo{
  width: 100%;
  max-width: 175px;
  height: auto;
  /*filter: brightness(10);*/
  transition: all 0.25s ease;
  display: block;
}

@media (min-width: 1279px) {

.mobile-menu-logo{
    display: none
}
  }

/* Menu Button + Animation */

.ham {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  stroke: var(--secondary);
  stroke-width: 5.5;
  stroke-linecap: round;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
}

/* ONLY when header is scrolled */

.ham.scrolled .line {
  stroke: var(--primary);
}

/* optional: keep open state separate if needed */

.ham.open.scrolled .line {
  stroke: var(--primary);
}

.ham.open .line {
  stroke: var(--primary);
}

.ham4 .top,
.ham4 .bottom {
  stroke-dasharray: 40 121;
}

.ham4.active .top,
.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

/* Main Menu */

.header-primary-menu {


  display: flex;
  flex-direction: column;

}

@media (min-width:1279px){

.header-primary-menu {
    flex-direction: row;
    padding:unset

}
  }

.header-primary-menu li {
    margin-right: 1.15rem;
    max-width: -moz-max-content;
    max-width: max-content;
    position:relative;
  }

@media (min-width:1366px){

.header-primary-menu li {
      margin-right:1.5rem
  }
    }

@media (min-width: 1600px) {

.header-primary-menu li {
      margin-right: 3rem
  }
    }

.header-primary-menu li.home-button{
      display: inline-flex;
    }

.header-primary-menu li.home-button a{
        margin-right:5px;
      }

.header-primary-menu li.home-button:after{
        content:'home';
        position: relative;
        font-family: 'Google Material Icons';
        font-size: 1.25rem;
        color:var(--secondary);
        top:-5px;
      }

@media (min-width: 1280px) {
        .header-primary-menu li.menu-button a {
          outline: 2px solid var(--secondary);
          padding: 1rem;
          transition: background-color 0.25s ease-in, color 0.25s ease-in;
        }

          .header-primary-menu li.menu-button a:hover {
            color: var(--secondary-darker);
            background: var(--secondary);
          }

          .header-primary-menu li.menu-button a:after {
            content: none;
          }
      }

.header-primary-menu li a {
      color: var(--primary);
      font-size: 0.9rem;
      font-weight: 600;
      position: relative;
      font-family:'Montserrat';
      text-transform: uppercase;
    }

.header-primary-menu li a:hover, .header-primary-menu li a:active {
        color: var(--primary-dark);
      }

@media (min-width:1279px){

        .header-primary-menu li a:after {
          content: "";
          display: block;
          position: relative;
          bottom: 0;
          left: 50%;
          width: 0;
          height: 2px;
          background: var(--primary-dark);
          transition: width 0.3s ease, left 0.3s ease;
        }

        .header-primary-menu li a:hover:after, .header-primary-menu li a:active:after {
          width: 100%;
          left: 0;
        }
      
      }

@media (min-width: 1280px) {

.header-primary-menu li a {
        color: var(--secondary)
    }

        .header-primary-menu li a:hover {
          color: var(--secondary-dark);
        }

        .header-primary-menu li a:after {
          background: var(--secondary-dark);
        }
      }

@media (min-width: 1440px) {

.header-primary-menu li a {
        font-size: 0.85rem
    }
      }

@media (min-width: 1600px) {

.header-primary-menu li a {
        font-size: 1rem
    }
      }

@media (min-width: 2400px) {

.header-primary-menu li a {
        font-size: 1.15rem
    }
      }

.header-primary-menu .sub-menu{
    display: none;
    width:-moz-max-content;
    width:max-content;
    position: relative;
    flex-direction: column;
    padding:1rem !important;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.35);
    top: auto;
      left: auto;
      width: 100%;
  }

.header-primary-menu .sub-menu li {
      margin-bottom:0.5rem;
    }

.header-primary-menu .sub-menu li a{
        font-size:0.9rem;
      }

@media (min-width:1279px){

.header-primary-menu .sub-menu{
      position: absolute;
      top: 100%;
      left: 0;
      width:-moz-max-content;
      width:max-content
  }
    }

.header-primary-menu .submenu-toggle {
    display: inline-block;
    transition: transform 0.3s ease;
    vertical-align: middle;
  }

.header-primary-menu .menu-item-has-children{

    position:relative;
    display: flex;
    align-items: center;

  }

@media (min-width:1279px){
        .header-primary-menu .menu-item-has-children:hover .sub-menu{
          display: flex;
        }
    }

.header-primary-menu .menu-item-has-children.open{

      display: block;

    }

.header-primary-menu .menu-item-has-children.open .sub-menu{
        display: flex;
      }

.header-primary-menu .menu-item-has-children.open .submenu-toggle {
        transform: rotate(180deg);
      }

.open .header-primary-menu{
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.open .header-primary-menu li {
  padding-bottom: 1.5rem;
}

.open .header-primary-menu li.open{
    padding-bottom:0;
  }

.open .header-primary-menu li .sub-menu li{
      padding-bottom:0.5rem;
    }

/* Scrolled Menu State */

.scrolled .header-primary-menu .sub-menu{
    background:var(--secondary);
    color:var(--primary);
  }

.scrolled .header-primary-menu li a,
.open .scrolled .header-primary-menu li a {
  color: var(--primary);
  transition: color 0.5s ease;
}

.scrolled .header-primary-menu li a:hover, .open .scrolled .header-primary-menu li a:hover {
    color: var(--primary-dark);
  }

.scrolled .header-primary-menu li a:after, .open .scrolled .header-primary-menu li a:after {
    background: var(--primary-dark);
  }

.open .scrolled .header-primary-menu li a {
  color: var(--primary);
}

.open .scrolled .header-primary-menu li a:hover {
    color: var(--primary-dark);
  }

.open .scrolled .header-primary-menu li a:after {
    background: var(--primary-dark);
  }

@media (min-width: 1280px) {

.scrolled .header-primary-menu .menu-button a,
.open .scrolled .header-primary-menu .menu-button a {
    outline: 2px solid var(--primary);
    padding: 1rem;
    transition: all 0.25s ease-in
}

    .scrolled .header-primary-menu .menu-button a:hover, .open .scrolled .header-primary-menu .menu-button a:hover {
      color: var(--secondary);
      outline: 2px solid var(--primary);
      background: var(--primary);
    }
  }

@media (min-width: 1280px) {

.open .scrolled .header-primary-menu .menu-button a {
    outline: 2px solid var(--secondary)
}

    .open .scrolled .header-primary-menu .menu-button a:hover {
      color: var(--secondary);
      outline: 2px solid var(--secondary-dark);
      background: var(--secondary-dark);
    }
  }

.banner-intro p{
  font-family:'Montserrat';
  font-weight: 600;
  font-size: 1.33rem;
}

.banner-content-history {
  max-height: 100vh;
  overflow-y: auto;
  padding: 2rem;
  overscroll-behavior: contain;
}

/* HISTORY HEADER SETTINGS */

@media (min-width:1024px){
    .bg-pan{
        background-size: 170% auto; /* zoom 70% width, height auto keeps aspect ratio */
    }
}

@keyframes slowPan {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 20% 50%; /* pan 20% to the right */
  }
  100% {
    background-position: 0% 50%; /* pan back to left */
  }
}

.pan-image {
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center;
  animation: slowImagePan 30s ease-in-out infinite;
  display: block;
  will-change: transform;
}

@keyframes slowImagePan {
  0%   { transform: scale(1.2) translateX(0%); }
  50%  { transform: scale(1.2) translateX(-8%); }
  100% { transform: scale(1.2) translateX(0%); }
}

/* BACKGROUN PANNING ANIMATION, USED IN HISTORY AND LINK BANNER */

.bg-pan {
  position: absolute;
  inset: 0;
  /*background-image: url('');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 50%; /* start fully left */
  animation: slowPan 30s linear infinite; /* very slow pan */
  will-change: background-position;
}

@media (min-width:1024px){
    .bg-pan{
        background-size: 170% auto; /* zoom 70% width, height auto keeps aspect ratio */
    }
}

@keyframes slowPan {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 20% 50%; /* pan 20% to the right */
  }
  100% {
    background-position: 0% 50%; /* pan back to left */
  }
}

/* Single referenssi */

.client-logo{
  top: -5rem;
  position: relative;
  max-width: 150px;
}

.client-information{
  top:-3rem;
  position: relative;
}

.premise-introduction p{
    margin-bottom: 1rem;
  }

.premise-introduction ul{
    list-style: disc;
    padding-left:2rem;
    margin-bottom:1rem;
  }

/* Single Toimitila */

.premise-content h2{
    margin:1.5rem 0rem 1.5rem 0rem;
  }

.premise-content p{
    margin-bottom: 1rem;
  }

/* Single article */

.article-content p{
    margin-bottom:1rem;
  }

.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6{
    color:var(--primary);
    margin-top:1.5rem;

  }

/* Some icons */

.some-icon {
    max-width: 30px;
    max-height: 30px;

    
  }

@media (min-width:1280px){

.some-icon {
      width:35px;
      height:35px

    
  }
    }

.some-icon svg {
      width: 30px;
      height: 30px;
    }

@media (min-width:1280px){

.some-icon svg {
        width:35px;
        height:35px
    }
      }

.some-icon.small{
      max-width:20px;
      max-height:20px;
    }

.some-icon.small svg{
        width:20px;
        height:20px;
      }

/* Footer */

.footer-wrapper p {
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (min-width: 1024px) {

    .footer-wrapper p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 2200px) {

    .footer-wrapper p {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.footer-wrapper .footer-logo {
    max-width: 250px;
    width: 100%;
  }

.footer-wrapper .footer-some-link {
    width: 30px;
    height: 30px;
    position: relative;
  }

@media (min-width:1280px){

.footer-wrapper .footer-some-link {
      width:35px;
      height:35px
  }
    }

.footer-wrapper .footer-some-link a {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
    }

.footer-wrapper .footer-menu li {
    margin-bottom:1rem;
    max-width: -moz-max-content;
    max-width: max-content;
    display: flex;
    line-height: 1.25;
  }

.footer-wrapper .footer-menu li a {
        color: var(--secondary);
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
      }

.footer-wrapper .footer-menu li a:hover {
          color: var(--secondary-dark);
        }

.footer-wrapper .footer-menu li a:after {
          content: "";
          display: block;
          position: relative;
          bottom: 0;
          left: 50%;
          width: 0;
          height: 2px;
          background: var(--secondary-dark);
          transition: width 0.3s ease, left 0.3s ease;
        }

.footer-wrapper .footer-menu li a:hover:after {
          width: 100%;
          left: 0;
        }

@media (min-width:768px){

.footer-wrapper .footer-menu li a {
          font-size: 1rem
      }
        }

.footer-wrapper .footer-menu li.menu-button {
      margin: 0.75rem 0;
    }

@media (min-width:768px){

.footer-wrapper .footer-menu li.menu-button {
        margin:1rem 0
    }
      }

.footer-wrapper .footer-menu li.menu-button a {
        outline: 2px solid var(--secondary);
        padding: 0.5rem;
        transition: all 0.25s ease-in;
      }

.footer-wrapper .footer-menu li.menu-button a:after {
          content:none;
        }

@media (min-width:768px){

.footer-wrapper .footer-menu li.menu-button a {
          padding:1rem
      }
        }

.footer-wrapper .footer-menu li.menu-button a:hover {
          color: var(--primary);
          background: var(--secondary);
          text-decoration: none;
        }

/* Webkit iOS low power video controls hide */

video::-webkit-media-controls {
display: none !important;
opacity: 0;
}

/* Could Use thise as well for Individual Controls */

video::-webkit-media-controls-play-button {
display: none;
}

video::-webkit-media-controls-panel {
display: none;
opacity: 1;
}

video::-webkit-media-controls-play-button { 
display: none!; 
appearance: none; 
-webkit-appearance: none; 
}

video::-webkit-media-controls-start-playback-button {
display: none ;
appearance: none;
-webkit-appearance: none;
}

video::-webkit-media-controls-overlay-play-button {
display: none;
appearance: none;
-webkit-appearance: none;
}

video::-webkit-media-controls-container{
display:none;
visibility: hidden;
opacity: 0 ;
-webkit-appearance: none ;
}

:host::shadow::-webkit-media-controls-container{ 
display: none; 
}

.button {

  position: relative;
  transition: background-color ease-in 0.15s, color ease-in 0.15s;
  font-family:'Montserrat';

}

.button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: var(--primary-dark);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
  }

.button:hover:after {
    transform: scaleX(1);
  }

.button.medium{
    color: var(--buttontext);
    padding: 0.5rem 1.5rem;
    outline: 2px solid; 
    outline-color: (--buttoncolor);

  }

@media (min-width:574px){

.button.medium{
      /*text-wrap:nowrap;*/

  }
    }

@media (min-width:1280px){

.button.medium{
      padding:0.75rem 1.75rem

  }
    }

@media (min-width:1400px){

.button.medium{
      padding:0.85rem 2rem

  }
    }

.button.medium:hover {
      background: var(--buttoncolor);
      outline-color: var(--buttoncolor);
      color: var(--buttontexthover);
      
    }

.button.medium:after{
      content:none;
    }

.button.large {
    color: var(--buttontext);
    padding: 0.5rem 2rem;
    outline: 2px solid; 
    outline-color: (--buttoncolor);
    letter-spacing: 1px;
  }

@media (min-width:574px){

.button.large {
      /*text-wrap:nowrap;*/
  }
    }

@media (min-width:1280px){

.button.large {
      padding:0.75rem 2.5rem
  }
    }

@media (min-width:1400px){

.button.large {
      padding:1rem 3rem
  }
    }

@media (min-width:1600px){

.button.large {
      text-wrap:auto
  }
    }

.button.large:hover {
      background: var(--buttoncolor);
      outline-color: var(--buttoncolor);
      color: var(--buttontexthover);
      
    }

.button.large:after{
      content:none;
    }

.button.text-button{
    outline:none !important;
    background:none !important;
  }

.button.text-button.primary{

    color:var(--primary);
    }

.button.text-button.primary:hover{
        color:var(--primary-dark);
        background:none;
      }

.button.text-button.primary:after{
        background:var(--primary-dark);
      }

.button.text-button.secondary{

      color:var(--secondary);
    }

.button.text-button.secondary:hover{
        color:var(--secondary-dark);
      }

.button.text-button.secondary:after{
        background:var(--secondary-dark);
      }

.button.text-button.secondary{

      color:var(--accent);
    }

.button.text-button.secondary:hover{
        color:var(--accent-dark);
      }

.button.text-button.secondary:after{
        background:var(--accent-dark);
      }

.button.primary{

    color:var(--primary);
    outline-color:var(--primary);
  }

.button.primary:hover{
      color:var(--secondary);
      background:var(--primary-dark);
    }

.button.primary:after{
      background:var(--primary-dark);
    }

.button.secondary{

    color:var(--secondary);
    outline-color:var(--secondary);
  }

.button.secondary:hover{
      color:var(--secondary-dark);
    }

.button.secondary:after{
      background:var(--secondary-dark);
    }

.button.accent{

    color:var(--accent);
    outline-color:var(--accent);
  }

.button.accent:hover{
      color:var(--accent-dark);
    }

.button.accent:after{
      background:var(--accent-dark);
    }

.post-grid-filter .filter-buttons {
    margin-bottom: 2em;
    display: flex;
    flex-wrap: wrap;
  }

.post-grid-filter .filter-btn {
    cursor: pointer;
  }

.post-grid-filter .filter-btn.active {
    color: var(--accent);
  }

.post-grid-filter .grid-wrapper {
    display: grid;
  }

.post-grid-filter .grid-item {
    /*padding: 1em;*/
    transition: all 0.3s ease;
  }

.post-grid-filter .grid-item.hidden {
    display: none;
  }

/* BLOCK ICON LIST */

.block-icon-list ul{
    list-style: square;
  }

.block-icon-list li{
    margin-bottom:0.75rem;
  }

.block-icon-list li {
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (min-width: 1440px) {

    .block-icon-list li {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1920px) {

    .block-icon-list li {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.block-icon-list li{
    font-family:'Cormorant Garamond';
  }

/* BLOCK ICON CARDS */

.block-icon-cards ul{
    list-style:disc;
  }

.block-icon-cards li::marker {
    color: var(--accent);
  }

/* BLOCK TWO COLUMNS TIMELINE !!!! */

.block-two-columns-timeline .sub-title{
    position: relative;
    display: inline-block;
  }

.block-two-columns-timeline .sub-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.25rem;
    height: 4px;
    width: 100%;
    background: var(--accent);

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 700ms ease;
  }

.block-two-columns-timeline .sub-title.is-visible::after{
    transform: scaleX(1);
  }

/* BLOCK TWO COLUMNS */

.block-two-columns .sub-title{
    position: relative;
    display: inline-block;
  }

.block-two-columns .sub-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.25rem;
    height: 2px;
    width: 100%;
    background: var(--accent);

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 700ms ease;
  }

.block-two-columns .sub-title.is-visible::after{
    transform: scaleX(1);
  }

.block-two-columns {

  overflow-x: hidden;
}

.block-two-columns ul{
    list-style: square;
  }

.block-two-columns li{
    /*margin-bottom:0.25rem;*/
  }

.block-two-columns li {
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (min-width: 1024px) {

    .block-two-columns li {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 2200px) {

    .block-two-columns li {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.block-two-columns li{
    font-family:'Cormorant Garamond';
  }

/* Contact form */

.gform-theme--foundation .gform_fields{
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
  row-gap: 1rem !important;
}

.gform_required_legend{
  display: none !important;
}

#input_1_9{
  margin-right:5px !important;
}

/* CUSTOM COLUMNS */

.block-custom-columns .content-column ul{
      list-style: disc;
      list-style-type: disc;
    }

.block-custom-columns .content-column li::marker {
      color: var(--accent);
    }

h1, h2, h3, h4, h5{
  font-family: 'Montserrat';
  font-weight: 700;
}

h1{
  font-size: 4.5rem; 
}

h2{
  font-size: 2.75rem;
}

h1.wp-block-post-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.25;
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Montserrat; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

h1 {
    font-size: 1.5rem;
    line-height: 2rem;
}

@media (min-width: 640px) {

    h1 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1024px) {

    h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1600px) {

    h1 {
        font-size: 3rem;
        line-height: 1;
    }
}

@media (min-width: 2200px) {

    h1 {
        font-size: 4.5rem;
        line-height: 1;
    }
}

h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

@media (min-width: 1024px) {

    h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1600px) {

    h2 {
        font-size: 3rem;
        line-height: 1;
    }
}

@media (min-width: 2200px) {

    h2 {
        font-size: 3.75rem;
        line-height: 1;
    }
}

h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

@media (min-width: 1024px) {

    h3 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1600px) {

    h3 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 2200px) {

    h3 {
        font-size: 3rem;
        line-height: 1;
    }
}

h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

@media (min-width: 1024px) {

    h4 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 1600px) {

    h4 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 2200px) {

    h4 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

h5 {
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (min-width: 1024px) {

    h5 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1600px) {

    h5 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 2200px) {

    h5 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

h6 {
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (min-width: 1024px) {

    h6 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1600px) {

    h6 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
  }

p {
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (min-width: 1024px) {

    p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 2200px) {

    p {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

p {
    font-family: 'Montserrat';
    font-weight: 400;
  }

.block-two-columns .font-smaller p {
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (min-width: 1920px) {

    .block-two-columns .font-smaller p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 2200px) {

    .block-two-columns .font-smaller p {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.container {
    width: 100%;
}

@media (min-width: 640px) {

    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {

    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {

    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {

    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1440px) {

    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {

    .container {
        max-width: 1600px;
    }
}

@media (min-width: 1920px) {

    .container {
        max-width: 1920px;
    }
}

@media (min-width: 2200px) {

    .container {
        max-width: 2200px;
    }
}

.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;
    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;
    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;
    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);
    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;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    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;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    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;
    padding-inline-end: 0.5714286em;
    padding-bottom: 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"] *)) {
    padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    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;
    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"] *)) {
    padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 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"] *)) {
    padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    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;
}

/* Fonts */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/montserrat-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/montserrat-latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./fonts/montserrat-latin-800-normal.woff2") format("woff2");
}

@font-face {
  font-family: 'Arquitecta';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/Arquitecta.woff2") format("woff2");
}

@font-face {
  font-family: 'DM Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/DMSerifDisplay-Regular.woff2") format("woff2");
}

@font-face {
  font-family: 'Google Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/MaterialSymbolsSharp_28pt-Regular.woff2") format("woff2");
}

.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;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.bottom-\[2rem\] {
    bottom: 2rem;
}

.bottom-\[4rem\] {
    bottom: 4rem;
}

.bottom-\[5rem\] {
    bottom: 5rem;
}

.left-0 {
    left: 0px;
}

.left-1 {
    left: 0.25rem;
}

.left-1\/2 {
    left: 50%;
}

.left-3 {
    left: 0.75rem;
}

.left-\[-4rem\] {
    left: -4rem;
}

.right-0 {
    right: 0px;
}

.right-4 {
    right: 1rem;
}

.right-\[-4rem\] {
    right: -4rem;
}

.top-0 {
    top: 0px;
}

.top-1 {
    top: 0.25rem;
}

.top-24 {
    top: 6rem;
}

.top-3 {
    top: 0.75rem;
}

.top-4 {
    top: 1rem;
}

.isolate {
    isolation: isolate;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-50 {
    z-index: 50;
}

.z-\[-1\] {
    z-index: -1;
}

.z-\[0\] {
    z-index: 0;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-40 {
    margin-bottom: 10rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-\[-5px\] {
    margin-top: -5px;
}

.mt-auto {
    margin-top: auto;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.\!grid {
    display: grid !important;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.aspect-\[1\/1\] {
    aspect-ratio: 1/1;
}

.aspect-\[14\/9\] {
    aspect-ratio: 14/9;
}

.aspect-\[16\/9\] {
    aspect-ratio: 16/9;
}

.aspect-\[4\/3\] {
    aspect-ratio: 4/3;
}

.aspect-\[4\/5\] {
    aspect-ratio: 4/5;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.aspect-video {
    aspect-ratio: 16 / 9;
}

.\!h-auto {
    height: auto !important;
}

.h-1 {
    height: 0.25rem;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-40 {
    height: 10rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-64 {
    height: 16rem;
}

.h-8 {
    height: 2rem;
}

.h-\[2px\] {
    height: 2px;
}

.h-\[50vh\] {
    height: 50vh;
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.max-h-24 {
    max-height: 6rem;
}

.max-h-32 {
    max-height: 8rem;
}

.max-h-\[150px\] {
    max-height: 150px;
}

.max-h-\[200px\] {
    max-height: 200px;
}

.max-h-\[80vh\] {
    max-height: 80vh;
}

.max-h-\[90vh\] {
    max-height: 90vh;
}

.max-h-full {
    max-height: 100%;
}

.min-h-40 {
    min-height: 10rem;
}

.min-h-\[200px\] {
    min-height: 200px;
}

.min-h-\[70vh\] {
    min-height: 70vh;
}

.min-h-screen {
    min-height: 100vh;
}

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.w-14 {
    width: 3.5rem;
}

.w-16 {
    width: 4rem;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-8 {
    width: 2rem;
}

.w-\[110px\] {
    width: 110px;
}

.w-\[4px\] {
    width: 4px;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.min-w-0 {
    min-width: 0px;
}

.min-w-\[120px\] {
    min-width: 120px;
}

.min-w-\[3\.5rem\] {
    min-width: 3.5rem;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-3xl {
    max-width: 48rem;
}

.max-w-4xl {
    max-width: 56rem;
}

.max-w-5xl {
    max-width: 64rem;
}

.max-w-\[100\%\] {
    max-width: 100%;
}

.max-w-\[125px\] {
    max-width: 125px;
}

.max-w-\[21rem\] {
    max-width: 21rem;
}

.max-w-\[90\%\] {
    max-width: 90%;
}

.max-w-full {
    max-width: 100%;
}

.max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
}

.max-w-md {
    max-width: 28rem;
}

.max-w-none {
    max-width: none;
}

.max-w-sm {
    max-width: 24rem;
}

.max-w-xl {
    max-width: 36rem;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-initial {
    flex: 0 1 auto;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.shrink-0 {
    flex-shrink: 0;
}

.flex-grow {
    flex-grow: 1;
}

.origin-left {
    transform-origin: left;
}

.origin-top {
    transform-origin: top;
}

.-translate-x-0 {
    --tw-translate-x: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-14 {
    --tw-translate-x: -3.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-4 {
    --tw-translate-x: -1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-14 {
    --tw-translate-x: 3.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-4 {
    --tw-translate-x: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-16 {
    --tw-translate-y: 4rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-6 {
    --tw-translate-y: 1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-8 {
    --tw-translate-y: 2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-0 {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-0 {
    --tw-scale-x: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-100 {
    --tw-scale-x: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-0 {
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-100 {
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

.select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.resize {
    resize: both;
}

.list-disc {
    list-style-type: disc;
}

.columns-1 {
    -moz-columns: 1;
         columns: 1;
}

.break-inside-avoid {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.content-between {
    align-content: space-between;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.items-stretch {
    align-items: stretch;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
}

.gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
}

.gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
}

.gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}

.gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

.gap-y-8 {
    row-gap: 2rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(19 30 41 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-l-2 {
    border-left-width: 2px;
}

.border-l-8 {
    border-left-width: 8px;
}

.border-r-2 {
    border-right-width: 2px;
}

.border-t-2 {
    border-top-width: 2px;
}

.border-dashed {
    border-style: dashed;
}

.border-accent {
    --tw-border-opacity: 1;
    border-color: rgb(192 215 37 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(19 30 41 / var(--tw-border-opacity, 1));
}

.border-primary\/40 {
    border-color: rgb(19 30 41 / 0.4);
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/30 {
    border-color: rgb(255 255 255 / 0.3);
}

.border-l-teal-300 {
    --tw-border-opacity: 1;
    border-left-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}

.bg-\[\#2e1110\] {
    --tw-bg-opacity: 1;
    background-color: rgb(46 17 16 / var(--tw-bg-opacity, 1));
}

.bg-accent {
    --tw-bg-opacity: 1;
    background-color: rgb(192 215 37 / var(--tw-bg-opacity, 1));
}

.bg-accent\/20 {
    background-color: rgb(192 215 37 / 0.2);
}

.bg-accent\/70 {
    background-color: rgb(192 215 37 / 0.7);
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/80 {
    background-color: rgb(0 0 0 / 0.8);
}

.bg-black\/90 {
    background-color: rgb(0 0 0 / 0.9);
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(19 30 41 / var(--tw-bg-opacity, 1));
}

.bg-primary-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-0 {
    --tw-bg-opacity: 0;
}

.bg-opacity-15 {
    --tw-bg-opacity: 0.15;
}

.bg-opacity-30 {
    --tw-bg-opacity: 0.3;
}

.bg-\[radial-gradient\(circle_at_center\2c rgba\(0\2c 0\2c 0\2c 0\.85\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\.7\)_40\%\2c rgba\(0\2c 0\2c 0\2c 0\.5\)_70\%\2c rgba\(0\2c 0\2c 0\2c 0\.3\)_100\%\)\] {
    background-image: radial-gradient(circle at center,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.7) 40%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,0.3) 100%);
}

.object-contain {
    -o-object-fit: contain;
       object-fit: contain;
}

.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}

.p-12 {
    padding: 3rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-12 {
    padding-bottom: 3rem;
}

.pb-16 {
    padding-bottom: 4rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pl-8 {
    padding-left: 2rem;
}

.pt-0 {
    padding-top: 0px;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-8 {
    padding-top: 2rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.font-sans {
    font-family: Montserrat;
}

.font-serif {
    font-family: DM Serif;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-8xl {
    font-size: 6rem;
    line-height: 1;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-\[600\] {
    font-weight: 600;
}

.font-\[700\] {
    font-weight: 700;
}

.font-\[800\] {
    font-weight: 800;
}

.font-\[900\] {
    font-weight: 900;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.normal-case {
    text-transform: none;
}

.italic {
    font-style: italic;
}

.not-italic {
    font-style: normal;
}

.leading-7 {
    line-height: 1.75rem;
}

.leading-none {
    line-height: 1;
}

.leading-normal {
    line-height: 1.5;
}

.leading-relaxed {
    line-height: 1.625;
}

.leading-snug {
    line-height: 1.375;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.tracking-widest {
    letter-spacing: 0.15em;
}

.text-accent {
    --tw-text-opacity: 1;
    color: rgb(192 215 37 / var(--tw-text-opacity, 1));
}

.text-amber-900 {
    --tw-text-opacity: 1;
    color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}

.text-inherit {
    color: inherit;
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(19 30 41 / var(--tw-text-opacity, 1));
}

.text-primary\/80 {
    color: rgb(19 30 41 / 0.8);
}

.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-secondary\/90 {
    color: rgb(255 255 255 / 0.9);
}

.text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-900 {
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/90 {
    color: rgb(255 255 255 / 0.9);
}

.underline {
    text-decoration-line: underline;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-70 {
    opacity: 0.7;
}

.opacity-80 {
    opacity: 0.8;
}

.mix-blend-multiply {
    mix-blend-mode: multiply;
}

.shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-2 {
    --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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-1000 {
    transition-duration: 1000ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.duration-700 {
    transition-duration: 700ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-accent:hover {
    --tw-border-opacity: 1;
    border-color: rgb(192 215 37 / var(--tw-border-opacity, 1));
}

.hover\:bg-accent:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(192 215 37 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
}

.hover\:text-primary-dark:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
    text-decoration-line: underline;
}

.hover\:no-underline:hover {
    text-decoration-line: none;
}

.hover\:opacity-80:hover {
    opacity: 0.8;
}

.hover\:opacity-90:hover {
    opacity: 0.9;
}

.focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgb(19 30 41 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:ring-0:focus {
    --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.group:hover .group-hover\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
    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\:-translate-y-4 {
    --tw-translate-y: -1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-\[1\.03\] {
    --tw-scale-x: 1.03;
    --tw-scale-y: 1.03;
    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\:justify-start {
    justify-content: flex-start;
}

.group:hover .group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(19 30 41 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-0 {
    opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

.group:hover .group-hover\:opacity-80 {
    opacity: 0.8;
}

.group:hover .group-hover\:brightness-0 {
    --tw-brightness: brightness(0);
    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);
}

.peer:checked ~ .peer-checked\:translate-x-6 {
    --tw-translate-x: 1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px) {

    .sm\:block {
        display: block;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:w-1\/2 {
        width: 50%;
    }

    .sm\:w-32 {
        width: 8rem;
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sm\:bg-accent {
        --tw-bg-opacity: 1;
        background-color: rgb(192 215 37 / var(--tw-bg-opacity, 1));
    }

    .sm\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgb(19 30 41 / var(--tw-bg-opacity, 1));
    }

    .sm\:bg-primary-dark {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    }

    .sm\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

    .sm\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

    .sm\:pt-16 {
        padding-top: 4rem;
    }
}

@media (min-width: 768px) {

    .md\:bottom-\[5rem\] {
        bottom: 5rem;
    }

    .md\:top-\[-200px\] {
        top: -200px;
    }

    .md\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .md\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .md\:mt-\[-200px\] {
        margin-top: -200px;
    }

    .md\:flex {
        display: flex;
    }

    .md\:h-10 {
        height: 2.5rem;
    }

    .md\:h-20 {
        height: 5rem;
    }

    .md\:min-h-48 {
        min-height: 12rem;
    }

    .md\:w-1\/2 {
        width: 50%;
    }

    .md\:w-1\/3 {
        width: 33.333333%;
    }

    .md\:w-1\/4 {
        width: 25%;
    }

    .md\:w-10 {
        width: 2.5rem;
    }

    .md\:w-2\/3 {
        width: 66.666667%;
    }

    .md\:w-3\/4 {
        width: 75%;
    }

    .md\:w-full {
        width: 100%;
    }

    .md\:max-w-lg {
        max-width: 32rem;
    }

    .md\:columns-2 {
        -moz-columns: 2;
             columns: 2;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-\[1fr_1fr_1fr\] {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .md\:grid-cols-\[7fr_3fr\] {
        grid-template-columns: 7fr 3fr;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:flex-col {
        flex-direction: column;
    }

    .md\:gap-16 {
        gap: 4rem;
    }

    .md\:gap-6 {
        gap: 1.5rem;
    }

    .md\:gap-8 {
        gap: 2rem;
    }

    .md\:gap-y-\[2px\] {
        row-gap: 2px;
    }

    .md\:bg-accent {
        --tw-bg-opacity: 1;
        background-color: rgb(192 215 37 / var(--tw-bg-opacity, 1));
    }

    .md\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgb(19 30 41 / var(--tw-bg-opacity, 1));
    }

    .md\:bg-primary-dark {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    }

    .md\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

    .md\:bg-transparent {
        background-color: transparent;
    }

    .md\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

    .md\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .md\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .md\:pb-0 {
        padding-bottom: 0px;
    }

    .md\:pb-16 {
        padding-bottom: 4rem;
    }

    .md\:pb-8 {
        padding-bottom: 2rem;
    }

    .md\:pl-8 {
        padding-left: 2rem;
    }

    .md\:pr-8 {
        padding-right: 2rem;
    }

    .md\:pt-0 {
        padding-top: 0px;
    }

    .md\:pt-16 {
        padding-top: 4rem;
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {

    .lg\:left-\[3rem\] {
        left: 3rem;
    }

    .lg\:mb-14 {
        margin-bottom: 3.5rem;
    }

    .lg\:mb-16 {
        margin-bottom: 4rem;
    }

    .lg\:ml-auto {
        margin-left: auto;
    }

    .lg\:block {
        display: block;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:max-h-40 {
        max-height: 10rem;
    }

    .lg\:w-1\/4 {
        width: 25%;
    }

    .lg\:w-1\/5 {
        width: 20%;
    }

    .lg\:w-3\/5 {
        width: 60%;
    }

    .lg\:w-\[15rem\] {
        width: 15rem;
    }

    .lg\:w-\[360px\] {
        width: 360px;
    }

    .lg\:max-w-2xl {
        max-width: 42rem;
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:items-end {
        align-items: flex-end;
    }

    .lg\:items-center {
        align-items: center;
    }

    .lg\:items-stretch {
        align-items: stretch;
    }

    .lg\:justify-between {
        justify-content: space-between;
    }

    .lg\:gap-10 {
        gap: 2.5rem;
    }

    .lg\:gap-16 {
        gap: 4rem;
    }

    .lg\:gap-20 {
        gap: 5rem;
    }

    .lg\:gap-8 {
        gap: 2rem;
    }

    .lg\:bg-accent {
        --tw-bg-opacity: 1;
        background-color: rgb(192 215 37 / var(--tw-bg-opacity, 1));
    }

    .lg\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgb(19 30 41 / var(--tw-bg-opacity, 1));
    }

    .lg\:bg-primary-dark {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    }

    .lg\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

    .lg\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .lg\:pb-16 {
        padding-bottom: 4rem;
    }

    .lg\:pb-8 {
        padding-bottom: 2rem;
    }

    .lg\:pl-8 {
        padding-left: 2rem;
    }

    .lg\:pr-8 {
        padding-right: 2rem;
    }

    .lg\:pt-0 {
        padding-top: 0px;
    }

    .lg\:pt-16 {
        padding-top: 4rem;
    }

    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .lg\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1280px) {

    .xl\:relative {
        position: relative;
    }

    .xl\:flex {
        display: flex;
    }

    .xl\:hidden {
        display: none;
    }

    .xl\:h-auto {
        height: auto;
    }

    .xl\:w-auto {
        width: auto;
    }

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .xl\:flex-row {
        flex-direction: row;
    }

    .xl\:justify-between {
        justify-content: space-between;
    }

    .xl\:bg-accent {
        --tw-bg-opacity: 1;
        background-color: rgb(192 215 37 / var(--tw-bg-opacity, 1));
    }

    .xl\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgb(19 30 41 / var(--tw-bg-opacity, 1));
    }

    .xl\:bg-primary-dark {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    }

    .xl\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

    .xl\:bg-transparent {
        background-color: transparent;
    }

    .xl\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

    .xl\:p-8 {
        padding: 2rem;
    }

    .xl\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .xl\:pb-16 {
        padding-bottom: 4rem;
    }

    .xl\:pb-24 {
        padding-bottom: 6rem;
    }

    .xl\:pt-16 {
        padding-top: 4rem;
    }

    .xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .xl\:text-secondary {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
}

@media (min-width: 1440px) {

    .\32xl\:max-w-5xl {
        max-width: 64rem;
    }

    .\32xl\:max-w-6xl {
        max-width: 72rem;
    }

    .\32xl\:max-w-7xl {
        max-width: 80rem;
    }

    .\32xl\:bg-accent {
        --tw-bg-opacity: 1;
        background-color: rgb(192 215 37 / var(--tw-bg-opacity, 1));
    }

    .\32xl\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgb(19 30 41 / var(--tw-bg-opacity, 1));
    }

    .\32xl\:bg-primary-dark {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    }

    .\32xl\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

    .\32xl\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

    .\32xl\:pb-16 {
        padding-bottom: 4rem;
    }

    .\32xl\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .\32xl\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .\32xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1600px) {

    .\33xl\:gap-x-12 {
        -moz-column-gap: 3rem;
             column-gap: 3rem;
    }

    .\33xl\:p-6 {
        padding: 1.5rem;
    }

    .\33xl\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .\33xl\:pb-24 {
        padding-bottom: 6rem;
    }

    .\33xl\:pt-24 {
        padding-top: 6rem;
    }

    .\33xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .\33xl\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .\33xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .\33xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1920px) {

    .\34xl\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 2200px) {

    .\35xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .\35xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}