@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

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

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background: #f5f5f5;
  height: initial;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/** * COMPONENTS.HERO * * @description : Hero Home * */

.c-hero {
  width: 100%;
  height: calc(86vh - 125px);
  overflow: hidden;
  position: relative;
  max-height: 840px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media (min-width: 1024px) {
  .c-hero {
    min-height: 460px;
  }
}

.c-hero--full-height {
  height: calc(100vh - 75px);
}

@media (min-width: 480px) {
  .c-hero--full-height {
    height: calc(100vh - 125px);
  }
}

.c-hero--no-image {
  display: block;
  height: auto;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.c-hero__image {
  background-image: url(../images/hero-placeholder.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.c-hero__overlay {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-bottom: 10%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 340px;
}

@media (min-width: 768px) {
  .c-hero__overlay {
    max-width: 1060px;
    padding-bottom: 5%;
  }
}

.c-page__header--short {
  max-height: 380px;
  padding: 125px 30px;
}

.c-hero__content {
  left: 0;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 105px 8.33% 200px;
}

@media (min-width: 768px) {
  .c-hero__content {
    padding: 200px 8.33% 0;
  }
}

.c-hero__content::after {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background-image: url(../images/Tree-Bottom.svg);
  height: 201px;
  bottom: 0;
  width: 210px;
}

@media (min-width: 480px) {
  .c-hero__content::after {
    height: 255px;
    width: 267px;
    margin-left: 1px;
  }
}

.c-hero__title {
  color: #fff;
  font-size: rem(60);
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
  max-width: 1000px;
  margin: auto;
}

@media (min-height: 600px) {
  .c-hero__title {
    font-size: rem(76);
  }
}

@media (min-width: 480px) {
  .c-hero__title {
    font-size: rem(92);
  }
}

@media (min-width: 1024px) {
  .c-hero__title {
    font-size: rem(92);
  }
}

@media (min-width: 1024px) and (min-height: 600px) {
  .c-hero__title {
    font-size: rem(118);
  }
}

@media (min-width: 1024px) and (min-height: 700px) {
  .c-hero__title {
    font-size: rem(140);
  }
}

@media (min-width: 1024px) and (min-height: 800px) {
  .c-hero__title {
    font-size: rem(150);
  }
}

@media (min-width: 1024px) and (min-height: 900px) {
  .c-hero__title {
    font-size: rem(160);
  }
}

@media (min-width: 1024px) {
  .c-page__header--short .c-hero__title {
    line-height: 60px;
  }
}

.c-hero__sub-title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.38;
  margin: 20px auto;
  padding: 0 20px;
  max-width: 384px;
  opacity: 0.8;
}

@media (min-height: 600px) {
  .c-hero__sub-title {
    font-size: rem(20);
  }
}

@media (min-height: 700px) {
  .c-hero__sub-title {
    font-size: rem(24);
  }
}

@media (min-height: 800px) {
  .c-hero__sub-title {
    margin: 68px auto 0;
    padding-bottom: 360px;
  }
}

.c-hero__heading-image__img {
  margin: auto;
}

.c-sidenav {
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 97rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.35s ease;
  z-index: 10;
}

.c-sidenav--visible {
  opacity: 1;
  position: fixed;
}

.c-sidenav__text {
  transform: translateY(-50%);
  color: white;
  position: fixed;
  left: 10px;
  line-height: 52px;
  font-size: 52px;
}

@media (min-width: 480px) {
  .c-sidenav__text {
    line-height: 90px;
    font-size: 90px;
    left: 40px;
  }
}

@media (min-width: 768px) {
  .c-sidenav__text {
    left: 80px;
  }
}

@media (min-width: 1024px) {
  .c-sidenav__text {
    left: 120px;
    font-size: 160px;
    line-height: 160px;
  }
}

@media (min-width: 1440px) {
  .c-sidenav__text {
    position: relative;
    left: 0;
  }
}

.c-sidenav__text-prefix {
  position: absolute;
  font-size: 24px;
  line-height: 34px;
  top: -30px;
  opacity: 0.8;
  min-width: -moz-max-content;
  min-width: max-content;
}

.c-sidenav__list {
  right: 40px;
  top: 0;
  position: absolute;
  transform: translateY(-50%);
}

.c-sidenav__item {
  width: 15px;
  height: 15px;
  border: 2px solid white;
  border-radius: 50%;
  margin: 34px 0;
  position: relative;
}

.c-sidenav__item:after {
  content: '';
  display: block;
  height: 35px;
  width: 35px;
  box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -12px;
  top: -12px;
  border-radius: 50%;
  background: white;
  transform: scale(0);
  transform-origin: center;
  opacity: 0;
  transition: opacity 0.24s ease, transform 0.4s ease;
}

.c-sidenav__item--active {
  background: white;
}

.c-sidenav__item--active:after {
  opacity: 0.5;
  transform: scale(1);
}

.c-story {
  position: relative;
  padding-right: 0px;
  padding-bottom: 40px;
}

@media (min-width: 480px) {
  .c-story:before {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    background: white;
  }
}

@media (min-width: 768px) {
  .c-story {
    padding-right: 90px;
  }
}

@media (min-width: 480px) {
  .c-story {
    padding-bottom: 110px;
  }
}

@media (min-width: 1024px) {
  .c-story {
    padding-bottom: 162px;
  }
}

.c-story__image {
  box-shadow: 0 22px 40px 0 rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  opacity: 0;
  transform: translateX(-5%);
  transition: all 0.35s ease;
  height: 400px;
}

.c-story__image:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
}

.c-story--active .c-story__image, .c-story--mobile .c-story__image {
  opacity: 1;
  transform: translateX(0);
}

@media (min-width: 1024px) {
  .c-story__image {
    height: 600px;
  }
}

.c-story__text {
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.6s ease;
  margin-top: 24px;
  line-height: 24px;
  font-size: 16px;
  margin-left: 38px;
}

.c-story--active .c-story__text, .c-story--mobile .c-story__text {
  opacity: 1;
}

@media (min-width: 1024px) {
  .c-story__text {
    margin-left: 0;
    line-height: 28px;
    font-size: 18px;
    margin-top: 40px;
  }
}

.c-story__title {
  position: absolute;
  z-index: 1;
  letter-spacing: normal;
  opacity: 0;
  transform: translateX(500px);
  margin-top: -160px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-left: 51px;
  width: auto;
  line-height: 52px;
  font-size: 52px;
  text-transform: uppercase;
}

@media (min-width: 30em) {
  .c-story__title {
    line-height: 90px;
    font-size: 90px;
    width: calc(100% - 260px);
    margin-left: 115px;
  }
}

@media (min-width: 48em) {
  .c-story__title {
    width: calc(100% - 360px);
    margin-left: 150px;
  }
}

@media (min-width: 64em) {
  .c-story__title {
    margin-left: 250px;
    font-size: 160px;
    line-height: 160px;
  }
}

.c-story--mobile .c-story__title {
  opacity: 1;
  position: relative;
  margin: 0 0 0 30px;
  transform: translateX(0);
}

.c-story__title--active {
  opacity: 1;
  transform: translateX(60px);
}

@media (min-width: 48em) {
  .c-story__title--active {
    transform: translateX(100px);
  }
}

@media (min-width: 64em) {
  .c-story__title--active {
    transform: translateX(170px);
  }
}

.c-story__trigger {
  position: absolute;
  top: -134px;
}

@media all and (min-width: 480px) {
  .c-story__trigger {
    top: -115px;
  }
}

@media all and (min-width: 1024px) {
  .c-story__trigger {
    margin-top: -160px;
    top: 80px;
  }
}

.b {
  position: relative;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
}

.g {
  letter-spacing: normal;
  text-rendering: optimizespeed;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.gi, [class^='gi-'] {
  display: inline-block;
  letter-spacing: normal;
  text-rendering: auto;
  vertical-align: top;
  width: 100%;
}

.gi-p {
  padding-left: 3%;
  padding-right: 3%;
}

.gi-in-1 {
  margin-left: 8.33333%;
}

.gi-10 {
  width: 83.33333%;
}

.gi-11 {
  width: 91.66667%;
}

.gi-12 {
  width: 100%;
}

@media (min-width: 30em) {
  .gi-sm-5 {
    width: 41.66667%;
  }

  .gi-sm-in-6 {
    margin-left: 50%;
  }
}

@media (min-width: 48em) {
  .gi-md-in-2 {
    margin-left: 16.66667%;
  }

  .gi-md-in-7 {
    margin-left: 58.33333%;
  }
}

@media (min-width: 64em) {
  .gi-lg-in-3 {
    margin-left: 25%;
  }

  .gi-lg-9 {
    width: 75%;
  }
}

/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */

/* FONT_START */

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

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

  font-weight: 400;

  font-style: normal;
}

/* FONT_END */

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

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  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;
}

/* Auto Height */

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

/* 3D Effects */

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

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

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

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

/* CSS Mode */

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

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

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

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  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);
}

/* Slide styles start */

/* 3D Shadows */

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

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

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
  }
}

/* Slide styles end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms 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;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.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(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.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, 0.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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms 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: 200ms transform,
        200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next 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;
}

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next: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';
}

/* Navigation font end */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Graphik Web';

  src: url("../fonts/Graphik-Bold-Web.woff2") format("woff2"), url("../fonts/Graphik-Bold-Web.woff") format("woff");

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Graphik Web';

  src: url("../fonts/Graphik-Semibold-Web.woff") format("woff");

  font-weight: 600;

  font-style: normal;

  font-stretch: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Graphik Web';

  src: url("../fonts/Graphik-Medium-Web.woff2") format("woff2"), url("../fonts/Graphik-Medium-Web.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-stretch: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Graphik Web';

  src: url("../fonts/Graphik-Regular-Web.woff2") format("woff2"), url("../fonts/Graphik-Regular-Web.woff") format("woff");

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Manuka Web';

  src: url("../fonts/ManukaWeb-Bold.woff2") format("woff2"), url("../fonts/ManukaWeb-Bold.woff") format("woff");

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  font-display: swap;
}

.prose.text-white b,
    .prose.text-white a,
    .prose.text-white strong {
  color: white;
}

.prose.\!text-white b,
    .prose.\!text-white a,
    .prose.\!text-white strong {
  color: white !important;
}

.prose h5 {
  color: var(--tw-prose-headings)
}

.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 rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  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;
  text-align: start;
  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(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: #413d85;
  --tw-prose-lead: inherit;
  --tw-prose-links: #413d85;
  --tw-prose-bold: #413d85;
  --tw-prose-counters: inherit;
  --tw-prose-bullets: inherit;
  --tw-prose-hr: inherit;
  --tw-prose-quotes: inherit;
  --tw-prose-quote-borders: inherit;
  --tw-prose-captions: inherit;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: inherit;
  --tw-prose-pre-code: inherit;
  --tw-prose-pre-bg: inherit;
  --tw-prose-th-borders: inherit;
  --tw-prose-td-borders: inherit;
  --tw-prose-invert-body: inherit;
  --tw-prose-invert-headings: inherit;
  --tw-prose-invert-lead: inherit;
  --tw-prose-invert-links: inherit;
  --tw-prose-invert-bold: inherit;
  --tw-prose-invert-counters: inherit;
  --tw-prose-invert-bullets: inherit;
  --tw-prose-invert-hr: inherit;
  --tw-prose-invert-quotes: inherit;
  --tw-prose-invert-quote-borders: inherit;
  --tw-prose-invert-captions: inherit;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: inherit;
  --tw-prose-invert-pre-code: inherit;
  --tw-prose-invert-pre-bg: inherit;
  --tw-prose-invert-th-borders: inherit;
  --tw-prose-invert-td-borders: inherit;
  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;
}

.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}

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

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

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

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

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

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

.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}

.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
}

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

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

.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}

.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}

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

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

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

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

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

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

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

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

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

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

.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

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

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

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

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

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

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

.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

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

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

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

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

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

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

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

.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

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

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

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.bg-current {
  background-color: currentColor;
}

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

.border-current {
  border-color: currentColor;
}

.back-to-top-btn{
  pointer-events: none;
  position: fixed;
  right: -5vw;
  bottom: 5vh;
  z-index: 999;
  flex-direction: column;
  align-items: center;
  background-color: #181813E6;
  padding: 20px;
  padding-bottom: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
}

@media (min-width: 768px){
  .back-to-top-btn{
    display: flex;
  }
}

.back-to-top-btn.show{
  pointer-events: auto;
  opacity: 1;
}

.back-to-top-btn:hover svg{
  padding-bottom: 15px;
}

.js-alert-item:not(.hidden) ~ .js-alert-item {
  display: none;
}

.prose.solid-button b,
    .prose.solid-button a,
    .prose.solid-button strong {
  color: white;
}

.solid-button{
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(65 61 133 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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;
}

.solid-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.outlined-button{
  margin-right: auto;
  display: block;
  width: 100%;
  min-width: 120px;
  border-radius: 30px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(65 61 133 / var(--tw-border-opacity, 1));
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1));
}

.outlined-button .rich-text a:not(.solid-button, .solid-button-small, .outlined-button, .outlined-button-small) {
  color: #413d85;
}

.outlined-button:hover.prose b,.outlined-button:hover
    .prose a,.outlined-button:hover
    .prose strong {
  color: white;
}

.outlined-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(52 49 106 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .outlined-button{
    width: auto;
  }
}

.fuseworks-entry-list{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.rich-text.text-white ol.prose b,.rich-text.text-white ol
    .prose a,.rich-text.text-white ol
    .prose strong {
  color: white !important;
}

.rich-text.text-white p.prose b,.rich-text.text-white p
    .prose a,.rich-text.text-white p
    .prose strong {
  color: white !important;
}

.rich-text.text-white ul.prose b,.rich-text.text-white ul
    .prose a,.rich-text.text-white ul
    .prose strong {
  color: white !important;
}

.rich-text.text-purple a{
  --tw-text-opacity: 1;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1));
}

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

.rich-text.text-purple p{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.rich-text.text-purple strong{
  --tw-text-opacity: 1;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1));
}

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

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

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

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

.rich-text a:not(.outlined-button):not(.solid-button){
  text-decoration-line: underline;
}

.rich-text h2:not(:first-child){
  margin-top: 1.5rem;
}

.rich-text h2{
  margin-bottom: 20px;
}

.rich-text h3:not(:first-child){
  margin-top: 1.5rem;
}

.rich-text h3{
  margin-bottom: 20px;
}

.rich-text h4:not(:first-child){
  margin-top: 1.5rem;
}

.rich-text h4{
  margin-bottom: 15px;
}

.rich-text h5:not(:first-child){
  margin-top: 1.5rem;
}

.rich-text h5{
  margin-bottom: 10px;
}

.rich-text p:last-child{
  margin-bottom: 0px;
}

.rich-text p{
  margin-bottom: 10px;
  margin-top: 0px;
}

.rich-text, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text p, .rich-text span, .rich-text strong, .rich-text a:not(.solid-button, .solid-button-small, .outlined-button, .outlined-button-small), .rich-text li::marker {
  color: inherit;
}

.rich-text li{
  margin-top: 0.15em;
  margin-bottom: 0.15em;
}

.accordion ul, .accordion p{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.outlined-button{
  margin-right: auto;
  display: inline-block;
  width: 100%;
  min-width: 240px;
  border-radius: 30px;
  border-width: 1px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  text-decoration-line: none;
}

.group\/rich-text.text-white .outlined-button.prose b,.group\/rich-text.text-white .outlined-button
    .prose a,.group\/rich-text.text-white .outlined-button
    .prose strong {
  color: white;
}

.group\/rich-text.text-purple .outlined-button:hover.prose b,.group\/rich-text.text-purple .outlined-button:hover
    .prose a,.group\/rich-text.text-purple .outlined-button:hover
    .prose strong {
  color: white;
}

.group\/rich-text.text-purple .outlined-button{
  --tw-border-opacity: 1;
  border-color: rgb(65 61 133 / var(--tw-border-opacity, 1));
}

.group\/rich-text.text-white .outlined-button{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.group\/rich-text.text-purple .outlined-button{
  --tw-text-opacity: 1;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1));
}

.group\/rich-text.text-white .outlined-button{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group\/rich-text.text-purple .outlined-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(52 49 106 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .outlined-button{
    width: auto;
  }
}

.solid-button{
  margin-right: auto;
  display: inline-block;
  width: 100%;
  min-width: 240px;
  border-radius: 30px;
  border-width: 1px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  text-decoration-line: none;
}

.group\/rich-text.text-purple .solid-button.prose b,.group\/rich-text.text-purple .solid-button
    .prose a,.group\/rich-text.text-purple .solid-button
    .prose strong {
  color: white;
}

.group\/rich-text.text-white .solid-button{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.group\/rich-text.text-purple .solid-button{
  --tw-border-opacity: 1;
  border-color: rgb(65 61 133 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(65 61 133 / var(--tw-bg-opacity, 1));
}

.group\/rich-text.text-white .solid-button{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1));
}

.group\/rich-text.text-purple .solid-button{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .solid-button{
    width: auto;
  }
}

.heading-2{
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.group\/rich-text.text-white .heading-2.prose b,.group\/rich-text.text-white .heading-2
    .prose a,.group\/rich-text.text-white .heading-2
    .prose strong {
  color: white !important;
}

.group\/rich-text.text-white .heading-2{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.group\/rich-text.text-purple .heading-2{
  --tw-text-opacity: 1 !important;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1)) !important;
}

.heading-3{
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.group\/rich-text.text-white .heading-3.prose b,.group\/rich-text.text-white .heading-3
    .prose a,.group\/rich-text.text-white .heading-3
    .prose strong {
  color: white !important;
}

.group\/rich-text.text-white .heading-3{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.group\/rich-text.text-purple .heading-3{
  --tw-text-opacity: 1 !important;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1)) !important;
}

.heading-4{
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.group\/rich-text.text-white .heading-4.prose b,.group\/rich-text.text-white .heading-4
    .prose a,.group\/rich-text.text-white .heading-4
    .prose strong {
  color: white !important;
}

.group\/rich-text.text-white .heading-4{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.group\/rich-text.text-purple .heading-4{
  --tw-text-opacity: 1 !important;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1)) !important;
}

.heading-5{
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.group\/rich-text.text-white .heading-5.prose b,.group\/rich-text.text-white .heading-5
    .prose a,.group\/rich-text.text-white .heading-5
    .prose strong {
  color: white !important;
}

.group\/rich-text.text-white .heading-5{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.group\/rich-text.text-purple .heading-5{
  --tw-text-opacity: 1 !important;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1)) !important;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.video-modal__iframe {
  background-color: transparent;
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.video-modal__iframe[hidden]{
  display: none;
}

.video-modal__info-bar{
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.video-modal__heading-bar{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 24px;
}

.separator{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-top-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(65 61 133 / var(--tw-border-opacity, 1));
  opacity: 0.5;
}

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

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

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

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

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

.bottom-\[calc\(var\(--text-height\)_\*_-1\)\]{
  bottom: calc(var(--text-height) * -1);
}

.left-0{
  left: 0px;
}

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

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

.left-\[-224px\]{
  left: -224px;
}

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

.right-0{
  right: 0px;
}

.right-5{
  right: 1.25rem;
}

.right-\[-224px\]{
  right: -224px;
}

.right-\[-25\%\]{
  right: -25%;
}

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

.right-\[25px\]{
  right: 25px;
}

.top-0{
  top: 0px;
}

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

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

.top-5{
  top: 1.25rem;
}

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

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

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

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

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

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

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

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

.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-\[10\]{
  z-index: 10;
}

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

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

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

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

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

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

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

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

.mx-\[5vw\]{
  margin-left: 5vw;
  margin-right: 5vw;
}

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

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

.mb-9{
  margin-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

.mb-auto{
  margin-bottom: auto;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-\[24px\]{
  margin-left: 24px;
}

.ml-\[calc\(\(100vw_-_1385px\)_\/_2\)\]{
  margin-left: calc((100vw - 1385px) / 2);
}

.ml-auto{
  margin-left: auto;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mr-\[24px\]{
  margin-right: 24px;
}

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

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

.mt-3{
  margin-top: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[3\/2\]{
  aspect-ratio: 3/2;
}

.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}

.aspect-\[5\/3\]{
  aspect-ratio: 5/3;
}

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

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

.size-\[10px\]{
  width: 10px;
  height: 10px;
}

.size-\[12px\]{
  width: 12px;
  height: 12px;
}

.size-\[20px\]{
  width: 20px;
  height: 20px;
}

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

.size-\[30px\]{
  width: 30px;
  height: 30px;
}

.\!h-\[100px\]{
  height: 100px !important;
}

.\!h-\[12px\]{
  height: 12px !important;
}

.\!h-\[29vw\]{
  height: 29vw !important;
}

.\!h-\[40px\]{
  height: 40px !important;
}

.\!h-\[90px\]{
  height: 90px !important;
}

.h-4{
  height: 1rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

.max-h-\[100vw\]{
  max-height: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-h-\[8rem\]{
  min-height: 8rem;
}

.min-h-\[calc\(100vh-60px\)\]{
  min-height: calc(100vh - 60px);
}

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

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

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

.\!w-\[37vw\]{
  width: 37vw !important;
}

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

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

.w-0{
  width: 0px;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-4{
  width: 1rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[fit-content\]{
  width: -moz-fit-content;
  width: fit-content;
}

.w-auto{
  width: auto;
}

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

.min-w-\[35\.7vw\]{
  min-width: 35.7vw;
}

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

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

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

.min-w-\[min\(19vw\2c 365px\)\]{
  min-width: min(19vw, 365px);
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-7xl{
  max-width: 80rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-xl{
  max-width: 36rem;
}

.max-w-xs{
  max-width: 20rem;
}

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

.flex-auto{
  flex: 1 1 auto;
}

.flex-initial{
  flex: 0 1 auto;
}

.basis-0{
  flex-basis: 0px;
}

.border-collapse{
  border-collapse: collapse;
}

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

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

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

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

.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-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.resize-none{
  resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-0{
  gap: 0px;
}

.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-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-x-\[100px\]{
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.gap-x-\[128px\]{
  -moz-column-gap: 128px;
       column-gap: 128px;
}

.gap-x-\[64px\]{
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.gap-y-20{
  row-gap: 5rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

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

.self-stretch{
  align-self: stretch;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-clip{
  overflow: clip;
}

.overflow-visible{
  overflow: visible;
}

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

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

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

.overflow-y-scroll{
  overflow-y: scroll;
}

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

.text-ellipsis{
  text-overflow: ellipsis;
}

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

.whitespace-pre-line{
  white-space: pre-line;
}

.rounded{
  border-radius: 0.25rem;
}

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

.rounded-\[100vw\]{
  border-radius: 100vw;
}

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

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

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

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

.rounded-\[50\%\]{
  border-radius: 50%;
}

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

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

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-b-\[5px\]{
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.rounded-l-2xl{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-r-2xl{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-tr-\[5px\]{
  border-top-right-radius: 5px;
}

.border{
  border-width: 1px;
}

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

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

.border-\[2px\]{
  border-width: 2px;
}

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

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

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

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

.border-solid{
  border-style: solid;
}

.border-dashed{
  border-style: dashed;
}

.border-dotted{
  border-style: dotted;
}

.border-none{
  border-style: none;
}

.border-\[\#ecebf3\]{
  --tw-border-opacity: 1;
  border-color: rgb(236 235 243 / var(--tw-border-opacity, 1));
}

.border-\[currentColor\]{
  border-color: currentColor;
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.border-purple{
  --tw-border-opacity: 1;
  border-color: rgb(65 61 133 / var(--tw-border-opacity, 1));
}

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

.border-t-gray-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.\!bg-purple{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 61 133 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#00ab4e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 171 78 / var(--tw-bg-opacity, 1));
}

.bg-\[\#040424\]{
  --tw-bg-opacity: 1;
  background-color: rgb(4 4 36 / var(--tw-bg-opacity, 1));
}

.bg-\[\#110f45\]{
  --tw-bg-opacity: 1;
  background-color: rgb(17 15 69 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1a1436\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 20 54 / var(--tw-bg-opacity, 1));
}

.bg-\[\#34316acc\]{
  background-color: #34316acc;
}

.bg-\[\#3a88c8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(58 136 200 / var(--tw-bg-opacity, 1));
}

.bg-\[\#413D85\]{
  --tw-bg-opacity: 1;
  background-color: rgb(65 61 133 / var(--tw-bg-opacity, 1));
}

.bg-\[\#413d85\]{
  --tw-bg-opacity: 1;
  background-color: rgb(65 61 133 / var(--tw-bg-opacity, 1));
}

.bg-\[\#8a897e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(138 137 126 / var(--tw-bg-opacity, 1));
}

.bg-\[\#\@\(Model\.BackgroundColour\)\]{
  background-color: #@(Model.BackgroundColour);
}

.bg-\[\#\@bgColour\]{
  background-color: #@bgColour;
}

.bg-\[\#e2e0eb\]{
  --tw-bg-opacity: 1;
  background-color: rgb(226 224 235 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e6e4ee\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 228 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ecebf3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 235 243 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ee3472\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 52 114 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f2f1f6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 241 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f6891e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 137 30 / var(--tw-bg-opacity, 1));
}

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

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.4\)\]{
  background-color: rgba(0,0,0,0.4);
}

.bg-\[transparent\]{
  background-color: transparent;
}

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

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(58 136 200 / var(--tw-bg-opacity, 1));
}

.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-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.bg-gray-600\/60{
  background-color: rgb(75 85 99 / 0.6);
}

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

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

.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(246 137 30 / var(--tw-bg-opacity, 1));
}

.bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(238 52 114 / var(--tw-bg-opacity, 1));
}

.bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(65 61 133 / var(--tw-bg-opacity, 1));
}

.bg-purple-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(52 49 106 / var(--tw-bg-opacity, 1));
}

.bg-purple-light{
  --tw-bg-opacity: 1;
  background-color: rgb(78 75 142 / var(--tw-bg-opacity, 1));
}

.bg-purple-pale{
  --tw-bg-opacity: 1;
  background-color: rgb(230 228 238 / var(--tw-bg-opacity, 1));
}

.bg-purple-palest{
  --tw-bg-opacity: 1;
  background-color: rgb(242 241 246 / var(--tw-bg-opacity, 1));
}

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

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

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

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

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

.from-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\]{
  --tw-gradient-from: rgba(0,0,0,0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[rgba\(0\2c 0\2c 0\2c 0\.6\)\]{
  --tw-gradient-from: rgba(0,0,0,0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500{
  --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[rgba\(0\2c 0\2c 0\2c 0\)\]{
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

.to-\[rgba\(0\2c 0\2c 0\2c 0\)\]{
  --tw-gradient-to: rgba(0,0,0,0) var(--tw-gradient-to-position);
}

.to-gray-300{
  --tw-gradient-to: #d1d5db var(--tw-gradient-to-position);
}

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

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

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

.p-0{
  padding: 0px;
}

.p-10{
  padding: 2.5rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.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-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

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

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

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

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

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-1{
  padding-bottom: 0.25rem;
}

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

.pb-11{
  padding-bottom: 2.75rem;
}

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

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

.pb-3{
  padding-bottom: 0.75rem;
}

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

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-7{
  padding-bottom: 1.75rem;
}

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

.pb-9{
  padding-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-3{
  padding-left: 0.75rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.pr-2{
  padding-right: 0.5rem;
}

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

.pr-\[12\.8vw\]{
  padding-right: 12.8vw;
}

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

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

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

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

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

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

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

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

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

.pt-10{
  padding-top: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

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

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

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

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

.pt-\[110\%\]{
  padding-top: 110%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-\[56\.25\%\]{
  padding-top: 56.25%;
}

.pt-\[60\%\]{
  padding-top: 60%;
}

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

.pt-\[64\%\]{
  padding-top: 64%;
}

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

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

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

.pt-\[80\%\]{
  padding-top: 80%;
}

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

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

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

.pt-\[min\(56\.25\%\2c 90vh\)\]{
  padding-top: min(56.25%, 90vh);
}

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

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

.align-text-bottom{
  vertical-align: text-bottom;
}

.font-body{
  font-family: Graphik Web, Helvetica, Arial, Verdana, sans-serif;
}

.font-display{
  font-family: Manuka Web, Helvetica, Arial, Verdana, sans-serif;
}

.font-heading{
  font-family: Graphik Web, Helvetica, Arial, Verdana, sans-serif;
}

.font-sans{
  font-family: Graphik Web, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[9\.6px\]{
  font-size: 9.6px;
}

.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-\[400\]{
  font-weight: 400;
}

.font-black{
  font-weight: 900;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-4{
  line-height: 1rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-none{
  line-height: 1;
}

.tracking-\[-0\.25px\]{
  letter-spacing: -0.25px;
}

.tracking-\[-0\.5px\]{
  letter-spacing: -0.5px;
}

.tracking-\[-0\.75px\]{
  letter-spacing: -0.75px;
}

.tracking-\[-1\.5px\]{
  letter-spacing: -1.5px;
}

.tracking-\[0\.5px\]{
  letter-spacing: 0.5px;
}

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

.text-\[\#00ab4e\]{
  --tw-text-opacity: 1;
  color: rgb(0 171 78 / var(--tw-text-opacity, 1));
}

.text-\[\#3a88c8\]{
  --tw-text-opacity: 1;
  color: rgb(58 136 200 / var(--tw-text-opacity, 1));
}

.text-\[\#413D85\]{
  --tw-text-opacity: 1;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1));
}

.text-\[\#413d85\]{
  --tw-text-opacity: 1;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1));
}

.text-\[\#4290DB\]{
  --tw-text-opacity: 1;
  color: rgb(66 144 219 / var(--tw-text-opacity, 1));
}

.text-\[\#4e4282\]\/85{
  color: rgb(78 66 130 / 0.85);
}

.text-\[\#666666\]{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-\[\#8a897e\]{
  --tw-text-opacity: 1;
  color: rgb(138 137 126 / var(--tw-text-opacity, 1));
}

.text-\[\#\@\(headingColour\)\]{
  color: #@(headingColour);
}

.text-\[\#D9D8E7\]{
  --tw-text-opacity: 1;
  color: rgb(217 216 231 / var(--tw-text-opacity, 1));
}

.text-\[\#e6e4ee\]{
  --tw-text-opacity: 1;
  color: rgb(230 228 238 / var(--tw-text-opacity, 1));
}

.text-\[\#ee3472\]{
  --tw-text-opacity: 1;
  color: rgb(238 52 114 / var(--tw-text-opacity, 1));
}

.text-\[\#f2f1f6\]{
  --tw-text-opacity: 1;
  color: rgb(242 241 246 / var(--tw-text-opacity, 1));
}

.text-\[\#f6891e\]{
  --tw-text-opacity: 1;
  color: rgb(246 137 30 / var(--tw-text-opacity, 1));
}

.text-\[\#fafafa\]{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

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

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(58 136 200 / var(--tw-text-opacity, 1));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

.text-orange{
  --tw-text-opacity: 1;
  color: rgb(246 137 30 / var(--tw-text-opacity, 1));
}

.text-pink{
  --tw-text-opacity: 1;
  color: rgb(238 52 114 / var(--tw-text-opacity, 1));
}

.text-purple{
  --tw-text-opacity: 1;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1));
}

.text-purple-pale{
  --tw-text-opacity: 1;
  color: rgb(230 228 238 / var(--tw-text-opacity, 1));
}

.text-purple-palest{
  --tw-text-opacity: 1;
  color: rgb(242 241 246 / var(--tw-text-opacity, 1));
}

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

.text-white\/5{
  color: rgb(255 255 255 / 0.05);
}

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

.placeholder-purple::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(65 61 133 / var(--tw-placeholder-opacity, 1));
}

.placeholder-purple::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(65 61 133 / var(--tw-placeholder-opacity, 1));
}

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

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

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-\[0\.07\]{
  opacity: 0.07;
}

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

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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;
}

.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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-\[font-size\2c color\2c line-height\]{
  transition-property: font-size,color,line-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

.transition-\[opacity\2c transform\]{
  transition-property: opacity,transform;
  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-0{
  transition-duration: 0s;
}

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

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

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

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

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

.skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  height: 1px;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  text-decoration: underline;
  top: 1rem;
  left: 1rem;
  width: 1px;
  z-index: 999;
  &:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    width: auto;
  }
}

.scrollbar-none {
  &::-webkit-scrollbar {
    display: none
  }
}

.\[transition\:all_0\.2s_ease\]{
  transition: all 0.2s ease;
}

/* Tailwind can't generate from dynamic class names... */

/* put them in safelist in the config file */

.umbraco-forms-hidden{
  display: none;
}

.umbraco-forms-fieldset input {
  border-color: #413D85;
  border-radius: 5px;
}

.umbraco-forms-fieldset textarea {
  border-color: #413D85;
  border-radius: 5px;
}

.umbraco-forms-fieldset .field-validation-error {
  color: red;
}

.umbraco-forms-fieldset label {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.umb-rte ul {
  list-style-type: disc;
  list-style-position: inside;
}

.umb-rte ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.umb-rte ul ul, .umb-rte ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}

.umb-rte ol ol, .umb-rte ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}

.umb-rte p, .umb-rte ul, .umb-rte ol, .umb-rte h2, .umb-rte h3, .umb-rte h4, .umb-rte h5, .umb-rte .outlined-button, .umb-rte .solid-button {
  margin-bottom: 10px;
}

.c-google-map > * {
  border: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.rich-text-black .rich-text p, .rich-text-black .rich-text ul, .rich-text-black .rich-text li, .rich-text-black.rich-text p, .rich-text-black.rich-text ul, .rich-text-black.rich-text li {
  color: #000;
}

.text-purple .rich-text a:not(.solid-button, .solid-button-small, .outlined-button, .outlined-button-small) {
  color: #413d85;
}

.info-figure sup {
  top: -74px !important;
  font-size: 20px !important;
  font-weight: 300;
}

.show-modal {
  opacity: 1;
  pointer-events: auto;
  z-index: 400;
}

.c-fb-icon-link{
  position: relative;
  left: 42px;
  display: block;
  width: calc(100% - 42px);
}

.c-fb-icon-link::before{
  position: absolute;
  left: -40px;
  height: 28px;
  width: 28px;
  background-image: url('../images/Facebook.png');
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.c-linkedIn-icon-link{
  position: relative;
  left: 42px;
  display: block;
  width: calc(100% - 42px);
}

.c-linkedIn-icon-link::before{
  position: absolute;
  left: -40px;
  height: 28px;
  width: 28px;
  background-image: url('../images/LinkedIn.png');
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.c-email-icon-link{
  position: relative;
  left: 42px;
  display: block;
  width: calc(100% - 42px);
}

.c-email-icon-link::before{
  position: absolute;
  left: -40px;
  height: 28px;
  width: 28px;
  background-image: url('../images/Email.png');
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.c-counter-active-digit--1{
  --tw-translate-y: -92px;
  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));
}

.c-counter-active-digit--2{
  --tw-translate-y: -184px;
  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));
}

.c-counter-active-digit--3{
  --tw-translate-y: -276px;
  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));
}

.c-counter-active-digit--4{
  --tw-translate-y: -368px;
  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));
}

.c-counter-active-digit--5{
  --tw-translate-y: -460px;
  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));
}

.c-counter-active-digit--6{
  --tw-translate-y: -552px;
  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));
}

.c-counter-active-digit--7{
  --tw-translate-y: -644px;
  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));
}

.c-counter-active-digit--8{
  --tw-translate-y: -736px;
  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));
}

.c-counter-active-digit--9{
  --tw-translate-y: -828px;
  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));
}

.c-counter-active-digit--0{
  --tw-translate-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));
}

.hover\:text-white:hover.prose b,.hover\:text-white:hover
    .prose a,.hover\:text-white:hover
    .prose strong {
  color: white;
}

.group\/article:hover .group-hover\/article\:text-white.prose b,.group\/article:hover .group-hover\/article\:text-white
    .prose a,.group\/article:hover .group-hover\/article\:text-white
    .prose strong {
  color: white;
}

.group\/rich-text.text-purple .group-\[\.text-purple\]\/rich-text\:text-white.prose b,.group\/rich-text.text-purple .group-\[\.text-purple\]\/rich-text\:text-white
    .prose a,.group\/rich-text.text-purple .group-\[\.text-purple\]\/rich-text\:text-white
    .prose strong {
  color: white;
}

.group\/rich-text.text-white .group-\[\.text-white\]\/rich-text\:text-white.prose b,.group\/rich-text.text-white .group-\[\.text-white\]\/rich-text\:text-white
    .prose a,.group\/rich-text.text-white .group-\[\.text-white\]\/rich-text\:text-white
    .prose strong {
  color: white;
}

.group\/rich-text.text-purple .group-\[\.text-purple\]\/rich-text\:text-white.prose b,.group\/rich-text.text-purple .group-\[\.text-purple\]\/rich-text\:text-white
    .prose a,.group\/rich-text.text-purple .group-\[\.text-purple\]\/rich-text\:text-white
    .prose strong {
  color: white;
}

.group\/rich-text.text-white .group-\[\.text-white\]\/rich-text\:text-white.prose b,.group\/rich-text.text-white .group-\[\.text-white\]\/rich-text\:text-white
    .prose a,.group\/rich-text.text-white .group-\[\.text-white\]\/rich-text\:text-white
    .prose strong {
  color: white;
}

.group\/rich-text.text-purple .group-\[\.text-purple\]\/rich-text\:text-white.prose b,.group\/rich-text.text-purple .group-\[\.text-purple\]\/rich-text\:text-white
    .prose a,.group\/rich-text.text-purple .group-\[\.text-purple\]\/rich-text\:text-white
    .prose strong {
  color: white;
}

.group\/rich-text.text-white .group-\[\.text-white\]\/rich-text\:text-white.prose b,.group\/rich-text.text-white .group-\[\.text-white\]\/rich-text\:text-white
    .prose a,.group\/rich-text.text-white .group-\[\.text-white\]\/rich-text\:text-white
    .prose strong {
  color: white;
}

.peer:checked ~ .peer-checked\:text-white.prose b,.peer:checked ~ .peer-checked\:text-white
    .prose a,.peer:checked ~ .peer-checked\:text-white
    .prose strong {
  color: white;
}

@media (min-width: 768px){
  .md\:text-white.prose b,.md\:text-white
    .prose a,.md\:text-white
    .prose strong {
    color: white;
  }
}

@media (min-width: 1536px){
  .\32xl\:prose.text-white b,.\32xl\:prose.text-white a,.\32xl\:prose.text-white strong {
    color: white;
  }

  .\32xl\:prose h5 {
    color: var(--tw-prose-headings)
  }
}

.after\:bg-current::after {
  content: var(--tw-content);
  background-color: currentColor;
}

.peer:checked ~ .peer-checked\:after\:bg-current::after {
  content: var(--tw-content);
  background-color: currentColor;
}

@media (min-width: 1536px){
  .\32xl\:prose{
    color: var(--tw-prose-body);
    max-width: 65ch;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\: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 rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\:prose{
    --tw-prose-body: #374151;
    --tw-prose-headings: #413d85;
    --tw-prose-lead: inherit;
    --tw-prose-links: #413d85;
    --tw-prose-bold: #413d85;
    --tw-prose-counters: inherit;
    --tw-prose-bullets: inherit;
    --tw-prose-hr: inherit;
    --tw-prose-quotes: inherit;
    --tw-prose-quote-borders: inherit;
    --tw-prose-captions: inherit;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: inherit;
    --tw-prose-pre-code: inherit;
    --tw-prose-pre-bg: inherit;
    --tw-prose-th-borders: inherit;
    --tw-prose-td-borders: inherit;
    --tw-prose-invert-body: inherit;
    --tw-prose-invert-headings: inherit;
    --tw-prose-invert-lead: inherit;
    --tw-prose-invert-links: inherit;
    --tw-prose-invert-bold: inherit;
    --tw-prose-invert-counters: inherit;
    --tw-prose-invert-bullets: inherit;
    --tw-prose-invert-hr: inherit;
    --tw-prose-invert-quotes: inherit;
    --tw-prose-invert-quote-borders: inherit;
    --tw-prose-invert-captions: inherit;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: inherit;
    --tw-prose-invert-pre-code: inherit;
    --tw-prose-invert-pre-bg: inherit;
    --tw-prose-invert-th-borders: inherit;
    --tw-prose-invert-td-borders: inherit;
    font-size: 1rem;
    line-height: 1.75;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before{
  content: var(--tw-content);
  inset: 0px;
}

.before\:block::before{
  content: var(--tw-content);
  display: block;
}

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

.before\:bg-gradient-to-tr::before{
  content: var(--tw-content);
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.before\:from-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\]::before{
  content: var(--tw-content);
  --tw-gradient-from: rgba(0,0,0,0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.before\:to-\[rgba\(0\2c 0\2c 0\2c 0\)\]::before{
  content: var(--tw-content);
  --tw-gradient-to: rgba(0,0,0,0) var(--tw-gradient-to-position);
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:left-\[50\%\]::after{
  content: var(--tw-content);
  left: 50%;
}

.after\:top-\[50\%\]::after{
  content: var(--tw-content);
  top: 50%;
}

.after\:block::after{
  content: var(--tw-content);
  display: block;
}

.after\:h-\[10px\]::after{
  content: var(--tw-content);
  height: 10px;
}

.after\:h-\[11px\]::after{
  content: var(--tw-content);
  height: 11px;
}

.after\:w-\[10px\]::after{
  content: var(--tw-content);
  width: 10px;
}

.after\:w-\[11px\]::after{
  content: var(--tw-content);
  width: 11px;
}

.after\:translate-x-\[-50\%\]::after{
  content: var(--tw-content);
  --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));
}

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

.after\:scale-0::after{
  content: var(--tw-content);
  --tw-scale-x: 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));
}

.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}

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

.after\:transition-transform::after{
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.first\:border-t-0:first-child{
  border-top-width: 0px;
}

.last-of-type\:border-none:last-of-type{
  border-style: none;
}

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

.hover\:mx-\[-40px\]:hover{
  margin-left: -40px;
  margin-right: -40px;
}

.hover\:my-\[-32px\]:hover{
  margin-top: -32px;
  margin-bottom: -32px;
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

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

.hover\:bg-\[\#34316a\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(52 49 106 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(65 61 133 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(52 49 106 / var(--tw-bg-opacity, 1));
}

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

.hover\:px-10:hover{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.hover\:\!text-purple:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.hover\:text-purple:hover{
  --tw-text-opacity: 1;
  color: rgb(65 61 133 / 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\:shadow-md:hover{
  --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);
}

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

.focus\:shadow-\[0_0_0_1px_\#fff\]:focus{
  --tw-shadow: 0 0 0 1px #fff;
  --tw-shadow-colored: 0 0 0 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);
}

.focus\:ring-offset-\[1px\]:focus{
  --tw-ring-offset-width: 1px;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.group\/details[open] .group-open\/details\: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));
}

.group\/nav-group:focus-within .group-focus-within\/nav-group\:w-full{
  width: 100%;
}

.group\/nav-group:focus-within .group-focus-within\/nav-group\:opacity-100{
  opacity: 1;
}

.group\/nav-group:hover .group-hover\/nav-group\:pointer-events-auto{
  pointer-events: auto;
}

.group\/tile:hover .group-hover\/tile\:bottom-0{
  bottom: 0px;
}

.group\/nav-group:hover .group-hover\/nav-group\:w-full{
  width: 100%;
}

.group\/circle-heading:hover .group-hover\/circle-heading\:\!translate-x-0{
  --tw-translate-x: 0px !important;
  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)) !important;
}

.group\/article:hover .group-hover\/article\:bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(65 61 133 / var(--tw-bg-opacity, 1));
}

.group\/article:hover .group-hover\/article\:text-purple{
  --tw-text-opacity: 1;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1));
}

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

.group\/play-button:hover .group-hover\/play-button\:text-purple{
  --tw-text-opacity: 1;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1));
}

.group\/tile:hover .group-hover\/tile\:text-\[transparent\]{
  color: transparent;
}

.group\/video:hover .group-hover\/video\:text-purple{
  --tw-text-opacity: 1;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1));
}

.group\/article:hover .group-hover\/article\:opacity-100{
  opacity: 1;
}

.group\/circle-heading:hover .group-hover\/circle-heading\:\!opacity-100{
  opacity: 1 !important;
}

.group\/nav-group:hover .group-hover\/nav-group\:opacity-100{
  opacity: 1;
}

.group\/tile:hover .group-hover\/tile\:opacity-100{
  opacity: 1;
}

.group\/tile:hover .group-hover\/tile\:opacity-70{
  opacity: 0.7;
}

.group\/tile:hover .group-hover\/tile\:opacity-90{
  opacity: 0.9;
}

.group\/tile:focus .group-focus\/tile\:bottom-0{
  bottom: 0px;
}

.group\/video:focus .group-focus\/video\:text-purple{
  --tw-text-opacity: 1;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1));
}

.group\/tile:focus .group-focus\/tile\:opacity-90{
  opacity: 0.9;
}

.group\/header.has-search-panel .group-\[\.has-search-panel\]\/header\:pointer-events-none{
  pointer-events: none;
}

.group\/header.has-mobile-menu .group-\[\.has-mobile-menu\]\/header\:pointer-events-auto{
  pointer-events: auto;
}

.group\/header.has-search-panel .group-\[\.has-search-panel\]\/header\:pointer-events-auto{
  pointer-events: auto;
}

.group\/nav-group.is-active .group-\[\.is-active\]\/nav-group\:pointer-events-auto{
  pointer-events: auto;
}

.group\/secondary-nav-group.is-active .group-\[\.is-active\]\/secondary-nav-group\:pointer-events-auto{
  pointer-events: auto;
}

.group\/nav-group.is-active .group-\[\.is-active\]\/nav-group\:left-0{
  left: 0px;
}

.group\/secondary-nav-group.is-active .group-\[\.is-active\]\/secondary-nav-group\:left-0{
  left: 0px;
}

.group\/circle-module.has-open .group-\[\&\.has-open\]\/circle-module\:mt-\[18\%\]{
  margin-top: 18%;
}

.group\/circle-module.has-open .group-\[\&\.has-open\]\/circle-module\:mt-\[45\%\]{
  margin-top: 45%;
}

.group\/circle-module.has-open .group-\[\&\.has-open\]\/circle-module\:mt-\[7\%\]{
  margin-top: 7%;
}

.group\/circle.open .group-\[\&\.open\]\/circle\:\!mt-\[8\%\]{
  margin-top: 8% !important;
}

.group\/header.has-mobile-menu .group-\[\.has-mobile-menu\]\/header\:block{
  display: block;
}

.group\/header.has-search-panel .group-\[\.has-search-panel\]\/header\:block{
  display: block;
}

.group\/dropdown.open .group-\[\.open\]\/dropdown\:block{
  display: block;
}

.group\/header.has-mobile-menu .group-\[\.has-mobile-menu\]\/header\:flex{
  display: flex;
}

.group\/header.has-mobile-menu .group-\[\.has-mobile-menu\]\/header\:hidden{
  display: none;
}

.group\/header.has-search-panel .group-\[\.has-search-panel\]\/header\:hidden{
  display: none;
}

.group\/circle.open .group-\[\&\.open\]\/circle\:max-h-\[600px\]{
  max-height: 600px;
}

.group\/nav-group.keep-active .group-\[\.keep-active\]\/nav-group\:w-full{
  width: 100%;
}

.group\/circle-module.has-open .group-\[\&\.has-open\]\/circle-module\:max-w-\[113px\]{
  max-width: 113px;
}

.group\/circle-module.has-open .group-\[\&\.has-open\]\/circle-module\:max-w-\[177px\]{
  max-width: 177px;
}

.group\/circle-module.has-open .group-\[\&\.has-open\]\/circle-module\:max-w-\[342px\]{
  max-width: 342px;
}

.group\/circle.open .group-\[\&\.open\]\/circle\:translate-x-2{
  --tw-translate-x: 0.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));
}

.group\/dropdown.open .group-\[\.open\]\/dropdown\: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));
}

.group\/rich-text.text-purple .group-\[\.text-purple\]\/rich-text\:border-purple{
  --tw-border-opacity: 1;
  border-color: rgb(65 61 133 / var(--tw-border-opacity, 1));
}

.group\/rich-text.text-white .group-\[\.text-white\]\/rich-text\:border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.group\/rich-text.text-purple .group-\[\.text-purple\]\/rich-text\:bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(65 61 133 / var(--tw-bg-opacity, 1));
}

.group\/rich-text.text-white .group-\[\.text-white\]\/rich-text\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.group\/circle-row-item.open .group-\[\&\.open\]\/circle-row-item\:text-\[17px\]{
  font-size: 17px;
}

.group\/circle-row-item.open .group-\[\&\.open\]\/circle-row-item\:text-\[34px\]{
  font-size: 34px;
}

.group\/circle-row-item.open .group-\[\&\.open\]\/circle-row-item\:leading-\[20px\]{
  line-height: 20px;
}

.group\/circle-row-item.open .group-\[\&\.open\]\/circle-row-item\:leading-\[24px\]{
  line-height: 24px;
}

.group\/circle-row-item:not(.open) .group-\[\&\:not\(\.open\)\]\/circle-row-item\:text-\[\#67649d\]{
  --tw-text-opacity: 1;
  color: rgb(103 100 157 / var(--tw-text-opacity, 1));
}

.group\/rich-text.text-purple .group-\[\.text-purple\]\/rich-text\:text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.group\/rich-text.text-purple .group-\[\.text-purple\]\/rich-text\:text-purple{
  --tw-text-opacity: 1;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1));
}

.group\/rich-text.text-purple .group-\[\.text-purple\]\/rich-text\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group\/rich-text.text-white .group-\[\.text-white\]\/rich-text\:text-purple{
  --tw-text-opacity: 1;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1));
}

.group\/rich-text.text-white .group-\[\.text-white\]\/rich-text\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group\/circle-row-item.open .group-\[\&\.open\]\/circle-row-item\:opacity-100{
  opacity: 1;
}

.group\/circle.open .group-\[\&\.open\]\/circle\:opacity-0{
  opacity: 0;
}

.group\/circle.open .group-\[\&\.open\]\/circle\:opacity-100{
  opacity: 1;
}

.group\/header.has-mobile-menu .group-\[\.has-mobile-menu\]\/header\:opacity-100{
  opacity: 1;
}

.group\/header.has-search-panel .group-\[\.has-search-panel\]\/header\:opacity-100{
  opacity: 1;
}

.peer:checked ~ .peer-checked\:pointer-events-none{
  pointer-events: none;
}

.peer:checked ~ .peer-checked\:bg-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(65 61 133 / var(--tw-bg-opacity, 1));
}

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

.peer:checked ~ .peer-checked\:after\:scale-100::after{
  content: var(--tw-content);
  --tw-scale-x: 1;
  --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));
}

.group\/circle-module[data-open-id='3'] .group-data-\[open-id\=\'3\'\]\/circle-module\:\!mt-\[8\%\]{
  margin-top: 8% !important;
}

.group\/circle-module[data-open-id='3'] .group-data-\[open-id\=\'3\'\]\/circle-module\:\!max-w-\[287px\]{
  max-width: 287px !important;
}

.prose-p\:mb-0\.5 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 0.125rem;
}

.prose-p\:max-w-full :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  max-width: 100%;
}

.prose-p\:p-0 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding: 0px;
}

.prose-a\:underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  text-decoration-line: underline;
}

@media (max-width: 1385px){
  .max-\[1385px\]\:ml-0{
    margin-left: 0px;
  }
}

@media (min-width: 640px){
  .sm\:top-\[40\%\]{
    top: 40%;
  }

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

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

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

  .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sm\:hidden{
    display: none;
  }

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

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

  .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\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

  .sm\:gap-y-\[80px\]{
    row-gap: 80px;
  }

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

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

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

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

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

  .md\:left-\[300px\]{
    left: 300px;
  }

  .md\:left-\[448px\]{
    left: 448px;
  }

  .md\:left-\[592px\]{
    left: 592px;
  }

  .md\:right-0{
    right: 0px;
  }

  .md\:right-\[30px\]{
    right: 30px;
  }

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

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

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

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

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

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

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

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

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

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

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

  .md\:ml-4{
    margin-left: 1rem;
  }

  .md\:ml-\[40px\]{
    margin-left: 40px;
  }

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

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

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

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

  .md\:mt-\[14\.6\%\]{
    margin-top: 14.6%;
  }

  .md\:mt-\[4\.25rem\]{
    margin-top: 4.25rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:aspect-\[unset\]{
    aspect-ratio: unset;
  }

  .md\:size-\[16px\]{
    width: 16px;
    height: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

  .md\:grid-cols-\[0\.75fr_0\.85fr_0\.4fr\]{
    grid-template-columns: 0.75fr 0.85fr 0.4fr;
  }

  .md\:grid-cols-\[0\.93fr_1fr\]{
    grid-template-columns: 0.93fr 1fr;
  }

  .md\:grid-cols-\[1\.12fr_1fr\]{
    grid-template-columns: 1.12fr 1fr;
  }

  .md\:grid-cols-\[1\.45fr_1fr\]{
    grid-template-columns: 1.45fr 1fr;
  }

  .md\:grid-cols-\[1fr_fit-content\(35\.7vw\)\]{
    grid-template-columns: 1fr fit-content(35.7vw);
  }

  .md\:grid-cols-\[1fr_fit-content\(min\(19vw\2c 365px\)\)\]{
    grid-template-columns: 1fr fit-content(min(19vw, 365px));
  }

  .md\:grid-cols-\[40\.7\%_auto\]{
    grid-template-columns: 40.7% auto;
  }

  .md\:grid-cols-\[47\.3\%_auto\]{
    grid-template-columns: 47.3% auto;
  }

  .md\:grid-cols-\[auto_40\.7\%\]{
    grid-template-columns: auto 40.7%;
  }

  .md\:grid-cols-\[auto_47\.3\%\]{
    grid-template-columns: auto 47.3%;
  }

  .md\:grid-cols-\[fit-content\(44\%\)_1fr\]{
    grid-template-columns: fit-content(44%) 1fr;
  }

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

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

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

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

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

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

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

  .md\:gap-\[108px\]{
    gap: 108px;
  }

  .md\:gap-\[300px\]{
    gap: 300px;
  }

  .md\:gap-\[30px\]{
    gap: 30px;
  }

  .md\:gap-\[40px\]{
    gap: 40px;
  }

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

  .md\:gap-\[64px\]{
    gap: 64px;
  }

  .md\:self-auto{
    align-self: auto;
  }

  .md\:bg-\[transparent\]{
    background-color: transparent;
  }

  .md\:p-12{
    padding: 3rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pl-0{
    padding-left: 0px;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

  .md\:pl-\[302px\]{
    padding-left: 302px;
  }

  .md\:pl-\[30px\]{
    padding-left: 30px;
  }

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

  .md\:pl-\[95px\]{
    padding-left: 95px;
  }

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

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

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

  .md\:pr-\[8\.4vw\]{
    padding-right: 8.4vw;
  }

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

  .md\:pt-\[110\%\]{
    padding-top: 110%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:pt-\[52\%\]{
    padding-top: 52%;
  }

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

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

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

  .md\:pt-\[80\%\]{
    padding-top: 80%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:hover\:border-purple-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgb(52 49 106 / var(--tw-border-opacity, 1));
  }

  .md\:hover\:bg-purple-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(52 49 106 / var(--tw-bg-opacity, 1));
  }

  .group\/circle-module.has-open .group-\[\&\.has-open\]\/circle-module\:md\:mt-\[43\%\]{
    margin-top: 43%;
  }

  .group\/circle-module.has-open .group-\[\&\.has-open\]\/circle-module\:md\:mt-\[9\%\]{
    margin-top: 9%;
  }

  .group\/circle.open .group-\[\&\.open\]\/circle\:md\:\!mt-\[11\.68\%\]{
    margin-top: 11.68% !important;
  }

  .group\/circle-module.has-open .group-\[\&\.has-open\]\/circle-module\:md\:max-w-\[216px\]{
    max-width: 216px;
  }

  .group\/circle-module.has-open .group-\[\&\.has-open\]\/circle-module\:md\:max-w-\[368px\]{
    max-width: 368px;
  }

  .group\/circle-module.has-open .group-\[\&\.has-open\]\/circle-module\:md\:max-w-\[685px\]{
    max-width: 685px;
  }

  .group\/circle-module.has-open .group-\[\&\.has-open\]\/circle-module\:md\:text-\[20px\]{
    font-size: 20px;
  }

  .group\/circle-row-item.open .group-\[\&\.open\]\/circle-row-item\:md\:text-\[20px\]{
    font-size: 20px;
  }

  .group\/circle-row-item.open .group-\[\&\.open\]\/circle-row-item\:md\:text-\[40px\]{
    font-size: 40px;
  }

  .group\/circle.open .group-\[\&\.open\]\/circle\:md\:text-\[32px\]{
    font-size: 32px;
  }

  .group\/circle-row-item.open .group-\[\&\.open\]\/circle-row-item\:md\:leading-\[24px\]{
    line-height: 24px;
  }

  .group\/circle-row-item.open .group-\[\&\.open\]\/circle-row-item\:md\:leading-\[28px\]{
    line-height: 28px;
  }

  .group\/circle-row-module[data-open-id='2'] .group-data-\[open-id\=\'2\'\]\/circle-row-module\:md\:left-\[144px\]{
    left: 144px;
  }

  .group\/circle-row-module[data-open-id='2'] .group-data-\[open-id\=\'2\'\]\/circle-row-module\:md\:left-\[468px\]{
    left: 468px;
  }

  .group\/circle-row-module[data-open-id='2'] .group-data-\[open-id\=\'2\'\]\/circle-row-module\:md\:left-\[592px\]{
    left: 592px;
  }

  .group\/circle-row-module[data-open-id='3'] .group-data-\[open-id\=\'3\'\]\/circle-row-module\:md\:left-\[144px\]{
    left: 144px;
  }

  .group\/circle-row-module[data-open-id='3'] .group-data-\[open-id\=\'3\'\]\/circle-row-module\:md\:left-\[288px\]{
    left: 288px;
  }

  .group\/circle-row-module[data-open-id='3'] .group-data-\[open-id\=\'3\'\]\/circle-row-module\:md\:left-\[592px\]{
    left: 592px;
  }

  .group\/circle-row-module[data-open-id='4'] .group-data-\[open-id\=\'4\'\]\/circle-row-module\:md\:left-\[144px\]{
    left: 144px;
  }

  .group\/circle-row-module[data-open-id='4'] .group-data-\[open-id\=\'4\'\]\/circle-row-module\:md\:left-\[288px\]{
    left: 288px;
  }

  .group\/circle-row-module[data-open-id='4'] .group-data-\[open-id\=\'4\'\]\/circle-row-module\:md\:left-\[484px\]{
    left: 484px;
  }

  .group\/circle-module[data-open-id='3'] .group-data-\[open-id\=\'3\'\]\/circle-module\:md\:\!max-w-\[546px\]{
    max-width: 546px !important;
  }
}

@media (min-width: 1024px){
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

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

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

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

  .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\:gap-x-\[128px\]{
    -moz-column-gap: 128px;
         column-gap: 128px;
  }

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

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

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

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

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

@media (min-width: 1280px){
  .xl\:top-\[100px\]{
    top: 100px;
  }

  .xl\:ml-\[126px\]{
    margin-left: 126px;
  }

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

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

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

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

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

  .xl\:max-h-\[initial\]{
    max-height: initial;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-\[142px\]{
    gap: 142px;
  }

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

  .xl\:gap-\[25px\]{
    gap: 25px;
  }

  .xl\:gap-\[28px\]{
    gap: 28px;
  }

  .xl\:gap-\[30px\]{
    gap: 30px;
  }

  .xl\:gap-\[46px\]{
    gap: 46px;
  }

  .xl\:gap-\[50px\]{
    gap: 50px;
  }

  .xl\:gap-\[95px\]{
    gap: 95px;
  }

  .xl\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1536px){
  .\32xl\:p-8{
    padding: 2rem;
  }

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

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

@media print{
  .print\:hidden{
    display: none;
  }
}

.\[\&\.field-validation-error\]\:block.field-validation-error{
  display: block;
}

.\[\&\.open\]\:z-\[5\].open{
  z-index: 5;
}

.\[\&\.open\]\:\!max-w-\[235px\].open{
  max-width: 235px !important;
}

.\[\&\.open\]\:\!max-w-\[287px\].open{
  max-width: 287px !important;
}

.\[\&\.open\]\:\!max-w-\[342px\].open{
  max-width: 342px !important;
}

.\[\&\.open\]\:max-w-\[400px\].open{
  max-width: 400px;
}

.\[\&\.open\]\:rounded-b-none.open{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.\[\&\.open\]\:rounded-t-\[5px\].open{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.\[\&\.open\]\:bg-purple.open{
  --tw-bg-opacity: 1;
  background-color: rgb(65 61 133 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .\[\&\.open\]\:md\:\!max-w-\[419px\].open{
    max-width: 419px !important;
  }

  .\[\&\.open\]\:md\:\!max-w-\[546px\].open{
    max-width: 546px !important;
  }

  .\[\&\.open\]\:md\:\!max-w-\[685px\].open{
    max-width: 685px !important;
  }
}

.\[\&\.text-purple_a\]\:text-purple.text-purple a{
  --tw-text-opacity: 1;
  color: rgb(65 61 133 / var(--tw-text-opacity, 1));
}

.\[\&\>\*\:nth-child\(n\+2\)\]\:hidden>*:nth-child(n+2){
  display: none;
}

@media (min-width: 1024px){
  .\[\&\>\*\:nth-child\(n\+2\)\]\:lg\:flex>*:nth-child(n+2){
    display: flex;
  }
}

@media (min-width: 768px){
  .\[\&\>\*\:nth-child\(n\+3\)\]\:md\:flex>*:nth-child(n+3){
    display: flex;
  }
}

@media (min-width: 640px){
  .\[\&\>\*\:nth-child\(n\+4\)\]\:sm\:flex>*:nth-child(n+4){
    display: flex;
  }
}
