@import "../css/vendor.min.css";
.relative {
  position: relative;
}

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

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.height100vh {
  height: 100vh;
}

.text-indent {
  display: block;
  text-indent: -9999px;
  float: left;
  width: 0;
  height: 0;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.uppercase,
.is-caps {
  text-transform: uppercase;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.pointer {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.js-no-scroll {
  overflow: hidden !important;
}

.js-body-fixed {
  overflow: hidden;
  margin-right: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.grid-cols-auto {
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 2.125rem;
}

.grid-cols-auto-small {
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  gap: 3.125rem;
}
@media screen and (max-width: 39.99875em) {
  .grid-cols-auto-small {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
  }
}

.grid-cols-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 63.99875em) {
  .xmd\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 63.99875em) {
  .xmd\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 63.99875em) {
  .xmd\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

.mb-50 {
  margin-bottom: clamp(2.0625rem, 1.106rem + 2.391vw, 3.125rem);
}

.mb-75 {
  margin-bottom: clamp(2.34375rem, 0.234rem + 5.616vw, 4.6875rem);
}

.mb-100 {
  margin-bottom: clamp(3.125rem, 0.312rem + 7.032vw, 6.25rem);
}

.mb-150 {
  margin-bottom: clamp(4.6875rem, 0.468rem + 10.198vw, 9.375rem);
}

.mb-200 {
  margin-bottom: clamp(6.25rem, 0.624rem + 14.065vw, 12.5rem);
}

.p-8 {
  padding: 0.5rem;
}

.pt-0 {
  padding-top: 0 !important;
}

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

.pt-20 {
  padding-top: 1.25rem;
}

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

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

.pt-50 {
  padding-top: clamp(2.0625rem, 1.106rem + 2.391vw, 3.125rem);
}

.pt-100 {
  padding-top: clamp(3.125rem, 0.312rem + 7.032vw, 6.25rem);
}

.pt-150 {
  padding-top: clamp(4.6875rem, 0.468rem + 10.198vw, 9.375rem);
}

.pt-200 {
  padding-top: clamp(6.25rem, 0.624rem + 14.065vw, 12.5rem);
}

.pb-50 {
  padding-bottom: clamp(2.0625rem, 1.106rem + 2.391vw, 3.125rem);
}

.pb-100 {
  padding-bottom: clamp(3.125rem, 0.312rem + 7.032vw, 6.25rem);
}

.pb-150 {
  padding-bottom: clamp(4.6875rem, 0.468rem + 10.198vw, 9.375rem);
}

.pb-200 {
  padding-bottom: clamp(6.25rem, 0.624rem + 14.065vw, 12.5rem);
}

.gap-8 {
  gap: 0.5rem;
}

.gap-10 {
  gap: 0.625rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-50 {
  gap: clamp(2.0625rem, 1.106rem + 2.391vw, 3.125rem);
}

.gap-y-50 {
  row-gap: clamp(2.0625rem, 1.106rem + 2.391vw, 3.125rem);
}

.gap-75 {
  gap: clamp(2.34375rem, 0.234rem + 5.616vw, 4.6875rem);
}

.text-white, .text-white p {
  color: #F7F3F1 !important;
}

.text-light-gray, .text-light-gray p {
  color: #e6e6e6 !important;
}

.text-gray {
  color: #757575 !important;
}

.text-purple {
  color: #6A58D9 !important;
}

.bg-purple {
  background-color: #1D1333 !important;
}

.bg-plum {
  background-color: #2D1B53 !important;
}

.bg-brown {
  background-color: #A05F3B !important;
}

.bg-white {
  background-color: #F7F3F1 !important;
}

.bg-violet {
  background-color: #6A58D9 !important;
}

.block {
  display: block;
}

.text-right {
  text-align: right;
}

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

.no-underline {
  text-decoration: none !important;
}
.no-underline:hover {
  text-decoration: none !important;
}

.no-leading {
  line-height: 0 !important;
}

.rounded {
  border-radius: 1.25rem;
}

.bg-image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.bg-image .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}
.wp-caption.alignleft, .wp-caption.alignright {
  display: table;
}
.wp-caption.alignleft figcaption, .wp-caption.alignright figcaption {
  display: table-caption;
  caption-side: bottom;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0;
}

.alignleft {
  float: left;
  margin: 0;
  margin-right: 2rem;
}

.alignright {
  float: right;
  margin: 0;
  margin-left: 2rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-quote {
  padding: 1.5rem;
  border: 2px solid #6A58D9;
  border-radius: 1.25rem;
  font-style: italic;
  color: #212427;
}
.wp-block-quote p {
  color: #212427;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: clamp(1.125rem, 0.787rem + 0.844vw, 1.5rem);
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.site-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 9.5rem;
      flex-basis: 9.5rem;
  height: 100dvh;
  background-color: #A05F3B;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 63.99875em) {
  .site-header {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -ms-flex-preferred-size: 5rem;
        flex-basis: 5rem;
  }
}

.site-header__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  margin-bottom: 1.25rem;
  margin-left: auto;
  padding-right: 1.875rem;
}
@media screen and (max-width: 63.99875em) {
  .site-header__logo {
    margin: 0rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: none;
  }
}

.site-header__logo-mask {
  overflow: hidden;
  max-height: 0rem;
  -webkit-transition: max-height 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: max-height 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
}

.has-scrolled .site-header__logo-mask {
  max-height: 32px;
}

.site-header__inner {
  position: fixed;
  background-color: #A05F3B;
  width: 9.5rem;
  height: 100dvh;
  padding-top: 1.25rem;
  right: 0;
  top: 0;
  z-index: 100;
}
@media (max-height: 600px) {
  .site-header__inner {
    padding-top: 7.88vh;
  }
}
@media screen and (max-width: 63.99875em) {
  .site-header__inner {
    padding-top: 0;
    width: 100%;
    height: 5rem;
    left: 0;
  }
}

.site-header__menu {
  padding-right: 1.875rem;
}
@media screen and (max-width: 63.99875em) {
  .site-header__menu {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.site-header__nav .nav-link, .site-header__nav-mobile .nav-link {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125rem 0;
  position: relative;
}
.site-header__nav .nav-link::after, .site-header__nav-mobile .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 0%;
  height: 1px;
  background-color: #F7F3F1;
  -webkit-transition: width 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: width 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
}
.site-header__nav .nav-link:hover, .site-header__nav .nav-link:focus, .site-header__nav-mobile .nav-link:hover, .site-header__nav-mobile .nav-link:focus {
  color: #F7F3F1;
}
@media print, screen and (min-width: 40em) {
  .site-header__nav .nav-link:hover::after, .site-header__nav-mobile .nav-link:hover::after {
    width: 100%;
    right: auto;
    left: 0;
  }
}
.site-header__nav .nav-link.is-active::after, .site-header__nav-mobile .nav-link.is-active::after {
  width: 100%;
  right: auto;
  left: 0;
}

.site-header__nav-mobile .nav-link {
  margin-left: 0;
}

@media screen and (max-width: 63.99875em) {
  .site-header__cta {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 5rem;
  }
}

.site-header__mobile-label {
  overflow: hidden;
  height: 1.5625rem;
}
.site-header__mobile-label div {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
}

[data-dgtakeover-toggle] {
  width: 6rem;
  height: 3rem;
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 101;
  margin-right: -0.875rem;
}
[data-dgtakeover-toggle]:before, [data-dgtakeover-toggle]:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 2px;
  top: 50%;
  left: 66%;
  -webkit-transform: translate(calc(-75% + 1px), -50%) rotate(45deg);
          transform: translate(calc(-75% + 1px), -50%) rotate(45deg);
  border-radius: 1px;
  background-color: #F7F3F1;
  -webkit-transition: background-color 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: background-color 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), background-color 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), background-color 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
}
[data-dgtakeover-toggle]:after {
  -webkit-transform: translate(0%, -50%) rotate(-45deg);
          transform: translate(0%, -50%) rotate(-45deg);
}
[data-dgtakeover-toggle].takeover__opening:before {
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
[data-dgtakeover-toggle].takeover__opening:after {
  -webkit-transform: translate(calc(-75% + 1px), -50%) rotate(-45deg);
          transform: translate(calc(-75% + 1px), -50%) rotate(-45deg);
}
[data-dgtakeover-toggle].takeover__open:before {
  -webkit-transform: ranslate(0%, -50%) rotate(45deg);
          transform: ranslate(0%, -50%) rotate(45deg);
}
[data-dgtakeover-toggle].takeover__open:after {
  -webkit-transform: translate(calc(-75% + 1px), -50%) rotate(-45deg);
          transform: translate(calc(-75% + 1px), -50%) rotate(-45deg);
}

[data-dgtakeover-menu] {
  height: 0;
  background-color: #A05F3B;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
[data-dgtakeover-menu] .takeover-content {
  padding: 2.5rem 1.875rem 0 1.875rem;
}
@media screen and (max-width: 63.99875em) {
  [data-dgtakeover-menu] .takeover-content {
    padding: 2.5rem 1.25rem 0 1.25rem;
  }
}
[data-dgtakeover-menu] .takeover-content li {
  overflow: hidden;
}
[data-dgtakeover-menu] .takeover-content li a {
  position: relative;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

[data-dgtakeover-menu].takeover__opening {
  height: calc(100vh - 5rem);
}
@media screen and (max-width: 63.99875em) {
  [data-dgtakeover-menu].takeover__opening {
    height: calc(100vh - 5rem);
  }
}

[data-dgtakeover-menu].takeover__open .takeover-content li a {
  -webkit-animation: slideIn 0.25s cubic-bezier(0.59, 0, 0.4, 0.44) forwards;
          animation: slideIn 0.25s cubic-bezier(0.59, 0, 0.4, 0.44) forwards;
}
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.site-footer {
  position: relative;
  z-index: 1;
  padding: clamp(3.125rem, 0.312rem + 7.032vw, 6.25rem) 0;
  color: #F7F3F1;
}
.site-footer a {
  color: #F7F3F1;
}
.site-footer ul li {
  color: #F7F3F1;
}
@media print, screen and (max-width: 74.99875em) {
  .site-footer .logo {
    padding-left: 1.25rem;
  }
}

/**
 * Any global style overrides 
 */
.canvas-wrapper {
  position: relative;
  min-height: auto;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  position: relative;
  background-color: #F7F3F1;
  color: #212427;
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

hr {
  margin: 0;
  padding: 0;
}

.grid-container, .container {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 63.99875em) {
  .grid-container, .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

p {
  line-height: inherit;
}
p:last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 26.24875em) {
  .grid-x > .shrink {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#content {
  min-height: 800px;
  position: relative;
}
#content main {
  position: relative;
}

.lazy,
.bg-lazy {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.lazy.loaded, .lazy.bg-loaded,
.bg-lazy.loaded,
.bg-lazy.bg-loaded {
  opacity: 1;
}

.barba-progress {
  background: #6A58D9;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
}

.skip-main {
  left: auto;
  position: absolute;
  top: -60px;
  width: 1px;
  height: 50px;
  overflow: hidden;
  z-index: -999;
  color: #fff;
  background-color: #6A58D9;
  font-size: 1.2em;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid #F7F3F1;
  text-align: center;
  width: 30%;
  z-index: 999;
  color: #fff;
  left: auto;
  overflow: auto;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media screen and (max-width: 63.99875em) {
  .skip-main {
    margin: 10px 20%;
    width: 60%;
  }
}
.skip-main:focus, .skip-main:active {
  top: 0;
}

/**
 * BarbaJS Transitions
 */
#barba-wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.barba-container + .barba-container {
  position: absolute;
  min-height: 100vh;
  top: 0;
  width: 100%;
}

/**
 * Forms
 */
select {
  background-color: #6A58D9;
  border: 0;
  border-bottom: 0px solid #E5E5DD;
  color: #212427;
  border-radius: 0;
  font-weight: 500;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  padding-left: 0;
  position: relative;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  z-index: 2;
  margin: 0;
  height: 50px;
  padding: 15px 35px 15px 15px !important;
}
select:focus {
  background-color: #6A58D9;
  border: 0;
  color: #F7F3F1;
  border-bottom: 0px solid #E5E5DD;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  outline: none;
}
select option {
  line-height: 41px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-top: 15px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

input[type=text],
input[type=search],
input[type=email],
input[type=tel],
input[type=password] {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #E5E5DD;
  color: #212427;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  padding-left: 0;
  position: relative;
  z-index: 2;
  margin: 0;
  height: 50px;
  font-size: 1.5rem !important;
  line-height: 1.2 !important;
  font-weight: 300;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  padding: 4px 0px !important;
  margin-bottom: clamp(1.25rem, 0.125rem + 2.813vw, 2.5rem) !important;
}
input[type=text].is-invalid-input,
input[type=search].is-invalid-input,
input[type=email].is-invalid-input,
input[type=tel].is-invalid-input,
input[type=password].is-invalid-input {
  background-color: transparent;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  background-color: transparent;
  border: 0;
  color: #212427;
  border-bottom: 1px solid #E5E5DD;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  outline: none;
}
input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 1;
  color: #757575;
}
input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=password]::-moz-placeholder {
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 1;
  color: #757575;
}
input[type=text]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 1;
  color: #757575;
}
input[type=text]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder {
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 1;
  color: #757575;
}
input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder {
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 1;
  color: #757575;
}

textarea {
  background-color: transparent;
  border: 0;
  color: #212427;
  border-bottom: 1px solid #E5E5DD;
  border-radius: 0;
  font-weight: 300;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  padding-left: 0;
  position: relative;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  z-index: 2;
  margin: 0;
  resize: none;
  height: 9.375rem !important;
  padding: 4px 0px 4px 0px !important;
  font-size: 1.5rem !important;
  margin-bottom: clamp(1.25rem, 0.125rem + 2.813vw, 2.5rem) !important;
}
textarea:focus {
  background-color: transparent;
  border: 0;
  color: #212427;
  border-bottom: 1px solid #E5E5DD;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  outline: none;
}
textarea::-webkit-input-placeholder {
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 1;
  color: #757575;
}
textarea::-moz-placeholder {
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 1;
  color: #757575;
}
textarea:-ms-input-placeholder {
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 1;
  color: #757575;
}
textarea::-ms-input-placeholder {
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 1;
  color: #757575;
}
textarea::placeholder {
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 1;
  color: #757575;
}

/**
 * Select2
 */
.select2-container {
  width: 100% !important;
}
.select2-container.select2-container--open .select2-selection .select2-selection__arrow:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.select2-container.select2-container--open .select2-selection .select2-selection__arrow:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.select2-container .select2-selection {
  background-color: transparent;
  border: 0;
  color: #212427;
  border-bottom: 1px solid #E5E5DD;
  border-radius: 0;
  font-weight: 300;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  padding-left: 0;
  position: relative;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  z-index: 2;
  margin: 0;
  height: 50px;
  padding: 4px 0px 4px 0px !important;
  font-size: 1.5rem !important;
  margin-bottom: clamp(1.25rem, 0.125rem + 2.813vw, 2.5rem) !important;
}
.select2-container .select2-selection .select2-selection__rendered {
  color: #212427;
  padding: 0;
  font-weight: 300;
  font-size: 1.5rem !important;
  line-height: 1.7 !important;
  margin: 0;
}
.select2-container .select2-selection .select2-selection__arrow {
  height: 100%;
  width: 35px;
}
.select2-container .select2-selection .select2-selection__arrow:before, .select2-container .select2-selection .select2-selection__arrow:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 13px);
  width: 11px;
  height: 1px;
  background-color: #212427;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.select2-container .select2-selection .select2-selection__arrow:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: calc(50% - 6px);
}
.select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}
.select2-container .select2-dropdown {
  border: none;
  background-color: #F7F3F1;
}
.select2-container .select2-dropdown .select2-search {
  display: none;
}
.select2-container .select2-dropdown .select2-results {
  -webkit-transform: translateY(-32px);
          transform: translateY(-32px);
}
.select2-container .select2-dropdown .select2-results .select2-results__options {
  padding: 0 1rem;
  background-color: #F7F3F1;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #E5E5DD;
  max-height: unset;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  color: #757575;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  -webkit-transition: color 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: color 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  padding: 1rem 0;
  background-color: transparent !important;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] {
  color: #212427;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected] {
  color: #212427;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option:hover, .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option:focus {
  color: #212427;
}

/**
 * Material Design Fields
 */
form .gfield {
  position: relative;
}
form .gform_fields {
  grid-column-gap: 4% !important;
  grid-row-gap: 0 !important;
}
form label {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  pointer-events: none;
  color: #212427;
  z-index: 3;
  font-size: 1.125rem !important;
  font-weight: 300 !important;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
form label .gfield_required span {
  color: #212427 !important;
  margin-top: -0.25rem;
  font-size: 1.125rem !important;
  padding-left: 0 !important;
}
form [type=submit], form [type=submit]:hover, form [type=submit]:focus {
  background-color: transparent;
  color: #6A58D9;
  border: none;
  padding-left: 0;
  font-size: 1.125rem;
}
form [type=submit]::after, form [type=submit]:hover::after, form [type=submit]:focus::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 11px;
  background-image: url("../../assets/img/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
}
form .gform_footer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
form .gform_footer [type=submit] {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
form .gform_footer [type=submit]:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.reveal .close-button {
  top: clamp(1.25rem, -2.126rem + 8.439vw, 5rem);
  right: clamp(1.25rem, -2.126rem + 8.439vw, 5rem);
  -webkit-transform: translate(100%, -85%);
          transform: translate(100%, -85%);
}
@media screen and (max-width: 63.99875em) {
  .reveal .close-button {
    -webkit-transform: unset;
            transform: unset;
  }
}

h1,
.h1 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: clamp(2.5rem, 0.925rem + 3.938vw, 4.25rem);
  line-height: 90%;
  letter-spacing: -0.68px;
  color: #212427;
}

h2,
.h2 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: clamp(1.5625rem, 0.269rem + 3.235vw, 3rem);
  line-height: 110%;
  letter-spacing: -0.4px;
  color: #212427;
}

h3,
.h3 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-size: clamp(1.375rem, 0.812rem + 1.406vw, 2rem);
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.5px;
  color: #212427;
}

h4,
.h4 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  line-height: 1.22;
  color: #212427;
  font-size: clamp(1.25rem, 0.8rem + 1.125vw, 1.75rem);
}

.body-1 {
  color: #212427;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: clamp(1.125rem, 0.787rem + 0.844vw, 1.5rem);
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

p, .body-2 {
  color: #212427;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: clamp(1rem, 0.775rem + 0.563vw, 1.25rem);
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.2px;
}

.body-3 {
  color: #212427;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: clamp(0.875rem, 0.762rem + 0.281vw, 1rem);
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.eyebrow {
  color: #757575;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: clamp(1rem, 0.887rem + 0.281vw, 1.125rem);
  font-style: normal;
  font-weight: 300;
  line-height: 90%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.eyebrow-2 {
  color: #757575;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: clamp(0.875rem, 0.762rem + 0.281vw, 1rem);
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

a, .link {
  color: #212427;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: clamp(0.875rem, 0.762rem + 0.281vw, 1rem);
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.16px;
  text-decoration: underline;
}

.cta {
  color: #212427;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: clamp(1rem, 0.887rem + 0.281vw, 1.125rem);
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.18px;
}

.caption {
  color: #212427;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: clamp(0.875rem, 0.762rem + 0.281vw, 1rem);
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.16px;
}

.stat {
  color: #212427;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: clamp(3.125rem, 1.887rem + 3.094vw, 4.5rem);
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -1px;
}

.nav-link {
  color: #F7F3F1;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.176px;
}

.button-primary {
  position: relative;
  overflow: hidden;
  background-color: #DED6FB;
  padding: 1.25rem 1rem;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  -webkit-transition: color 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: color 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  will-change: color;
}
@media screen and (max-width: 63.99875em) {
  .button-primary {
    padding: 1.25rem;
  }
}
.button-primary:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  background-color: #6A58D9;
  z-index: 0;
}
.button-primary:hover, .button-primary:focus {
  background-color: #DED6FB;
  color: #212427;
}
@media print, screen and (min-width: 40em) {
  .button-primary:hover {
    color: #F7F3F1;
  }
  .button-primary:hover:before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.button-primary span {
  position: relative;
  z-index: 1;
}

.download-link svg {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  will-change: transform;
}

.download-link:hover svg {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.default-content .wp-block-image {
  margin: 40px 0;
  position: relative;
}
.default-content .wp-block-columns {
  margin: 30px 0;
}
.default-content .wp-block-columns .wp-block-image {
  margin: 0;
}
.default-content .wp-block-quote {
  background-color: #6A58D9;
  border: none;
  padding: 40px;
  margin: 40px 0;
}
.default-content .wp-block-quote p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #F7F3F1;
}
.default-content .wp-block-quote cite {
  color: #F7F3F1;
  margin-top: 10px;
}
.default-content .wp-block-heading, .default-content p {
  margin-bottom: 1.25rem;
}
.default-content .wp-block-heading.has-text-align-center, .default-content p.has-text-align-center {
  text-align: center;
}
.default-content p:not(.body-3), .default-content a {
  color: #212427;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: clamp(1rem, 0.775rem + 0.563vw, 1.25rem);
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.2px;
}
.default-content .wp-block-spacer {
  max-height: clamp(3.125rem, 0.312rem + 7.032vw, 6.25rem) !important;
}
.default-content .wp-block-separator {
  margin-top: clamp(3.125rem, 0.312rem + 7.032vw, 6.25rem);
  margin-bottom: clamp(3.125rem, 0.312rem + 7.032vw, 6.25rem);
  border-color: #757575;
}
.default-content .grid-x {
  gap: 2.125rem;
}
@media screen and (max-width: 39.99875em) {
  .default-content .grid-x {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .default-content .grid-x .cell {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.post-template-default .content a:hover {
  color: #6A58D9 !important;
}

.about {
  max-width: calc(100vw - 9.5rem);
}
@media screen and (max-width: 63.99875em) {
  .about {
    max-width: 100%;
  }
}
@media screen and (max-width: 63.99875em) {
  .about .about_slider_cell {
    padding-top: 6.25rem;
    padding-left: clamp(4.6875rem, 3.281rem + 3.516vw, 6.25rem);
  }
}
.about .about_slider {
  position: relative;
  min-height: clamp(21.875rem, 13.436rem + 21.097vw, 31.25rem);
  cursor: pointer;
}
.about .about_slider .about_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #2D1B53;
  max-width: clamp(16.25rem, 10.624rem + 14.065vw, 22.5rem);
  height: clamp(21.875rem, 16.249rem + 14.065vw, 28.125rem);
  padding: clamp(2.0625rem, 1.106rem + 2.391vw, 3.125rem);
  -webkit-transition: background-color 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.4s cubic-bezier(0.53, 0, 0.53, 1.39);
  transition: background-color 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.4s cubic-bezier(0.53, 0, 0.53, 1.39);
  transition: background-color 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), transform 0.4s cubic-bezier(0.53, 0, 0.53, 1.39);
  transition: background-color 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), transform 0.4s cubic-bezier(0.53, 0, 0.53, 1.39), -webkit-transform 0.4s cubic-bezier(0.53, 0, 0.53, 1.39);
  will-change: transform, background-color;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.about .about_slider .about_slide .fade {
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.about .about_slider .about_slide[data-aboutslide-index="0"] {
  z-index: 5;
  -webkit-transform: translate(0%);
          transform: translate(0%);
}
.about .about_slider .about_slide[data-aboutslide-index="0"] .fade {
  opacity: 1;
}
.about .about_slider .about_slide[data-aboutslide-index="1"] {
  z-index: 4;
  -webkit-transform: translate(-2.5%, -2.5%) rotate(-4deg);
          transform: translate(-2.5%, -2.5%) rotate(-4deg);
}
.about .about_slider .about_slide[data-aboutslide-index="1"] .fade {
  opacity: 0;
}
.about .about_slider .about_slide[data-aboutslide-index="2"] {
  z-index: 3;
  -webkit-transform: translate(-5%, -5%) rotate(-8deg);
          transform: translate(-5%, -5%) rotate(-8deg);
}
.about .about_slider .about_slide[data-aboutslide-index="2"] .fade {
  opacity: 0;
}
.about .about_slider .about_slide[data-aboutslide-index="3"] {
  z-index: 2;
  -webkit-transform: translate(-7.5%, -7.5%) rotate(-12deg);
          transform: translate(-7.5%, -7.5%) rotate(-12deg);
}
.about .about_slider .about_slide[data-aboutslide-index="3"] .fade {
  opacity: 0;
}
.about .about_slider .about_slide[data-aboutslide-index="4"] {
  z-index: 1;
  -webkit-transform: translate(-10%, -10%) rotate(-16deg);
          transform: translate(-10%, -10%) rotate(-16deg);
}
.about .about_slider .about_slide[data-aboutslide-index="4"] .fade {
  opacity: 0;
}
.about .about_slider .about_slide.purple {
  background-color: #1D1333;
}
.about .about_slider .about_slide.plum {
  background-color: #2D1B53;
}
.about .about_slider .about_slide.brown {
  background-color: #A05F3B;
}
.about .about_slider .about_slide.brown .about_slide-heading {
  color: #212427 !important;
}
.about .about_slider .about_slide.brown .about_slide-body {
  color: #212427 !important;
}
.about .about_slider .about_slide.lilac {
  background-color: #DED6FB;
}
.about .about_slider .about_slide.lilac .about_slide-heading {
  color: #212427 !important;
}
.about .about_slider .about_slide.lilac .about_slide-body {
  color: #212427 !important;
}
.about .about_slider .about_slide.violet {
  background-color: #6A58D9;
}
.about .about_slider .about_slide.violet .about_slide-body {
  color: #F7F3F1 !important;
}
.about .about_slider_info {
  -webkit-transform: translate(-33%, 2.25rem);
          transform: translate(-33%, 2.25rem);
  padding-top: 1rem;
}
.about .about_slider_info svg:last-child {
  margin-top: -2.25rem;
  margin-left: -0.75rem;
}
@media screen and (max-width: 63.99875em) {
  .about .about_slider_info {
    -webkit-transform: translateY(2.25rem);
            transform: translateY(2.25rem);
  }
}

.creation .tabs li {
  position: relative;
  border: 1px solid #6A58D9;
  min-height: clamp(6.25rem, 0.624rem + 14.065vw, 12.5rem);
  -webkit-transition: border-color 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: border-color 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  cursor: pointer;
}
.creation .tabs li:nth-child(1) {
  border-top-left-radius: 1.25rem;
  border-top-width: 2px;
  border-left-width: 2px;
}
.creation .tabs li:nth-child(2) {
  border-top-right-radius: 1.25rem;
  border-top-width: 2px;
  border-right-width: 2px;
}
.creation .tabs li:nth-child(3) {
  border-bottom-left-radius: 1.25rem;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
.creation .tabs li:nth-child(4) {
  border-bottom-right-radius: 1.25rem;
  border-bottom-width: 2px;
  border-right-width: 2px;
}
.creation .tabs li a {
  text-align: center;
  -webkit-transition: color 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: color 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), color 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), color 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  font-size: clamp(1rem, 0.325rem + 1.688vw, 1.75rem) !important;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  padding: 0;
}
.creation .tabs li svg {
  position: absolute;
  top: clamp(0.5rem, 0.05rem + 1.125vw, 1rem);
  right: clamp(0.5rem, 0.05rem + 1.125vw, 1rem);
  -webkit-transform: translate(-0.5rem, 0.5rem);
          transform: translate(-0.5rem, 0.5rem);
  width: auto;
  height: 33%;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
}
.creation .tabs li.is-active:nth-child(1) {
  border-top-color: transparent;
  border-left-color: transparent;
}
.creation .tabs li.is-active:nth-child(2) {
  border-top-color: transparent;
  border-right-color: transparent;
}
.creation .tabs li.is-active:nth-child(3) {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.creation .tabs li.is-active:nth-child(4) {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.creation .tabs li.is-active a {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.creation .tabs li.is-active svg {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.creation .tabs li:hover a {
  color: #F7F3F1;
}
.creation .creation_info {
  -webkit-transform: translateX(2.5rem);
          transform: translateX(2.5rem);
}
@media screen and (max-width: 63.99875em) {
  .creation .creation_info {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media print, screen and (max-width: 56.24875em) {
  .creation .creation_info {
    margin-bottom: clamp(3.125rem, 0.312rem + 7.032vw, 6.25rem);
  }
}
.creation .creation_info .creation_info_icon {
  position: relative;
}
.creation .creation_info .creation_info_icon svg:last-child {
  position: absolute;
  top: -0.66rem;
  left: -0.1rem;
}
@media screen and (max-width: 63.99875em) {
  .creation .tabs-content {
    padding: 1.25rem;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .creation .tabs-content {
    padding: 0;
  }
}
.creation .tabs-content .tab-content ul {
  list-style-type: none;
  padding-left: 0;
}
.creation .tabs-content .tab-content ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
}
.creation .tabs-content .tab-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
  width: 0.5rem;
  height: 0.625rem;
  border-radius: 0.1375rem;
  background-color: #A05F3B;
}
.creation .tabs-panel {
  display: none !important;
  opacity: 0 !important;
}
.creation .tabs-panel.is-active {
  display: block !important;
  -webkit-transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44) !important;
  transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44) !important;
  opacity: 1 !important;
}
@starting-style {
  .creation .tabs-panel.is-active {
    opacity: 0 !important;
  }
}

.criteria .folders-accordion {
  position: relative;
  width: 100%;
}
.criteria .folders-accordion .accordion-line {
  position: absolute;
  top: -0.5625rem;
  right: -0.5625rem;
  width: 33%;
  max-width: 6.62081rem;
  height: auto;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  z-index: 1;
}
.criteria .folders-accordion .accordion-item {
  border: 1px solid #1D1333;
  border-bottom: none;
  border-radius: 1.5625rem 1.5625rem 0px 0px;
  margin-bottom: 0.75rem;
}
.criteria .folders-accordion .accordion-item .accordion-title {
  border: none;
  padding: 3.125rem clamp(1.625rem, 0.275rem + 3.376vw, 3.125rem);
  text-decoration: none;
  margin: 0;
  height: 8.75rem;
  text-wrap-mode: nowrap;
  color: #F7F3F1;
}
.criteria .folders-accordion .accordion-item .accordion-title:before {
  display: none;
}
.criteria .folders-accordion .accordion-item .accordion-title:hover, .criteria .folders-accordion .accordion-item .accordion-title:focus {
  background-color: transparent;
}
.criteria .folders-accordion .accordion-item .accordion-content {
  border: none;
  padding: 0 clamp(1.625rem, 0.275rem + 3.376vw, 3.125rem) 50px clamp(1.625rem, 0.275rem + 3.376vw, 3.125rem);
}
.criteria .folders-accordion .accordion-item .accordion-content p, .criteria .folders-accordion .accordion-item .accordion-content ul {
  margin-bottom: 0;
  color: #F7F3F1;
}
.criteria .folders-accordion .accordion-item .accordion-content .grid-cols-auto-small {
  row-gap: 0;
}
.criteria .folders-accordion .accordion-item.purple {
  background-color: #1D1333;
}
.criteria .folders-accordion .accordion-item.plum {
  background-color: #2D1B53;
}
.criteria .folders-accordion .accordion-item.brown {
  background-color: #A05F3B;
}
.criteria .folders-accordion .accordion-item.brown .accordion-title {
  color: #212427 !important;
}
.criteria .folders-accordion .accordion-item.brown p, .criteria .folders-accordion .accordion-item.brown ul {
  color: #212427 !important;
}
.criteria .folders-accordion .accordion-item.lilac {
  background-color: #DED6FB;
}
.criteria .folders-accordion .accordion-item.lilac .accordion-title {
  color: #212427 !important;
}
.criteria .folders-accordion .accordion-item.lilac p, .criteria .folders-accordion .accordion-item.lilac ul {
  color: #212427 !important;
}
.criteria .folders-accordion .accordion-item.violet {
  background-color: #6A58D9;
}

.team {
  max-width: calc(100vw - 9.5rem);
}
@media screen and (max-width: 63.99875em) {
  .team {
    max-width: 100%;
  }
}
.team .team_slider_cell {
  height: 34.375rem;
  padding-left: 100px;
}
@media screen and (max-width: 63.99875em) {
  .team .team_slider_cell {
    padding-top: 6.25rem;
  }
}
.team .team_slider {
  overflow: visible;
  position: relative;
  min-height: clamp(21.875rem, 13.436rem + 21.097vw, 31.25rem);
  cursor: pointer;
}
.team .team_slider .team_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: clamp(16.25rem, 9.499rem + 16.878vw, 23.75rem);
  height: clamp(18.75rem, 13.124rem + 14.065vw, 25rem);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.53, 0, 0.53, 1.39);
  transition: -webkit-transform 0.5s cubic-bezier(0.53, 0, 0.53, 1.39);
  transition: transform 0.5s cubic-bezier(0.53, 0, 0.53, 1.39);
  transition: transform 0.5s cubic-bezier(0.53, 0, 0.53, 1.39), -webkit-transform 0.5s cubic-bezier(0.53, 0, 0.53, 1.39);
  will-change: transform;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.team .team_slider .team_slide[data-teamslide-index="0"] {
  z-index: 8;
  -webkit-transform: translate(0%);
          transform: translate(0%);
}
.team .team_slider .team_slide[data-teamslide-index="1"] {
  z-index: 7;
  -webkit-transform: translate(-1%, -1%) rotate(-2deg);
          transform: translate(-1%, -1%) rotate(-2deg);
}
.team .team_slider .team_slide[data-teamslide-index="2"] {
  z-index: 6;
  -webkit-transform: translate(-2%, -2%) rotate(-4deg);
          transform: translate(-2%, -2%) rotate(-4deg);
}
.team .team_slider .team_slide[data-teamslide-index="3"] {
  z-index: 5;
  -webkit-transform: translate(-3%, -3%) rotate(-6deg);
          transform: translate(-3%, -3%) rotate(-6deg);
}
.team .team_slider .team_slide[data-teamslide-index="4"] {
  z-index: 4;
  -webkit-transform: translate(-4%, -4%) rotate(-8deg);
          transform: translate(-4%, -4%) rotate(-8deg);
}
.team .team_slider .team_slide[data-teamslide-index="5"] {
  z-index: 3;
  -webkit-transform: translate(-5%, -5%) rotate(-10deg);
          transform: translate(-5%, -5%) rotate(-10deg);
}
.team .team_slider .team_slide[data-teamslide-index="6"] {
  z-index: 2;
  -webkit-transform: translate(-6%, -6%) rotate(-12deg);
          transform: translate(-6%, -6%) rotate(-12deg);
}
.team .team_slider .team_slide[data-teamslide-index="7"] {
  z-index: 1;
  -webkit-transform: translate(-7%, -7%) rotate(-14deg);
          transform: translate(-7%, -7%) rotate(-14deg);
}
.team .team_slider .team_slide[data-teamslide-index="8"] {
  z-index: 0;
  -webkit-transform: translate(-8%, -8%) rotate(-16deg);
          transform: translate(-8%, -8%) rotate(-16deg);
}

.m-hero, .m-hero__container, .m-hero__grid {
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}
@media screen and (max-width: 63.99875em) {
  .m-hero, .m-hero__container, .m-hero__grid {
    min-height: calc(100vh - 5rem);
    min-height: calc(100dvh - 5rem);
  }
}
.m-hero .m-hero_logo, .m-hero__container .m-hero_logo, .m-hero__grid .m-hero_logo {
  width: 18.75rem;
  max-height: 40px;
  -webkit-transition: max-height 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: max-height 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: max-height 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: max-height 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  overflow: hidden;
}
.m-hero .m-hero_logo svg, .m-hero__container .m-hero_logo svg, .m-hero__grid .m-hero_logo svg {
  -webkit-transition: -webkit-filter 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: -webkit-filter 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: filter 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: filter 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-filter 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
}
.m-hero .m-hero_logo svg g path:first-child, .m-hero__container .m-hero_logo svg g path:first-child, .m-hero__grid .m-hero_logo svg g path:first-child {
  -webkit-transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
}
.m-hero .m-hero_logo .icon, .m-hero__container .m-hero_logo .icon, .m-hero__grid .m-hero_logo .icon {
  -webkit-transition: d 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: d 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  will-change: d;
}
.m-hero .m-hero_logo:hover .icon, .m-hero__container .m-hero_logo:hover .icon, .m-hero__grid .m-hero_logo:hover .icon {
  d: path("M 21.851 16.287 V 27.25 a 2.63 2.63 0 0 1 -2.631 2.632 H 4.33 A 2.63 2.63 0 0 1 1.7 27.25 V 4.53 a 2.63 2.63 0 0 1 2.63 -2.632 h 3.092 m 2.811 0.031 h 8.943 a 2.63 2.63 0 0 1 2.641 3.071 v 8.204 M 2.53 29.165 l 18.6 -26.436 M 9.826 18.25 h 12.02");
}
@media screen and (max-width: 63.99875em) {
  .m-hero .m-hero__image, .m-hero__container .m-hero__image, .m-hero__grid .m-hero__image {
    max-width: 33.3333%;
    margin-bottom: clamp(2.0625rem, 1.106rem + 2.391vw, 3.125rem);
  }
}
@media print, screen and (max-width: 56.24875em) {
  .m-hero .m-hero__image, .m-hero__container .m-hero__image, .m-hero__grid .m-hero__image {
    max-width: 50%;
  }
}
@media screen and (max-width: 39.99875em) {
  .m-hero .m-hero__image, .m-hero__container .m-hero__image, .m-hero__grid .m-hero__image {
    max-width: 75%;
  }
}
@media print, screen and (max-width: 26.24875em) {
  .m-hero .m-hero__image, .m-hero__container .m-hero__image, .m-hero__grid .m-hero__image {
    max-width: 100%;
  }
}
.m-hero .m-hero__image .bg-image, .m-hero__container .m-hero__image .bg-image, .m-hero__grid .m-hero__image .bg-image {
  padding-top: 2.5rem;
  padding-right: 2.5rem;
}
.m-hero .m-hero__image .bg-image svg, .m-hero__container .m-hero__image .bg-image svg, .m-hero__grid .m-hero__image .bg-image svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: auto;
  -webkit-transform: translate(-40px, 40px);
          transform: translate(-40px, 40px);
}
.m-hero .m-hero__image .bg-image div, .m-hero__container .m-hero__image .bg-image div, .m-hero__grid .m-hero__image .bg-image div {
  cursor: pointer;
  position: relative;
  z-index: 1;
  height: auto;
  aspect-ratio: 11/15;
}
.m-hero .m-hero__image .bg-image div .hero_slide, .m-hero__container .m-hero__image .bg-image div .hero_slide, .m-hero__grid .m-hero__image .bg-image div .hero_slide {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.m-hero .m-hero__image .bg-image div .hero_slide.active, .m-hero__container .m-hero__image .bg-image div .hero_slide.active, .m-hero__grid .m-hero__image .bg-image div .hero_slide.active {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 1;
}
.m-hero.alt, .m-hero__container.alt, .m-hero__grid.alt {
  min-height: clamp(6.25rem, 0.624rem + 14.065vw, 12.5rem) !important;
}

.page-template-template-home.has-scrolled .m-hero_logo {
  max-height: 0rem;
}
.page-template-template-home.scroll-start .m-hero_logo {
  -webkit-transform: translatey(-4rem);
          transform: translatey(-4rem);
}
@media screen and (max-width: 63.99875em) {
  .page-template-template-home.scroll-start .m-hero_logo {
    -webkit-transform: translatey(-2rem);
            transform: translatey(-2rem);
  }
}
.page-template-template-home .m-hero_logo {
  position: fixed;
  z-index: 10;
}

.m-team-card {
  position: relative;
  cursor: pointer;
}
.m-team-card .m-team-card__content {
  max-width: 80%;
}
.m-team-card .m-team-card__arrow {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translate(-0.5rem, 0.5rem);
          transform: translate(-0.5rem, 0.5rem);
  -webkit-transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
}
.m-team-card .cta .cta__arrow-mask {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: relative;
  width: 0.625rem;
  height: 0.6875rem;
  overflow: hidden;
  -webkit-transition: width 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: width 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), width 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), width 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
}
.m-team-card .cta .cta__arrow-mask .cta__arrow {
  position: absolute;
  top: 0;
  right: 0;
}
.m-team-card:hover .m-team-card__arrow {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.m-team-card:hover .cta__arrow-mask {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
  width: 1.25rem;
}

.m-team-modal .team-modal_image {
  max-width: 25rem;
  overflow: visible;
  padding: 1.25rem;
}
@media print, screen and (max-width: 56.24875em) {
  .m-team-modal .team-modal_image {
    margin-top: 1.25rem;
  }
}
.m-team-modal .team-modal_image img {
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
}
.m-team-modal .team-modal_image svg {
  width: 25%;
  height: auto;
  top: 0;
  right: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
}
.m-team-modal .h1 {
  padding-right: 1rem;
}
.m-team-modal .eyebrow-2, .m-team-modal .h1, .m-team-modal .body-2 {
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
}
@media screen and (max-width: 39.99875em) {
  .m-team-modal .m-team-modal_controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 1.25rem;
  }
}

.m-team-modal[aria-hidden=false] .team-modal_image svg {
  -webkit-transform: translate(0.625rem, -0.625rem);
          transform: translate(0.625rem, -0.625rem);
}
.m-team-modal[aria-hidden=false] .team-modal_image img {
  opacity: 1;
}
.m-team-modal[aria-hidden=false] .eyebrow-2, .m-team-modal[aria-hidden=false] .h1, .m-team-modal[aria-hidden=false] .body-2 {
  opacity: 1;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}
.m-team-modal[aria-hidden=false] .eyebrow-2 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.m-team-modal[aria-hidden=false] .h1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.m-team-modal[aria-hidden=false] .body-2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.m-news-card {
  position: relative;
  cursor: pointer;
}
.m-news-card .m-news-card__content {
  max-width: 80%;
}
.m-news-card .m-news-card__arrow {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translate(-0.5rem, 0.5rem);
          transform: translate(-0.5rem, 0.5rem);
  -webkit-transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: opacity 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
}
.m-news-card .cta .cta__arrow-mask {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: relative;
  width: 0.625rem;
  height: 0.6875rem;
  overflow: hidden;
  -webkit-transition: width 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: width 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), width 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
  transition: transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), width 0.25s cubic-bezier(0.59, 0, 0.4, 0.44), -webkit-transform 0.25s cubic-bezier(0.59, 0, 0.4, 0.44);
}
.m-news-card .cta .cta__arrow-mask .cta__arrow {
  position: absolute;
  top: 0;
  right: 0;
}
.m-news-card:hover .m-news-card__arrow {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.m-news-card:hover .cta__arrow-mask {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
  width: 1.25rem;
}

.m-card img {
  width: auto;
  height: 100%;
  max-height: 5rem;
}