/* #region "./wp-content/themes/class/resources/styles/theme.scss" */
/*
- type: css/auto
*/
@charset "UTF-8";
:root {
  --primary: #6B2666;
  --secondary: #D90F81;
  --headings: #444;
  --text: #444;
  --gradient: linear-gradient(68.36deg, #411E4F 0%, #4A285F 26.01%, #79256A 83.29%, #87246D 100%);
  --transition-duration: 300ms;
  --section-padding-sm: 2.5rem;
  --section-padding-md: 5rem;
  --section-padding-lg: 10rem;
  --section-padding-xlg: 15rem;
  --grid-padding-sm: 1rem;
  --grid-padding-md: 2rem;
  --grid-padding-lg: 3rem;
  --border-radius: 1rem;
  --font-family: FSAlbert, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

@media screen and (max-width: 768px) {
  :root {
    --section-padding-md: 3rem;
    --section-padding-lg: 5rem;
    --section-padding-xlg: 8rem;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.4em;
}

:root {
  --heading-one-font-size: 6.4rem;
  --heading-one-line-height: 7.7rem;
  --heading-one-letter-spacing: initial;
  --heading-one-font-style: normal;
  --heading-one-font-weight: bold;
  --heading-one-text-transform: normal;
}
@media screen and (min-width: 768px) {
  :root {
    --heading-one-font-size: 13.2rem;
    --heading-one-line-height: 15.8rem;
    --heading-one-letter-spacing: initial;
    --heading-one-font-style: normal;
    --heading-one-font-weight: bold;
    --heading-one-text-transform: normal;
  }
}
:root {
  --heading-one-font:
    var(--heading-one-font-style)
    var(--heading-one-font-weight)
    var(--heading-one-font-size) / var(--heading-one-line-height)
    var(--font-family);
}

:root {
  --heading-two-font-size: 4rem;
  --heading-two-line-height: 4.8rem;
  --heading-two-letter-spacing: initial;
  --heading-two-font-style: normal;
  --heading-two-font-weight: bold;
  --heading-two-text-transform: normal;
}
@media screen and (min-width: 768px) {
  :root {
    --heading-two-font-size: 8.8rem;
    --heading-two-line-height: 10rem;
    --heading-two-letter-spacing: initial;
    --heading-two-font-style: normal;
    --heading-two-font-weight: bold;
    --heading-two-text-transform: normal;
  }
}
:root {
  --heading-two-font:
    var(--heading-two-font-style)
    var(--heading-two-font-weight)
    var(--heading-two-font-size)/var(--heading-two-line-height)
    var(--font-family);
}

:root {
  --heading-three-font-size: 3.4rem;
  --heading-three-line-height: 4.1rem;
  --heading-three-letter-spacing: initial;
  --heading-three-font-style: normal;
  --heading-three-font-weight: bold;
  --heading-three-text-transform: normal;
}
@media screen and (min-width: 768px) {
  :root {
    --heading-three-font-size: 4.8rem;
    --heading-three-line-height: 5.8rem;
    --heading-three-letter-spacing: initial;
    --heading-three-font-style: normal;
    --heading-three-font-weight: bold;
    --heading-three-text-transform: normal;
  }
}
:root {
  --heading-three-font:
    var(--heading-three-font-style)
    var(--heading-three-font-weight)
    var(--heading-three-font-size) / var(--heading-three-line-height)
    var(--font-family);
}

:root {
  --heading-four-font-size: 2.8rem;
  --heading-four-line-height: 3.4rem;
  --heading-four-letter-spacing: initial;
  --heading-four-font-style: normal;
  --heading-four-font-weight: bold;
  --heading-four-text-transform: normal;
}
:root {
  --heading-four-font:
    var(--heading-four-font-style)
    var(--heading-four-font-weight)
    var(--heading-four-font-size) / var(--heading-four-line-height)
    var(--font-family);
}

:root {
  --heading-five-font-size: 2rem;
  --heading-five-line-height: 2.4rem;
  --heading-five-letter-spacing: initial;
  --heading-five-font-style: normal;
  --heading-five-font-weight: bold;
  --heading-five-text-transform: normal;
}
:root {
  --heading-five-font:
    var(--heading-five-font-style)
    var(--heading-five-font-weight)
    var(--heading-five-font-size) / var(--heading-five-line-height)
    var(--font-family);
}

:root {
  --heading-six-font-size: 2rem;
  --heading-six-line-height: 2.4rem;
  --heading-six-letter-spacing: initial;
  --heading-six-font-style: normal;
  --heading-six-font-weight: bold;
  --heading-six-text-transform: normal;
}
:root {
  --heading-six-font:
      var(--heading-six-font-style)
      var(--heading-six-font-weight)
      var(--heading-six-font-size) / var(--heading-six-line-height)
      var(--font-family);
}

:root {
  --paragraph-font-size: 2rem;
  --paragraph-line-height: 2.4rem;
  --paragraph-letter-spacing: initial;
  --paragraph-font-style: normal;
  --paragraph-font-weight: normal;
  --paragraph-text-transform: normal;
}
:root {
  --paragraph-font:
    var(--paragraph-font-style)
    var(--paragraph-font-weight)
    var(--paragraph-font-size) / var(--paragraph-line-height)
    var(--font-family);
}

:root {
  --small-paragraph-font-size: 1.2rem;
  --small-paragraph-line-height: 1.4rem;
  --small-paragraph-letter-spacing: -0.005rem;
  --small-paragraph-font-style: normal;
  --small-paragraph-font-weight: 300;
  --small-paragraph-text-transform: normal;
}
@media screen and (min-width: 768px) {
  :root {
    --small-paragraph-font-size: 1.2rem;
    --small-paragraph-line-height: 1.4rem;
    --small-paragraph-letter-spacing: -0.005rem;
    --small-paragraph-font-style: normal;
    --small-paragraph-font-weight: 300;
    --small-paragraph-text-transform: normal;
  }
}
:root {
  --small-paragraph-font:
    var(--small-paragraph-font-style)
    var(--small-paragraph-font-weight)
    var(--small-paragraph-font-size) / var(--small-paragraph-line-height)
    var(--font-family);
}

a:not(.btn) {
  font: inherit;
  font-weight: bold;
  color: var(--secondary);
  text-decoration: underline;
}
.background.active a:not(.btn) {
  color: white;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.modal {
  position: relative;
  z-index: 1000;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__inner {
  background-color: #fff;
  width: 100%;
  max-width: 69rem;
  max-height: calc(100vh - 6rem);
  border-radius: 0.4rem;
  overflow: auto;
}
.modal__container {
  padding: 3rem;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
}
.modal__close {
  background: transparent;
  border: 0;
  position: relative;
  display: block;
  cursor: pointer;
}
.modal__close:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.modal__close span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.modal__close svg {
  height: 2.5rem;
  width: 2.5rem;
}
.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/*
 * Ninja Forms - Form Display Structure
 */
.ninja-forms-form-wrap *,
.ninja-forms-form-wrap *:after,
.ninja-forms-form-wrap *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.nf-response-msg {
  display: none;
}

.nf-field-container,
#ninja_forms_required_items {
  clear: both;
  position: relative;
  margin-bottom: 25px;
}
.nf-field-container::after,
#ninja_forms_required_items::after {
  clear: both;
  content: "";
  display: block;
}
.nf-field-container.hidden-container, .nf-field-container.hr-container,
#ninja_forms_required_items.hidden-container,
#ninja_forms_required_items.hr-container {
  margin: 0;
  height: auto;
}
.nf-field-container.hidden-container .nf-field-label, .nf-field-container.hr-container .nf-field-label,
#ninja_forms_required_items.hidden-container .nf-field-label,
#ninja_forms_required_items.hr-container .nf-field-label {
  display: none;
}
.nf-field-container.html-container .nf-field-label,
#ninja_forms_required_items.html-container .nf-field-label {
  display: none;
}

.nf-field-label .nf-label-span,
.nf-field-label label {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.nf-field-element {
  position: relative;
}
.nf-field-element input,
.nf-field-element select,
.nf-field-element textarea {
  margin: 0;
  width: auto;
  height: auto;
  vertical-align: inherit;
}
.nf-field-element textarea {
  height: 200px;
}

.nf-field-description p:last-child {
  margin: 0;
}

.nf-help {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.nf-input-limit {
  font-size: 12px;
  margin-top: 5px;
}

.nf-static {
  padding: 0 10px;
}

.nf-after-field .nf-error-msg {
  margin-right: 10px;
}

/* ---------------------------------
CHECKBOX FIELD
----------------------------------*/
/* ---------------------------------
RADIO & CHECKBOX LISTS
----------------------------------*/
.list-radio-wrap .nf-field-element ul, .list-radio-wrap .nf-field-element li,
.list-checkbox-wrap .nf-field-element ul,
.list-checkbox-wrap .nf-field-element li,
.list-image-wrap .nf-field-element ul,
.list-image-wrap .nf-field-element li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.list-radio-wrap .nf-field-element ul input, .list-radio-wrap .nf-field-element li input,
.list-checkbox-wrap .nf-field-element ul input,
.list-checkbox-wrap .nf-field-element li input,
.list-image-wrap .nf-field-element ul input,
.list-image-wrap .nf-field-element li input {
  margin-right: 5px;
}
.list-radio-wrap .nf-field-element li,
.list-checkbox-wrap .nf-field-element li,
.list-image-wrap .nf-field-element li {
  padding-left: 10px;
  margin: 0 0 5px !important;
  text-indent: initial !important;
}
.list-radio-wrap .nf-field-element li label,
.list-checkbox-wrap .nf-field-element li label,
.list-image-wrap .nf-field-element li label {
  display: block;
  float: initial;
  width: auto;
  margin-left: 1.5em;
}
.list-radio-wrap .nf-field-element li input,
.list-checkbox-wrap .nf-field-element li input,
.list-image-wrap .nf-field-element li input {
  width: auto !important;
  float: left;
  margin-top: 0.25em;
}

.listimage-wrap li {
  width: 100%;
  height: 100%;
  display: inline-grid;
}
.listimage-wrap li label {
  padding: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
.listimage-wrap li label.nf-checked-label {
  border-width: 2px;
  border-style: solid;
  border-color: #007acc;
  transition: all 0.5s;
}
.listimage-wrap li label img {
  display: block;
}
.listimage-wrap li input {
  display: none;
}

/* ---------------------------------
PRODUCT FIELD
----------------------------------*/
.product-wrap > div input {
  width: 80px !important;
}
.product-wrap > div .nf-product-field span {
  padding: 0 5px;
}

/* ---------------------------------
STAR RATING
----------------------------------*/
.starrating-wrap .star {
  border-bottom: 0;
}

/* ---------------------------------
HONEYPOT
----------------------------------*/
.nf-form-hp {
  position: absolute;
  visibility: hidden;
}

/* ---------------------------------
SELECT LIST
----------------------------------*/
.list-select-wrap div div {
  display: none;
}

/* ---------------------------------
COLORS
As minimal as possible
----------------------------------*/
.ninja-forms-req-symbol,
.nf-error-msg {
  color: #E80000;
}

.nf-error .ninja-forms-field {
  border: 1px solid #E80000;
}
.nf-error.listimage-wrap .nf-field-element ul {
  border: 1px solid #E80000;
}

.nf-field-submit-error {
  padding: 15px;
}

.ninja-forms-noscript-message {
  background: #f1f1f1;
  border: 4px dashed #ccc;
  color: #333;
  display: block;
  font-size: 20px;
  margin: 20px 0;
  padding: 40px;
  text-align: center;
}

/* ---------------------------------
HELPER CLASSES
----------------------------------*/
.two-col-list ul li {
  float: left;
  width: 50%;
}

.three-col-list ul li {
  float: left;
  width: 33.33%;
}

.four-col-list ul li {
  float: left;
  width: 25%;
}

.five-col-list ul li {
  float: left;
  width: 20%;
}

.six-col-list ul li {
  float: left;
  width: 16.66%;
}

body .pika-label {
  background: transparent;
}

/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.nf-form-cont .five-sixths,
.nf-form-cont .four-sixths,
.nf-form-cont .one-fourth,
.nf-form-cont .one-half,
.nf-form-cont .one-sixth,
.nf-form-cont .one-third,
.nf-form-cont .three-fourths,
.nf-form-cont .three-sixths,
.nf-form-cont .two-fourths,
.nf-form-cont .two-sixths,
.nf-form-cont .two-thirds {
  clear: initial;
  float: left;
  margin-left: 2.5641025641%;
}
.nf-form-cont .five-sixths .inside,
.nf-form-cont .four-sixths .inside,
.nf-form-cont .one-fourth .inside,
.nf-form-cont .one-half .inside,
.nf-form-cont .one-sixth .inside,
.nf-form-cont .one-third .inside,
.nf-form-cont .three-fourths .inside,
.nf-form-cont .three-sixths .inside,
.nf-form-cont .two-fourths .inside,
.nf-form-cont .two-sixths .inside,
.nf-form-cont .two-thirds .inside {
  padding: 20px;
}
.nf-form-cont .five-sixths::after,
.nf-form-cont .four-sixths::after,
.nf-form-cont .one-fourth::after,
.nf-form-cont .one-half::after,
.nf-form-cont .one-sixth::after,
.nf-form-cont .one-third::after,
.nf-form-cont .three-fourths::after,
.nf-form-cont .three-sixths::after,
.nf-form-cont .two-fourths::after,
.nf-form-cont .two-sixths::after,
.nf-form-cont .two-thirds::after {
  clear: both;
  content: "";
  display: block;
}
.nf-form-cont .one-half,
.nf-form-cont .three-sixths,
.nf-form-cont .two-fourths {
  width: 48.7179487179%;
}
.nf-form-cont .one-third,
.nf-form-cont .two-sixths {
  width: 31.6239316239%;
}
.nf-form-cont .four-sixths,
.nf-form-cont .two-thirds {
  width: 65.811965812%;
}
.nf-form-cont .one-fourth {
  width: 23.0769230769%;
}
.nf-form-cont .three-fourths {
  width: 74.358974359%;
}
.nf-form-cont .one-sixth {
  width: 14.5299145299%;
}
.nf-form-cont .five-sixths {
  width: 82.905982906%;
}
.nf-form-cont .first {
  clear: both;
  margin-left: 0;
}

:root {
  --grid-columns: 12;
  --grid-grid-spacing: 1.5rem;
  --grid-xs: 576px;
  --grid-sm: 768px;
  --grid-md: 992px;
  --grid-lg: 1200px;
  --grid-xlg: 1500px;
  --grid-xxs-max: 575px;
  --grid-xs-max: 767px;
  --grid-sm-max: 991px;
  --grid-md-max: 1199px;
  --grid-lg-max: 1499px;
}

.flow-row {
  grid-auto-flow: row;
}

.flow-row-dense {
  grid-auto-flow: row dense;
}

.flow-column {
  grid-auto-flow: column;
}

.flow-column-dense {
  grid-auto-flow: column dense;
}

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

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

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

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

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

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

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

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

.grid-bleed {
  gap: 0;
}

.grid-bleed-x {
  row-gap: 0;
}

.grid-bleed-y {
  column-gap: 0;
}

.container,
.container-full {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.container.half,
.container-full.half {
  max-width: 750px;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}

.grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 0;
  row-gap: 0;
  padding: 0;
  margin: 0 auto;
  position: relative;
  white-space: normal;
}
.grid.gutter-sm {
  padding-left: 2rem;
  padding-right: 2rem;
}
.grid.gutter-md {
  padding-left: 2rem;
  padding-right: 2rem;
}
.grid.gutter-lg {
  padding-left: 3rem;
  padding-right: 3rem;
}
.grid.gutter-xlg {
  padding-left: 5rem;
  padding-right: 5rem;
}
.grid.vgutter-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.grid.vgutter-md {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.grid.vgutter-lg {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.grid.vgutter-xlg {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.grid.gap-sm {
  gap: 1rem;
}
.grid.gap-md {
  gap: 2rem;
}
.grid.gap-lg {
  gap: 4rem;
}
.grid.gap-xlg {
  gap: 5rem;
}
.grid.gap-y-sm {
  column-gap: 1rem;
}
.grid.gap-y-md {
  column-gap: 2rem;
}
.grid.gap-y-lg {
  column-gap: 4rem;
}
.grid.gap-y-xlg {
  column-gap: 5rem;
}
.grid.gap-x-sm {
  row-gap: 1rem;
}
.grid.gap-x-md {
  row-gap: 2rem;
}
.grid.gap-x-lg {
  row-gap: 4rem;
}
.grid.gap-x-xlg {
  row-gap: 5rem;
}

[class*=col-] {
  box-sizing: border-box;
  white-space: normal;
  grid-column: auto/span 12;
}

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

.col-11 {
  grid-column: auto/span 11;
}

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

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

.col-8 {
  grid-column: auto/span 8;
}

.col-7 {
  grid-column: auto/span 7;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-xs-12 {
    grid-column: auto/span 12;
  }
  .col-xs-11 {
    grid-column: auto/span 11;
  }
  .col-xs-10 {
    grid-column: auto/span 10;
  }
  .col-xs-9 {
    grid-column: auto/span 9;
  }
  .col-xs-8 {
    grid-column: auto/span 8;
  }
  .col-xs-7 {
    grid-column: auto/span 7;
  }
  .col-xs-6 {
    grid-column: auto/span 6;
  }
  .col-xs-5 {
    grid-column: auto/span 5;
  }
  .col-xs-4 {
    grid-column: auto/span 4;
  }
  .col-xs-3 {
    grid-column: auto/span 3;
  }
  .col-xs-2 {
    grid-column: auto/span 2;
  }
  .col-xs-1 {
    grid-column: auto/span 1;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    grid-column: auto/span 12;
  }
  .col-sm-11 {
    grid-column: auto/span 11;
  }
  .col-sm-10 {
    grid-column: auto/span 10;
  }
  .col-sm-9 {
    grid-column: auto/span 9;
  }
  .col-sm-8 {
    grid-column: auto/span 8;
  }
  .col-sm-7 {
    grid-column: auto/span 7;
  }
  .col-sm-6 {
    grid-column: auto/span 6;
  }
  .col-sm-5 {
    grid-column: auto/span 5;
  }
  .col-sm-4 {
    grid-column: auto/span 4;
  }
  .col-sm-3 {
    grid-column: auto/span 3;
  }
  .col-sm-2 {
    grid-column: auto/span 2;
  }
  .col-sm-1 {
    grid-column: auto/span 1;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    grid-column: auto/span 12;
  }
  .col-md-11 {
    grid-column: auto/span 11;
  }
  .col-md-10 {
    grid-column: auto/span 10;
  }
  .col-md-9 {
    grid-column: auto/span 9;
  }
  .col-md-8 {
    grid-column: auto/span 8;
  }
  .col-md-7 {
    grid-column: auto/span 7;
  }
  .col-md-6 {
    grid-column: auto/span 6;
  }
  .col-md-5 {
    grid-column: auto/span 5;
  }
  .col-md-4 {
    grid-column: auto/span 4;
  }
  .col-md-3 {
    grid-column: auto/span 3;
  }
  .col-md-2 {
    grid-column: auto/span 2;
  }
  .col-md-1 {
    grid-column: auto/span 1;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    grid-column: auto/span 12;
  }
  .col-lg-11 {
    grid-column: auto/span 11;
  }
  .col-lg-10 {
    grid-column: auto/span 10;
  }
  .col-lg-9 {
    grid-column: auto/span 9;
  }
  .col-lg-8 {
    grid-column: auto/span 8;
  }
  .col-lg-7 {
    grid-column: auto/span 7;
  }
  .col-lg-6 {
    grid-column: auto/span 6;
  }
  .col-lg-5 {
    grid-column: auto/span 5;
  }
  .col-lg-4 {
    grid-column: auto/span 4;
  }
  .col-lg-3 {
    grid-column: auto/span 3;
  }
  .col-lg-2 {
    grid-column: auto/span 2;
  }
  .col-lg-1 {
    grid-column: auto/span 1;
  }
}
@media (min-width: 1500px) {
  .col-xlg-12 {
    grid-column: auto/span 12;
  }
  .col-xlg-11 {
    grid-column: auto/span 11;
  }
  .col-xlg-10 {
    grid-column: auto/span 10;
  }
  .col-xlg-9 {
    grid-column: auto/span 9;
  }
  .col-xlg-8 {
    grid-column: auto/span 8;
  }
  .col-xlg-7 {
    grid-column: auto/span 7;
  }
  .col-xlg-6 {
    grid-column: auto/span 6;
  }
  .col-xlg-5 {
    grid-column: auto/span 5;
  }
  .col-xlg-4 {
    grid-column: auto/span 4;
  }
  .col-xlg-3 {
    grid-column: auto/span 3;
  }
  .col-xlg-2 {
    grid-column: auto/span 2;
  }
  .col-xlg-1 {
    grid-column: auto/span 1;
  }
}
.col-auto {
  width: auto;
}

@media (min-width: 576px) {
  .col-xs-auto {
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    width: auto;
  }
}
@media (min-width: 1500px) {
  .col-xlg-auto {
    width: auto;
  }
}
.order-12 {
  order: 12;
}

.order-11 {
  order: 11;
}

.order-10 {
  order: 10;
}

.order-9 {
  order: 9;
}

.order-8 {
  order: 8;
}

.order-7 {
  order: 7;
}

.order-6 {
  order: 6;
}

.order-5 {
  order: 5;
}

.order-4 {
  order: 4;
}

.order-3 {
  order: 3;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.order-0 {
  order: 0;
}

@media (min-width: 576px) {
  .order-xs-12 {
    order: 12;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-0 {
    order: 0;
  }
}
@media (min-width: 768px) {
  .order-sm-12 {
    order: 12;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-0 {
    order: 0;
  }
}
@media (min-width: 992px) {
  .order-md-12 {
    order: 12;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-0 {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .order-lg-12 {
    order: 12;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-0 {
    order: 0;
  }
}
@media (min-width: 1500px) {
  .order-xlg-12 {
    order: 12;
  }
  .order-xlg-11 {
    order: 11;
  }
  .order-xlg-10 {
    order: 10;
  }
  .order-xlg-9 {
    order: 9;
  }
  .order-xlg-8 {
    order: 8;
  }
  .order-xlg-7 {
    order: 7;
  }
  .order-xlg-6 {
    order: 6;
  }
  .order-xlg-5 {
    order: 5;
  }
  .order-xlg-4 {
    order: 4;
  }
  .order-xlg-3 {
    order: 3;
  }
  .order-xlg-2 {
    order: 2;
  }
  .order-xlg-1 {
    order: 1;
  }
  .order-xlg-0 {
    order: 0;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .hidden-xxs {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1499px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1500px) {
  .hidden-xlg {
    display: none !important;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-sm {
    gap: 1rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-y-sm {
    column-gap: 1rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-x-sm {
    row-gap: 1rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-md {
    gap: 2rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-y-md {
    column-gap: 2rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-x-md {
    row-gap: 2rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-lg {
    gap: 4rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-y-lg {
    column-gap: 4rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-x-lg {
    row-gap: 4rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-xlg {
    gap: 5rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-y-xlg {
    column-gap: 5rem;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .vp-xxs-gap-x-xlg {
    row-gap: 5rem;
  }
}

@media (min-width: 576px) {
  .vp-xs-up-gap-x-sm {
    row-gap: 1rem;
  }
  .vp-xs-up-gap-y-sm {
    column-gap: 1rem;
  }
}
@media (max-width: 767px) {
  .vp-xs-down-gap-x-sm {
    row-gap: 1rem;
  }
  .vp-xs-down-gap-y-sm {
    column-gap: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .vp-xs-gap-sm {
    gap: 1rem;
  }
}
@media (min-width: 576px) {
  .vp-xs-up-gap-x-md {
    row-gap: 2rem;
  }
  .vp-xs-up-gap-y-md {
    column-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .vp-xs-down-gap-x-md {
    row-gap: 2rem;
  }
  .vp-xs-down-gap-y-md {
    column-gap: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .vp-xs-gap-md {
    gap: 2rem;
  }
}
@media (min-width: 576px) {
  .vp-xs-up-gap-x-lg {
    row-gap: 4rem;
  }
  .vp-xs-up-gap-y-lg {
    column-gap: 4rem;
  }
}
@media (max-width: 767px) {
  .vp-xs-down-gap-x-lg {
    row-gap: 4rem;
  }
  .vp-xs-down-gap-y-lg {
    column-gap: 4rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .vp-xs-gap-lg {
    gap: 4rem;
  }
}
@media (min-width: 576px) {
  .vp-xs-up-gap-x-xlg {
    row-gap: 5rem;
  }
  .vp-xs-up-gap-y-xlg {
    column-gap: 5rem;
  }
}
@media (max-width: 767px) {
  .vp-xs-down-gap-x-xlg {
    row-gap: 5rem;
  }
  .vp-xs-down-gap-y-xlg {
    column-gap: 5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .vp-xs-gap-xlg {
    gap: 5rem;
  }
}
@media (min-width: 768px) {
  .vp-sm-up-gap-x-sm {
    row-gap: 1rem;
  }
  .vp-sm-up-gap-y-sm {
    column-gap: 1rem;
  }
}
@media (max-width: 991px) {
  .vp-sm-down-gap-x-sm {
    row-gap: 1rem;
  }
  .vp-sm-down-gap-y-sm {
    column-gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vp-sm-gap-sm {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .vp-sm-up-gap-x-md {
    row-gap: 2rem;
  }
  .vp-sm-up-gap-y-md {
    column-gap: 2rem;
  }
}
@media (max-width: 991px) {
  .vp-sm-down-gap-x-md {
    row-gap: 2rem;
  }
  .vp-sm-down-gap-y-md {
    column-gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vp-sm-gap-md {
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .vp-sm-up-gap-x-lg {
    row-gap: 4rem;
  }
  .vp-sm-up-gap-y-lg {
    column-gap: 4rem;
  }
}
@media (max-width: 991px) {
  .vp-sm-down-gap-x-lg {
    row-gap: 4rem;
  }
  .vp-sm-down-gap-y-lg {
    column-gap: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vp-sm-gap-lg {
    gap: 4rem;
  }
}
@media (min-width: 768px) {
  .vp-sm-up-gap-x-xlg {
    row-gap: 5rem;
  }
  .vp-sm-up-gap-y-xlg {
    column-gap: 5rem;
  }
}
@media (max-width: 991px) {
  .vp-sm-down-gap-x-xlg {
    row-gap: 5rem;
  }
  .vp-sm-down-gap-y-xlg {
    column-gap: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vp-sm-gap-xlg {
    gap: 5rem;
  }
}
@media (min-width: 992px) {
  .vp-md-up-gap-x-sm {
    row-gap: 1rem;
  }
  .vp-md-up-gap-y-sm {
    column-gap: 1rem;
  }
}
@media (max-width: 1199px) {
  .vp-md-down-gap-x-sm {
    row-gap: 1rem;
  }
  .vp-md-down-gap-y-sm {
    column-gap: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vp-md-gap-sm {
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .vp-md-up-gap-x-md {
    row-gap: 2rem;
  }
  .vp-md-up-gap-y-md {
    column-gap: 2rem;
  }
}
@media (max-width: 1199px) {
  .vp-md-down-gap-x-md {
    row-gap: 2rem;
  }
  .vp-md-down-gap-y-md {
    column-gap: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vp-md-gap-md {
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .vp-md-up-gap-x-lg {
    row-gap: 4rem;
  }
  .vp-md-up-gap-y-lg {
    column-gap: 4rem;
  }
}
@media (max-width: 1199px) {
  .vp-md-down-gap-x-lg {
    row-gap: 4rem;
  }
  .vp-md-down-gap-y-lg {
    column-gap: 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vp-md-gap-lg {
    gap: 4rem;
  }
}
@media (min-width: 992px) {
  .vp-md-up-gap-x-xlg {
    row-gap: 5rem;
  }
  .vp-md-up-gap-y-xlg {
    column-gap: 5rem;
  }
}
@media (max-width: 1199px) {
  .vp-md-down-gap-x-xlg {
    row-gap: 5rem;
  }
  .vp-md-down-gap-y-xlg {
    column-gap: 5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vp-md-gap-xlg {
    gap: 5rem;
  }
}
@media (min-width: 1200px) {
  .vp-lg-up-gap-x-sm {
    row-gap: 1rem;
  }
  .vp-lg-up-gap-y-sm {
    column-gap: 1rem;
  }
}
@media (max-width: 1499px) {
  .vp-lg-down-gap-x-sm {
    row-gap: 1rem;
  }
  .vp-lg-down-gap-y-sm {
    column-gap: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .vp-lg-gap-sm {
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .vp-lg-up-gap-x-md {
    row-gap: 2rem;
  }
  .vp-lg-up-gap-y-md {
    column-gap: 2rem;
  }
}
@media (max-width: 1499px) {
  .vp-lg-down-gap-x-md {
    row-gap: 2rem;
  }
  .vp-lg-down-gap-y-md {
    column-gap: 2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .vp-lg-gap-md {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .vp-lg-up-gap-x-lg {
    row-gap: 4rem;
  }
  .vp-lg-up-gap-y-lg {
    column-gap: 4rem;
  }
}
@media (max-width: 1499px) {
  .vp-lg-down-gap-x-lg {
    row-gap: 4rem;
  }
  .vp-lg-down-gap-y-lg {
    column-gap: 4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .vp-lg-gap-lg {
    gap: 4rem;
  }
}
@media (min-width: 1200px) {
  .vp-lg-up-gap-x-xlg {
    row-gap: 5rem;
  }
  .vp-lg-up-gap-y-xlg {
    column-gap: 5rem;
  }
}
@media (max-width: 1499px) {
  .vp-lg-down-gap-x-xlg {
    row-gap: 5rem;
  }
  .vp-lg-down-gap-y-xlg {
    column-gap: 5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .vp-lg-gap-xlg {
    gap: 5rem;
  }
}
@media (min-width: 1500px) {
  .vp-xlg-gap-sm {
    gap: 1rem;
  }
  .vp-xlg-gap-y-sm {
    column-gap: 1rem;
  }
  .vp-xlg-gap-x-sm {
    row-gap: 1rem;
  }
  .vp-xlg-gap-md {
    gap: 2rem;
  }
  .vp-xlg-gap-y-md {
    column-gap: 2rem;
  }
  .vp-xlg-gap-x-md {
    row-gap: 2rem;
  }
  .vp-xlg-gap-lg {
    gap: 4rem;
  }
  .vp-xlg-gap-y-lg {
    column-gap: 4rem;
  }
  .vp-xlg-gap-x-lg {
    row-gap: 4rem;
  }
  .vp-xlg-gap-xlg {
    gap: 5rem;
  }
  .vp-xlg-gap-y-xlg {
    column-gap: 5rem;
  }
  .vp-xlg-gap-x-xlg {
    row-gap: 5rem;
  }
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

.swiper .swiper__navigation {
  --navigation-color: #fff;
  position: initial;
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4rem;
}
.background.active .swiper .swiper__navigation {
  --navigation-color: #fff;
}
.swiper .swiper__navigation .swiper-button-prev svg {
  transform: scaleX(-1);
}
.swiper .swiper__navigation .swiper-button-next,
.swiper .swiper__navigation .swiper-button-prev {
  --btn-gradient: linear-gradient(
          68.36deg,
          #411E4F 0%,
          #4A285F 13%,
          #79256A 41.64%,
          #87246D 50%,
          #79256A 63%,
          #4A285F 83.29%,
          #411E4F 100%
  );
  position: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  padding: 1.2rem;
  cursor: pointer;
  background-image: var(--btn-gradient);
  background-size: 200% 100%;
  transition: background-position 200ms linear;
  width: 5rem;
  height: 5rem;
  color: var(--navigation-color);
  margin-top: 0;
}
.swiper .swiper__navigation .swiper-button-next:hover,
.swiper .swiper__navigation .swiper-button-prev:hover {
  background-position: 100% 0;
}
.swiper .swiper__navigation .swiper-button-next svg,
.swiper .swiper__navigation .swiper-button-prev svg {
  fill: currentColor;
  width: 1rem;
  height: 1.5rem;
}
.swiper .swiper__navigation .swiper-button-next::after {
  content: none;
}
.swiper .swiper__navigation .swiper-button-prev::after {
  content: none;
}

html {
  font-size: 0.625em;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: normal;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-family), sans-serif;
  color: var(--text);
}

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

picture img {
  object-fit: cover;
}

button, input, optgroup, select, textarea {
  font-family: var(--font-family), sans-serif;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

*:focus {
  outline: none;
}

@font-face {
  font-family: "FSAlbert";
  src: url(/wp-content/themes/class/dist/fonts/FSAlbert-Bold.woff2) format("woff2"), url(/wp-content/themes/class/dist/fonts/FSAlbert-Bold.woff) format("woff");
  font-weight: 500 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FSAlbert";
  src: url(/wp-content/themes/class/dist/fonts/FSAlbert-Light.woff2) format("woff2"), url(/wp-content/themes/class/dist/fonts/FSAlbert-Light.woff) format("woff");
  font-weight: 100 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary: #6B2666;
  --secondary: #D90F81;
  --headings: #444;
  --text: #444;
  --gradient: linear-gradient(68.36deg, #411E4F 0%, #4A285F 26.01%, #79256A 83.29%, #87246D 100%);
  --transition-duration: 300ms;
  --section-padding-sm: 2.5rem;
  --section-padding-md: 5rem;
  --section-padding-lg: 10rem;
  --section-padding-xlg: 15rem;
  --grid-padding-sm: 1rem;
  --grid-padding-md: 2rem;
  --grid-padding-lg: 3rem;
  --border-radius: 1rem;
  --font-family: FSAlbert, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

@media screen and (max-width: 768px) {
  :root {
    --section-padding-md: 3rem;
    --section-padding-lg: 5rem;
    --section-padding-xlg: 8rem;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.4em;
}

:root {
  --heading-one-font-size: 6.4rem;
  --heading-one-line-height: 7.7rem;
  --heading-one-letter-spacing: initial;
  --heading-one-font-style: normal;
  --heading-one-font-weight: bold;
  --heading-one-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-one-font-size: 13.2rem;
    --heading-one-line-height: 15.8rem;
    --heading-one-letter-spacing: initial;
    --heading-one-font-style: normal;
    --heading-one-font-weight: bold;
    --heading-one-text-transform: normal;
  }
}
:root {
  --heading-one-font:
    var(--heading-one-font-style)
    var(--heading-one-font-weight)
    var(--heading-one-font-size) / var(--heading-one-line-height)
    var(--font-family);
}

:root {
  --heading-two-font-size: 4rem;
  --heading-two-line-height: 4.8rem;
  --heading-two-letter-spacing: initial;
  --heading-two-font-style: normal;
  --heading-two-font-weight: bold;
  --heading-two-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-two-font-size: 8.8rem;
    --heading-two-line-height: 10rem;
    --heading-two-letter-spacing: initial;
    --heading-two-font-style: normal;
    --heading-two-font-weight: bold;
    --heading-two-text-transform: normal;
  }
}
:root {
  --heading-two-font:
    var(--heading-two-font-style)
    var(--heading-two-font-weight)
    var(--heading-two-font-size)/var(--heading-two-line-height)
    var(--font-family);
}

:root {
  --heading-three-font-size: 3.4rem;
  --heading-three-line-height: 4.1rem;
  --heading-three-letter-spacing: initial;
  --heading-three-font-style: normal;
  --heading-three-font-weight: bold;
  --heading-three-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-three-font-size: 4.8rem;
    --heading-three-line-height: 5.8rem;
    --heading-three-letter-spacing: initial;
    --heading-three-font-style: normal;
    --heading-three-font-weight: bold;
    --heading-three-text-transform: normal;
  }
}
:root {
  --heading-three-font:
    var(--heading-three-font-style)
    var(--heading-three-font-weight)
    var(--heading-three-font-size) / var(--heading-three-line-height)
    var(--font-family);
}

:root {
  --heading-four-font-size: 2.8rem;
  --heading-four-line-height: 3.4rem;
  --heading-four-letter-spacing: initial;
  --heading-four-font-style: normal;
  --heading-four-font-weight: bold;
  --heading-four-text-transform: normal;
}

:root {
  --heading-four-font:
    var(--heading-four-font-style)
    var(--heading-four-font-weight)
    var(--heading-four-font-size) / var(--heading-four-line-height)
    var(--font-family);
}

:root {
  --heading-five-font-size: 2rem;
  --heading-five-line-height: 2.4rem;
  --heading-five-letter-spacing: initial;
  --heading-five-font-style: normal;
  --heading-five-font-weight: bold;
  --heading-five-text-transform: normal;
}

:root {
  --heading-five-font:
    var(--heading-five-font-style)
    var(--heading-five-font-weight)
    var(--heading-five-font-size) / var(--heading-five-line-height)
    var(--font-family);
}

:root {
  --heading-six-font-size: 2rem;
  --heading-six-line-height: 2.4rem;
  --heading-six-letter-spacing: initial;
  --heading-six-font-style: normal;
  --heading-six-font-weight: bold;
  --heading-six-text-transform: normal;
}

:root {
  --heading-six-font:
      var(--heading-six-font-style)
      var(--heading-six-font-weight)
      var(--heading-six-font-size) / var(--heading-six-line-height)
      var(--font-family);
}

:root {
  --paragraph-font-size: 2rem;
  --paragraph-line-height: 2.4rem;
  --paragraph-letter-spacing: initial;
  --paragraph-font-style: normal;
  --paragraph-font-weight: normal;
  --paragraph-text-transform: normal;
}

:root {
  --paragraph-font:
    var(--paragraph-font-style)
    var(--paragraph-font-weight)
    var(--paragraph-font-size) / var(--paragraph-line-height)
    var(--font-family);
}

:root {
  --small-paragraph-font-size: 1.2rem;
  --small-paragraph-line-height: 1.4rem;
  --small-paragraph-letter-spacing: -0.005rem;
  --small-paragraph-font-style: normal;
  --small-paragraph-font-weight: 300;
  --small-paragraph-text-transform: normal;
}

@media screen and (min-width: 768px) {
  :root {
    --small-paragraph-font-size: 1.2rem;
    --small-paragraph-line-height: 1.4rem;
    --small-paragraph-letter-spacing: -0.005rem;
    --small-paragraph-font-style: normal;
    --small-paragraph-font-weight: 300;
    --small-paragraph-text-transform: normal;
  }
}
:root {
  --small-paragraph-font:
    var(--small-paragraph-font-style)
    var(--small-paragraph-font-weight)
    var(--small-paragraph-font-size) / var(--small-paragraph-line-height)
    var(--font-family);
}

a:not(.btn) {
  font: inherit;
  font-weight: bold;
  color: var(--secondary);
  text-decoration: underline;
}

.background.active a:not(.btn) {
  color: white;
}

h1, .heading-1, .h1 {
  color: var(--headings);
  font: var(--heading-one-font);
  letter-spacing: var(--heading-one-letter-spacing);
  text-transform: var(--heading-one-text-transform);
}

h2, .heading-2, .h2 {
  color: var(--headings);
  font: var(--heading-two-font);
  letter-spacing: var(--heading-two-letter-spacing);
  text-transform: var(--heading-two-text-transform);
}

h3, .heading-3, .h3 {
  color: var(--headings);
  font: var(--heading-three-font);
  letter-spacing: var(--heading-three-letter-spacing);
  text-transform: var(--heading-three-text-transform);
}

h4, .heading-4, .h4 {
  color: var(--headings);
  font: var(--heading-four-font);
  letter-spacing: var(--heading-four-letter-spacing);
  text-transform: var(--heading-four-text-transform);
}

h5, .heading-5, .h5 {
  color: var(--headings);
  font: var(--heading-five-font);
  letter-spacing: var(--heading-five-letter-spacing);
  text-transform: var(--heading-five-text-transform);
}

h6, .heading-6, .h6 {
  color: var(--headings);
  font: var(--heading-six-font);
  letter-spacing: var(--heading-six-letter-spacing);
  text-transform: var(--heading-six-text-transform);
}

li {
  font: var(--paragraph-font);
  letter-spacing: var(--paragraph-letter-spacing);
  text-transform: var(--paragraph-text-transform);
}

p, time {
  margin-top: 0;
  margin-bottom: 0.5em;
  font: var(--paragraph-font);
  letter-spacing: var(--paragraph-letter-spacing);
  text-transform: var(--paragraph-text-transform);
}

p:last-child, time:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  p, time {
    margin-bottom: 1em;
  }
}
small {
  font: var(--small-paragraph-font);
  letter-spacing: var(--small-paragraph-letter-spacing);
  text-transform: var(--small-paragraph-text-transform);
}

.header,
.section {
  padding-top: var(--section-padding-md);
  padding-bottom: var(--section-padding-md);
}

.header.pd-top-sm,
.section.pd-top-sm {
  padding-top: var(--section-padding-sm);
}

.header.pd-bot-sm,
.section.pd-bot-sm {
  padding-bottom: var(--section-padding-sm);
}

.header.pd-top-lg,
.section.pd-top-lg {
  padding-top: var(--section-padding-lg);
}

.header.pd-bot-lg,
.section.pd-bot-lg {
  padding-bottom: var(--section-padding-lg);
}

.header.pd-top-xlg,
.section.pd-top-xlg {
  padding-top: var(--section-padding-xlg);
}

.header.pd-bot-xlg,
.section.pd-bot-xlg {
  padding-bottom: var(--section-padding-xlg);
}

.header.pd-top-none,
.section.pd-top-none {
  padding-top: 0;
}

.header.pd-bot-none,
.section.pd-bot-none {
  padding-bottom: 0;
}

:root {
  --grid-columns: 12;
  --grid-grid-spacing: 1.5rem;
  --grid-xs: 576px;
  --grid-sm: 768px;
  --grid-md: 992px;
  --grid-lg: 1200px;
  --grid-xlg: 1500px;
  --grid-xxs-max: 575px;
  --grid-xs-max: 767px;
  --grid-sm-max: 991px;
  --grid-md-max: 1199px;
  --grid-lg-max: 1499px;
}

.header {
  position: relative;
  padding: 0 0;
  height: 109.5rem;
}

.header .header__background {
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 384rem;
  margin: 0 auto;
  top: 0;
  left: 0;
}

.header .header__background::before, .header .header__background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 27.3rem;
  display: block;
}

.header .header__background::before {
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.header .header__background::after {
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.header .header__background img,
.header .header__background video,
.header .header__background picture, .header .header__background > div {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.header .header__content {
  padding-top: 38.4rem;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 80rem;
  color: white;
}

.header .header__content a {
  color: white;
}

.header .section__title {
  color: white;
}

.header .section__description, .header .section__description p {
  font: var(--heading-four-font);
}

.header .list.list--inline.header__links {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .header {
    height: 76rem;
  }
  .header .container-full {
    height: 100%;
  }
  .header .header__content {
    padding: 6rem 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .header .list.list--inline.header__links {
    gap: 1.6rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 0rem -2rem -3rem;
    overflow-x: auto;
    padding: 3rem 2rem;
  }
  .header .list.list--inline.header__links .header__link .btn {
    text-wrap: nowrap;
  }
}
.news-header {
  position: relative;
  padding: 30rem 0 14.4rem;
}

.news-header .bg-triangle {
  --y-position: 30.3rem;
}

@media screen and (max-width: 1199px) {
  .news-header {
    padding: 11rem 0 3rem;
  }
  .news-header .bg-triangle {
    --y-position: 11rem;
  }
}
.post-header {
  padding-top: 31.3rem;
  padding-bottom: 4rem;
  position: relative;
}

.post-header, .post-header * {
  text-align: center;
}

.post-header .header__triangle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.post-header .container-full {
  position: relative;
  z-index: 2;
}

.post-header .header__image {
  border-radius: var(--border-radius, 1rem);
  overflow: hidden;
}

.post-header .header__title {
  margin-top: 10rem;
}

.post-header .header__date {
  margin-top: 4rem;
}

.post-header .bg-triangle {
  --y-position: 43rem;
}

@media screen and (max-width: 767px) {
  .post-header {
    padding: 8rem 0 4rem;
  }
  .post-header .container-full {
    padding: 0 0;
  }
  .post-header .header__content {
    padding: 0 2rem;
  }
  .post-header .header__image {
    border-radius: 0;
  }
  .post-header .header__title {
    margin-top: 5rem;
  }
  .post-header .bg-triangle {
    --y-position: 8rem;
    --overhang: -23rem;
  }
}
.terms-header {
  padding: 30rem 0 5rem;
}

.terms-header .header__title {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .terms-header {
    padding: 11rem 0 3rem;
  }
}
.btn,
input[type=submit] {
  --btn-gradient: linear-gradient(
    68.36deg,
    #411E4F 0%,
    #4A285F 13%,
    #79256A 41.64%,
    #87246D 50%,
    #79256A 63%,
    #4A285F 83.29%,
    #411E4F 100%
  );
  min-width: 16.6rem;
  display: inline-block;
  text-align: center;
  color: white;
  border: 0.1rem solid white;
  text-decoration: none;
  padding: 1.2rem 1.5rem 1.3rem;
  border-radius: 4rem;
  font: var(--heading-five-font);
  cursor: pointer;
}

.btn.btn--primary, .btn[type=submit],
input[type=submit].btn--primary,
input[type=submit][type=submit] {
  background-image: var(--btn-gradient);
  background-size: 200% 100%;
  box-shadow: 0 0 38px 0 rgba(255, 255, 255, 0.25);
  transition: background-position 200ms linear;
  background-position: 0 0;
}

.btn.btn--primary:hover, .btn[type=submit]:hover,
input[type=submit].btn--primary:hover,
input[type=submit][type=submit]:hover {
  background-position: 100% 0;
}

.btn.btn--small,
input[type=submit].btn--small {
  font: var(--heading-six-font);
  min-width: 11.8rem;
}

.btn.btn--secondary,
input[type=submit].btn--secondary {
  background-color: rgba(170, 170, 170, 0.25);
  transition: background-color 200ms linear;
}

.btn.btn--secondary:hover,
input[type=submit].btn--secondary:hover {
  background-color: rgba(170, 170, 170, 0.5);
}

.nf-before-form-content {
  display: none;
}

.submit-container.center input[type=submit] {
  margin: 0 auto;
  display: block;
}

.section--center-copy .section__header {
  display: flex;
  width: 100%;
  max-width: 72rem;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}

.section--center-copy .section__actions {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.background {
  transition: background-image 2000ms linear;
  position: relative;
}

.background .section__title {
  transition: color var(--transition-duration, 200ms) linear;
}

.background .section__description, .background .section__description p {
  transition: color var(--transition-duration, 200ms) linear;
}

.background::before {
  content: "";
  position: absolute;
  background-image: var(--gradient);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: ease-out var(--transition-duration, 200ms) opacity;
}

.background.active {
  overflow: hidden;
}

.background.active::before {
  opacity: 1;
}

.background.active .section__title {
  color: white;
}

.background.active .section__description, .background.active .section__description p {
  color: white;
}

.background .section {
  position: relative;
  z-index: 2;
}

:root {
  --primary: #6B2666;
  --secondary: #D90F81;
  --headings: #444;
  --text: #444;
  --gradient: linear-gradient(68.36deg, #411E4F 0%, #4A285F 26.01%, #79256A 83.29%, #87246D 100%);
  --transition-duration: 300ms;
  --section-padding-sm: 2.5rem;
  --section-padding-md: 5rem;
  --section-padding-lg: 10rem;
  --section-padding-xlg: 15rem;
  --grid-padding-sm: 1rem;
  --grid-padding-md: 2rem;
  --grid-padding-lg: 3rem;
  --border-radius: 1rem;
  --font-family: FSAlbert, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

@media screen and (max-width: 768px) {
  :root {
    --section-padding-md: 3rem;
    --section-padding-lg: 5rem;
    --section-padding-xlg: 8rem;
  }
}
.list.list--inline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.list.list--ticks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
}

.list.list--ticks li {
  position: relative;
  padding-left: 2.5rem;
}

.list.list--ticks li::before {
  content: "";
  background-size: 1.5rem 1.2rem;
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.2rem;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjE1cHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDE1IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8dGl0bGU+RDY4MUFFMzYtNUNDNC00MEQ4LThDMUYtMkI2NUQwMDU3MzA3PC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0wLDAgTDE1LDAgTDE1LDExIEwwLDExIEwwLDAgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IlRpY2siIHN0cm9rZT0ibm9uZSIgZmlsbD0ibm9uZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwgMC40MzM2KSIgeGxpbms6aHJlZj0iI3BhdGgtMSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICA8cGF0aCBkPSJNMTMuMTk0MzM1LDAuMTc4MzQ1NTUxIEMxMi45Mzk4MjY0LC0wLjA1OTQ0ODYxOTIgMTIuNTI3MTIxMywtMC4wNTk0NDg0MTQ4IDEyLjI3MjUwNTUsMC4xNzgzNDU1NTEgTDUuNzQ2NjE3NTUsNi4yNzQ3NzU2MiBMMi42Nzc5MTczOSwzLjQzNjY3NDY1IEMyLjQyMDg4ODM3LDMuMTk4OTQ4MTUgMi4wMDU4MTMwNSwzLjIwMjE5ODY1IDEuNzUzMDc0MTEsMy40NDM5MDE0IEwwLjE4NTU0MjQ1Nyw0Ljk0Mjk4Nzk0IEMtMC4wNjM5MjM5MTE0LDUuMTgxNTYyODUgLTAuMDYxNTMwMzcyMyw1LjU2MzIyMTM3IDAuMTkwOTEwNDExLDUuNzk5MDQ2NjMgTDMuMjIzMzg5NDgsOC42MzE5NDQ3NCBMMy4yMjE0NDgyMiw4LjYzMzc1Mzk5IEw1LjI1ODY3NTM0LDEwLjUzNjg1MzkgQzUuMjczNjE1NTIsMTAuNTUwODU3NyA1LjI4OTA0OTA1LDEwLjU2NDA0MzcgNS4zMDQ5MzMwNSwxMC41NzY1MTQyIEw1Ljc1ODI2NTEsMTEgTDYuMjE0NzA3NDUsMTAuNTczNTQ5OSBDNi4yMjkyOTM3LDEwLjU2MTk5OTQgNi4yNDM1MDQ1NiwxMC41NDk3MzMzIDYuMjU3Mjg2NDIsMTAuNTM2ODUzOSBMMTQuODA5MTE4NiwyLjU0NzkzNzEzIEMxNS4wNjM2MjcxLDIuMzEwMTQ5MyAxNS4wNjM2MjcxLDEuOTI0NjA2NTMgMTQuODA5MTE4NiwxLjY4NjgwODQ3IEwxMy4xOTQzMzUsMC4xNzgzNDU1NTEgWiIgaWQ9IlBhdGgiIGZpbGw9IiNGRkZGRkYiPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+Cg==);
  left: 0;
  top: 0.6rem;
}

.section--media-copy {
  position: relative;
}

.section--media-copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
}

.section--media-copy ul li {
  position: relative;
  padding-left: 2.5rem;
}

.section--media-copy ul li::before {
  content: "";
  background-size: 1.5rem 1.2rem;
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.2rem;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTUgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0idGljay1ncmFkaWVudCIgeDE9IjAiIHkxPSIwIiB4Mj0iMSIgeTI9IjAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IgogICAgICAgICAgICAgICAgICAgICAgICBncmFkaWVudFRyYW5zZm9ybT0icm90YXRlKC0xNTkuMzYgLjUgLjUpIj4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzQxMUU0RiIgb2Zmc2V0PSIwJSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjNEEyODVGIiBvZmZzZXQ9IjI2LjAwNTI0NDglIj48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiM4NzI0NkQiIG9mZnNldD0iMTAwJSI+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iVGljayIgc3Ryb2tlPSJub25lIiBmaWxsPSJub25lIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCAwLjQzMzYpIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgIDxwYXRoIGQ9Ik0xMy4xOTQzMzUsMC4xNzgzNDU1NTEgQzEyLjkzOTgyNjQsLTAuMDU5NDQ4NjE5MiAxMi41MjcxMjEzLC0wLjA1OTQ0ODQxNDggMTIuMjcyNTA1NSwwLjE3ODM0NTU1MSBMNS43NDY2MTc1NSw2LjI3NDc3NTYyIEwyLjY3NzkxNzM5LDMuNDM2Njc0NjUgQzIuNDIwODg4MzcsMy4xOTg5NDgxNSAyLjAwNTgxMzA1LDMuMjAyMTk4NjUgMS43NTMwNzQxMSwzLjQ0MzkwMTQgTDAuMTg1NTQyNDU3LDQuOTQyOTg3OTQgQy0wLjA2MzkyMzkxMTQsNS4xODE1NjI4NSAtMC4wNjE1MzAzNzIzLDUuNTYzMjIxMzcgMC4xOTA5MTA0MTEsNS43OTkwNDY2MyBMMy4yMjMzODk0OCw4LjYzMTk0NDc0IEwzLjIyMTQ0ODIyLDguNjMzNzUzOTkgTDUuMjU4Njc1MzQsMTAuNTM2ODUzOSBDNS4yNzM2MTU1MiwxMC41NTA4NTc3IDUuMjg5MDQ5MDUsMTAuNTY0MDQzNyA1LjMwNDkzMzA1LDEwLjU3NjUxNDIgTDUuNzU4MjY1MSwxMSBMNi4yMTQ3MDc0NSwxMC41NzM1NDk5IEM2LjIyOTI5MzcsMTAuNTYxOTk5NCA2LjI0MzUwNDU2LDEwLjU0OTczMzMgNi4yNTcyODY0MiwxMC41MzY4NTM5IEwxNC44MDkxMTg2LDIuNTQ3OTM3MTMgQzE1LjA2MzYyNzEsMi4zMTAxNDkzIDE1LjA2MzYyNzEsMS45MjQ2MDY1MyAxNC44MDkxMTg2LDEuNjg2ODA4NDcgTDEzLjE5NDMzNSwwLjE3ODM0NTU1MSBaIiBmaWxsPSJ1cmwoI3RpY2stZ3JhZGllbnQpIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPgo=);
  left: 0;
  top: 0.6rem;
}

.background.active .section--media-copy ul li::before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjE1cHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDE1IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8dGl0bGU+RDY4MUFFMzYtNUNDNC00MEQ4LThDMUYtMkI2NUQwMDU3MzA3PC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0wLDAgTDE1LDAgTDE1LDExIEwwLDExIEwwLDAgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IlRpY2siIHN0cm9rZT0ibm9uZSIgZmlsbD0ibm9uZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwgMC40MzM2KSIgeGxpbms6aHJlZj0iI3BhdGgtMSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICA8cGF0aCBkPSJNMTMuMTk0MzM1LDAuMTc4MzQ1NTUxIEMxMi45Mzk4MjY0LC0wLjA1OTQ0ODYxOTIgMTIuNTI3MTIxMywtMC4wNTk0NDg0MTQ4IDEyLjI3MjUwNTUsMC4xNzgzNDU1NTEgTDUuNzQ2NjE3NTUsNi4yNzQ3NzU2MiBMMi42Nzc5MTczOSwzLjQzNjY3NDY1IEMyLjQyMDg4ODM3LDMuMTk4OTQ4MTUgMi4wMDU4MTMwNSwzLjIwMjE5ODY1IDEuNzUzMDc0MTEsMy40NDM5MDE0IEwwLjE4NTU0MjQ1Nyw0Ljk0Mjk4Nzk0IEMtMC4wNjM5MjM5MTE0LDUuMTgxNTYyODUgLTAuMDYxNTMwMzcyMyw1LjU2MzIyMTM3IDAuMTkwOTEwNDExLDUuNzk5MDQ2NjMgTDMuMjIzMzg5NDgsOC42MzE5NDQ3NCBMMy4yMjE0NDgyMiw4LjYzMzc1Mzk5IEw1LjI1ODY3NTM0LDEwLjUzNjg1MzkgQzUuMjczNjE1NTIsMTAuNTUwODU3NyA1LjI4OTA0OTA1LDEwLjU2NDA0MzcgNS4zMDQ5MzMwNSwxMC41NzY1MTQyIEw1Ljc1ODI2NTEsMTEgTDYuMjE0NzA3NDUsMTAuNTczNTQ5OSBDNi4yMjkyOTM3LDEwLjU2MTk5OTQgNi4yNDM1MDQ1NiwxMC41NDk3MzMzIDYuMjU3Mjg2NDIsMTAuNTM2ODUzOSBMMTQuODA5MTE4NiwyLjU0NzkzNzEzIEMxNS4wNjM2MjcxLDIuMzEwMTQ5MyAxNS4wNjM2MjcxLDEuOTI0NjA2NTMgMTQuODA5MTE4NiwxLjY4NjgwODQ3IEwxMy4xOTQzMzUsMC4xNzgzNDU1NTEgWiIgaWQ9IlBhdGgiIGZpbGw9IiNGRkZGRkYiPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+Cg==);
}

.section--media-copy .bg-triangle svg {
  top: 50%;
  transform: translateY(-50%);
}

.section--media-copy .bg-triangle.bg-triangle--left svg {
  transform: scale(-1) translateY(50%);
}

.section--media-copy .section__media {
  aspect-ratio: 720/400;
  border-radius: var(--border-radius);
  overflow: hidden;
  max-width: 72rem;
}

.section--media-copy .section__media video,
.section--media-copy .section__media iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.section--media-copy .container-full {
  position: relative;
  z-index: 2;
}

.section--media-copy .section__content,
.section--media-copy li {
  transition: var(--transition-duration, 200ms) linear color;
}

.section--media-copy .section__link {
  margin-top: 4rem;
}

.background.active .section--media-copy .section__content {
  color: white;
}

@media screen and (max-width: 767px) {
  .section--media-copy .grid {
    gap: 3rem 2rem;
  }
  .section--media-copy .section__link {
    margin-top: 3rem;
  }
}
.section--link-cards {
  position: relative;
}

.section--link-cards .container-full {
  overflow: visible;
}

.section--link-cards .section__header {
  margin-bottom: 8rem;
}

.section--link-cards .swiper--cards, .section--link-cards .swiper--cards .swiper-wrapper {
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .section--link-cards .section__header {
    margin-bottom: 5rem;
  }
}
.section--scroll-gallery {
  position: relative;
  --large-image-width: 49.315%;
  --medium-image-width: 23.973%;
  --small-image-width: 11.986%;
}

.section--scroll-gallery .bg-triangle {
  --y-position: -29.954%;
}

.section--scroll-gallery .scroll-gallery {
  position: relative;
  z-index: 2;
  aspect-ratio: 1460/670;
}

.section--scroll-gallery .scroll-gallery picture {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  border-radius: var(--border-radius);
}

.section--scroll-gallery .scroll-gallery picture img {
  width: 100%;
  object-fit: cover;
}

.section--scroll-gallery .scroll-gallery__picture-1 {
  width: var(--medium-image-width);
  top: 14.627%;
}

.section--scroll-gallery .scroll-gallery__picture-2 {
  width: var(--small-image-width);
  left: 19.863%;
  bottom: 4.328%;
}

.section--scroll-gallery .scroll-gallery__picture-3 {
  width: var(--large-image-width);
  bottom: 0;
  right: 22.9452%;
}

.section--scroll-gallery .scroll-gallery__picture-4 {
  width: var(--medium-image-width);
  bottom: 7.463%;
  right: 5.9589%;
}

.section--scroll-gallery .scroll-gallery__picture-5 {
  width: var(--small-image-width);
  top: 23.881%;
  right: 0;
}

@media screen and (max-width: 767px) {
  .section--scroll-gallery {
    --large-image-width: 79.104%;
    --small-image-width: 47.761%;
  }
  .section--scroll-gallery .scroll-gallery {
    aspect-ratio: 335/343;
  }
  .section--scroll-gallery .bg-triangle {
    --y-position: 0;
  }
  .section--scroll-gallery .scroll-gallery__picture-2 {
    top: initial;
    bottom: 14.577%;
    right: 0;
    left: initial;
    z-index: 2;
  }
  .section--scroll-gallery .scroll-gallery__picture-3 {
    bottom: initial;
    top: 17.493%;
    left: 0;
    right: initial;
    z-index: 1;
  }
  .section--scroll-gallery .scroll-gallery__picture-1,
  .section--scroll-gallery .scroll-gallery__picture-4,
  .section--scroll-gallery .scroll-gallery__picture-5 {
    display: none;
  }
}
#footer {
  padding: 10.8rem 0 4.1rem;
  background-image: linear-gradient(68.36deg, #411E4F 0%, #4A285F 26.01%, #87246D 100%);
  color: white;
}

#footer h3, #footer h4, #footer h5 {
  color: white;
}

#footer a {
  font-weight: normal;
}

#footer #footer-newsletter {
  display: flex;
  justify-content: space-between;
  padding: 0 0 6rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.35);
  align-items: center;
  gap: 2rem;
}

#footer #footer-newsletter + #footer-content {
  padding: 10rem 0 0;
}

#footer #footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10rem 2rem;
}

#footer #footer-desk-col {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 6rem;
  flex: 0 0 calc(100% - 31.7rem);
}

#footer #footer-address {
  font: var(--paragraph-font);
}

#footer #footer-address span {
  display: block;
}

#footer #footer-address span.h5 {
  color: white;
}

#footer #footer-address #footer-tel,
#footer #footer-address #footer-email {
  margin-top: 2.8rem;
}

#footer a {
  color: white;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer #footer-copyright {
  font: var(--paragraph-font);
}

#footer #footer-copyright .privacy-policy-link {
  margin-left: 1rem;
}

#footer #footer-copyright .privacy-policy-link + span {
  margin-left: 1rem;
}

#footer #footer__nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 3.3rem;
  margin: 0;
  text-align: right;
}

#footer #footer__nav .menu-item a {
  font: var(--heading-five-font);
  text-decoration: none;
}

#footer #footer-logo img {
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 991px) {
  #footer {
    padding: 4rem 0 5rem;
  }
  #footer #footer-address span {
    text-align: center;
  }
  #footer #footer-newsletter {
    flex-direction: column;
    text-align: center;
    padding: 0 0 3rem;
  }
  #footer #footer-newsletter + #footer-content {
    padding: 6rem 0 0;
  }
  #footer #footer-desk-col {
    display: contents;
  }
  #footer #footer-content {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  #footer #footer-logo {
    margin-bottom: 1rem;
    width: 22rem;
  }
  #footer #footer-socials {
    order: 2;
  }
  #footer #footer__nav {
    order: 3;
  }
  #footer #footer-address {
    order: 4;
  }
  #footer #footer-copyright {
    order: 5;
    text-align: center;
  }
  #footer #footer__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
    gap: 3.3rem 1.5rem;
  }
  #footer #footer__nav .menu-item {
    break-before: column;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #footer #footer__nav {
    grid-template-columns: repeat(2, 1fr); /* 3 equal columns */
  }
}
#page-navigation #page-navigation__links .menu-item.current-menu-item a::after, #page-navigation #page-navigation__links .menu-item a:hover::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.8rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 0 0.6rem 1rem;
  border-color: transparent transparent transparent var(--triangle-color, white);
}

#page-navigation {
  --triangle-color: white;
  --text-color: white;
  width: 100%;
  position: absolute;
  top: 8.7rem;
  margin: 0 auto;
  left: 0;
  z-index: 10;
}

#page-navigation.is-dark {
  --triangle-color: var(--primary);
  --text-color: var(--text);
}

#page-navigation #logo .logo-image {
  display: none;
}

#page-navigation #logo .logo-image.active {
  display: initial;
}

#page-navigation #nav-socials {
  display: none;
}

#page-navigation #page-navigation__links .nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 9.17%;
}

#page-navigation #page-navigation__links .menu-item {
  font: var(--heading-five-font);
  position: relative;
}

#page-navigation #page-navigation__links .menu-item a {
  text-decoration: none;
  color: var(--text-color);
}

#page-navigation #page-navigation__links .menu-item a:hover::before {
  opacity: 0.25;
}

@media screen and (max-width: 1460px) {
  #page-navigation #page-navigation__links .nav {
    gap: 7%;
  }
}
@media screen and (max-width: 1350px) {
  #page-navigation #page-navigation__links .nav {
    gap: 5%;
  }
}
@media screen and (max-width: 1290px) {
  #page-navigation .grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
  #page-navigation [class*=col-] {
    width: auto;
    max-width: initial;
    display: contents;
  }
  #page-navigation #page-navigation__links {
    width: 100%;
  }
  #page-navigation .logo {
    flex: 0 0 18rem;
  }
  #page-navigation .logo img {
    width: 18rem;
  }
}
@media screen and (max-width: 1200px) {
  #page-navigation #page-navigation__links .nav {
    gap: 3%;
  }
  #page-navigation .logo {
    flex: 0 0 13rem;
  }
  #page-navigation .logo img {
    width: 13rem;
  }
}
@media screen and (max-width: 1050px) {
  #page-navigation #page-navigation__links .nav {
    gap: 2%;
  }
}
@media screen and (max-width: 1020px) {
  #page-navigation #page-navigation__links .nav {
    gap: 1.4%;
  }
}
@media screen and (max-width: 991px) {
  #page-navigation {
    --triangle-color: white;
    --text-color: white;
    top: 2rem;
    --logo-wrapper-height: 7rem;
    --logo-wrapper-padding: 6.5rem;
    --socials-height: 3.6rem;
    --socials-padding: 5rem;
  }
  #page-navigation.is-dark {
    --text-color: white;
    --triangle-color: white;
  }
  body.admin-bar #page-navigation {
    top: calc(var(--wp-admin--admin-bar--height) + 2rem);
  }
  body.admin-bar #page-navigation.open {
    top: 0;
  }
  body.admin-bar #page-navigation.open .container-full {
    padding-top: calc(var(--wp-admin--admin-bar--height) + 2rem);
  }
  #page-navigation #page-navigation__links {
    display: none;
  }
  #page-navigation .menu-toggle__close {
    display: none;
  }
  #page-navigation.open {
    background-image: linear-gradient(68.36deg, #411E4F 0%, #4A285F 26.01%, #87246D 100%);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  #page-navigation.open .grid, #page-navigation.open .container-full {
    height: 100%;
  }
  #page-navigation.open .grid {
    align-items: start;
  }
  #page-navigation.open .container-full {
    padding: 2rem;
  }
  #page-navigation.open #page-navigation__links {
    display: initial;
    position: absolute;
    width: 100%;
    top: 13rem;
    left: 0;
    max-height: calc(100% - (var(--logo-wrapper-height) + var(--logo-wrapper-padding) + var(--socials-height) + var(--socials-padding)));
    height: 100%;
    overflow-y: auto;
  }
  #page-navigation.open #page-navigation__links .nav {
    justify-content: center;
    gap: 4rem;
    flex-direction: column;
  }
  #page-navigation.open #page-navigation__links .menu-item {
    color: white;
    text-align: center;
  }
  #page-navigation.open #nav-socials {
    display: initial;
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
  }
  #page-navigation.open #nav-socials .socials {
    justify-content: center;
  }
  #page-navigation.open.is-dark .menu-toggle {
    color: white;
  }
  #page-navigation.open .menu-toggle {
    color: white;
    position: relative;
    top: 1.6rem;
  }
  #page-navigation.open .menu-toggle__close {
    display: initial;
  }
  #page-navigation.open .menu-toggle__burger {
    display: none;
  }
  #page-navigation.open #logo img.logo-image.logo--dark {
    display: none;
  }
  #page-navigation.open #logo img.logo-image.logo--light {
    display: initial;
  }
  #page-navigation.is-dark .menu-toggle {
    color: var(--primary);
  }
  #page-navigation .menu-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0 0 0 auto;
    font: var(--heading-six-font);
    color: white;
    display: block;
  }
  #page-navigation .menu-toggle svg {
    fill: currentColor;
    height: 1.2rem;
    width: 1.2rem;
    margin-left: 0.5rem;
  }
}
.section--stats .stat {
  font: var(--heading-three-font);
  color: var(--primary);
  height: 100%;
  padding: 1.5rem 2rem 1.5rem 0;
  transition: var(--transition-duration, 200ms) linear color;
}

.section--stats .stat .stat__content {
  margin-top: 1rem;
}

.background.active .section--stats .stat {
  color: white;
}

.background.active .section--stats [class*=col-] {
  border-right-color: rgba(255, 255, 255, 0.25);
}

.section--stats [class*=col-] {
  border-right: 0.1rem solid rgba(68, 68, 68, 0.25);
  transition: var(--transition-duration, 200ms) linear border-color;
}

@media screen and (max-width: 767px) {
  .section--stats .grid {
    gap: 4rem 2rem;
  }
  .section--stats .stat {
    font-size: 4.8rem;
    line-height: 5.8rem;
    padding: 0;
  }
  .section--stats [class*=col-] {
    border-right: none;
  }
}
@keyframes ticker-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes ticker-scroll-right {
  from {
    transform: translateX(calc(-100% - var(--gap)));
  }
  to {
    transform: translateX(0);
  }
}
.ticker {
  --gap: 8rem;
  --animation-length: 120ms;
  position: relative;
  overflow: hidden;
  user-select: none;
}

.ticker .ticker__container {
  display: flex;
  gap: var(--gap);
}

.ticker.ticker--right .ticker__wrapper {
  animation-name: ticker-scroll-right;
}

.ticker .ticker__title {
  color: transparent;
  transition: var(--transition-duration) linear -webkit-text-stroke-color;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: var(--primary);
  margin-bottom: 0;
}

.background.active .ticker .ticker__title {
  color: transparent;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: white;
}

.ticker .ticker__wrapper {
  animation: ticker-scroll-left var(--animation-length, 120s) linear infinite;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  gap: var(--gap);
}

.ticker li.ticker__item {
  list-style: none;
}

.section--people-grid {
  position: relative;
}

.section--people-grid .section__header {
  margin-bottom: 10rem;
}

.section--people-grid .container-full {
  position: relative;
  z-index: 2;
}

.section--people-grid .grid {
  gap: 6rem 8.9041%;
}

@media screen and (max-width: 767px) {
  .section--people-grid .grid {
    gap: 3rem;
  }
  .section--people-grid .section__header {
    margin-bottom: 4rem;
  }
}
.section--logo-grid {
  --gap: 7.5rem;
}

.section--logo-grid .section__grid {
  display: flex;
  gap: var(--gap);
}

.section--logo-grid .section__row {
  display: flex;
  gap: var(--gap);
}

.section--logo-grid .section__header {
  margin-bottom: 8rem;
}

.section--logo-grid .section__header .section__title,
.section--logo-grid .section__header .section__description {
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .section--logo-grid {
    --gap: 3.425vw;
  }
}
@media screen and (max-width: 767px) {
  .section--logo-grid {
    --gap: 3rem;
  }
  .section--logo-grid .section__grid {
    margin: 0 -2rem;
    flex-direction: column;
  }
  .section--logo-grid .section__header {
    margin-bottom: 5rem;
  }
  .section--logo-grid .section__row {
    justify-content: center;
  }
  .section--logo-grid .section__col {
    flex: 0 0 18rem;
  }
}
.call-to-action {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  border-radius: var(--border-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 40rem;
  padding: 4rem;
  background-image: var(--cta-background-image, "url(https://placehold.co/2920x800/png)");
}

.call-to-action .section__header,
.call-to-action .call-to-action__links,
.call-to-action .call-to-action__list {
  width: 100%;
  max-width: 72rem;
}

.call-to-action .section__title {
  color: white;
}

.call-to-action .section__description {
  margin-top: 2rem;
}

.call-to-action .list.list--ticks.call-to-action__list {
  margin-top: 2rem;
}

.call-to-action .call-to-action__links {
  margin-top: 4rem;
}

@media screen and (max-width: 991px) {
  .archive-grid .section--call-to-action {
    margin: 0 -2rem;
  }
  .section--call-to-action .container-full {
    padding: 0;
  }
  .section--call-to-action .call-to-action {
    min-height: 50rem;
    justify-content: flex-start;
    border-radius: 0;
    padding: 4rem 2rem;
  }
}
.section--news-grid .section__featured .featured-post-card {
  aspect-ratio: initial;
  height: 58.6rem;
}

.section--news-grid .section__featured .featured-post-card .featured-post-card__background {
  width: 100%;
  height: 100%;
}

.section--news-grid .section__featured .featured-post-card .featured-post-card__background img {
  width: 100%;
  height: 100%;
}

.section--news-grid .section__posts {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

@media screen and (max-width: 991px) {
  .section--news-grid .section__grid {
    gap: 6rem 2rem;
  }
  .section--news-grid .section__featured .featured-post-card {
    aspect-ratio: 355/288;
    height: initial;
    width: 100%;
  }
  .section--news-grid .section__posts {
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .section--features .section__grid {
    gap: 3rem 2rem;
  }
}
:root {
  --grid-columns: 12;
  --grid-grid-spacing: 1.5rem;
  --grid-xs: 576px;
  --grid-sm: 768px;
  --grid-md: 992px;
  --grid-lg: 1200px;
  --grid-xlg: 1500px;
  --grid-xxs-max: 575px;
  --grid-xs-max: 767px;
  --grid-sm-max: 991px;
  --grid-md-max: 1199px;
  --grid-lg-max: 1499px;
}

.card {
  position: relative;
  height: 40rem;
  max-width: 35rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}

.card:hover .card__background {
  transform: scale(1.2);
}

.card .card__grid {
  text-decoration: none;
  padding: 0 2rem 4rem;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.card .card__grid::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 27.5rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.6;
  z-index: 2;
}

.card .card__content {
  position: relative;
  z-index: 3;
}

.card .card__title {
  color: white;
}

.card .card__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 200ms linear transform;
}

.card .card__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .card {
    height: 34.5rem;
    max-width: 30rem;
  }
}
.bg-triangle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
  pointer-events: none;
  --y-position: 0rem;
  --overhang: -10rem;
}

.bg-triangle svg {
  aspect-ratio: 692/779;
  width: 69.2rem;
  position: absolute;
  right: var(--overhang);
  top: var(--y-position);
  stroke: rgba(107, 38, 102, 0.2);
  fill: transparent;
  transition: var(--transition-duration, 200ms) linear stroke;
  z-index: 1;
}

.background.active .bg-triangle svg {
  stroke: rgba(255, 255, 255, 0.3);
}

.bg-triangle.bg-triangle--left svg {
  right: initial;
  left: var(--overhang);
  transform: scale(-1);
}

@media screen and (max-width: 1199px) {
  .bg-triangle.bg-triangle--gradient {
    --overhang: -6rem;
  }
  .bg-triangle.bg-triangle--gradient svg {
    width: 48rem;
  }
}
@media screen and (max-width: 991px) {
  .bg-triangle {
    --overhang: -21rem;
  }
  .bg-triangle.bg-triangle--gradient {
    --overhang: -4.5rem;
  }
  .bg-triangle.bg-triangle--gradient svg {
    width: 37.2rem;
  }
}
@media screen and (max-width: 767px) {
  .bg-triangle.bg-triangle--gradient {
    --overhang: -3rem;
  }
  .bg-triangle.bg-triangle--gradient svg {
    width: 25rem;
  }
}
.socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.socials .socials__icon {
  width: 2.4rem;
  height: 2.4rem;
  fill: white;
}

@media screen and (max-width: 991px) {
  .socials {
    gap: 4rem;
  }
  .socials .socials__icon {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.newsletter {
  display: flex;
  align-items: center;
  gap: 2rem;
}

@media screen and (max-width: 991px) {
  .newsletter {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.featured-post-card {
  aspect-ratio: 1460/585;
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  color: #fff;
}

.featured-post-card::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 27.5rem;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.6;
}

.featured-post-card .featured-post-card__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.featured-post-card a {
  text-decoration: none;
  color: white;
}

.featured-post-card a:hover .featured-post-card__background {
  transform: scale(1.1);
}

.featured-post-card .featured-post-card__title {
  color: #fff;
}

.featured-post-card .featured-post-card__background {
  position: absolute;
  transition: 300ms linear transform;
}

.featured-post-card .featured-post-card__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 4rem 2rem;
}

@media screen and (max-width: 991px) {
  .featured-post-card {
    aspect-ratio: 355/288;
  }
  .featured-post-card .featured-post-card__background {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .featured-post-card .featured-post-card__background img {
    height: 100%;
    width: 100%;
  }
  .featured-post-card .featured-post-card__content {
    padding: 2rem 1.5rem;
  }
}
.post-card a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 2rem;
  color: var(--text);
}

.post-card a:hover .post-card__thumbnail img {
  transform: scale(1.1);
}

.post-card .post-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-card .post-card__thumbnail {
  border-radius: var(--border-radius);
  overflow: hidden;
  flex: 0 0 13rem;
}

.post-card .post-card__thumbnail img {
  transition: transform 200ms linear;
}

@media screen and (max-width: 767px) {
  .post-card .post-card__thumbnail {
    flex: 0 0 8rem;
  }
  .post-card a {
    align-items: flex-start;
  }
}
.archive-grid {
  position: relative;
  z-index: 2;
}

.archive-grid .featured-post-card {
  margin-bottom: 8rem;
}

.archive-grid + .section--pagination {
  margin-top: 5rem;
  margin-bottom: 20rem;
}

@media screen and (max-width: 991px) {
  .archive-grid .featured-post-card {
    margin-bottom: 6rem;
  }
  .archive-grid + .section--pagination {
    margin-top: 5rem;
    margin-bottom: 11rem;
  }
}
.section--pagination .list.list--inline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.section--pagination .icon--arrow {
  width: 2.5rem;
  fill: var(--text);
  height: 2.5rem;
  position: relative;
  top: 0.3rem;
}

.section--pagination .page-numbers.current {
  font-weight: bold;
  color: var(--text);
}

.logo img {
  aspect-ratio: 287/110;
}

:root {
  --primary: #6B2666;
  --secondary: #D90F81;
  --headings: #444;
  --text: #444;
  --gradient: linear-gradient(68.36deg, #411E4F 0%, #4A285F 26.01%, #79256A 83.29%, #87246D 100%);
  --transition-duration: 300ms;
  --section-padding-sm: 2.5rem;
  --section-padding-md: 5rem;
  --section-padding-lg: 10rem;
  --section-padding-xlg: 15rem;
  --grid-padding-sm: 1rem;
  --grid-padding-md: 2rem;
  --grid-padding-lg: 3rem;
  --border-radius: 1rem;
  --font-family: FSAlbert, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

@media screen and (max-width: 768px) {
  :root {
    --section-padding-md: 3rem;
    --section-padding-lg: 5rem;
    --section-padding-xlg: 8rem;
  }
}
.list.list--inline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.list.list--ticks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
}

.list.list--ticks li {
  position: relative;
  padding-left: 2.5rem;
}

.list.list--ticks li::before {
  content: "";
  background-size: 1.5rem 1.2rem;
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.2rem;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjE1cHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDE1IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8dGl0bGU+RDY4MUFFMzYtNUNDNC00MEQ4LThDMUYtMkI2NUQwMDU3MzA3PC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0wLDAgTDE1LDAgTDE1LDExIEwwLDExIEwwLDAgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IlRpY2siIHN0cm9rZT0ibm9uZSIgZmlsbD0ibm9uZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwgMC40MzM2KSIgeGxpbms6aHJlZj0iI3BhdGgtMSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICA8cGF0aCBkPSJNMTMuMTk0MzM1LDAuMTc4MzQ1NTUxIEMxMi45Mzk4MjY0LC0wLjA1OTQ0ODYxOTIgMTIuNTI3MTIxMywtMC4wNTk0NDg0MTQ4IDEyLjI3MjUwNTUsMC4xNzgzNDU1NTEgTDUuNzQ2NjE3NTUsNi4yNzQ3NzU2MiBMMi42Nzc5MTczOSwzLjQzNjY3NDY1IEMyLjQyMDg4ODM3LDMuMTk4OTQ4MTUgMi4wMDU4MTMwNSwzLjIwMjE5ODY1IDEuNzUzMDc0MTEsMy40NDM5MDE0IEwwLjE4NTU0MjQ1Nyw0Ljk0Mjk4Nzk0IEMtMC4wNjM5MjM5MTE0LDUuMTgxNTYyODUgLTAuMDYxNTMwMzcyMyw1LjU2MzIyMTM3IDAuMTkwOTEwNDExLDUuNzk5MDQ2NjMgTDMuMjIzMzg5NDgsOC42MzE5NDQ3NCBMMy4yMjE0NDgyMiw4LjYzMzc1Mzk5IEw1LjI1ODY3NTM0LDEwLjUzNjg1MzkgQzUuMjczNjE1NTIsMTAuNTUwODU3NyA1LjI4OTA0OTA1LDEwLjU2NDA0MzcgNS4zMDQ5MzMwNSwxMC41NzY1MTQyIEw1Ljc1ODI2NTEsMTEgTDYuMjE0NzA3NDUsMTAuNTczNTQ5OSBDNi4yMjkyOTM3LDEwLjU2MTk5OTQgNi4yNDM1MDQ1NiwxMC41NDk3MzMzIDYuMjU3Mjg2NDIsMTAuNTM2ODUzOSBMMTQuODA5MTE4NiwyLjU0NzkzNzEzIEMxNS4wNjM2MjcxLDIuMzEwMTQ5MyAxNS4wNjM2MjcxLDEuOTI0NjA2NTMgMTQuODA5MTE4NiwxLjY4NjgwODQ3IEwxMy4xOTQzMzUsMC4xNzgzNDU1NTEgWiIgaWQ9IlBhdGgiIGZpbGw9IiNGRkZGRkYiPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+Cg==);
  left: 0;
  top: 0.6rem;
}

:root {
  --grid-columns: 12;
  --grid-grid-spacing: 1.5rem;
  --grid-xs: 576px;
  --grid-sm: 768px;
  --grid-md: 992px;
  --grid-lg: 1200px;
  --grid-xlg: 1500px;
  --grid-xxs-max: 575px;
  --grid-xs-max: 767px;
  --grid-sm-max: 991px;
  --grid-md-max: 1199px;
  --grid-lg-max: 1499px;
}

.section.section--form {
  position: relative;
}

input[type=email],
input[type=password],
input[type=text],
input[type=number],
textarea {
  background-color: transparent;
  font: var(--paragraph-font);
  color: var(--text);
  border: 0.1rem solid var(--text);
  width: 37rem;
  max-width: 100%;
}

.background.active input[type=email],
.background.active input[type=password],
.background.active input[type=text],
.background.active input[type=number],
.background.active textarea {
  color: #fff;
  border: 0.1rem solid #fff;
}

.background.active .html-wrap, .background.active .html-wrap * {
  color: #fff;
}

.html-container span {
  font: var(--paragraph-font);
}

.nf-field {
  position: relative;
  --field-padding-top: 1.3rem;
  --field-padding-bottom: 1.4rem;
  --field-padding-x: 1.7rem;
}

.nf-field input[type=email],
.nf-field input[type=password],
.nf-field input[type=text],
.nf-field input[type=number],
.nf-field textarea {
  padding: var(--field-padding-top) var(--field-padding-x, 1.3rem) var(--field-padding-bottom);
  width: 100%;
}

.nf-field .nf-field-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.nf-error-msg {
  font: var(--paragraph-font);
}

.nf-error-field-errors {
  text-align: center;
}

.person-card .person-card__content {
  margin-top: 3rem;
}

.person-card .person-card__job-title,
.person-card .person-card__copy {
  margin-top: 2rem;
}

.person-card .person-card__job-title,
.person-card .person-card__copy,
.person-card .person-card__title {
  transition: color 200ms linear;
}

.person-card .list.list--inline.person-card__logos {
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 3rem;
}

.person-card .list.list--inline.person-card__logos .person-card__logo {
  max-width: 12rem;
}

.person-card .list.list--inline.person-card__logos .person-card__logo a {
  line-height: 0;
  margin-bottom: 0;
}

.background.active .person-card .person-card__job-title,
.background.active .person-card .person-card__copy,
.background.active .person-card .person-card__title {
  color: white;
}

.feature .feature__picture {
  max-width: 8.4rem;
}

.feature .feature__title {
  margin-top: 2rem;
  transition: color 200ms linear;
}

.feature .feature__copy {
  margin-top: 2.5rem;
  transition: color 200ms linear;
}

.background.active .feature,
.background.active .feature .feature__title {
  color: white;
}

@media screen and (max-width: 767px) {
  .feature .feature__copy {
    margin-top: 2rem;
  }
}
:root {
  --grid-columns: 12;
  --grid-grid-spacing: 1.5rem;
  --grid-xs: 576px;
  --grid-sm: 768px;
  --grid-md: 992px;
  --grid-lg: 1200px;
  --grid-xlg: 1500px;
  --grid-xxs-max: 575px;
  --grid-xs-max: 767px;
  --grid-sm-max: 991px;
  --grid-md-max: 1199px;
  --grid-lg-max: 1499px;
}

.block--author {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3.2rem;
  margin: 8rem 0 10rem;
}

.block--author .block__content {
  text-align: left;
  padding-top: 1.7rem;
}

.block--author .block__avatar {
  flex: 0 0 11.6rem;
}

.block--author .block__copy {
  margin-top: 1.8rem;
}

.block--author + .block--related-posts {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .block--author {
    flex-direction: column;
    margin: 6rem 0 6rem;
    gap: 3rem;
  }
  .block--author .block__content {
    padding-top: 0;
  }
}
:root {
  --primary: #6B2666;
  --secondary: #D90F81;
  --headings: #444;
  --text: #444;
  --gradient: linear-gradient(68.36deg, #411E4F 0%, #4A285F 26.01%, #79256A 83.29%, #87246D 100%);
  --transition-duration: 300ms;
  --section-padding-sm: 2.5rem;
  --section-padding-md: 5rem;
  --section-padding-lg: 10rem;
  --section-padding-xlg: 15rem;
  --grid-padding-sm: 1rem;
  --grid-padding-md: 2rem;
  --grid-padding-lg: 3rem;
  --border-radius: 1rem;
  --font-family: FSAlbert, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

@media screen and (max-width: 768px) {
  :root {
    --section-padding-md: 3rem;
    --section-padding-lg: 5rem;
    --section-padding-xlg: 8rem;
  }
}
.block--related-posts {
  margin-top: 10rem;
  padding: 10rem 0 0;
  border-top: 0.2rem solid rgba(107, 38, 102, 0.3);
}

.block--related-posts .post-card {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .block--related-posts {
    margin-top: 6rem;
    padding: 6rem 0 0;
  }
}
:root {
  --grid-columns: 12;
  --grid-grid-spacing: 1.5rem;
  --grid-xs: 576px;
  --grid-sm: 768px;
  --grid-md: 992px;
  --grid-lg: 1200px;
  --grid-xlg: 1500px;
  --grid-xxs-max: 575px;
  --grid-xs-max: 767px;
  --grid-sm-max: 991px;
  --grid-md-max: 1199px;
  --grid-lg-max: 1499px;
}

.single-post blockquote {
  margin: 5rem 0 5rem;
  font: var(--paragraph-font);
}

.single-post blockquote > p {
  font: var(--heading-four-font);
}

.single-post blockquote > p::before {
  content: "“";
}

.single-post blockquote > p::after {
  content: "”";
}

.single-post blockquote cite {
  color: var(--primary);
  font-style: normal;
}

.single-post {
  --width: 76rem;
}

.single-post .wp-block-embed {
  padding: 5rem 0 5rem;
}

.single-post .wp-block-embed iframe {
  width: 100%;
}

.single-post .header__content {
  width: 100%;
  max-width: var(--width, 72rem);
  margin: auto;
}

.single-post .article {
  width: 100%;
  max-width: var(--width, 72rem);
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20rem;
  position: relative;
  z-index: 2;
}

.single-post .article ul {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .single-post .article {
    padding-bottom: 10rem;
  }
}
.page-template-terms .section {
  padding-bottom: 20rem;
}

.page-template-terms table {
  min-width: 70rem;
  margin-bottom: 1.5rem;
}

.page-template-terms table th {
  font: var(--heading-five-font);
  text-align: left;
}

.page-template-terms table td {
  font: var(--paragraph-font);
}

@media screen and (max-width: 991px) {
  .page-template-terms .section {
    padding-bottom: 10rem;
  }
}
font[size="1"] {
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  justify-self: center;
}

font[size="1"] + br {
  display: none;
}

.xdebug-error {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  color: #000000;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 120rem;
  border-radius: 0;
  border: none;
  margin-bottom: 2rem;
  line-height: normal;
  letter-spacing: normal;
  word-spacing: normal;
}

.xdebug-error a {
  color: inherit;
  border: none;
  text-decoration: underline;
}

.xdebug-error a:before, .xdebug-error a:after {
  content: none;
}

.xdebug-error td {
  padding: 0.05rem 0.5rem;
}

.xdebug-error th {
  padding: 0.15rem 0.5rem;
}

.xdebug-error pre {
  margin: 0;
  padding: 0.15rem 0.5rem;
}

.xdebug-error + br {
  display: none;
}
/* #endregion "./wp-content/themes/class/resources/styles/theme.scss" */


/*# sourceMappingURL=main.css.map*/