/* src/styles.scss */
.card__article {
  display: flex;
  height: 100%;
  border-radius: 0.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.card__article::before {
  float: left;
  padding-bottom: 100%;
  --tw-content: "";
  content: var(--tw-content);
}
.card__article::after {
  clear: both;
  display: table;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 768px) {
  .card__article {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px) {
  .card__article {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.card__article[data-in-view=true] .card__article-wrapper .card__article-icon {
  animation: fade var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  --tw-animate-delay: 300ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  .card__article[data-in-view=true] .card__article-wrapper .card__article-icon {
    animation: none;
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.card__article[data-in-view=true] .card__article-wrapper[data-layout=copy-heading] .card__article-text {
  animation: fade var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  --tw-animate-delay: 500ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  .card__article[data-in-view=true] .card__article-wrapper[data-layout=copy-heading] .card__article-text {
    animation: none;
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.card__article[data-in-view=true] .card__article-wrapper[data-layout=copy-heading] .card__article-heading,
.card__article[data-in-view=true] .card__article-wrapper[data-layout=copy-heading] .card__controls-wrapper {
  animation: fade-up var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  --tw-animate-delay: 1000ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  .card__article[data-in-view=true] .card__article-wrapper[data-layout=copy-heading] .card__article-heading,
  .card__article[data-in-view=true] .card__article-wrapper[data-layout=copy-heading] .card__controls-wrapper {
    animation: none;
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.card__article[data-in-view=true] .card__article-wrapper[data-layout=heading-copy] .card__article-text {
  animation: fade var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  --tw-animate-delay: 1000ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  .card__article[data-in-view=true] .card__article-wrapper[data-layout=heading-copy] .card__article-text {
    animation: none;
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.card__article[data-in-view=true] .card__article-wrapper[data-layout=heading-copy] .card__article-heading {
  animation: fade-up var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  --tw-animate-delay: 500ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  .card__article[data-in-view=true] .card__article-wrapper[data-layout=heading-copy] .card__article-heading {
    animation: none;
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.card__article[data-in-view=true] .card__article-wrapper[data-layout=heading-copy] .card__controls-wrapper {
  animation: fade var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  --tw-animate-delay: 1000ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  .card__article[data-in-view=true] .card__article-wrapper[data-layout=heading-copy] .card__controls-wrapper {
    animation: none;
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.card__article[data-in-view=true] .card__article-wrapper[data-layout=free-text] .card__article-text {
  animation: fade var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  --tw-animate-delay: 500ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  .card__article[data-in-view=true] .card__article-wrapper[data-layout=free-text] .card__article-text {
    animation: none;
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.card__article[data-in-view=true] .card__article-wrapper[data-layout=free-text] .card__controls-wrapper {
  animation: fade var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  --tw-animate-delay: 1000ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  .card__article[data-in-view=true] .card__article-wrapper[data-layout=free-text] .card__controls-wrapper {
    animation: none;
    opacity: 0;
  }
}
.card__article .card__article-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  transition-delay: 500ms;
}
.card__article .card__article-wrapper .card__article-icon {
  margin-bottom: 2rem;
  width: -moz-max-content;
  width: max-content;
}
@media (prefers-reduced-motion: no-preference) {
  .card__article .card__article-wrapper .card__article-icon {
    opacity: 0;
  }
}
.card__article .card__article-wrapper .card__article-icon path {
  fill: #fff;
}
.card__article .card__article-wrapper .card__article-icon.card__article-icon--right {
  top: 0px;
  right: 0px;
  margin-left: auto;
  display: flex;
}
@media (min-width: 1280px) {
  .card__article .card__article-wrapper .card__article-icon.card__article-icon--right {
    position: absolute;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-1 {
  height: 1rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-1 {
    height: 1rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-2 {
  height: 2rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-2 {
    height: 2rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-3 {
  height: 3rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-3 {
    height: 3rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-4 {
  height: 4rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-4 {
    height: 4rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-5 {
  height: 5rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-5 {
    height: 5rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-6 {
  height: 6rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-6 {
    height: 6rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-7 {
  height: 7rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-7 {
    height: 7rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-8 {
  height: 8rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-8 {
    height: 8rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-9 {
  height: 9rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-9 {
    height: 9rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-10 {
  height: 10rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-10 {
    height: 10rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-11 {
  height: 11rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-11 {
    height: 11rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-12 {
  height: 12rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-12 {
    height: 12rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-13 {
  height: 13rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-13 {
    height: 13rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-14 {
  height: 14rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-14 {
    height: 14rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-15 {
  height: 15rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-15 {
    height: 15rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-16 {
  height: 16rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-16 {
    height: 16rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-17 {
  height: 17rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-17 {
    height: 17rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-18 {
  height: 18rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-18 {
    height: 18rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-19 {
  height: 19rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-19 {
    height: 19rem;
  }
}
.card__article .card__article-wrapper .card__article-icon--height-mobile-20 {
  height: 20rem;
}
@media (min-width: 48rem) {
  .card__article .card__article-wrapper .card__article-icon--height-desktop-20 {
    height: 20rem;
  }
}
.card__article .card__article-wrapper .card__article-title {
  margin-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.02625rem;
}
@media (min-width: 768px) {
  .card__article .card__article-wrapper .card__article-title {
    font-size: 0.875rem;
  }
}
.card__article .card__article-wrapper .card__article-title {
  letter-spacing: 0.08125rem;
}
.card__article .card__article-wrapper .card__article-heading {
  margin-bottom: 4rem;
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
.card__article .card__article-wrapper .card__article-heading :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 2.5625rem;
  letter-spacing: -0.0525rem;
}
@media (min-width: 768px) {
  .card__article .card__article-wrapper .card__article-heading :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
    font-size: 3.125rem;
    line-height: 3.375rem;
    letter-spacing: -0.0625rem;
  }
}
.card__article .card__article-wrapper .card__article-heading :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 2.5625rem;
  letter-spacing: -0.0525rem;
}
@media (min-width: 768px) {
  .card__article .card__article-wrapper .card__article-heading :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
    font-size: 3.125rem;
    line-height: 3.375rem;
    letter-spacing: -0.0625rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .card__article .card__article-wrapper .card__article-heading {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .card__article .card__article-wrapper .card__article-heading {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1536px) {
  .card__article .card__article-wrapper .card__article-heading {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .card__article .card__article-wrapper .card__article-heading :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
    font-size: 3.375rem !important;
  }
}
.card__article .card__article-wrapper .card__article-text {
  margin-top: auto;
  line-height: 105%;
}
@media (prefers-reduced-motion: no-preference) {
  .card__article .card__article-wrapper .card__article-text {
    opacity: 0;
  }
}
@media (min-width: 1280px) {
  .card__article .card__article-wrapper .card__article-text {
    max-width: 65%;
  }
}
.card__article .card__article-wrapper .card__article-link--button {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  white-space: normal;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  --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: 300ms;
}
.card__article .card__article-wrapper .card__article-link--button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
  .card__article .card__article-wrapper .card__article-link--button {
    font-size: 0.625rem;
  }
}
.card__article .card__article-wrapper .card__article-link--banner {
  width: 100% !important;
}
.card__article .card__article-wrapper .card__controls-wrapper {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  row-gap: 0.75rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
@media (prefers-reduced-motion: no-preference) {
  .card__article .card__article-wrapper .card__controls-wrapper {
    opacity: 0;
  }
}
.card__article .card__article-wrapper .card__controls-wrapper .card__slide-btn {
  justify-content: space-between !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent !important;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  white-space: normal;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  --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: 300ms;
}
.card__article .card__article-wrapper .card__controls-wrapper .card__slide-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
  .card__article .card__article-wrapper .card__controls-wrapper .card__slide-btn {
    font-size: 0.625rem;
  }
}
.card__article .card__article-wrapper .card__controls-wrapper .card__slide-btn:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 0 137 / var(--tw-text-opacity, 1)) !important;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
}
.card__article .card__article-wrapper .card__controls-wrapper .card__slide-btn:hover svg {
  --tw-text-opacity: 1;
  color: rgb(255 0 137 / 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: 300ms;
}
.card__article .card__article-wrapper .card__controls-wrapper .card__slide-btn svg {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 1.5rem;
  width: auto;
}
.card__article .card__article-wrapper[data-layout=copy-heading] .card__article-title {
  order: 1;
}
.card__article .card__article-wrapper[data-layout=copy-heading] .card__article-heading {
  order: 3;
  margin-top: auto;
  margin-bottom: 0px;
}
.card__article .card__article-wrapper[data-layout=copy-heading] .card__article-text {
  order: 2;
  margin-top: 0px;
}
.card__article .card__article-wrapper[data-layout=copy-heading] .card__controls-wrapper {
  order: 4;
}
.card__article[data-background=light-grey] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 247 / var(--tw-bg-opacity, 1));
}
.card__article[data-background=light-grey] svg:not(.cta__inner) path {
  fill: #122349 !important;
}
.card__article[data-background=grey] {
  --tw-bg-opacity: 1;
  background-color: rgb(172 172 172 / var(--tw-bg-opacity, 1));
}
.card__article[data-background=grey] .card__article-title {
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
.card__article[data-background=grey] .card__article-heading {
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
.card__article[data-background=grey] .card__article-text :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
.card__article[data-background=grey] .card__article-text :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
.card__article[data-background=grey] .card__article-text :is(:where(li):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
.card__article[data-background=pink] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
}
.card__article[data-background=pink] .card__article-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=pink] .card__article-heading {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=pink] .card__article-text :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=pink] .card__article-text :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=pink] .card__article-text :is(:where(li):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=pink] .card__article-text address {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=pink] .card__article-link--button,
.card__article[data-background=pink] .card__article-link--banner {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 166 / var(--tw-bg-opacity, 1));
}
.card__article[data-background=pink] .card__article-link--button:hover,
.card__article[data-background=pink] .card__article-link--banner:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
}
.card__article[data-background=navy] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
}
.card__article[data-background=navy] .card__article-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=navy] .card__article-heading {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=navy] .card__article-text :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=navy] .card__article-text :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=navy] .card__article-text :is(:where(li):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=navy] .card__article-text address {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=navy] .card__article-link--button:hover,
.card__article[data-background=navy] .card__article-link--button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 166 / var(--tw-bg-opacity, 1));
}
.card__article[data-background=dark-blue] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 166 / var(--tw-bg-opacity, 1));
}
.card__article[data-background=dark-blue] .card__article-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=dark-blue] .card__article-heading {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=dark-blue] .card__article-text :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=dark-blue] .card__article-text :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=dark-blue] .card__article-text :is(:where(li):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=dark-blue] .card__article-text address {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=maroon] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 0 75 / var(--tw-bg-opacity, 1));
}
.card__article[data-background=maroon] .card__article-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=maroon] .card__article-heading {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=maroon] .card__article-text :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=maroon] .card__article-text :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=maroon] .card__article-text :is(:where(li):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card__article[data-background=maroon] .card__article-text address {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.content-banner {
  position: relative;
  display: flex;
}
.content-banner::before {
  float: left;
  padding-bottom: 40%;
  --tw-content: "";
  content: var(--tw-content);
}
.content-banner::after {
  clear: both;
  display: table;
  --tw-content: "";
  content: var(--tw-content);
}
.content-banner.content-banner--section {
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .content-banner.content-banner--section {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .content-banner.content-banner--section .content-banner__body,
  .content-banner.content-banner--section .content-banner__heading {
    max-width: 75%;
  }
}
@media (min-width: 1024px) {
  .content-banner.content-banner--section .content-banner__body,
  .content-banner.content-banner--section .content-banner__heading {
    max-width: 50%;
  }
  .content-banner.content-banner--child .content-banner__body,
  .content-banner.content-banner--child .content-banner__heading {
    max-width: 75%;
  }
}
.content-banner[data-in-view=true] img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}
@media (prefers-reduced-motion: reduce) {
  .content-banner[data-in-view=true] img {
    transition-property: none;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.content-banner[data-in-view=true] .content-banner__title {
  animation: fade-up var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  --tw-animate-delay: 500ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  .content-banner[data-in-view=true] .content-banner__title {
    animation: none;
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.content-banner[data-in-view=true] .content-banner__body,
.content-banner[data-in-view=true] .content-banner__heading {
  animation: fade var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  --tw-animate-delay: 1000ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  .content-banner[data-in-view=true] .content-banner__body,
  .content-banner[data-in-view=true] .content-banner__heading {
    animation: none;
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.content-banner[data-in-view=true] .content-banner__link {
  animation: fade var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  --tw-animate-delay: 1500ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  .content-banner[data-in-view=true] .content-banner__link {
    animation: none;
    opacity: 1;
  }
}
.content-banner[data-background=light-grey] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 247 / var(--tw-bg-opacity, 1));
}
.content-banner[data-background=light-grey] * {
  --tw-border-opacity: 1;
  border-color: rgb(18 35 73 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
.content-banner[data-background=grey] {
  --tw-bg-opacity: 1;
  background-color: rgb(172 172 172 / var(--tw-bg-opacity, 1));
}
.content-banner[data-background=grey] * {
  --tw-border-opacity: 1;
  border-color: rgb(18 35 73 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
.content-banner[data-background=pink] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
}
.content-banner[data-background=pink] * {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.content-banner[data-background=pink] .content-banner__link {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 0 75 / var(--tw-bg-opacity, 1)) !important;
}
.content-banner[data-background=pink] .content-banner__link:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1)) !important;
}
.content-banner[data-background=navy] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
}
.content-banner[data-background=navy] * {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.content-banner[data-background=dark-blue] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 166 / var(--tw-bg-opacity, 1));
}
.content-banner[data-background=dark-blue] * {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.content-banner[data-background=maroon] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 0 75 / var(--tw-bg-opacity, 1));
}
.content-banner[data-background=maroon] * {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.content-banner .content-banner__title {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.02625rem;
}
@media (min-width: 768px) {
  .content-banner .content-banner__title {
    font-size: 0.875rem;
  }
}
.content-banner .content-banner__heading {
  margin-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .content-banner .content-banner__heading {
    margin-bottom: 1.5rem;
  }
}
.content-banner .content-banner__image {
  position: absolute;
  inset: 0px;
  left: 0px;
  top: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.content-banner .content-banner__image .content-banner__image-overlay {
  position: absolute;
  inset: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.4);
}
.content-banner .content-banner__image .content-banner__parallax-banner {
  height: 100%;
}
.content-banner .content-banner__inner {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .content-banner .content-banner__inner {
    gap: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.content-banner .content-banner__inner * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.content-banner .content-banner__inner .content-banner__link {
  margin-top: 2rem;
}
.content-banner .content-banner__inner .content-banner__link.content-banner__link--button {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  white-space: normal;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  --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: 300ms;
}
.content-banner .content-banner__inner .content-banner__link.content-banner__link--button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
  .content-banner .content-banner__inner .content-banner__link.content-banner__link--button {
    font-size: 0.625rem;
  }
  .content-banner .content-banner__inner.content-banner__inner--right .content-banner__body,
  .content-banner .content-banner__inner.content-banner__inner--right .content-banner__heading,
  .content-banner .content-banner__inner.content-banner__inner--right .content-banner__title {
    margin-left: auto;
    align-items: flex-end;
    text-align: right;
  }
  .content-banner .content-banner__inner.content-banner__inner--right .content-banner__link {
    margin-left: auto;
  }
}
section.content-banner-image {
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  overflow: hidden;
}
section.content-banner-image::before {
  float: left;
  padding-bottom: 40%;
  --tw-content: "";
  content: var(--tw-content);
}
section.content-banner-image::after {
  clear: both;
  display: table;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 768px) {
  section.content-banner-image {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
section.content-banner-image[data-in-view=true] img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}
@media (prefers-reduced-motion: reduce) {
  section.content-banner-image[data-in-view=true] img {
    transition-property: none;
  }
}
section.content-banner-image .content-banner-image__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px) {
  section.content-banner-image .content-banner-image__inner {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
section.content-banner-image .content-banner-image__image {
  grid-column: span 1 / span 1;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  section.content-banner-image .content-banner-image__image {
    grid-column: span 5 / span 5;
    aspect-ratio: auto;
  }
  section.content-banner-image .content-banner-image__image.content-banner-image__image--right {
    order: 1;
  }
}
section.content-banner-image .content-banner-image__image.content-banner-image__image--hide-mobile {
  display: none;
}
@media (min-width: 768px) {
  section.content-banner-image .content-banner-image__image.content-banner-image__image--hide-mobile {
    display: block;
  }
}
section.content-banner-image .content-banner-image__banner {
  grid-column: span 1 / span 1;
  height: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  section.content-banner-image .content-banner-image__banner {
    grid-column: span 7 / span 7;
  }
}
section.content-banner-image .content-banner-image__banner .content-banner--child {
  height: 100%;
}
.cta-button--banner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.0375rem;
  --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;
}
@media (min-width: 768px) {
  .cta-button--banner {
    font-size: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .cta-button--banner {
    border-radius: 9999px;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.cta-button--banner {
  container-type: inline-size;
}
.cta-button--banner span {
  text-align: left !important;
}
@container (max-width: 75rem) {
  .cta-button--banner span {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .cta-button--banner span {
    font-size: 0.875rem;
  }
}
.cta-button--banner svg {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .cta-button--banner svg {
    height: 2rem;
    width: 2rem;
  }
}
.cta-button--banner svg path {
  stroke: #fff;
  fill: none !important;
}
.cta-button--banner span {
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cta-button--banner:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
  transition-duration: 500ms;
}
@font-face {
  font-family: "TT Norms";
  src: url("./fonts/TTNorms-Light.woff2") format("woff2"), url("./fonts/TTNorms-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("./fonts/TTNorms-Regular.woff2") format("woff2"), url("./fonts/TTNorms-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("./fonts/TTNorms-Medium.woff2") format("woff2"), url("./fonts/TTNorms-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("./fonts/TTNorms-Bold.woff2") format("woff2"), url("./fonts/TTNorms-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms";
  src: url("./fonts/TTNorms-ExtraBold.woff2") format("woff2"), url("./fonts/TTNorms-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
footer.footer {
  --tw-bg-opacity: 1;
  background-color: rgb(128 0 75 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  footer.footer {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 6rem;
  }
}
footer.footer p {
  font-weight: 300;
}
footer.footer .footer__inner--top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  footer.footer .footer__inner--top {
    gap: 3rem;
  }
}
@media (min-width: 1280px) {
  footer.footer .footer__inner--top {
    flex-direction: row;
    gap: 4rem;
  }
}
footer.footer .footer__inner--top a {
  display: flex;
  height: -moz-max-content;
  height: max-content;
}
footer.footer .footer__inner--top .footer__booking-link {
  margin-top: 1.5rem;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  white-space: normal;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  --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: 300ms;
}
footer.footer .footer__inner--top .footer__booking-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
  footer.footer .footer__inner--top .footer__booking-link {
    font-size: 0.625rem;
    margin-top: 0px;
  }
}
@media (min-width: 1280px) {
  footer.footer .footer__inner--top .footer__booking-link {
    margin-top: 3rem;
  }
}
footer.footer .footer__inner--top .footer__menu-header {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
}
footer.footer .footer__inner--top .footer__menu-sub-header {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
}
footer.footer .footer__inner--top .footer__logo-booking-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  footer.footer .footer__inner--top .footer__logo-booking-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  footer.footer .footer__inner--top .footer__logo-booking-wrapper {
    margin-bottom: 3rem;
    flex-direction: column;
    justify-content: flex-start;
  }
}
footer.footer .footer__inner--top .footer__menus {
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}
footer.footer .footer__inner--top .footer__menus :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))):hover {
  --tw-text-opacity: 1;
  color: rgb(255 0 137 / 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;
}
@media (min-width: 768px) {
  footer.footer .footer__inner--top .footer__menus {
    margin-top: 0px;
    width: auto;
    flex-direction: row;
    gap: 2rem;
  }
}
@media (min-width: 1280px) {
  footer.footer .footer__inner--top .footer__menus {
    max-width: 50%;
    justify-content: flex-end;
  }
}
@media (min-width: 1536px) {
  footer.footer .footer__inner--top .footer__menus {
    gap: 4rem;
  }
}
footer.footer .footer__inner--top .footer__menus > * {
  flex: 1 1 0%;
}
@media (min-width: 1280px) {
  footer.footer .footer__inner--top .footer__menus > * {
    width: -moz-max-content;
    width: max-content;
  }
}
footer.footer .footer__inner--top .footer__menus strong {
  font-weight: 500;
}
footer.footer .footer__inner--top .footer__menus p {
  white-space: break-spaces;
}
footer.footer .footer__inner--top .footer__menus .footer__menu {
  margin-bottom: 1.5rem;
}
footer.footer .footer__inner--top .footer__menus .footer__menu .footer__address-lines {
  font-style: normal;
}
footer.footer .footer__inner--top .footer__menus .footer__menu .footer__address-lines .footer__address-line {
  margin-bottom: 0.125rem;
  display: block;
}
footer.footer .footer__inner--top .footer__menus .footer__menu .footer__footer-menu-item {
  margin-bottom: 0.125rem;
  width: 100%;
}
@media (min-width: 768px) {
  footer.footer .footer__inner--top .footer__menus .footer__menu .footer__footer-menu-item {
    width: auto;
  }
}
footer.footer .footer__inner--top .footer__menus .footer__menu .footer__footer-menu-link {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
footer.footer .footer__inner--top .footer__menus .footer__menu .footer__footer-menu-link::after {
  display: block;
  height: 1px;
  width: 100%;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
  transition-duration: 1000ms;
}
footer.footer .footer__inner--top .footer__menus .footer__menu .footer__footer-menu-link:hover::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));
}
@media (prefers-reduced-motion: no-preference) {
  footer.footer .footer__inner--top .footer__menus .footer__menu .footer__footer-menu-link::after {
    content: var(--tw-content);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
footer.footer .footer__entity-statement {
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
footer.footer .footer__separator {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: block;
}
@media (min-width: 768px) {
  footer.footer .footer__separator {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
footer.footer .footer__licences {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
footer.footer .footer__licences a {
  text-decoration-line: underline;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
footer.footer .footer__licences a:hover {
  opacity: 0.75;
}
footer.footer .footer__inner--bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  font-weight: 300;
}
@media (min-width: 768px) {
  footer.footer .footer__inner--bottom {
    flex-direction: row;
  }
}
footer.footer .footer__inner--bottom .footer__footer-menu {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 0.75rem;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.03125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}
footer.footer .footer__inner--bottom .footer__footer-menu :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))):hover {
  --tw-text-opacity: 1;
  color: rgb(255 0 137 / 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;
}
footer.footer .footer__inner--bottom .userway-widget {
  margin-right: auto;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  footer.footer .footer__inner--bottom .userway-widget {
    margin-left: auto;
    margin-right: 0px;
    margin-top: 1.5rem;
  }
}
@keyframes moveInBottomRight {
  0% {
    transform: translate(0px, 0px) rotate(10deg) scale(0.95);
    opacity: 0;
  }
  25% {
    transform: translate(-15px, -10px) rotate(-5deg) scale(1.05);
    opacity: 1;
  }
  50% {
    transform: translate(8px, 5px) rotate(4deg) scale(1);
  }
  65% {
    transform: translate(-5px, 2px) rotate(-3deg);
  }
  78% {
    transform: translate(3px, -1px) rotate(2deg);
  }
  88% {
    transform: translate(-2px, 1px) rotate(-1deg);
  }
  94% {
    transform: translate(1px, -0.5px) rotate(0.5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
.mouse-wiggle,
.full-width-cta-button[data-in-view=true] svg.cta__icon {
  animation: moveInBottomRight 3.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  transform-origin: center;
  will-change: transform, opacity;
  opacity: 0;
}
.full-width-cta-button {
  margin-left: 1rem;
  margin-right: 1rem;
  --tw-animate-delay: 1000ms;
  animation-delay: var(--tw-animate-delay);
}
@media (min-width: 768px) {
  .full-width-cta-button {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.full-width-cta-button[data-in-view=true] span.cta__title {
  animation: fade-up var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  --tw-animate-delay: 500ms;
  animation-delay: var(--tw-animate-delay);
  --tw-animate-duration: 500ms;
  animation-duration: var(--tw-animate-duration);
}
.full-width-cta-button[data-background=light-grey] .full-width-cta-button__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 247 / var(--tw-bg-opacity, 1));
}
.full-width-cta-button[data-background=light-grey] .full-width-cta-button__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
}
.full-width-cta-button[data-background=light-grey] .full-width-cta-button__btn svg.cta__icon {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .full-width-cta-button[data-background=light-grey] .full-width-cta-button__btn svg.cta__icon {
    height: 2rem;
    width: 2rem;
  }
}
.full-width-cta-button[data-background=light-grey] .full-width-cta-button__btn svg.cta__icon path {
  stroke: #122349;
}
.full-width-cta-button[data-background=light-grey] * {
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
.full-width-cta-button[data-background=grey] .full-width-cta-button__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(172 172 172 / var(--tw-bg-opacity, 1));
}
.full-width-cta-button[data-background=grey] .full-width-cta-button__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
}
.full-width-cta-button[data-background=grey] .full-width-cta-button__btn svg.cta__icon {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .full-width-cta-button[data-background=grey] .full-width-cta-button__btn svg.cta__icon {
    height: 2rem;
    width: 2rem;
  }
}
.full-width-cta-button[data-background=grey] .full-width-cta-button__btn svg.cta__icon path {
  stroke: #122349;
}
.full-width-cta-button[data-background=grey] * {
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
.full-width-cta-button[data-background=pink] .full-width-cta-button__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
}
.full-width-cta-button[data-background=pink] .full-width-cta-button__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 166 / var(--tw-bg-opacity, 1));
}
.full-width-cta-button[data-background=pink] * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.full-width-cta-button[data-background=navy] .full-width-cta-button__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
}
.full-width-cta-button[data-background=navy] .full-width-cta-button__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
}
.full-width-cta-button[data-background=navy] * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.full-width-cta-button[data-background=dark-blue] .full-width-cta-button__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 166 / var(--tw-bg-opacity, 1));
}
.full-width-cta-button[data-background=dark-blue] .full-width-cta-button__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
}
.full-width-cta-button[data-background=dark-blue] * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.full-width-cta-button[data-background=maroon] .full-width-cta-button__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(128 0 75 / var(--tw-bg-opacity, 1));
}
.full-width-cta-button[data-background=maroon] * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.full-width-cta-button .full-width-cta-button__btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.0375rem;
  --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;
}
@media (min-width: 768px) {
  .full-width-cta-button .full-width-cta-button__btn {
    font-size: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .full-width-cta-button .full-width-cta-button__btn {
    border-radius: 9999px;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.full-width-cta-button .full-width-cta-button__btn {
  container-type: inline-size;
}
.full-width-cta-button .full-width-cta-button__btn span {
  text-align: left !important;
}
@container (max-width: 75rem) {
  .full-width-cta-button .full-width-cta-button__btn span {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .full-width-cta-button .full-width-cta-button__btn span {
    font-size: 0.875rem;
  }
}
.full-width-cta-button .full-width-cta-button__btn svg {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .full-width-cta-button .full-width-cta-button__btn svg {
    height: 2rem;
    width: 2rem;
  }
}
.full-width-cta-button .full-width-cta-button__btn svg path {
  stroke: #fff;
  fill: none !important;
}
.full-width-cta-button .full-width-cta-button__btn span {
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.full-width-cta-button .full-width-cta-button__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
  transition-duration: 500ms;
}
section.reviews {
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  section.reviews {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
section.reviews[data-background=light-grey] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 247 / var(--tw-bg-opacity, 1));
}
section.reviews[data-background=grey] {
  --tw-bg-opacity: 1;
  background-color: rgb(172 172 172 / var(--tw-bg-opacity, 1));
}
section.reviews[data-background=pink] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
}
section.reviews[data-background=navy] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
}
section.reviews[data-background=dark-blue] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 166 / var(--tw-bg-opacity, 1));
}
section.reviews[data-background=maroon] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 0 75 / var(--tw-bg-opacity, 1));
}
section.reviews[data-in-view=true] .reviews__title {
  --tw-animate-delay: 1000ms;
  animation-delay: var(--tw-animate-delay);
  --tw-animate-duration: 1000ms;
  animation-duration: var(--tw-animate-duration);
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes fade {
  }
  section.reviews[data-in-view=true] .reviews__title {
    animation: fade var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  }
}
section.reviews[data-in-view=true] .swiper {
  --tw-animate-delay: 1000ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes fade-up {
  }
  section.reviews[data-in-view=true] .swiper {
    animation: fade-up var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
    --tw-animate-duration: 1000ms;
    animation-duration: var(--tw-animate-duration);
  }
}
#review-dialog {
  border: none;
  padding: 0;
  background: transparent;
  max-width: min(600px, 90vw);
  width: 100%;
}
#review-dialog::backdrop {
  background: rgba(0, 0, 0, 0.65);
}
#review-dialog .reviews__review {
  position: relative !important;
  aspect-ratio: unset !important;
  height: auto !important;
}
#review-dialog .modal__close-btn {
  position: absolute !important;
  top: 1.25rem !important;
  right: 1.25rem !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 50% !important;
  border: 2px solid white !important;
  background: transparent !important;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}
#review-dialog .modal__close-btn .modal__close-btn-wrapper {
  position: relative;
  width: 1rem !important;
  height: 1rem;
}
#review-dialog .modal__close-btn .modal__close-btn-wrapper span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: white !important;
  border-radius: 1px;
  transition: background-color 0.2s ease;
}
#review-dialog .modal__close-btn .modal__close-btn-wrapper span:first-child {
  transform: rotate(45deg);
}
#review-dialog .modal__close-btn .modal__close-btn-wrapper span:last-child {
  transform: rotate(-45deg);
}
#review-dialog .modal__close-btn:hover {
  background: white !important;
}
#review-dialog .modal__close-btn:hover .modal__close-btn-wrapper span {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 0 75 / var(--tw-bg-opacity, 1)) !important;
}
.reviews__modal {
  height: -moz-max-content !important;
  height: max-content !important;
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.reviews__modal {
  animation: fade-up var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both) !important;
  --tw-animate-duration: 200ms !important;
  animation-duration: var(--tw-animate-duration) !important;
}
.reviews__modal .reviews__review {
  border-radius: 0.5rem !important;
}
.reviews__modal .modal__close-btn {
  position: static !important;
  margin-left: auto !important;
  display: flex !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.reviews__modal .modal__close-btn:hover .modal__close-btn-wrapper {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.reviews__modal .modal__close-btn:hover .modal__close-btn-wrapper span {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(128 0 75 / var(--tw-bg-opacity, 1)) !important;
}
.reviews__modal .modal__close-btn .modal__close-btn-wrapper {
  width: 100% !important;
}
.reviews__modal .modal__close-btn .modal__close-btn-wrapper span {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.reviews__modal .reviews__review::before,
.reviews__modal .reviews__review:after {
  display: none;
}
section.reviews .reviews__title,
.reviews__modal .reviews__title {
  margin-bottom: 4rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.02625rem;
}
@media (min-width: 768px) {
  section.reviews .reviews__title,
  .reviews__modal .reviews__title {
    font-size: 0.875rem;
    margin-bottom: 6rem;
  }
}
section.reviews .reviews__review,
.reviews__modal .reviews__review {
  height: 100%;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(128 0 75 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.reviews .reviews__review::before,
.reviews__modal .reviews__review::before {
  float: left;
  padding-bottom: 100%;
  --tw-content: "";
  content: var(--tw-content);
}
section.reviews .reviews__review::after,
.reviews__modal .reviews__review::after {
  clear: both;
  display: table;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 768px) {
  section.reviews .reviews__review,
  .reviews__modal .reviews__review {
    padding: 2.5rem;
  }
}
section.reviews .reviews__review-wrapper,
.reviews__modal .reviews__review-wrapper {
  height: 100%;
}
section.reviews svg,
.reviews__modal svg {
  height: 2.5rem;
  width: 2.5rem;
}
section.reviews .reviews__header,
.reviews__modal .reviews__header {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 768px) {
  section.reviews .reviews__header,
  .reviews__modal .reviews__header {
    flex-direction: row;
    align-items: center;
  }
}
section.reviews .reviews__header .reviews__date,
.reviews__modal .reviews__header .reviews__date {
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity, 1));
}
section.reviews .reviews__header .reviews__reviewer-wrapper,
.reviews__modal .reviews__header .reviews__reviewer-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
section.reviews .reviews__header .reviews__reviewer-wrapper .reviews__reviewer,
.reviews__modal .reviews__header .reviews__reviewer-wrapper .reviews__reviewer {
  font-weight: 600;
}
section.reviews .reviews__header .reviews__reviewer-wrapper svg,
.reviews__modal .reviews__header .reviews__reviewer-wrapper svg {
  height: 1.25rem;
  width: 1.25rem;
}
section.reviews .reviews__header .reviews__avatar,
.reviews__modal .reviews__header .reviews__avatar {
  aspect-ratio: 1 / 1;
  height: 3.5rem;
  width: auto;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 9999px;
}
section.reviews .reviews__header .reviews__avatar .reviews__photo,
.reviews__modal .reviews__header .reviews__avatar .reviews__photo {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.reviews .reviews__header .reviews__avatar .reviews__placeholder,
.reviews__modal .reviews__header .reviews__avatar .reviews__placeholder {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
  font-weight: 600;
}
section.reviews .reviews__stars,
.reviews__modal .reviews__stars {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1px;
}
section.reviews .reviews__stars .reviews__star,
.reviews__modal .reviews__stars .reviews__star {
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(255 0 137 / var(--tw-text-opacity, 1));
}
section.reviews .reviews__quote-wrapper,
.reviews__modal .reviews__quote-wrapper {
  margin-bottom: 1.5rem;
}
section.reviews .reviews__quote-wrapper .reviews__read-more,
.reviews__modal .reviews__quote-wrapper .reviews__read-more {
  position: relative;
  margin-top: 0.25rem;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
section.reviews .reviews__quote-wrapper .reviews__read-more:hover,
.reviews__modal .reviews__quote-wrapper .reviews__read-more:hover {
  opacity: 0.7;
}
section.reviews .reviews__pagination,
.reviews__modal .reviews__pagination {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.375rem;
}
section.reviews .reviews__pagination button,
.reviews__modal .reviews__pagination button {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(18 35 73 / var(--tw-border-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: 300ms;
}
section.reviews .reviews__pagination button:hover,
.reviews__modal .reviews__pagination button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
}
section.reviews .reviews__pagination button:hover svg,
.reviews__modal .reviews__pagination button:hover svg {
  stroke: #F6F6F7;
}
section.reviews .reviews__pagination button svg,
.reviews__modal .reviews__pagination button svg {
  height: 1.5rem;
  width: 1.5rem;
}
#navbar {
  position: fixed;
  top: 0px;
  z-index: 30;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(128 0 75 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  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: 300ms;
}
@media (min-width: 768px) {
  #navbar {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
#navbar .navbar__logo {
  height: 2rem;
  width: auto;
}
@media (min-width: 768px) {
  #navbar .navbar__logo {
    height: 2.38rem;
  }
}
#navbar .navbar__controls-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#navbar .navbar__controls-wrapper .navbar__book-link {
  display: none !important;
  cursor: pointer !important;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  white-space: normal;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  --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: 300ms;
}
#navbar .navbar__controls-wrapper .navbar__book-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
  #navbar .navbar__controls-wrapper .navbar__book-link {
    font-size: 0.625rem;
  }
}
@media (min-width: 1024px) {
  #navbar .navbar__controls-wrapper .navbar__book-link {
    display: flex !important;
  }
}
#navbar .navbar__controls-wrapper .navbar__book-link:disabled {
  cursor: not-allowed !important;
  opacity: 0.7 !important;
}
#navbar .navbar__controls-wrapper .navbar__call-link {
  display: none !important;
  cursor: pointer !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent !important;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  white-space: normal;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  --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: 300ms;
}
#navbar .navbar__controls-wrapper .navbar__call-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
  #navbar .navbar__controls-wrapper .navbar__call-link {
    font-size: 0.625rem;
  }
}
#navbar .navbar__controls-wrapper .navbar__call-link:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(128 0 75 / var(--tw-text-opacity, 1)) !important;
}
@media (min-width: 768px) {
  #navbar .navbar__controls-wrapper .navbar__call-link {
    display: flex !important;
  }
}
#navbar .navbar__menu-toggle {
  box-sizing: border-box;
  height: 2.6rem;
  width: 2.6rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1536px) {
  #navbar .navbar__menu-toggle {
    margin-left: 0.375rem;
  }
}
#navbar .navbar__menu-toggle:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-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: 300ms;
}
#navbar .navbar__menu-toggle:hover .navbar__menu-toggle-wrapper span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
#navbar .navbar__menu-toggle .navbar__menu-toggle-wrapper {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.925rem;
  padding-bottom: 0.925rem;
  padding-left: 0.71rem;
  padding-right: 0.71rem;
}
#navbar .navbar__menu-toggle .navbar__menu-toggle-wrapper span {
  display: block;
  height: 0.125rem;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(128 0 75 / var(--tw-bg-opacity, 1));
}
section.hero {
  position: relative;
  overflow: hidden;
}
section.hero.hero--margin {
  margin: 1rem;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  section.hero.hero--margin {
    margin: 1.5rem;
  }
  section.hero.hero--margin .swiper {
    min-height: calc(100vh - 3rem) !important;
  }
}
section.hero.hero--margin .hero__content-wrapper {
  height: 100% !important;
}
@media (min-width: 768px) {
  section.hero.hero--margin .hero__content-wrapper {
    min-height: unset !important;
  }
}
section.hero .swiper-custom-pagination {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
  padding: 0px;
}
@media (min-width: 1280px) {
  section.hero .swiper-custom-pagination {
    margin-top: 0px;
    justify-content: flex-end;
  }
}
section.hero .swiper-custom-pagination.swiper-custom-pagination--no-btn {
  margin-top: 3rem;
}
section.hero .swiper-slide {
  height: auto !important;
}
section.hero .hero__content-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 100vh;
  width: 100%;
  flex-grow: 1;
  flex-direction: column-reverse;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  section.hero .hero__content-wrapper {
    flex-direction: row;
    gap: 0px;
  }
}
section.hero .hero__content-wrapper .swiper {
  margin-left: 0px;
  width: 100%;
}
@media (min-width: 768px) {
  section.hero .hero__content-wrapper .swiper {
    width: 66.666667%;
  }
}
section.hero .hero__content-wrapper.hero__content-wrapper--has-services-menu {
  height: auto;
  min-height: 0px;
}
@media (min-width: 768px) {
  section.hero .hero__content-wrapper.hero__content-wrapper--has-services-menu {
    min-height: 100vh;
  }
}
section.hero .hero__content-wrapper.hero__content-wrapper--has-services-menu .swiper {
  margin-left: 0px;
  width: 100%;
}
@media (min-width: 768px) {
  section.hero .hero__content-wrapper.hero__content-wrapper--has-services-menu .swiper {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  section.hero .hero__content-wrapper.hero__content-wrapper--has-services-menu .swiper {
    width: 60%;
  }
}
@media (min-width: 1280px) {
  section.hero .hero__content-wrapper.hero__content-wrapper--has-services-menu .swiper {
    width: 66.666667%;
  }
}
section.hero .hero__content-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section.hero .hero__content-wrapper .hero__text-wrapper {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
@media (prefers-reduced-motion: no-preference) {
  section.hero .hero__content-wrapper .hero__text-wrapper {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  section.hero .hero__content-wrapper .hero__text-wrapper {
    padding-left: 1.5rem;
    padding-right: 3rem;
  }
}
section.hero .hero__content-wrapper .hero__text-wrapper .hero__heading[data-text-colour=white],
section.hero .hero__content-wrapper .hero__text-wrapper .hero__subheading[data-text-colour=white] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.hero .hero__content-wrapper .hero__text-wrapper .hero__heading[data-text-colour=pink],
section.hero .hero__content-wrapper .hero__text-wrapper .hero__subheading[data-text-colour=pink] {
  --tw-text-opacity: 1;
  color: rgb(255 0 137 / var(--tw-text-opacity, 1));
}
section.hero .hero__content-wrapper .hero__text-wrapper .hero__heading[data-text-colour=dark-blue],
section.hero .hero__content-wrapper .hero__text-wrapper .hero__subheading[data-text-colour=dark-blue] {
  --tw-text-opacity: 1;
  color: rgb(0 57 166 / var(--tw-text-opacity, 1));
}
section.hero .hero__content-wrapper .hero__text-wrapper .hero__heading[data-text-colour=navy],
section.hero .hero__content-wrapper .hero__text-wrapper .hero__subheading[data-text-colour=navy] {
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
section.hero .hero__content-wrapper .hero__text-wrapper .hero__heading[data-text-colour=tonkin-light-grey],
section.hero .hero__content-wrapper .hero__text-wrapper .hero__subheading[data-text-colour=tonkin-light-grey] {
  --tw-text-opacity: 1;
  color: rgb(246 246 247 / var(--tw-text-opacity, 1));
}
section.hero .hero__content-wrapper .hero__text-wrapper .hero__heading[data-text-colour=tonkin-dark-grey],
section.hero .hero__content-wrapper .hero__text-wrapper .hero__subheading[data-text-colour=tonkin-dark-grey] {
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity, 1));
}
section.hero .hero__content-wrapper .hero__text-wrapper .hero__heading[data-text-colour=maroon],
section.hero .hero__content-wrapper .hero__text-wrapper .hero__subheading[data-text-colour=maroon] {
  --tw-text-opacity: 1;
  color: rgb(128 0 75 / var(--tw-text-opacity, 1));
}
section.hero .hero__content-wrapper .hero__text-wrapper .hero__heading {
  max-width: 100%;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.hero .hero__content-wrapper .hero__text-wrapper .hero__heading h1 {
  font-weight: 600;
  font-size: clamp(2.625rem, 5vw, 4.375rem);
  line-height: clamp(2.6875rem, 5.2vw, 4.375rem);
  letter-spacing: clamp(-0.0525rem, -0.1vw, -0.0875rem);
}
section.hero .hero__content-wrapper .hero__text-wrapper .hero__heading h2 {
  margin-top: 1.5rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  section.hero .hero__content-wrapper .hero__text-wrapper .hero__heading h2 {
    margin-top: 2.5rem;
  }
}
section.hero .hero__content-wrapper .hero__text-wrapper .hero__heading h2 {
  font-size: clamp(1.1875rem, 2vw, 2.625rem);
  line-height: clamp(1.2rem, 2vw, 2.625rem);
  letter-spacing: clamp(-0.01rem, -0.02vw, -0.0525rem);
  font-weight: 600;
}
section.hero .hero__content-wrapper .hero__text-wrapper .hero__subheading {
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.02625rem;
}
@media (min-width: 768px) {
  section.hero .hero__content-wrapper .hero__text-wrapper .hero__subheading {
    font-size: 0.875rem;
  }
}
section.hero .hero__content-wrapper .hero__text-wrapper .hero__link {
  margin-top: 2rem;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  white-space: normal;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  --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: 300ms;
}
section.hero .hero__content-wrapper .hero__text-wrapper .hero__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
  section.hero .hero__content-wrapper .hero__text-wrapper .hero__link {
    font-size: 0.625rem;
  }
}
section.hero .hero__content-wrapper .hero__text-wrapper .hero__link {
  max-width: 100% !important;
}
section.hero .hero__content-wrapper .services-menu {
  position: relative;
}
@media (prefers-reduced-motion: no-preference) {
  section.hero .hero__content-wrapper .services-menu {
    opacity: 0;
  }
}
section.hero .hero__slide {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
  section.hero .hero__slide {
    min-height: 100vh;
  }
}
section.hero .hero-slide__parallax-banner {
  height: 100%;
  overflow: hidden;
  grid-area: 1/1;
}
section.hero .hero-slide__parallax-banner img {
  width: 100%;
  height: 140% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-top: -20%;
  will-change: transform;
}
section.hero .hero-slide__parallax-banner .hero-slide__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.hero .hero-slide__parallax-banner .hero-slide__image.hero-slide__image--image-mobile {
  display: block;
}
@media (min-width: 768px) {
  section.hero .hero-slide__parallax-banner .hero-slide__image.hero-slide__image--image-mobile {
    display: none;
  }
}
section.hero .hero-slide__parallax-banner .hero-slide__image.hero-slide__image--has-image-mobile {
  display: none;
}
@media (min-width: 768px) {
  section.hero .hero-slide__parallax-banner .hero-slide__image.hero-slide__image--has-image-mobile {
    display: block;
  }
}
section.hero .hero__featured-article {
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
  section.hero .hero__featured-article {
    width: -moz-max-content;
    width: max-content;
  }
}
section.hero .hero__featured-article a {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  section.hero .hero__featured-article a {
    gap: 3rem;
    padding: 3rem;
  }
}
section.hero .hero__featured-article a h2 {
  --tw-text-opacity: 1;
  color: rgb(255 0 137 / var(--tw-text-opacity, 1));
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.02625rem;
}
@media (min-width: 768px) {
  section.hero .hero__featured-article a h2 {
    font-size: 0.875rem;
  }
}
section.hero .hero__featured-article a h3 {
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.25rem;
  letter-spacing: -0.0425rem;
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  section.hero .hero__featured-article a h3 {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
}
section.hero .hero__featured-article a h3:after {
  margin-top: 0.125rem;
  display: block;
  height: 0.125rem;
  width: 100%;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: "";
  content: var(--tw-content);
}
section.hero .hero__featured-article a time {
  margin-top: 1rem;
  display: block;
  font-size: 0.75rem;
  letter-spacing: -0.0075rem;
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity, 1));
}
section.hero .hero__featured-article a .hero__icon-wrapper {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(18 35 73 / var(--tw-border-opacity, 1));
  padding: 0.375rem;
}
section.hero .hero__featured-article a .hero__icon-wrapper svg {
  margin-top: auto;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
}
section.hero .hero__featured-article a:hover h3:after {
  --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));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
section.hero .hero__featured-article a:hover .hero__icon-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-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: 300ms;
}
section.hero .hero__featured-article a:hover .hero__icon-wrapper svg {
  --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: 300ms;
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
section.hero[data-in-view=true] .hero__text-wrapper {
  animation: fade-up var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  --tw-animate-delay: 500ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  section.hero[data-in-view=true] .hero__text-wrapper {
    animation: none;
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.hero[data-in-view=true] .services-menu {
  animation: fade var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  --tw-animate-delay: 1000ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  section.hero[data-in-view=true] .services-menu {
    animation: none;
    opacity: 1;
  }
}
body.header--transparent #navbar {
  background-color: transparent;
  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: 300ms;
  transition-timing-function: linear;
}
.image-cta__heading :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
figure.image {
  overflow: hidden;
  border-radius: 0.5rem;
}
figure.image.image--hide-mobile {
  display: none;
}
@media (min-width: 768px) {
  figure.image.image--hide-mobile {
    display: block;
  }
}
figure.image[data-in-view=true] img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}
@media (prefers-reduced-motion: reduce) {
  figure.image[data-in-view=true] img {
    transition-property: none;
  }
}
figure.image .swiper {
  height: 100%;
}
figure.image .image-image {
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
figure.image .image-image::before {
  float: left;
  padding-bottom: 100%;
  --tw-content: "";
  content: var(--tw-content);
}
figure.image .image-image::after {
  clear: both;
  display: table;
  --tw-content: "";
  content: var(--tw-content);
}
section.offset-text-grid {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 247 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  section.offset-text-grid {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    flex-direction: row;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
section.offset-text-grid .offset-text-grid__heading {
  display: flex;
  flex: 1 1 0%;
}
section.offset-text-grid .offset-text-grid__heading h2 {
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.02625rem;
}
@media (min-width: 768px) {
  section.offset-text-grid .offset-text-grid__heading h2 {
    font-size: 0.875rem;
  }
}
section.offset-text-grid .offset-text-grid__content {
  display: flex;
  flex: 2;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  section.offset-text-grid .offset-text-grid__content {
    padding-right: 3rem;
  }
}
@media (min-width: 1280px) {
  section.offset-text-grid .offset-text-grid__content {
    padding-right: 6rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  section.offset-text-grid .offset-text-grid__content .offset-text-grid__row-1 {
    opacity: 0;
  }
}
section.offset-text-grid .offset-text-grid__content .offset-text-grid__row-2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 1280px) {
  section.offset-text-grid .offset-text-grid__content .offset-text-grid__row-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  section.offset-text-grid .offset-text-grid__content .offset-text-grid__row-2 > div:first-of-type {
    opacity: 0;
  }
  section.offset-text-grid .offset-text-grid__content .offset-text-grid__row-2 > div:last-of-type {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.offset-text-grid[data-in-view=true] .offset-text-grid__heading {
  animation: fade var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  --tw-animate-delay: 500ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  section.offset-text-grid[data-in-view=true] .offset-text-grid__heading {
    animation: none;
    opacity: 1;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
section.offset-text-grid[data-in-view=true] .offset-text-grid__row-1 {
  animation: fade-up var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  --tw-animate-delay: 1000ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  section.offset-text-grid[data-in-view=true] .offset-text-grid__row-1 {
    animation: none;
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.offset-text-grid[data-in-view=true] .offset-text-grid__row-2 > div:first-of-type {
  animation: fade var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  --tw-animate-delay: 1500ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  section.offset-text-grid[data-in-view=true] .offset-text-grid__row-2 > div:first-of-type {
    animation: none;
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.offset-text-grid[data-in-view=true] .offset-text-grid__row-2 > div:last-of-type {
  animation: fade var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  --tw-animate-delay: 2000ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  section.offset-text-grid[data-in-view=true] .offset-text-grid__row-2 > div:last-of-type {
    animation: none;
    opacity: 1;
  }
}
.text-wrapper iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 0.5rem;
}
.text-wrapper ul,
.text-wrapper ol {
  list-style-position: outside;
  padding-left: 1.5rem;
}
.text-wrapper .table-container {
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.text-wrapper table {
  margin-bottom: 1.5rem;
  width: 100%;
  border-collapse: collapse;
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-style: none;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
.text-wrapper table th {
  font-size: 0.975rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0em !important;
  border-width: 1px;
  border-color: rgb(18 35 73 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-left-color: rgb(18 35 73 / var(--tw-border-opacity, 1));
  border-right-color: rgb(18 35 73 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(128 0 75 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-wrapper table td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(18 35 73 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.01rem;
}
section.two-col-layout {
  margin-left: 1rem;
  margin-right: 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px) {
  section.two-col-layout {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
section.two-col-layout.two-col-layout--reverse-mobile > *:nth-child(2) {
  order: -1;
}
@media (min-width: 768px) {
  section.two-col-layout.two-col-layout--reverse-mobile > *:nth-child(2) {
    order: 1;
  }
}
section.two-column-text {
  margin-left: 1rem;
  margin-right: 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 247 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  section.two-column-text {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  section.two-column-text {
    gap: 6rem;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
section.two-column-text[data-in-view=true] .two-column-text__column--left {
  animation: fade-up var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  opacity: 0;
  --tw-animate-delay: 500ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  section.two-column-text[data-in-view=true] .two-column-text__column--left {
    animation: none;
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.two-column-text[data-in-view=true] .two-column-text__column--right {
  animation: fade var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  opacity: 0;
  --tw-animate-delay: 1000ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  section.two-column-text[data-in-view=true] .two-column-text__column--right {
    animation: none;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  section.two-column-text[data-in-view=true] .two-column-text__column--right {
    padding-top: 0.625rem;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
section.two-column-text[data-in-view=true] .two-column-text__banner-wrapper {
  animation: fade-up var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  opacity: 0;
  --tw-animate-delay: 1500ms;
  animation-delay: var(--tw-animate-delay);
}
@media (prefers-reduced-motion: reduce) {
  section.two-column-text[data-in-view=true] .two-column-text__banner-wrapper {
    animation: none;
    opacity: 1;
  }
}
section.two-column-text[data-background=light-grey] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 247 / var(--tw-bg-opacity, 1));
}
section.two-column-text[data-background=light-grey] .text-wrapper *:not(.cta__line) {
  fill: #122349;
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
section.two-column-text[data-background=grey] {
  --tw-bg-opacity: 1;
  background-color: rgb(172 172 172 / var(--tw-bg-opacity, 1));
}
section.two-column-text[data-background=grey] .text-wrapper *:not(.cta__line) {
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
section.two-column-text[data-background=pink] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
}
section.two-column-text[data-background=pink] .text-wrapper *:not(.cta__line) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.two-column-text[data-background=pink] .two-column-text__link--button {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
}
section.two-column-text[data-background=pink] .two-column-text__link--button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 166 / var(--tw-bg-opacity, 1));
}
section.two-column-text[data-background=navy] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
}
section.two-column-text[data-background=navy] .text-wrapper *:not(.cta__line) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.two-column-text[data-background=navy] .two-column-text__link--button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 166 / var(--tw-bg-opacity, 1));
}
section.two-column-text[data-background=dark-blue] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 166 / var(--tw-bg-opacity, 1));
}
section.two-column-text[data-background=dark-blue] .text-wrapper *:not(.cta__line) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.two-column-text[data-background=maroon] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 0 75 / var(--tw-bg-opacity, 1));
}
section.two-column-text[data-background=maroon] .text-wrapper *:not(.cta__line) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.two-column-text .two-column-text__banner-wrapper {
  grid-column: span 1 / span 1;
}
@media (min-width: 768px) {
  section.two-column-text .two-column-text__banner-wrapper {
    grid-column: span 2 / span 2;
  }
}
section.two-column-text .two-column-text__title-wrapper {
  grid-column: span 1 / span 1;
  margin-bottom: 3rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.02625rem;
}
@media (min-width: 768px) {
  section.two-column-text .two-column-text__title-wrapper {
    font-size: 0.875rem;
    grid-column: span 2 / span 2;
    margin-bottom: 0px;
  }
}
section.two-column-text .two-column-text__text-wrapper {
  margin-bottom: auto;
  display: flex;
}
section.two-column-text .two-column-text__icon-wrapper {
  order: -1;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  section.two-column-text .two-column-text__icon-wrapper {
    order: 3;
    margin-bottom: 0px;
    margin-top: 3rem;
  }
}
section.two-column-text .two-column-text__link--button {
  margin-top: 3rem;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  white-space: normal;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  --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: 300ms;
}
section.two-column-text .two-column-text__link--button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
  section.two-column-text .two-column-text__link--button {
    font-size: 0.625rem;
  }
}
section.two-column-text .two-column-text__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.two-column-text .two-column-text__column .text-wrapper :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
  font-size: 1.3125rem !important;
  letter-spacing: -0.01313rem !important;
}
@media (min-width: 80rem) {
  section.two-column-text .two-column-text__column--padding-left-desktop-0 {
    padding-left: 0rem !important;
  }
  section.two-column-text .two-column-text__column--padding-right-desktop-0 {
    padding-right: 0rem !important;
  }
  section.two-column-text .two-column-text__column--padding-left-desktop-0-5 {
    padding-left: 0.5rem !important;
  }
  section.two-column-text .two-column-text__column--padding-right-desktop-0-5 {
    padding-right: 0.5rem !important;
  }
  section.two-column-text .two-column-text__column--padding-left-desktop-1 {
    padding-left: 1rem !important;
  }
  section.two-column-text .two-column-text__column--padding-right-desktop-1 {
    padding-right: 1rem !important;
  }
  section.two-column-text .two-column-text__column--padding-left-desktop-1-5 {
    padding-left: 1.5rem !important;
  }
  section.two-column-text .two-column-text__column--padding-right-desktop-1-5 {
    padding-right: 1.5rem !important;
  }
  section.two-column-text .two-column-text__column--padding-left-desktop-2 {
    padding-left: 2rem !important;
  }
  section.two-column-text .two-column-text__column--padding-right-desktop-2 {
    padding-right: 2rem !important;
  }
  section.two-column-text .two-column-text__column--padding-left-desktop-2-5 {
    padding-left: 2.5rem !important;
  }
  section.two-column-text .two-column-text__column--padding-right-desktop-2-5 {
    padding-right: 2.5rem !important;
  }
  section.two-column-text .two-column-text__column--padding-left-desktop-3 {
    padding-left: 3rem !important;
  }
  section.two-column-text .two-column-text__column--padding-right-desktop-3 {
    padding-right: 3rem !important;
  }
  section.two-column-text .two-column-text__column--padding-left-desktop-3-5 {
    padding-left: 3.5rem !important;
  }
  section.two-column-text .two-column-text__column--padding-right-desktop-3-5 {
    padding-right: 3.5rem !important;
  }
  section.two-column-text .two-column-text__column--padding-left-desktop-4 {
    padding-left: 4rem !important;
  }
  section.two-column-text .two-column-text__column--padding-right-desktop-4 {
    padding-right: 4rem !important;
  }
  section.two-column-text .two-column-text__column--padding-left-desktop-4-5 {
    padding-left: 4.5rem !important;
  }
  section.two-column-text .two-column-text__column--padding-right-desktop-4-5 {
    padding-right: 4.5rem !important;
  }
  section.two-column-text .two-column-text__column--padding-left-desktop-5 {
    padding-left: 5rem !important;
  }
  section.two-column-text .two-column-text__column--padding-right-desktop-5 {
    padding-right: 5rem !important;
  }
  section.two-column-text .two-column-text__column--padding-left-desktop-5-5 {
    padding-left: 5.5rem !important;
  }
  section.two-column-text .two-column-text__column--padding-right-desktop-5-5 {
    padding-right: 5.5rem !important;
  }
  section.two-column-text .two-column-text__column--padding-left-desktop-6 {
    padding-left: 6rem !important;
  }
  section.two-column-text .two-column-text__column--padding-right-desktop-6 {
    padding-right: 6rem !important;
  }
  section.two-column-text .two-column-text__column--padding-left-desktop-6-5 {
    padding-left: 6.5rem !important;
  }
  section.two-column-text .two-column-text__column--padding-right-desktop-6-5 {
    padding-right: 6.5rem !important;
  }
  section.two-column-text .two-column-text__column--padding-left-desktop-7 {
    padding-left: 7rem !important;
  }
  section.two-column-text .two-column-text__column--padding-right-desktop-7 {
    padding-right: 7rem !important;
  }
  section.two-column-text .two-column-text__column--padding-left-desktop-7-5 {
    padding-left: 7.5rem !important;
  }
  section.two-column-text .two-column-text__column--padding-right-desktop-7-5 {
    padding-right: 7.5rem !important;
  }
  section.two-column-text .two-column-text__column--padding-left-desktop-8 {
    padding-left: 8rem !important;
  }
  section.two-column-text .two-column-text__column--padding-right-desktop-8 {
    padding-right: 8rem !important;
  }
}
@media (prefers-reduced-motion: no-preference) {
  section.two-column-text .two-column-text__column.two-column-text__column--left {
    opacity: 0;
  }
  section.two-column-text .two-column-text__column.two-column-text__column--right {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  section.two-column-text .two-column-text__column.two-column-text__column--right {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
*,
::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: ;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family:
    TT Norms,
    ui-serif,
    Georgia,
    Cambria,
    "Times New Roman",
    Times,
    serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
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;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
.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;
  font-weight: 300;
}
.prose :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type=A]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type=a]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type=A s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type=a s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type=I]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type=i]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type=I s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type=i s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201c""\201d""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 300;
}
.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;
}
.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;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-\[2\] {
  z-index: 2;
}
.-order-1 {
  order: -1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.m-4 {
  margin: 1rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\!mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[4\.5rem\] {
  margin-bottom: 4.5rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.\!h-auto {
  height: auto !important;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-10 {
  height: 2.5rem;
}
.h-14 {
  height: 3.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[2\.6rem\] {
  height: 2.6rem;
}
.h-\[2rem\] {
  height: 2rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[2\.6rem\] {
  width: 2.6rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[2\] {
  flex: 2;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.scale-0 {
  --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));
}
.scale-100 {
  --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));
}
.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));
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-fade {
  animation: fade var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-up {
  animation: fade-up var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.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;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-px {
  gap: 1px;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-none {
  border-style: none;
}
.border-navy {
  --tw-border-opacity: 1;
  border-color: rgb(18 35 73 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 57 166 / var(--tw-bg-opacity, 1));
}
.bg-maroon {
  --tw-bg-opacity: 1;
  background-color: rgb(128 0 75 / var(--tw-bg-opacity, 1));
}
.bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
}
.bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
}
.bg-tonkin-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 247 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-transparent {
  --tw-gradient-from: transparent 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);
}
.to-black\/50 {
  --tw-gradient-to: rgb(0 0 0 / 0.5) var(--tw-gradient-to-position);
}
.fill-navy {
  fill: #122349;
}
.fill-none {
  fill: none;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[0\.71rem\] {
  padding-left: 0.71rem;
  padding-right: 0.71rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[0\.925rem\] {
  padding-top: 0.925rem;
  padding-bottom: 0.925rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-\[0\.6875rem\] {
  font-size: 0.6875rem;
}
.text-\[0\.75rem\] {
  font-size: 0.75rem;
}
.text-\[0\.875rem\] {
  font-size: 0.875rem;
}
.text-\[0\.975rem\] {
  font-size: 0.975rem;
}
.text-\[1\.125rem\] {
  font-size: 1.125rem;
}
.text-\[1\.25rem\] {
  font-size: 1.25rem;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.leading-\[1\.03125rem\] {
  line-height: 1.03125rem;
}
.leading-\[1\.125rem\] {
  line-height: 1.125rem;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[105\%\] {
  line-height: 105%;
}
.leading-\[2\.25rem\] {
  line-height: 2.25rem;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-\[-0\.0075rem\] {
  letter-spacing: -0.0075rem;
}
.tracking-\[-0\.01rem\] {
  letter-spacing: -0.01rem;
}
.tracking-\[-0\.0375rem\] {
  letter-spacing: -0.0375rem;
}
.tracking-\[-0\.0425rem\] {
  letter-spacing: -0.0425rem;
}
.tracking-\[0\.02625rem\] {
  letter-spacing: 0.02625rem;
}
.tracking-\[0\.08125rem\] {
  letter-spacing: 0.08125rem;
}
.tracking-normal {
  letter-spacing: 0em;
}
.text-navy {
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
.text-pink {
  --tw-text-opacity: 1;
  color: rgb(255 0 137 / var(--tw-text-opacity, 1));
}
.text-tonkin-dark-grey {
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-70 {
  opacity: 0.7;
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-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;
}
.delay-500 {
  transition-delay: 500ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.content-\[\'\'\] {
  --tw-content: "";
  content: var(--tw-content);
}
.animate-delay-1000 {
  --tw-animate-delay: 1000ms;
  animation-delay: var(--tw-animate-delay);
}
.animate-delay-300 {
  --tw-animate-delay: 300ms;
  animation-delay: var(--tw-animate-delay);
}
.animate-delay-500 {
  --tw-animate-delay: 500ms;
  animation-delay: var(--tw-animate-delay);
}
.animate-delay-\[1500ms\] {
  --tw-animate-delay: 1500ms;
  animation-delay: var(--tw-animate-delay);
}
.animate-delay-\[2000ms\] {
  --tw-animate-delay: 2000ms;
  animation-delay: var(--tw-animate-delay);
}
.animate-duration-200 {
  --tw-animate-duration: 200ms;
  animation-duration: var(--tw-animate-duration);
}
.animate-duration-500 {
  --tw-animate-duration: 500ms;
  animation-duration: var(--tw-animate-duration);
}
.heading-text {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.02625rem;
}
@media (min-width: 768px) {
  .heading-text {
    font-size: 0.875rem;
  }
}
.cta-button {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  white-space: normal;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 137 / var(--tw-bg-opacity, 1));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  --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: 300ms;
}
.cta-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
  .cta-button {
    font-size: 0.625rem;
  }
}
.min-aspect-square::before {
  float: left;
  padding-bottom: 100%;
  --tw-content: "";
  content: var(--tw-content);
}
.min-aspect-square::after {
  clear: both;
  display: table;
  --tw-content: "";
  content: var(--tw-content);
}
.min-aspect-rectangle::before {
  float: left;
  padding-bottom: 40%;
  --tw-content: "";
  content: var(--tw-content);
}
.min-aspect-rectangle::after {
  clear: both;
  display: table;
  --tw-content: "";
  content: var(--tw-content);
}
.image-scale-transition {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}
main > * {
  margin-bottom: 1.5rem;
}
p {
  font-weight: 600;
}
.hover\:bg-navy:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 35 73 / 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\:text-maroon:hover {
  --tw-text-opacity: 1;
  color: rgb(128 0 75 / var(--tw-text-opacity, 1));
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.data-\[transparent\=\'true\'\]\:bg-transparent[data-transparent=true] {
  background-color: transparent;
}
.prose-headings\:mb-6 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
  margin-bottom: 1.5rem;
}
.prose-headings\:text-\[2\.65rem\] :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
  font-size: 2.65rem;
}
.prose-headings\:font-semibold :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
  font-weight: 600;
}
.prose-headings\:leading-\[2\.5625rem\] :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
  line-height: 2.5625rem;
}
.prose-headings\:tracking-\[-0\.0525rem\] :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
  letter-spacing: -0.0525rem;
}
.prose-headings\:text-navy :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
.prose-headings\:text-white :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.prose-headings\:large-chunky-text :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 2.5625rem;
  letter-spacing: -0.0525rem;
}
@media (min-width: 768px) {
  .prose-headings\:large-chunky-text :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
    font-size: 3.125rem;
    line-height: 3.375rem;
    letter-spacing: -0.0625rem;
  }
}
.prose-p\:mb-6 :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
  margin-bottom: 1.5rem;
}
.prose-p\:text-\[1\.1875rem\] :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
  font-size: 1.1875rem;
}
.prose-p\:text-\[1\.3125rem\] :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
  font-size: 1.3125rem;
}
.prose-p\:leading-\[1\.3\] :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
  line-height: 1.3;
}
.prose-p\:tracking-\[-0\.01313rem\] :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
  letter-spacing: -0.01313rem;
}
.prose-p\:tracking-\[-0\.01rem\] :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
  letter-spacing: -0.01rem;
}
.prose-p\:text-navy :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
.prose-p\:text-white :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.prose-p\:large-chunky-text :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 2.5625rem;
  letter-spacing: -0.0525rem;
}
@media (min-width: 768px) {
  .prose-p\:large-chunky-text :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
    font-size: 3.125rem;
    line-height: 3.375rem;
    letter-spacing: -0.0625rem;
  }
}
.prose-a\:font-medium :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))) {
  font-weight: 500;
}
.prose-a\:underline :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))) {
  text-decoration-line: underline;
}
.prose-a\:transition-opacity :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))) {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.prose-a\:duration-300 :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))) {
  transition-duration: 300ms;
}
.hover\:prose-a\:text-pink :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))):hover {
  --tw-text-opacity: 1;
  color: rgb(255 0 137 / var(--tw-text-opacity, 1));
}
.prose-a\:hover\:opacity-60:hover :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))) {
  opacity: 0.6;
}
.hover\:prose-a\:transition-colors :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))):hover {
  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;
}
.prose-strong\:font-semibold :is(:where(strong):not(:where([class~=not-prose], [class~=not-prose] *))) {
  font-weight: 600;
}
.prose-ol\:my-3 :is(:where(ol):not(:where([class~=not-prose], [class~=not-prose] *))) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.prose-ol\:list-decimal :is(:where(ol):not(:where([class~=not-prose], [class~=not-prose] *))) {
  list-style-type: decimal;
}
.prose-ul\:mb-6 :is(:where(ul):not(:where([class~=not-prose], [class~=not-prose] *))) {
  margin-bottom: 1.5rem;
}
.prose-ul\:list-inside :is(:where(ul):not(:where([class~=not-prose], [class~=not-prose] *))) {
  list-style-position: inside;
}
.prose-ul\:list-disc :is(:where(ul):not(:where([class~=not-prose], [class~=not-prose] *))) {
  list-style-type: disc;
}
.prose-li\:relative :is(:where(li):not(:where([class~=not-prose], [class~=not-prose] *))) {
  position: relative;
}
.prose-li\:mb-1 :is(:where(li):not(:where([class~=not-prose], [class~=not-prose] *))) {
  margin-bottom: 0.25rem;
}
.prose-li\:text-\[1rem\] :is(:where(li):not(:where([class~=not-prose], [class~=not-prose] *))) {
  font-size: 1rem;
}
.prose-li\:leading-\[1\.05\] :is(:where(li):not(:where([class~=not-prose], [class~=not-prose] *))) {
  line-height: 1.05;
}
.prose-li\:tracking-\[-0\.01rem\] :is(:where(li):not(:where([class~=not-prose], [class~=not-prose] *))) {
  letter-spacing: -0.01rem;
}
.prose-li\:text-navy :is(:where(li):not(:where([class~=not-prose], [class~=not-prose] *))) {
  --tw-text-opacity: 1;
  color: rgb(18 35 73 / var(--tw-text-opacity, 1));
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .motion-safe\:animate-fade {
    animation: fade var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  }
  @keyframes fade-up {
    0% {
      opacity: 0;
      transform: translateY(2rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .motion-safe\:animate-fade-up {
    animation: fade-up var(--tw-animate-duration, 1s) var(--tw-animate-easing, ease) var(--tw-animate-delay, 0s) var(--tw-animate-iteration, 1) var(--tw-animate-fill, both);
  }
  .motion-safe\:opacity-0 {
    opacity: 0;
  }
  .motion-safe\:animate-duration-1000 {
    --tw-animate-duration: 1000ms;
    animation-duration: var(--tw-animate-duration);
  }
}
@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:animate-none {
    animation: none;
  }
  .motion-reduce\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .md\:m-6 {
    margin: 1.5rem;
  }
  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mr-0 {
    margin-right: 0px;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-8 {
    height: 2rem;
  }
  .md\:h-\[2\.38rem\] {
    height: 2.38rem;
  }
  .md\:min-h-\[calc\(100vh_-_3rem\)\] {
    min-height: calc(100vh - 3rem);
  }
  .md\:min-h-\[unset\] {
    min-height: unset;
  }
  .md\:min-h-screen {
    min-height: 100vh;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-8 {
    width: 2rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:max-w-\[75\%\] {
    max-width: 75%;
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-0 {
    gap: 0px;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:gap-16 {
    gap: 4rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-12 {
    padding: 3rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pl-6 {
    padding-left: 1.5rem;
  }
  .md\:pr-12 {
    padding-right: 3rem;
  }
  .md\:pt-24 {
    padding-top: 6rem;
  }
  .md\:pt-\[0\.625rem\] {
    padding-top: 0.625rem;
  }
  .md\:text-\[1\.875rem\] {
    font-size: 1.875rem;
  }
  .md\:text-\[2\.125rem\] {
    font-size: 2.125rem;
  }
  .md\:leading-\[2\.375rem\] {
    line-height: 2.375rem;
  }
  .prose-headings\:md\:text-\[3\.375rem\] :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
    font-size: 3.375rem;
  }
  .prose-headings\:md\:leading-\[3\.375rem\] :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
    line-height: 3.375rem;
  }
  .prose-headings\:md\:tracking-\[-0\.0675rem\] :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose], [class~=not-prose] *))) {
    letter-spacing: -0.0675rem;
  }
  .prose-li\:md\:leading-\[1\.3\] :is(:where(li):not(:where([class~=not-prose], [class~=not-prose] *))) {
    line-height: 1.3;
  }
}
@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .lg\:max-w-\[75\%\] {
    max-width: 75%;
  }
  .lg\:gap-24 {
    gap: 6rem;
  }
  .lg\:rounded-full {
    border-radius: 9999px;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }
  .xl\:mt-12 {
    margin-top: 3rem;
  }
  .xl\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .xl\:max-w-\[65\%\] {
    max-width: 65%;
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:flex-col {
    flex-direction: column;
  }
  .xl\:justify-start {
    justify-content: flex-start;
  }
  .xl\:justify-end {
    justify-content: flex-end;
  }
  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1536px) {
  .\32xl\:ml-1 {
    margin-left: 0.25rem;
  }
  .\32xl\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .\32xl\:gap-16 {
    gap: 4rem;
  }
}

/* node_modules/swiper/swiper.css */
@font-face {
  font-family: "swiper-icons";
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-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);
  }
}
