/*!********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./assets/css/variables.css ***!
  \********************************************************************************************************/
@font-face {
  font-family: "BreveSlabText";
  src: url("/wp-content/themes/gwyr/assets/fonts/BreveSlabText-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

/* Defining base theme variables for consistent styling */
:root {
  --science_blue: #005cb9;
  --science_blue_tint: #b9def1;
  --science_blue_shade: #213780;
  --blood_red: #ea1d23;
  --blood_red_shade: #ad2225;
  --pleasant_aqua: #1cb3e8;
  --data_gray: #4a5054;
  --data_gray_75: #777c7f;
  --data_gray_tint: #e3e3e3;
  --card_gray: #ebedef;
  --white: #ffffff;
  --black: #000000;
  --light_gray: #f1f1f1;
  --success_green: #dcfae6;

  --danger_bg_color: rgba(219, 75, 104, 0.1);
  --danger_accent_color: #db4b68;
  --success_bg_color: rgba(18, 184, 120, 0.1);
  --success_accent_color: #12b878;
  --warning_bg_color: rgba(241, 174, 42, 0.1);
  --warning_accent_color: #f1ae2a;

  --font_mono: monospace;
  --font_primary: "Inter", Arial, sans-serif;
  --font_secondary: "BreveSlabText", Arial, sans-serif;
  --font_tertiary: "Bree Serif", Arial, sans-serif;
  --font_tight: "Inter Tight", Arial, sans-serif;

  --type_body_font_family: var(--font_primary);
  --type_body_font_size: 16px;
  --type_body_font_weight: 400;
  --type_body_line_height: 1em;
  --type_body_letter_spacing: normal;
  --type_body_color: var(--color_black);

  --heading_font_weight: 400;
  --heading_line_height: 1em;
  --heading_color: var(--color_black);
}

/* Basic icon styles */
.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;

  &.lg {
    width: 24px;
    height: 24px;
  }
}

/*!******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./assets/css/desktop.css ***!
  \******************************************************************************************************/
/* Desktop-specific style overrides */
body.device-desktop {
  h1,
  .h1 {
    font-size: 48px;
  }

  h2,
  .h2 {
    font-size: 36px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }

  .d1 {
    font-size: 112px;
  }

  .d2 {
    font-size: 96px;
  }

  .d3 {
    font-size: 80px;
  }

  .d4 {
    font-size: 56px;
  }

  .d5 {
    font-size: 48px;
  }

  .swiper {
    .btn {
      padding: 24px 16px;
      font-size: 16px;
    }

    .slide-timeout {
      .timeout-title {
        font-size: 40px;
      }
    }

    .swiper-slide {
      &.slide-welcome {
        display: flex;
        align-items: center;
        justify-content: center;

        > img {
          object-fit: contain;
          object-position: center bottom;
        }

        .text-wrap {
          h2 {
            max-width: 950px;
            margin: 0 auto;
          }
        }
      }

      &.slide-choose-type {
        .wrapper {
          > img {
            object-fit: contain;
            object-position: center bottom;
          }
        }

        .text-wrap {
          gap: 20px;
        }
      }

      &.slide-question {
        .image-wrapper {
          img {
            object-fit: contain;
          }
        }

        .question-pretext {
          font-size: 24px;
        }

        .question-options {
          .question-option {
            height: 96px;
            font-size: 20px;

            .droplet {
              img {
                height: 64px;
              }
            }
          }
        }
      }

      &.slide-factoid {
        .speech-bubbles {
          max-width: 365px;
          align-items: center;
          margin: 0 auto;

          .bubble:first-child {
            width: 290px;
            height: 190px;
            padding-left: 24px;
            padding-right: 24px;

            .bubble-text {
              height: 130px;
            }

            .title {
              font-size: 24px;
            }

            .text {
              font-size: 16px;
            }
          }

          .bubble {
            width: 300px;
            height: 264px;
            padding-left: 24px;
            padding-right: 24px;

            .bubble-text {
              height: 175px;
            }

            .title {
              font-size: 36px;
            }

            .text {
              font-size: 16px;
            }
          }

          .cloud {
            max-width: 90px;

            &:last-child {
              bottom: 60px;
            }
          }
        }

        .droplet {
          height: 300px;
          top: -130px;

          &:after {
            width: 32%;
          }
        }

        .shield-branding {
          .logo-wrap {
            &:first-child {
              img {
                max-width: 212px;
              }
            }

            &:last-child {
              img {
                max-width: 90px;
              }
            }
          }
        }

        .title-wrapper {
          h2 {
            font-size: 48px;
          }
        }
      }

      &.slide-result-percents {
        .results-container {
          max-height: calc(100% - 128px);

          .question-result {
            padding: 48px;
          }

          .question-pretext {
            font-size: 20px;
          }

          h3 {
            font-size: 32px;
          }
        }

        .choice {
          gap: 16px;

          .label {
            font-size: 20px;
          }

          &.higher {
            .percent {
              font-size: 117px;
            }
          }

          &.lower {
            .percent {
              font-size: 56px;
            }
          }
        }
      }

      &.slide-result-summary {
        .image-wrapper {
          .droplet {
            display: flex;
            justify-content: center;
            bottom: 0;

            img {
              width: 60%;
              position: relative;
              z-index: 2;
            }

            &:after {
              width: 32%;
            }
          }
        }

        .summary-item {
          padding-top: 16px;

          &:first-child {
            padding-top: 0;
            padding-bottom: 16px;
          }

          .summary-number {
            span {
              font-size: 112px;
            }
          }

          > span {
            font-size: 20px;
          }
        }
      }

      &.slide-result-next-step,
      &.slide-result-next-step-qualified,
      &.slide-result-next-step-unqualified {
        .upper {
          gap: 32px;
        }

        h3 {
          font-size: 36px;
        }

        .subtitle {
          font-size: 20px;
        }
      }
    }
  }

  .modal {
    .modal-content {
      p {
        margin-bottom: 1.5em;
        font-size: 16px;
      }
    }
  }
}

/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./assets/css/swiper-bundle.min.css ***!
  \****************************************************************************************************************/
/**
 * 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);-webkit-backface-visibility:hidden;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%;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;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%;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;-webkit-backface-visibility:hidden;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;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;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;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./assets/css/style.css ***!
  \**********************************************************************************************************************************************/
/* OrangeTree Theme Styles
 * This file is the main stylesheet for the OrangeTree WordPress theme.
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 500px){

  .\!container{
    max-width: 500px !important;
  }

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

  .\!container{
    max-width: 768px !important;
  }

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

  .\!container{
    max-width: 1024px !important;
  }

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

  .\!container{
    max-width: 1280px !important;
  }

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

  .\!container{
    max-width: 1440px !important;
  }

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

  .\!container{
    max-width: 1536px !important;
  }

  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.bottom-12{
  bottom: 3rem;
}
.bottom-\[-20px\]{
  bottom: -20px;
}
.bottom-\[0px\]{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-\[-47px\]{
  right: -47px;
}
.right-\[70px\]{
  right: 70px;
}
.top-0{
  top: 0px;
}
.top-5{
  top: 1.25rem;
}
.top-\[-8\%\]{
  top: -8%;
}
.top-\[207px\]{
  top: 207px;
}
.top-auto{
  top: auto;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[4\]{
  z-index: 4;
}
.z-\[9999\]{
  z-index: 9999;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[-4\%\]{
  margin-top: -4%;
}
.mt-\[-40px\]{
  margin-top: -40px;
}
.box-border{
  box-sizing: border-box;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[135px\]{
  height: 135px;
}
.h-\[175px\]{
  height: 175px;
}
.h-\[194px\]{
  height: 194px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[33px\]{
  height: 33px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[58px\]{
  height: 58px;
}
.h-\[65px\]{
  height: 65px;
}
.h-\[72px\]{
  height: 72px;
}
.h-\[88px\]{
  height: 88px;
}
.h-\[96px\]{
  height: 96px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-none{
  max-height: none;
}
.min-h-0{
  min-height: 0px;
}
.min-h-\[48px\]{
  min-height: 48px;
}
.min-h-\[70vw\]{
  min-height: 70vw;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-24{
  width: 6rem;
}
.w-4{
  width: 1rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[117px\]{
  width: 117px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[276px\]{
  width: 276px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[37px\]{
  width: 37px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[56px\]{
  width: 56px;
}
.w-\[76px\]{
  width: 76px;
}
.w-\[90vw\]{
  width: 90vw;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[110px\]{
  max-width: 110px;
}
.max-w-\[117px\]{
  max-width: 117px;
}
.max-w-\[120px\]{
  max-width: 120px;
}
.max-w-\[138px\]{
  max-width: 138px;
}
.max-w-\[172px\]{
  max-width: 172px;
}
.max-w-\[210px\]{
  max-width: 210px;
}
.max-w-\[226px\]{
  max-width: 226px;
}
.max-w-\[282px\]{
  max-width: 282px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[328px\]{
  max-width: 328px;
}
.max-w-\[386px\]{
  max-width: 386px;
}
.max-w-\[474px\]{
  max-width: 474px;
}
.max-w-\[540px\]{
  max-width: 540px;
}
.max-w-\[60px\]{
  max-width: 60px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[720px\]{
  max-width: 720px;
}
.max-w-\[88px\]{
  max-width: 88px;
}
.max-w-\[950px\]{
  max-width: 950px;
}
.max-w-\[970px\]{
  max-width: 970px;
}
.max-w-none{
  max-width: none;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.flex-grow-0{
  flex-grow: 0;
}
.border-collapse{
  border-collapse: collapse;
}
.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;
}
.resize{
  resize: both;
}
.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;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.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-14{
  gap: 3.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-20{
  gap: 5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-visible{
  overflow-y: visible;
}
.text-wrap{
  text-wrap: wrap;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[9999px\]{
  border-radius: 9999px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-science-blue{
  --tw-border-opacity: 1;
  border-color: rgb(0 92 185 / var(--tw-border-opacity, 1));
}
.bg-\[\#e3e3e3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-card-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 239 / var(--tw-bg-opacity, 1));
}
.bg-data-gray-tint{
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity, 1));
}
.bg-light-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.bg-pleasant-aqua{
  --tw-bg-opacity: 1;
  background-color: rgb(28 179 232 / var(--tw-bg-opacity, 1));
}
.bg-science-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 92 185 / var(--tw-bg-opacity, 1));
}
.bg-science-blue-shade{
  --tw-bg-opacity: 1;
  background-color: rgb(33 55 128 / var(--tw-bg-opacity, 1));
}
.bg-science-blue-tint{
  --tw-bg-opacity: 1;
  background-color: rgb(185 222 241 / var(--tw-bg-opacity, 1));
}
.bg-science-blue-tint\/50{
  background-color: rgb(185 222 241 / 0.5);
}
.bg-success-green{
  --tw-bg-opacity: 1;
  background-color: rgb(220 250 230 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-16{
  padding: 4rem;
}
.p-24{
  padding: 6rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-16{
  padding-right: 4rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-secondary{
  font-family: "BreveSlabText", sans-serif;
}
.font-tight{
  font-family: "Inter Tight", sans-serif;
}
.text-\[0px\]{
  font-size: 0px;
}
.text-\[125px\]{
  font-size: 125px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[45px\]{
  font-size: 45px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-\[56px\]{
  font-size: 56px;
}
.text-\[64px\]{
  font-size: 64px;
}
.text-\[96px\]{
  font-size: 96px;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-\[0\.8em\]{
  line-height: 0.8em;
}
.leading-\[0\.95em\]{
  line-height: 0.95em;
}
.leading-\[0\.9em\]{
  line-height: 0.9em;
}
.leading-\[0\]{
  line-height: 0;
}
.leading-\[1\.11em\]{
  line-height: 1.11em;
}
.leading-\[1\.1em\]{
  line-height: 1.1em;
}
.leading-\[1\.25em\]{
  line-height: 1.25em;
}
.leading-\[1\.2em\]{
  line-height: 1.2em;
}
.leading-\[1em\]{
  line-height: 1em;
}
.leading-none{
  line-height: 1;
}
.tracking-\[-0\.01em\]{
  letter-spacing: -0.01em;
}
.tracking-\[-0\.02em\]{
  letter-spacing: -0.02em;
}
.tracking-\[-0\.05em\]{
  letter-spacing: -0.05em;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-data-gray{
  --tw-text-opacity: 1;
  color: rgb(74 80 84 / var(--tw-text-opacity, 1));
}
.text-pleasant-aqua{
  --tw-text-opacity: 1;
  color: rgb(28 179 232 / var(--tw-text-opacity, 1));
}
.text-science-blue{
  --tw-text-opacity: 1;
  color: rgb(0 92 185 / var(--tw-text-opacity, 1));
}
.text-science-blue-shade{
  --tw-text-opacity: 1;
  color: rgb(33 55 128 / var(--tw-text-opacity, 1));
}
.text-science-blue-tint{
  --tw-text-opacity: 1;
  color: rgb(185 222 241 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  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;
}

/* Global styles for typography and layout */
html,
body {
  height: 100vh;
  font-family: var(--font_primary), Arial, sans-serif;
  font-size: var(--type_body_font_size, 16px);
  font-weight: var(--type_body_font_weight);
  line-height: var(--type_body_line_height);
  letter-spacing: var(--type_body_letter_spacing);
  color: var(--science_blue_shade);
  scroll-behavior: smooth;
  background: #f4f7fb;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;

  &.noscroll {
    overflow: hidden;
  }
}

div.page {
  max-height: 100vh;
  height: 100%;

  @media screen and (max-width: 768px) {
    max-height: none;
    height: auto;
    padding-top: 16px;
  }
}

main {
  max-height: 827px;
  height: calc(100vh - 200px);

  @media screen and (max-width: 768px) {
    /* height: calc(100vh - 96px); */
    max-height: none;
    height: auto;
  }
}

.main-inner-wrapper {
  max-height: 827px;
  height: 100%;

  @media screen and (max-width: 768px) {
    max-height: none;
    height: auto;
  }
}

.column-main{
  width: 100%;
}

@media (min-width: 500px){

  .column-main{
    max-width: 500px;
  }
}

@media (min-width: 768px){

  .column-main{
    max-width: 768px;
  }
}

@media (min-width: 1024px){

  .column-main{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){

  .column-main{
    max-width: 1280px;
  }
}

@media (min-width: 1440px){

  .column-main{
    max-width: 1440px;
  }
}

@media (min-width: 1536px){

  .column-main{
    max-width: 1536px;
  }
}

.column-main{
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px){

  .column-main{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Animation classes for slide content */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.fade-up.in {
  opacity: 1;
  transform: translateY(0);
}

/* Font helper classes */
.leading-none {
  line-height: 1 !important;
}

.font-light {
  font-weight: 300 !important;
}

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

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

.font-semibold {
  font-weight: 600 !important;
}

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

mark,
.highlight {
  background: linear-gradient(180deg, transparent 25%, rgba(240, 230, 20, 0.8) 11%, rgba(240, 230, 20, 0.8) 75%, transparent 75%);
}

sup {
  top: -0.3em;
}

/* Basic heading styles */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font_secondary);
  font-weight: 700;
  line-height: 1.25em;
  color: var(--science_blue_shade);
}

h1,
.h1 {
  font-size: 64px;
}

h2,
.h2 {
  font-size: 48px;
}

h3,
.h3 {
  font-size: 36px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 18px;
}

.d1 {
  display: block;
  font-size: 150px;
  font-weight: 900;
  line-height: 0.85em;
  letter-spacing: -0.05em;
  font-family: var(--font_primary);
}

.d2 {
  display: block;
  font-size: 132px;
  font-weight: 900;
  line-height: 0.85em;
  letter-spacing: -0.05em;
  font-family: var(--font_primary);
}

.d3 {
  font-size: 110px;
  font-weight: 900;
  line-height: 0.85em;
  letter-spacing: -0.05em;
}

.d4 {
  font-size: 72px;
  font-weight: 600;
  line-height: 1em;
}

.d5 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1em;
  font-family: var(--font_secondary);
}

.text-p1,
.text-p2,
.text-p3,
.text-p4,
.text-p5,
.text-p6 {
  line-height: 1.2em;
}

.text-p1 {
  font-size: 32px;
}
.text-p2 {
  font-size: 24px;
}
.text-p3 {
  font-size: 20px;
}
.text-p4 {
  font-size: 18px;
}
.text-p5 {
  font-size: 16px;
}
.text-p6 {
  font-size: 14px;
}
.text-s1 {
  font-size: 12px;
  letter-spacing: normal !important;
}
.text-s2 {
  font-size: 10px;
  letter-spacing: normal !important;
}
.text-s3 {
  font-size: 8px;
  letter-spacing: normal !important;
}

@media screen and (max-width: 768px) {
  .d1 {
    font-size: 56px;
    line-height: 1em;
  }

  .d2 {
    font-size: 64px;
    line-height: 1em;
  }

  .d3 {
    font-size: 64px;
  }

  .d4,
  .d5 {
    font-size: 32px;
  }
}

a {
  color: var(--color_black);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: auto;
  transition: all 0.2s ease-in-out;

  &:hover {
    color: var(--color_grey);
  }
}

.tiny-link {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  color: var(--data_gray);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: rgba(75, 80, 84, 0.5);
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: color 0.2s ease-in-out;

  &:after {
    width: 10px;
    height: 10px;
    display: block;
    content: "";
    flex-shrink: 0;
    -webkit-mask-image: url("/wp-content/themes/gwyr/assets/img/plus.svg");
            mask-image: url("/wp-content/themes/gwyr/assets/img/plus.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 10px auto;
            mask-size: 10px auto;
    background-color: var(--data_gray);
    transition: background-color 0.2s ease-in-out;
  }

  &:hover {
    color: var(--black);

    &:after {
      background-color: var(--black);
    }
  }
}

.btn,
.wp-block-button__link,
.wp-element-button {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 30px 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  font-family: var(--font_tight);
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  border-radius: 9999px;
  transition: all 300ms ease-in-out;

  /* default red theming */
  background: var(--Red-Gradient, linear-gradient(90deg, #b2322d 0%, #d23730 100%));
  color: var(--white);

  &:hover {
    background: var(--Red-Gradient, linear-gradient(90deg, #b2322d 0%, #d23730 80%));
    color: var(--white);

    .icon {
      background-color: var(--white);
    }
  }

  &[disabled="disabled"],
  &:disabled,
  &.disabled {
    pointer-events: none;
    opacity: 0.5;
  }

  &.sm {
    gap: 4px;
    padding: 11px 20px;
    font-size: 12px;
  }

  .icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-color: var(--white);
    transition: all 300ms ease-in-out;
  }

  &.outlined {
    background: transparent;
    border: 1px solid var(--science_blue_shade);
    color: var(--science_blue_shade);

    .icon {
      background-color: var(--science_blue_shade);
    }

    &:hover {
      background-color: var(--science_blue);
      border-color: var(--science_blue);
      color: var(--white);

      .icon {
        background-color: var(--white);
      }
    }

    &.blue {
      background: transparent;
      border: 1px solid var(--science_blue_shade);
      color: var(--science_blue_shade);

      .icon {
        background-color: var(--science_blue_shade);
      }

      &:hover {
        background-color: var(--science_blue);
        border-color: var(--science_blue);
        color: var(--white);

        .icon {
          background-color: var(--white);
        }
      }
    }

    &.white {
      border-color: var(--white);
      color: var(--white);

      .icon {
        background-color: var(--white);
      }

      &:hover {
        background: var(--white);
        color: var(--science_blue_shade);

        .icon {
          background-color: var(--science_blue_shade);
        }
      }
    }

    &.grey {
      border-color: var(--data_gray_75);
      color: var(--science_blue_shade);

      .icon {
        background-color: var(--science_blue_shade);
      }

      &:hover {
        background: var(--Red-Gradient, linear-gradient(90deg, #b2322d 0%, #d23730 100%));
        color: var(--white);

        .icon {
          background-color: var(--white);
        }
      }
    }
  }

  @media screen and (max-width: 768px) {
    height: 56px;
    padding: 0 16px;
    font-size: 16px;

    &.sm {
      width: 100%;
      height: 36px;
      padding: 0 16px;
      font-size: 12px;
      border: 0;

      &:hover {
        background-color: transparent;
        border: 0;
      }
    }
  }
}

section.acf-blocks {
  > :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.prose,
.default-content {
  color: var(--color_black, #141617);
  font-size: var(--type_body_font_size, 16px);
  line-height: var(--type_body_line_height, 1.25em);

  &.default-content {
    &:first-of-type {
      padding-top: 2em;
    }

    &:last-of-type {
      padding-bottom: 4em;
    }
  }

  > :last-child {
    margin-bottom: 0;
  }

  &:not(.flex) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-top: 1em;
      margin-bottom: 0.5em;
    }

    p {
      margin-bottom: 1.5em;
    }
  }

  ul,
  ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
  }

  /* WP Block Editor Default Styles for Alignment & Images */
  &.alignleft,
  .alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
    clear: both;
  }

  &.alignright,
  .alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
    clear: both;
  }

  &.aligncenter,
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;

    > img {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  }

  .wp-block-image {
    margin-bottom: 2em;
  }

  /* Allow text to wrap around floated images inside .wp-block-image */
  .wp-block-image > .alignleft,
  .wp-block-image > .alignright {
    display: block;
  }
  .wp-block-image.alignleft,
  .wp-block-image > .alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
    clear: both;
  }
  .wp-block-image.alignright,
  .wp-block-image > .alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
    clear: both;
  }

  .wp-block-image img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .wp-block-image figcaption {
    max-width: 400px;
    display: block;
    text-align: center;
    font-size: 0.8em;
    color: var(--color_grey, #6c6c6c);
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-block-buttons {
    margin-bottom: 2em;
  }

  ul.wp-block-list {
    list-style: disc;
    padding-left: 20px;
  }

  ol.wp-block-list {
    list-style: decimal;
    padding-left: 20px;
  }

  .wp-block-group-is-layout-flex {
    gap: 2rem;
  }

  .wp-block-table {
    margin-bottom: 2em;
  }

  .wp-block-embed {
    margin-bottom: 1.5em;
  }

  .wp-block-embed__wrapper {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding-bottom: 56.25%;

    iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
  }

  .wp-block-embed.aligncenter {
    display: flex;
    justify-content: center;
  }

  .wp-block-embed.alignleft {
    float: left;
    margin-right: 1.5em;
  }

  .wp-block-embed.alignright {
    float: right;
    margin-left: 1.5em;
  }

  .wp-block-gallery {
    margin-bottom: 1.5em;
  }

  .wp-block-gallery .blocks-gallery-item {
    margin-bottom: 0;
  }

  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item {
    display: inline-block;
    vertical-align: top;
  }

  .wp-block-gallery .blocks-gallery-caption {
    text-align: center;
    font-size: 0.95em;
    color: var(--color_grey, #6c6c6c);
    margin-top: 0.5em;
  }
}

.modal {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;

  &.open {
    opacity: 1;
    pointer-events: auto;
  }

  .modal-title {
    font-family: var(--font_tight);
  }

  .content-left {
    .blocks {
      .text {
        font-family: var(--font_tight);
        line-height: 1.2em;
        font-weight: 500;
        color: var(--data_gray_75);

        strong {
          font-weight: 700;
        }
      }
    }
  }

  .modal-content {
    font-family: var(--font_tight);
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    color: var(--data_gray_75);

    strong {
      font-weight: 700;
      color: var(--data_gray);
    }

    p {
      margin-bottom: 1em;
    }
  }
}

/* Custom horizontal scrollbar for .results-container (always visible) */
/* ------------------------------------------------------------------- */

.results-container {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.results-container::-webkit-scrollbar {
  display: none;
}

.scrollbar-thumb {
  transition:
    left 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

/* Form element general styles */
/* ------------------------------------------------------- */

.swiper {
  max-height: 827px;
  height: 100%;

  .field {
    &.error {
      input[type="text"],
      input[type="date"],
      input[type="email"],
      input[type="tel"] {
        border-color: var(--blood_red_shade);

        &:hover {
          border-color: var(--blood_red_shade);
        }

        &:focus {
          box-shadow: 0 0 0 1px var(--blood_red_shade);
          border-color: var(--blood_red_shade);
        }
      }

      .field-error-message {
        margin-top: 4px;
        font-size: 14px;
        color: var(--blood_red_shade);
        font-weight: 500;
      }
    }
  }

  input[type="text"],
  input[type="date"],
  input[type="email"],
  input[type="tel"] {
    width: 100%;
    height: 46px;
    padding: 0 16px;
    border: 1px solid #d7d7e1;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: var(--black);
    transition:
      border-color 0.2s,
      background-color 0.2s,
      box-shadow 0.2s;

    &::-moz-placeholder {
      color: var(--data_gray_75);
    }

    &::placeholder {
      color: var(--data_gray_75);
    }

    &:hover {
      border-color: var(--science_blue);
    }

    &:focus {
      border-color: var(--science_blue);
      box-shadow: 0 0 0 1px var(--science_blue);
      outline: none;
    }
  }

  /* @media screen and (max-width: 768px) {
    max-height: calc(100vh - 56px);
  } */

  @media screen and (max-width: 768px) {
    max-height: none;
    height: auto;
  }
}

/* Custom radio button styles for yes/no */
.swiper {
  .radio-group {
    width: 100%;
    display: flex;
    gap: 11px;

    .custom-radio {
      width: 100%;
      display: flex;
      align-items: center;
      cursor: pointer;
      position: relative;
      padding: 0;
      margin: 0;

      &:hover {
        .radio-box {
          border-color: var(--grey_border_alt);
          background-color: var(--grey_light_alt);
        }
      }

      input[type="radio"] {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        cursor: pointer;
        z-index: 2;
      }

      .radio-box {
        width: 100%;
        height: 46px;
        display: flex;
        gap: 8px;
        padding: 0 16px;
        align-items: center;
        border-radius: 10px;
        border: 1px solid #e8e8ee;
        background: var(--white);
        transition:
          border-color 0.2s,
          background-color 0.2s;
        box-sizing: border-box;
      }

      input[type="radio"]:checked + .radio-box {
        border-color: var(--science_blue);
      }

      .radio-dot {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 50%;
        border: 1px solid rgba(75, 80, 84, 0.3);
        box-sizing: border-box;
        transition:
          border-color 0.2s,
          background 0.2s;

        &:after {
          width: 10px;
          height: 10px;
          content: "";
          border-radius: 50%;
          background: var(--white);
        }
      }

      input[type="radio"]:checked + .radio-box .radio-dot {
        border-color: var(--science_blue);
        background: var(--science_blue);
      }

      .radio-label {
        font-size: 16px;
        font-weight: 500;
        color: var(--black);
        letter-spacing: 0.01em;
      }

      input[type="radio"]:checked + .radio-box .radio-label {
        color: var(--science_blue);
      }
    }
  }
}

/* Page styles */
.swiper {
  .swiper-pagination,
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  .droplet {
    &:not(.absolute) {
      position: relative;
    }

    &:after {
      width: 65%;
      height: 100%;
      content: "";
      position: absolute;
      z-index: 0;
      bottom: 5%;
      left: 50%;
      transform: translateX(-50%);
      background-image: url("/wp-content/themes/gwyr/assets/img/droplet-shadow@2x.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center bottom;
    }
  }

  .slide-timeout {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;

    &.in {
      opacity: 1;
      pointer-events: auto;
    }

    .timeout-title {
      font-family: var(--font_secondary);
    }
  }

  .swiper-slide {
    &.slide-welcome,
    &.slide-choose-type {
      /* background-color: var(--science_blue); */
      /* background-image: url("/wp-content/themes/gwyr/assets/img/bg-gradient.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; */
      background: linear-gradient(0deg, var(--pleasant_aqua) 0%, var(--science_blue_tint) 73%);
    }

    &.slide-choose-type {
      .type-choices {
        .type-choice {
          .graphic {
            position: relative;

            &:before {
              width: 100%;
              height: 100%;
              content: "";
              position: absolute;
              z-index: 1;
              top: 0;
              left: 0;
              opacity: 0;
              background-image: url("/wp-content/themes/gwyr/assets/img/drop-selection.svg");
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              transition: opacity 0.3s ease-in-out;
            }

            &:after {
              width: 65%;
              height: 100%;
              content: "";
              position: absolute;
              z-index: 2;
              bottom: 5%;
              left: 50%;
              transform: translateX(-50%);
              background-image: url("/wp-content/themes/gwyr/assets/img/droplet-shadow@2x.png");
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center bottom;
            }
          }

          span {
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
          }

          &.active {
            .graphic {
              &:before {
                opacity: 1;
              }
            }
            span {
              opacity: 1;
            }
          }
        }
      }

      .intro-title {
        font-family: var(--font_secondary);
      }

      .item-number {
        font-family: var(--font_tertiary);
      }

      .item-text {
        font-family: var(--font_tight);
      }
    }

    &.slide-question {
      .image-wrapper {
        background: linear-gradient(0deg, var(--pleasant_aqua) 0%, var(--science_blue_tint) 100%);
      }

      .question-pretext {
        font-family: var(--font_secondary);
      }

      .question-options {
        .question-option {
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
          border: 1px solid transparent;
          transition: all 0.3s ease-in-out;

          .droplet {
            opacity: 0;
            transition: all 0.3s ease-in-out;
          }

          &.active {
            border-color: var(--science_blue);

            .droplet {
              opacity: 1;
            }
          }
        }
      }
    }

    &.slide-factoid {
      display: flex !important;

      .bubble {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        &.bg-light {
          background-image: url("/wp-content/themes/gwyr/assets/img/bg-speech-bubble-light.svg");
        }

        &.bg-dark {
          background-image: url("/wp-content/themes/gwyr/assets/img/bg-speech-bubble-dark.svg");

          &.bubble-large {
            /* height: 278px; */
            /* background-image: url("/wp-content/themes/gwyr/assets/img/bg-speech-bubble-dark-large.svg"); */
            background-image: url("/wp-content/themes/gwyr/assets/img/bg-speech-bubble-dark.svg");
          }
        }
      }
    }

    &.slide-result-percents {
      .percent {
        font-family: var(--font_secondary);

        .droplet {
          opacity: 0;
          transition: all 0.3s ease-in-out;
        }
      }

      .choice {
        &.active {
          .droplet {
            opacity: 1;
          }
        }
      }

      .label {
        font-family: var(--font_tight);
      }
    }

    &.slide-result-summary {
      .summary-title {
        font-family: var(--font_secondary);
      }

      .summary-number {
        font-family: var(--font_tertiary);
      }

      .divider {
        &:last-child {
          display: none;
        }
      }
    }

    &.slide-result-next-step,
    &.slide-result-next-step-qualified,
    &.slide-result-next-step-unqualified {
      h3 {
        font-family: var(--font_secondary);
      }

      .subtitle,
      .field-label {
        font-family: var(--font_tight);
      }

      .subtitle.mobile-only {
        font-size: 24px;
      }

      .field-label {
        .icon {
          background-color: var(--science_blue);
        }
      }
    }

    .paragraph {
      font-family: var(--font_tight);

      strong {
        font-weight: 600;
      }
    }
  }

  @media screen and (max-width: 768px) {
    .swiper-slide {
      height: auto;

      br {
        display: none;
      }

      &.slide-welcome {
        background: linear-gradient(0deg, var(--science-blue-tint, #b9def1) 26.92%, var(--pleasant-aqua, #1cb3e8) 100%);

        .bg.mobile {
          background-image: url("/wp-content/themes/gwyr/assets/img/bg-mobile-welcome.png");
          background-repeat: no-repeat;
          background-size: 100% auto;
          background-position: center bottom;
        }
      }

      &.slide-choose-type {
        background: none;

        .text-wrap {
          background: linear-gradient(0deg, var(--science-blue-tint, #b9def1) 26.92%, var(--pleasant-aqua, #1cb3e8) 100%);
        }

        .type-choices {
          width: 172px;
          height: 175px;
          margin: 0 auto;
          overflow: visible;
          background-image: url("/wp-content/themes/gwyr/assets/img/drop-selection.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;

          .graphic {
            &:before {
              display: none !important;
            }
          }

          .swiper-button-prev,
          .swiper-button-next {
            width: 100%;
            height: 100%;
            display: block !important;
            opacity: 0;
            top: 0;
            transform: none;
          }

          .swiper-button-prev {
            left: auto;
            right: 100%;
          }

          .swiper-button-next {
            left: 100%;
            right: auto;
          }
        }
      }

      &.slide-question {
        .image-wrapper {
          img.fade-up {
            transform: translateY(0);
          }
        }
      }

      &.slide-factoid {
        > .wrapper {
          .title-wrapper {
            order: 1;
          }

          .speech-bubble-wrapper {
            order: 2;
          }
        }

        .bubble {
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100% 100%;

          &.bg-light {
            background-image: url("/wp-content/themes/gwyr/assets/img/bg-mobile-speech-bubble-light.svg");
          }

          &.bg-dark {
            background-image: url("/wp-content/themes/gwyr/assets/img/bg-mobile-speech-bubble-dark.svg");

            &.bubble-large {
              background-image: url("/wp-content/themes/gwyr/assets/img/bg-mobile-speech-bubble-dark.svg");
            }
          }
        }

        .droplet {
          &:after {
            bottom: -475%;
          }
        }
      }

      &.slide-result-percents {
        .results-container {
          max-height: calc(100vh - 300px);
        }
      }

      &.slide-result-next-step,
      &.slide-result-next-step-qualified,
      &.slide-result-next-step-unqualified {
        .subtitle-wrap {
          &.blue-box {
            gap: 8px;
            padding: 20px;
            border-radius: 8px;
            background-color: var(--science_blue);
            color: var(--white);

            img {
              filter: brightness(0) invert(1);
            }

            .subtitle {
              color: var(--white);
            }
          }
        }
      }
    }
  }

  @media screen and (max-width: 400px) {
    .swiper-slide {
      &.slide-timeout {
        .timeout-title {
          font-size: 26px;
        }
      }
    }
  }
}

.popup {
  font-family: var(--font_tight);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);

  &.open {
    pointer-events: auto;
    opacity: 1;
  }

  .popup-subtitle {
    strong {
      font-weight: 600;
    }
  }

  ol {
    list-style-type: decimal;
    padding-left: 15px;

    li {
      margin-bottom: 16px;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }
}

footer {
  .footer-text {
    font-size: 11px;
    font-weight: 500;
    line-height: 120%;
    color: var(--data_gray_75);

    a {
      text-decoration: underline;
    }
  }
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

@media (min-width: 768px){

  .sm\:static{
    position: static;
  }

  .sm\:bottom-12{
    bottom: 3rem;
  }

  .sm\:bottom-\[-2\%\]{
    bottom: -2%;
  }

  .sm\:right-\[94px\]{
    right: 94px;
  }

  .sm\:top-\[-12\%\]{
    top: -12%;
  }

  .sm\:top-\[-180px\]{
    top: -180px;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:mb-16{
    margin-bottom: 4rem;
  }

  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }

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

  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

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

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

  .sm\:mt-6{
    margin-top: 1.5rem;
  }

  .sm\:mt-\[-6\%\]{
    margin-top: -6%;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-2{
    height: 0.5rem;
  }

  .sm\:h-20{
    height: 5rem;
  }

  .sm\:h-24{
    height: 6rem;
  }

  .sm\:h-32{
    height: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:h-auto{
    height: auto;
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:max-h-\[640px\]{
    max-height: 640px;
  }

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

  .sm\:min-h-0{
    min-height: 0px;
  }

  .sm\:min-h-\[0\]{
    min-height: 0;
  }

  .sm\:w-24{
    width: 6rem;
  }

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

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

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

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

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

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

  .sm\:w-\[50\%\]{
    width: 50%;
  }

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

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

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

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

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

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

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

  .sm\:w-auto{
    width: auto;
  }

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

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

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

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

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

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

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

  .sm\:flex-grow{
    flex-grow: 1;
  }

  .sm\:flex-grow-0{
    flex-grow: 0;
  }

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

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

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

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

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

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

  .sm\:gap-10{
    gap: 2.5rem;
  }

  .sm\:gap-12{
    gap: 3rem;
  }

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:gap-20{
    gap: 5rem;
  }

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:gap-5{
    gap: 1.25rem;
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

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

  .sm\:overflow-y-auto{
    overflow-y: auto;
  }

  .sm\:overflow-y-visible{
    overflow-y: visible;
  }

  .sm\:rounded-2xl{
    border-radius: 1rem;
  }

  .sm\:bg-card-gray{
    --tw-bg-opacity: 1;
    background-color: rgb(235 237 239 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-pleasant-aqua{
    --tw-bg-opacity: 1;
    background-color: rgb(28 179 232 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-science-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(0 92 185 / var(--tw-bg-opacity, 1));
  }

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

  .sm\:bg-white\/25{
    background-color: rgb(255 255 255 / 0.25);
  }

  .sm\:p-0{
    padding: 0px;
  }

  .sm\:p-16{
    padding: 4rem;
  }

  .sm\:p-24{
    padding: 6rem;
  }

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

  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:pb-12{
    padding-bottom: 3rem;
  }

  .sm\:pb-24{
    padding-bottom: 6rem;
  }

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

  .sm\:pl-10{
    padding-left: 2.5rem;
  }

  .sm\:pl-12{
    padding-left: 3rem;
  }

  .sm\:pl-16{
    padding-left: 4rem;
  }

  .sm\:pl-8{
    padding-left: 2rem;
  }

  .sm\:pl-\[110px\]{
    padding-left: 110px;
  }

  .sm\:pr-16{
    padding-right: 4rem;
  }

  .sm\:pr-3{
    padding-right: 0.75rem;
  }

  .sm\:pr-6{
    padding-right: 1.5rem;
  }

  .sm\:pr-8{
    padding-right: 2rem;
  }

  .sm\:pt-0{
    padding-top: 0px;
  }

  .sm\:pt-16{
    padding-top: 4rem;
  }

  .sm\:pt-8{
    padding-top: 2rem;
  }

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

  .sm\:font-secondary{
    font-family: "BreveSlabText", sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

