/* Partials
================================================ */
* {
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, .gform_wrapper:not(#gform_wrapper_1) .gfield_label, .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline), h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#wpadminbar {
  position: fixed;
}

.animate.fadeinright {
  opacity: 0;
}
.animate.fadeinright.animateelement {
  animation: fadeInRight 0.3s forwards ease-in-out;
}
.animate.fadein {
  opacity: 0;
}
.animate.fadein.animateelement {
  animation: fadeIn 0.5s 0.25s forwards ease-in-out;
}
.animate.fadeinup {
  opacity: 0;
}
.animate.fadeinup.animateelement {
  animation: fadeInUp 0.5s 0.25s forwards ease-in-out;
}
@media only screen and (min-width: 768px) {
  .animate.delay {
    animation-delay: 0.5s !important;
  }
  .animate.lg-delay {
    animation-delay: 0.75s !important;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes translateUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes blurOut {
  0% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    filter: blur(10px);
    opacity: 0;
  }
}
/* Font stacks
================================================ */
/* Base Typography
================================================ */
html {
  font-size: 62.5%;
}

body {
  background: #FFFEFB;
  color: #1F1C3A;
  font-family: "SagePeak", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: none;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body {
    font-size: clamp(16px, 1.25vw, 24px);
  }
}

h1, h2, h3, h4, h5, .gform_wrapper:not(#gform_wrapper_1) .gfield_label, .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline) {
  font-family: "Bagoss", sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1 {
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: clamp(48px, 5vw, 96px);
  }
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: clamp(24px, 2.5vw, 48px);
  }
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1024px) {
  h3 {
    font-size: clamp(24px, 2.5vw, 48px);
  }
}
@media screen and (max-width: 1023px) {
  h3 {
    font-size: 2.8rem;
  }
}

h4 {
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: clamp(18px, 1.875vw, 36px);
  }
}
@media screen and (max-width: 1023px) {
  h4 {
    font-size: 2.2rem;
  }
}

h5, .gform_wrapper:not(#gform_wrapper_1) .gfield_label, .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline) {
  text-transform: uppercase;
  letter-spacing: 0.025rem;
}
@media screen and (min-width: 1024px) {
  h5, .gform_wrapper:not(#gform_wrapper_1) .gfield_label, .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline) {
    font-size: clamp(16px, 0.8333333333vw, 16px);
  }
}

@media screen and (min-width: 1024px) {
  h6 {
    font-size: clamp(16px, 0.8333333333vw, 16px);
  }
}

p {
  margin-bottom: 2rem;
}
p:last-of-type, p:last-child, p:only-child {
  margin-bottom: 0;
}

em {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

.body-style a:not(.btn) {
  transition: all 0.2s ease-in;
  display: inline;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.body-style h1, .body-style h2, .body-style h3, .body-style h4, .body-style h5, .body-style .gform_wrapper:not(#gform_wrapper_1) .gfield_label, .gform_wrapper:not(#gform_wrapper_1) .body-style .gfield_label, .body-style .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline), .gform_wrapper:not(#gform_wrapper_1) .body-style .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline) {
  margin-bottom: 2rem;
}
.body-style h1:first-child, .body-style h2:first-child, .body-style h3:first-child, .body-style h4:first-child, .body-style h5:first-child, .body-style .gform_wrapper:not(#gform_wrapper_1) .gfield_label:first-child, .gform_wrapper:not(#gform_wrapper_1) .body-style .gfield_label:first-child, .body-style .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:first-child:not(.gfield_consent_label):not(.gform-field-label--type-inline), .gform_wrapper:not(#gform_wrapper_1) .body-style .gform-field-label:first-child:not(.gfield_consent_label):not(.gform-field-label--type-inline) {
  margin-top: 0;
}
.body-style h1:only-child, .body-style h2:only-child, .body-style h3:only-child, .body-style h4:only-child, .body-style h5:only-child, .body-style .gform_wrapper:not(#gform_wrapper_1) .gfield_label:only-child, .gform_wrapper:not(#gform_wrapper_1) .body-style .gfield_label:only-child, .body-style .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:only-child:not(.gfield_consent_label):not(.gform-field-label--type-inline), .gform_wrapper:not(#gform_wrapper_1) .body-style .gform-field-label:only-child:not(.gfield_consent_label):not(.gform-field-label--type-inline) {
  margin-top: 0;
  margin-bottom: 0;
}
.body-style ul, .body-style ol {
  list-style: disc;
  margin-left: 2.5rem;
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
}
.body-style ul li, .body-style ol li {
  margin-bottom: 1.5rem;
}
.body-style ul li:last-of-type, .body-style ol li:last-of-type {
  margin-bottom: 0;
}
.body-style ul:last-child, .body-style ol:last-child {
  margin-bottom: 0;
}
.body-style ol {
  list-style: decimal;
}

blockquote {
  margin-top: 2.5rem;
  padding-left: 2rem;
  border-left: 0.5rem solid #1F1C3A;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-style: italic;
}

.small-text {
  font-size: 0.61111em;
}
@media screen and (max-width: 1023px) {
  .small-text {
    font-size: 1.6rem;
  }
}

/* Links
================================================ */
a, a:visited {
  color: inherit;
  text-decoration: none;
}

a[href=""] {
  pointer-events: none;
}

h1:not(.no-anim), h2:not(.no-anim), h3:not(.no-anim), .product-masthead p:first-of-type:not(.no-anim) {
  opacity: 0;
}
h1:not(.no-anim) .line, h2:not(.no-anim) .line, h3:not(.no-anim) .line, .product-masthead p:first-of-type:not(.no-anim) .line {
  overflow: hidden;
}
h1:not(.no-anim) .line:nth-of-type(1) .word, h2:not(.no-anim) .line:nth-of-type(1) .word, h3:not(.no-anim) .line:nth-of-type(1) .word, .product-masthead p:first-of-type:not(.no-anim) .line:nth-of-type(1) .word {
  transition-delay: 0s;
}
h1:not(.no-anim) .line:nth-of-type(2) .word, h2:not(.no-anim) .line:nth-of-type(2) .word, h3:not(.no-anim) .line:nth-of-type(2) .word, .product-masthead p:first-of-type:not(.no-anim) .line:nth-of-type(2) .word {
  transition-delay: 0.2s;
}
h1:not(.no-anim) .line:nth-of-type(3) .word, h2:not(.no-anim) .line:nth-of-type(3) .word, h3:not(.no-anim) .line:nth-of-type(3) .word, .product-masthead p:first-of-type:not(.no-anim) .line:nth-of-type(3) .word {
  transition-delay: 0.4s;
}
h1:not(.no-anim) .line:nth-of-type(4) .word, h2:not(.no-anim) .line:nth-of-type(4) .word, h3:not(.no-anim) .line:nth-of-type(4) .word, .product-masthead p:first-of-type:not(.no-anim) .line:nth-of-type(4) .word {
  transition-delay: 0.6s;
}
h1:not(.no-anim) .line:nth-of-type(5) .word, h2:not(.no-anim) .line:nth-of-type(5) .word, h3:not(.no-anim) .line:nth-of-type(5) .word, .product-masthead p:first-of-type:not(.no-anim) .line:nth-of-type(5) .word {
  transition-delay: 0.8s;
}
h1:not(.no-anim) .line:nth-of-type(6) .word, h2:not(.no-anim) .line:nth-of-type(6) .word, h3:not(.no-anim) .line:nth-of-type(6) .word, .product-masthead p:first-of-type:not(.no-anim) .line:nth-of-type(6) .word {
  transition-delay: 1s;
}
h1:not(.no-anim) .line:nth-of-type(7) .word, h2:not(.no-anim) .line:nth-of-type(7) .word, h3:not(.no-anim) .line:nth-of-type(7) .word, .product-masthead p:first-of-type:not(.no-anim) .line:nth-of-type(7) .word {
  transition-delay: 1.2s;
}
h1:not(.no-anim) .line:nth-of-type(8) .word, h2:not(.no-anim) .line:nth-of-type(8) .word, h3:not(.no-anim) .line:nth-of-type(8) .word, .product-masthead p:first-of-type:not(.no-anim) .line:nth-of-type(8) .word {
  transition-delay: 1.4s;
}
h1:not(.no-anim).animateelement .word, h2:not(.no-anim).animateelement .word, h3:not(.no-anim).animateelement .word, .product-masthead p:first-of-type:not(.no-anim).animateelement .word {
  transform: translateY(0%);
}
h1:not(.no-anim) .word, h2:not(.no-anim) .word, h3:not(.no-anim) .word, .product-masthead p:first-of-type:not(.no-anim) .word {
  transition: 0.5s 0s ease-in;
  font-kerning: none;
  transform: translateY(100%);
}

/* Font Face Imports
================================================ */
@font-face {
  font-family: "Bagoss";
  font-style: normal;
  font-weight: 500;
  src: url("../library/fonts/BagossStandard-Medium.woff") format("woff"), url("../library/fonts/BagossStandard-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Bagoss";
  font-style: normal;
  font-weight: bold;
  src: url("../library/fonts/BagossStandard-Bold.woff") format("woff"), url("../library/fonts/BagossStandard-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "SagePeak";
  font-style: normal;
  font-weight: 400;
  src: url("../library/fonts/SagePeak-Regular.woff") format("woff"), url("../library/fonts/SagePeak-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "SagePeak";
  font-style: italic;
  font-weight: 400;
  src: url("../library/fonts/SagePeak-Italic.woff") format("woff"), url("../library/fonts/SagePeak-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "SagePeak";
  font-style: normal;
  font-weight: 500;
  src: url("../library/fonts/SagePeak-Medium.woff") format("woff"), url("../library/fonts/SagePeak-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "SagePeak";
  font-style: italic;
  font-weight: 500;
  src: url("../library/fonts/SagePeak-MediumItalic.woff") format("woff"), url("../library/fonts/SagePeak-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "SagePeak";
  font-style: normal;
  font-weight: 600;
  src: url("../library/fonts/SagePeak-Semibold.woff") format("woff"), url("../library/fonts/SagePeak-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "SagePeak";
  font-style: normal;
  font-weight: 600;
  src: url("../library/fonts/SagePeak-Semibold.woff") format("woff"), url("../library/fonts/SagePeak-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "SagePeak";
  font-style: italic;
  font-weight: 600;
  src: url("../library/fonts/SagePeak-SemiboldItalic.woff") format("woff"), url("../library/fonts/SagePeak-SemiboldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "SagePeak";
  font-style: normal;
  font-weight: bold;
  src: url("../library/fonts/SagePeak-Bold.woff") format("woff"), url("../library/fonts/SagePeak-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "SagePeak";
  font-style: italic;
  font-weight: bold;
  src: url("../library/fonts/SagePeak-BoldItalic.woff") format("woff"), url("../library/fonts/SagePeak-BoldItalic.woff2") format("woff2");
}
a.btn, .btn {
  font-size: 1.8rem;
  transition: all 0.2s ease-in;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1rem;
  font-weight: 600;
  border: 1.5px solid #1F1C3A;
  color: #1F1C3A;
  height: 5rem;
  border-radius: 5rem;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0 2.4rem;
}
@media screen and (max-width: 1023px) {
  a.btn, .btn {
    background: #1F1C3A;
  }
}
@media screen and (max-width: 767px) {
  a.btn, .btn {
    height: 3.8rem;
    padding: 0 1.7rem;
  }
}
@media screen and (min-width: 1280px) {
  a.btn, .btn {
    font-size: 2rem;
  }
}
a.btn[href^="#"]:before, .btn[href^="#"]:before {
  order: 2;
  transition: all 0.2s ease-in;
  content: "";
  display: block;
  position: absolute;
  background-image: url("../library/images/down-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  height: 1.2rem;
  width: 1.2rem;
  margin-left: 1rem;
}
@media screen and (min-width: 1920px) {
  a.btn[href^="#"]:before, .btn[href^="#"]:before {
    height: 1.6rem;
    width: 1.6rem;
  }
}
a.btn.download-button:before, .btn.download-button:before {
  order: 2;
  transition: all 0.2s ease-in;
  content: "";
  display: block;
  position: absolute;
  background-image: url("../library/images/download.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 1rem;
}
@media screen and (min-width: 1024px) {
  a.btn.download-button:before, .btn.download-button:before {
    height: 2rem;
    width: 2rem;
  }
}
@media screen and (min-width: 1920px) {
  a.btn.download-button:before, .btn.download-button:before {
    height: 2.4rem;
    width: 2.4rem;
  }
}
a.btn.download-svg svg, .btn.download-svg svg {
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 1rem;
}
a.btn.download-svg svg path, .btn.download-svg svg path {
  transition: all 0.2s ease-in;
}
a.btn.download-svg:before, .btn.download-svg:before {
  display: none;
}
a.btn.small, .btn.small {
  padding: 0 2.4rem;
  font-size: 1.6rem;
  height: 3.8rem;
  padding: 0 1.6rem;
}
a.btn:after, .btn:after {
  transition: all 0.2s ease-in;
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1F1C3A;
  transform-origin: bottom;
}
a.btn span, .btn span {
  transition: all 0.2s ease-in;
  position: relative;
  z-index: 2;
  color: #FFF;
}
@media screen and (min-width: 1024px) {
  a.btn:hover:after, .btn:hover:after {
    transform: scaleY(0);
  }
  a.btn:hover:before, .btn:hover:before {
    background-image: url("../library/images/blue-download.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  a.btn:hover span, .btn:hover span {
    color: #1F1C3A;
  }
  a.btn:hover[href^="#"]:before, .btn:hover[href^="#"]:before {
    background-image: url("../library/images/white-down-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
a.btn.hollow, .btn.hollow, .legal-modules .buttons .btn:nth-of-type(2) {
  background: none;
}
a.btn.hollow span, .btn.hollow span, .legal-modules .buttons .btn:nth-of-type(2) span {
  color: #1F1C3A;
}
a.btn.hollow:after, .btn.hollow:after, .legal-modules .buttons .btn:nth-of-type(2):after {
  transform: scaleY(0);
}
@media screen and (min-width: 1024px) {
  a.btn.hollow:hover:after, .btn.hollow:hover:after, .legal-modules .buttons .btn:hover:nth-of-type(2):after {
    transform: scaleY(1);
  }
  a.btn.hollow:hover span, .btn.hollow:hover span, .legal-modules .buttons .btn:hover:nth-of-type(2) span {
    color: #FFF;
  }
}
a.btn.shortcode-btn, .btn.shortcode-btn {
  margin: 2.4rem 0;
}

body.noscroll {
  overflow: hidden;
}

.wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2.4rem;
  max-width: 192rem;
  padding: 0 2.4rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .wrap {
    padding: 0 4.8rem;
  }
}

.block {
  position: relative;
  padding: 7.5rem 0;
}
@media screen and (min-width: 768px) {
  .block {
    padding-top: clamp(100px, 10.4166666667vw, 200px);
    padding-bottom: clamp(100px, 10.4166666667vw, 200px);
  }
}
.block.large-pd-top {
  padding-top: 12.5rem;
}
@media screen and (min-width: 768px) {
  .block.large-pd-top {
    padding-top: clamp(125px, 13.0208333333vw, 250px);
  }
}
.block.small-pd-top {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .block.small-pd-top {
    padding-top: clamp(75px, 7.8125vw, 150px);
  }
}
.block.no-pd-top {
  padding-top: 0;
}
.block.large-pd-bottom {
  padding-bottom: 12.5rem;
}
@media screen and (min-width: 768px) {
  .block.large-pd-bottom {
    padding-bottom: clamp(125px, 13.0208333333vw, 250px);
  }
}
.block.small-pd-bottom {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .block.small-pd-bottom {
    padding-bottom: clamp(75px, 7.8125vw, 150px);
  }
}
.block.no-pd-bottom {
  padding-bottom: 0;
}

img, a {
  display: block;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.illustration-container {
  position: relative;
}
.illustration-container svg {
  display: block;
  width: 100%;
  height: auto;
}

.cc-window {
  font-family: "SagePeak", sans-serif !important;
}
.cc-window .cc-btn {
  transition: all 0.2s ease-in;
  border-radius: 10rem !important;
  background: #c89dff !important;
  border: 1px solid #c89dff !important;
  color: #1F1C3A !important;
}
.cc-window .cc-btn:hover {
  border: 1px solid #08B09B !important;
  background: #08B09B !important;
  color: #FFF !important;
}

/* Blog image styling
================================================ */
img.alignright, img.alignleft, img.aligncenter, img.alignnone {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 4rem 0;
}
img.alignright:first-child, img.alignleft:first-child, img.aligncenter:first-child, img.alignnone:first-child {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  img.alignright {
    float: right;
    margin: 6rem 0;
  }
  img.alignleft {
    float: left;
    margin: 6rem 0;
  }
  img.alignnone {
    margin: 8rem 0;
  }
  img.aligncenter {
    display: block;
    margin: 6rem auto;
  }
  a img.alignright {
    float: right;
    margin: 0 0 6rem 6rem;
  }
  a img.alignleft {
    float: left;
    margin: 0 6rem 6rem 0;
  }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Third Party Payload
================================================ */
/* Layout
================================================ */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
  transition: all 0.2s ease-in;
}
header:not(.open).headerscrolled {
  transform: translateY(-100%);
}
header:not(.open).headerscrolled.show {
  transform: translateY(0%);
}
header .wrap {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: flex-end;
}
header .logo {
  transition: all 0.2s ease-in;
  position: relative;
  z-index: 2;
  display: block;
  max-width: 19rem;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  header .logo {
    max-width: 15.6rem;
  }
}
header .logo:hover {
  transform: translateY(-1rem);
}
header .logo img {
  width: 100%;
  height: auto;
}
header .btn {
  position: relative;
  z-index: 3;
  background: #fffefb !important;
}
@media screen and (max-width: 1023px) {
  header .btn:not(.menu-toggle) {
    display: none;
  }
}
header.open .btn {
  background: #FFFEFB;
}
header.open .btn span {
  color: #1F1C3A;
}
header.open .btn:after {
  background: #FFFEFB;
}
header.open .btn:hover {
  transform: scale(1.05);
}
header.open .btn:hover span {
  color: #1F1C3A;
}
header.open .btn:hover .toggle:before, header.open .btn:hover .toggle:after {
  background: #1F1C3A;
}
header .menu-toggle {
  gap: 1.6rem;
}
header .menu-toggle .toggle {
  position: relative;
  z-index: 2;
  height: 1.1rem;
  width: 2.4rem;
}
header .menu-toggle .toggle:before, header .menu-toggle .toggle:after {
  transition: 0.25s 0s ease-in;
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  height: 0.1rem;
  background: #1F1C3A;
  width: 100%;
}
header .menu-toggle .toggle:after {
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  header .menu-toggle:hover .toggle:before, header .menu-toggle:hover .toggle:after {
    background: #FFFEFB;
  }
}
header .menu-toggle.active .toggle:before, header .menu-toggle.active .toggle:after {
  top: 50%;
}
header .menu-toggle.active .toggle:before {
  transform: rotate(45deg);
}
header .menu-toggle.active .toggle:after {
  transform: rotate(-45deg);
}

.main-nav {
  transition: 0.4s 0s ease-in;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transform: translateY(-100%);
  background: #1F1C3A;
  color: #FFF;
  overflow: auto;
  font-family: "Bagoss", sans-serif;
}
.main-nav .illustration-container, .main-nav .right {
  transition: 0.5s 0s ease-in;
  opacity: 0;
}
.main-nav.open {
  transform: none;
}
.main-nav.open .illustration-container, .main-nav.open .right {
  transition-delay: 0.75s;
  opacity: 1;
}
.main-nav.open .illustration-container {
  transition-delay: 0.5s;
}

@media screen and (max-width: 767px) {
  .main-nav {
    padding-top: 12rem;
    padding-bottom: 2.4rem;
  }
  .main-nav .illustration-container, .main-nav .right {
    transition: all 0.2s ease-in;
    opacity: 0;
  }
  .main-nav.open {
    transform: none;
  }
  .main-nav.open .illustration-container, .main-nav.open .right {
    transition-delay: 1s;
    opacity: 1;
  }
  .main-nav.open .illustration-container {
    transition-delay: 1.3s;
  }
  .main-nav .wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
    max-height: 76rem;
    padding: 0;
  }
  .main-nav .illustration-container {
    display: none;
    position: absolute;
    bottom: 2.4rem;
    left: 2.4rem;
    width: calc(100% - 5.6rem);
    order: 2;
  }
  .main-nav .illustration-container img {
    display: block;
    width: 100%;
    height: auto;
  }
  .main-nav .illustration-container img.desktop-image {
    display: none;
  }
  .main-nav .right {
    position: relative;
    background: #1F1C3A;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 2.4rem;
  }
  .main-nav h5, .main-nav .gform_wrapper:not(#gform_wrapper_1) .gfield_label, .gform_wrapper:not(#gform_wrapper_1) .main-nav .gfield_label, .main-nav .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline), .gform_wrapper:not(#gform_wrapper_1) .main-nav .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline) {
    font-size: 1.6rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #FFF;
    margin-bottom: 2.6rem;
  }
  .main-nav .col {
    align-self: self-end;
  }
  .main-nav .col:nth-of-type(3) {
    margin-top: 4rem;
    margin-bottom: 0;
  }
  .main-nav .col:nth-of-type(3), .main-nav .col:nth-of-type(4) {
    width: 100%;
  }
  .main-nav .col:nth-of-type(3) h5, .main-nav .col:nth-of-type(3) .gform_wrapper:not(#gform_wrapper_1) .gfield_label, .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(3) .gfield_label, .main-nav .col:nth-of-type(3) .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline), .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(3) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline), .main-nav .col:nth-of-type(4) h5, .main-nav .col:nth-of-type(4) .gform_wrapper:not(#gform_wrapper_1) .gfield_label, .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(4) .gfield_label, .main-nav .col:nth-of-type(4) .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline), .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(4) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline) {
    position: relative;
    padding-bottom: 1.1rem;
    margin-bottom: 1.6rem;
  }
  .main-nav .col:nth-of-type(3) h5:before, .main-nav .col:nth-of-type(3) .gform_wrapper:not(#gform_wrapper_1) .gfield_label:before, .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(3) .gfield_label:before, .main-nav .col:nth-of-type(3) .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline):before, .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(3) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline):before, .main-nav .col:nth-of-type(3) h5:after, .main-nav .col:nth-of-type(3) .gform_wrapper:not(#gform_wrapper_1) .gfield_label:after, .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(3) .gfield_label:after, .main-nav .col:nth-of-type(3) .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline):after, .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(3) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline):after, .main-nav .col:nth-of-type(4) h5:before, .main-nav .col:nth-of-type(4) .gform_wrapper:not(#gform_wrapper_1) .gfield_label:before, .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(4) .gfield_label:before, .main-nav .col:nth-of-type(4) .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline):before, .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(4) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline):before, .main-nav .col:nth-of-type(4) h5:after, .main-nav .col:nth-of-type(4) .gform_wrapper:not(#gform_wrapper_1) .gfield_label:after, .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(4) .gfield_label:after, .main-nav .col:nth-of-type(4) .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline):after, .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(4) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline):after {
    transition: all 0.2s ease-in;
    content: "";
    display: block;
    position: absolute;
    left: auto;
    right: 0.4em;
    top: calc(50% - 1.3rem);
    width: 0.2rem;
    height: 1.6rem;
    background: #FFF;
  }
  .main-nav .col:nth-of-type(3) h5:before, .main-nav .col:nth-of-type(3) .gform_wrapper:not(#gform_wrapper_1) .gfield_label:before, .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(3) .gfield_label:before, .main-nav .col:nth-of-type(3) .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline):before, .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(3) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline):before, .main-nav .col:nth-of-type(4) h5:before, .main-nav .col:nth-of-type(4) .gform_wrapper:not(#gform_wrapper_1) .gfield_label:before, .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(4) .gfield_label:before, .main-nav .col:nth-of-type(4) .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline):before, .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(4) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline):before {
    transform: rotate(90deg);
  }
  .main-nav .col:nth-of-type(3) h5.open:after, .main-nav .col:nth-of-type(3) .gform_wrapper:not(#gform_wrapper_1) .open.gfield_label:after, .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(3) .open.gfield_label:after, .main-nav .col:nth-of-type(3) .gform_wrapper:not(#gform_wrapper_1) .open.gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline):after, .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(3) .open.gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline):after, .main-nav .col:nth-of-type(4) h5.open:after, .main-nav .col:nth-of-type(4) .gform_wrapper:not(#gform_wrapper_1) .open.gfield_label:after, .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(4) .open.gfield_label:after, .main-nav .col:nth-of-type(4) .gform_wrapper:not(#gform_wrapper_1) .open.gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline):after, .gform_wrapper:not(#gform_wrapper_1) .main-nav .col:nth-of-type(4) .open.gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline):after {
    transform: scaleX(0);
  }
  .main-nav .col:nth-of-type(3) ul, .main-nav .col:nth-of-type(4) ul {
    padding-bottom: 2.8rem;
    display: none;
  }
  .main-nav .col li {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 2rem;
  }
  .main-nav .col li:last-of-type {
    margin-bottom: 0;
  }
  .main-nav .col li a {
    display: inline-block;
    position: relative;
    transition: all 0.2s ease-in;
  }
  .main-nav .col li.current-menu-item a {
    text-underline-offset: 1rem;
    text-decoration: underline;
  }
  .main-nav .col:first-of-type, .main-nav .col:nth-of-type(2) {
    align-self: self-start;
    width: 50%;
  }
  .main-nav .col:first-of-type li, .main-nav .col:nth-of-type(2) li {
    line-height: 1;
    margin-bottom: 2.2rem;
  }
  .main-nav .col:first-of-type li:last-of-type, .main-nav .col:nth-of-type(2) li:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .main-nav {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    padding: 10rem 0;
  }
}
@media screen and (min-width: 768px) and (max-height: 850px) {
  .main-nav {
    overflow: auto;
  }
}
@media screen and (min-width: 768px) {
  .main-nav.open {
    transform: none;
  }
  .main-nav .wrap {
    height: 100%;
    max-height: 76rem;
    align-items: center;
  }
  .main-nav .illustration-container {
    position: relative;
    grid-column: span 5;
  }
  .main-nav .illustration-container img {
    display: block;
    width: 100%;
    height: auto;
  }
  .main-nav .illustration-container img.mobile-image {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-height: 950px) {
  .main-nav .illustration-container img {
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 60rem;
  }
}
@media screen and (min-width: 768px) {
  .main-nav .right {
    height: 100%;
    grid-column: 7/13;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 0;
    gap: 8vh 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (min-height: 1000px) {
  .main-nav .right {
    max-height: 60rem;
  }
}
@media screen and (min-width: 768px) and (max-height: 950px) {
  .main-nav .right {
    height: auto;
    gap: 6vh 0;
  }
}
@media screen and (min-width: 768px) and (max-height: 850px) {
  .main-nav .right {
    gap: 5rem 6rem;
  }
}
@media screen and (min-width: 768px) {
  .main-nav h5, .main-nav .gform_wrapper:not(#gform_wrapper_1) .gfield_label, .gform_wrapper:not(#gform_wrapper_1) .main-nav .gfield_label, .main-nav .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline), .gform_wrapper:not(#gform_wrapper_1) .main-nav .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline) {
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #FFF;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-height: 850px) {
  .main-nav h5, .main-nav .gform_wrapper:not(#gform_wrapper_1) .gfield_label, .gform_wrapper:not(#gform_wrapper_1) .main-nav .gfield_label, .main-nav .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline), .gform_wrapper:not(#gform_wrapper_1) .main-nav .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline) {
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .main-nav .col li {
    transition: all 0.2s ease-in;
    position: relative;
    line-height: 1.1;
    margin-bottom: 2.4rem;
    overflow: hidden;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .main-nav .col li {
    font-size: clamp(16px, 1.25vw, 24px);
  }
}
@media screen and (min-width: 768px) and (max-height: 850px) {
  .main-nav .col li {
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 768px) and (max-height: 850px) and (min-width: 1024px) {
  .main-nav .col li {
    font-size: clamp(16px, 1.25vw, 24px);
  }
}
@media screen and (min-width: 768px) {
  .main-nav .col li a {
    position: relative;
  }
  .main-nav .col li a:before {
    transition: all 0.2s ease-in;
    content: "";
    display: block;
    position: absolute;
    background: #c89dff;
    height: 1.2rem;
    width: 1.2rem;
    top: calc(50% - 0.1rem);
    left: -3rem;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  .main-nav .col li.aspire a:before, .main-nav .col li.elevate a:before {
    background: #08B09B;
  }
  .main-nav .col li.lean a:before, .main-nav .col li.sciwheel a:before {
    background: #ff8e25;
  }
  .main-nav .col li:last-of-type {
    margin-bottom: 0;
  }
  .main-nav .col li a {
    display: inline-block;
    position: relative;
    transition: all 0.2s ease-in;
    overflow: hidden;
  }
  .main-nav .col li:hover a {
    padding-left: 3rem;
  }
  .main-nav .col li:hover a:before {
    left: 0rem;
  }
  .main-nav .col li.current-menu-item a {
    padding-left: 3rem;
  }
  .main-nav .col li.current-menu-item a:before {
    left: 0rem;
  }
  .main-nav .col:first-of-type, .main-nav .col:nth-of-type(2) {
    align-self: self-start;
  }
  .main-nav .col:first-of-type li, .main-nav .col:nth-of-type(2) li {
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 3.6rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .main-nav .col:first-of-type li, .main-nav .col:nth-of-type(2) li {
    font-size: clamp(18px, 1.875vw, 36px);
  }
}
@media screen and (min-width: 768px) and (max-height: 850px) {
  .main-nav .col:first-of-type li, .main-nav .col:nth-of-type(2) li {
    margin-bottom: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (max-height: 850px) and (min-width: 1024px) {
  .main-nav .col:first-of-type li, .main-nav .col:nth-of-type(2) li {
    font-size: clamp(14px, 1.4583333333vw, 28px);
  }
}
@media screen and (min-width: 768px) {
  .main-nav .col:first-of-type li:last-of-type, .main-nav .col:nth-of-type(2) li:last-of-type {
    margin-bottom: 0;
  }
}
footer {
  position: relative;
  z-index: 3;
  padding: 8.3rem 0 2.4rem;
  background: #1F1C3A;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 2.4rem;
  }
}
footer .top-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0;
  grid-column: span 12;
}
@media screen and (max-width: 767px) {
  footer .top-row {
    grid-column: span 2;
    gap: 4.8rem 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
footer .top-row {
  margin-bottom: 8.3rem;
}
@media screen and (max-width: 767px) {
  footer .top-row {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  footer .col {
    order: 2;
    grid-column: span 1;
  }
  footer .col.legal-col, footer .col.form-col {
    grid-column: span 2;
  }
  footer .col.form-col {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  footer .col {
    grid-column: span 2;
  }
  footer .col:nth-of-type(2) {
    grid-column: 3/5;
  }
  footer .col:nth-of-type(3) {
    grid-column: 5/9;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  footer .col:nth-of-type(3) {
    grid-column: 5/10;
  }
}
@media screen and (min-width: 768px) {
  footer .col:last-of-type {
    grid-column: 9/13;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  footer .col:last-of-type {
    order: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  footer .col:last-of-type {
    grid-column: 10/13;
  }
}
footer h5, footer .gform_wrapper:not(#gform_wrapper_1) .gfield_label, .gform_wrapper:not(#gform_wrapper_1) footer .gfield_label, footer .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline), .gform_wrapper:not(#gform_wrapper_1) footer .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline) {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #FFF;
  margin-bottom: 4rem;
}
footer ul {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  gap: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}
footer a {
  transition: all 0.2s ease-in;
}
footer a:hover {
  padding-left: 2rem;
}
footer .form-col p {
  max-width: 36rem;
  font-size: 1.6rem;
  margin-bottom: 2.6rem;
}
footer .form-col form {
  position: relative;
}
footer .form-col .gform_submission_error {
  display: none;
}
footer .form-col .gform_fields {
  display: block !important;
}
footer .form-col .gfield {
  position: relative;
  width: 100%;
}
footer .form-col input {
  font-family: "SagePeak", sans-serif;
  -webkit-appearance: none;
  height: 5rem;
  border-radius: 10rem;
  border: 1.5px;
  border: 1px solid #FFFEFB;
  background: none;
  color: #FFF;
  font-size: 1.6rem;
  padding-left: 3rem;
}
footer .form-col ::-moz-placeholder {
  color: #FFF;
}
footer .form-col ::placeholder {
  color: #FFF;
}
footer .form-col .submit-container {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8rem;
  height: 5rem;
  position: absolute;
  border-radius: 0rem 10rem 10rem 0;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  footer .form-col .submit-container {
    width: 12.3rem;
  }
}
footer .form-col .submit-container .submit {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #FFFEFB;
}
footer .form-col .submit-container .submit:after {
  transition: all 0.2s ease-in;
  content: "";
  display: block;
  position: absolute;
  background-image: url("../library/images/blue-right-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2.4rem;
  width: 2.4rem;
}
footer .form-col .submit-container .submit:hover:after {
  margin-left: 1rem;
}
footer .form-col .gfield_validation_message {
  position: absolute;
  top: calc(100% + 1rem);
  color: red;
  left: 0;
  font-size: 1.2rem;
}
footer .form-col .gform_confirmation_message p {
  max-width: none;
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
}
footer .social {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  footer .social {
    justify-content: flex-end;
  }
}
footer .social a {
  transition: all 0.2s ease-in;
}
footer .social a:hover {
  margin: 0;
  padding: 0;
  transform: scale(1.1);
}
footer .social img {
  height: 3rem;
  width: auto;
}
footer .logo {
  grid-column: span 4;
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .logo {
    grid-column: span 2;
  }
}
footer .logo img {
  width: 100%;
  height: auto;
}
footer .copy {
  grid-column: span 12;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  footer .copy {
    grid-column: span 2;
  }
}
footer .copy .copyright {
  margin-bottom: 0;
  margin-right: auto;
}
footer .copy a:hover {
  text-decoration: underline;
}

/* Components Payload
================================================ */
.admin-label {
  position: absolute;
  top: 0;
  left: 0;
  background: red;
  color: #FFF;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .admin-label {
    display: none;
  }
}

.gform_wrapper:not(#gform_wrapper_1) .gform_required_legend, .gform_wrapper:not(#gform_wrapper_1) .gform_submission_error, .gform_wrapper:not(#gform_wrapper_1) .gform_fileupload_rules {
  display: none;
}
.gform_wrapper:not(#gform_wrapper_1) .gform_fields {
  grid-gap: 3rem;
}
.gform_wrapper:not(#gform_wrapper_1) .gfield {
  position: relative;
}
.gform_wrapper:not(#gform_wrapper_1) .gfield_error input, .gform_wrapper:not(#gform_wrapper_1) .gfield_error select, .gform_wrapper:not(#gform_wrapper_1) .gfield_error textarea {
  border-color: red;
}
.gform_wrapper:not(#gform_wrapper_1) .gfield_label, .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline) {
  display: block;
  margin-bottom: 0.8rem;
}
.gform_wrapper:not(#gform_wrapper_1) input, .gform_wrapper:not(#gform_wrapper_1) select, .gform_wrapper:not(#gform_wrapper_1) textarea {
  -webkit-appearance: none;
  font-family: "SagePeak", sans-serif;
  font-size: 1.6rem;
  border-radius: 2.8rem;
  border: 1px solid #1F1C3A;
  height: 4.8rem;
  width: 100%;
  padding-left: 2.1rem;
}
.gform_wrapper:not(#gform_wrapper_1) select {
  background-image: url("../library/images/down-chevron.svg");
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: 98% center;
  cursor: pointer;
}
.gform_wrapper:not(#gform_wrapper_1) input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 0.3rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.gform_wrapper:not(#gform_wrapper_1) input[type=checkbox]:checked {
  background-image: url("../library/images/tick.svg");
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center;
}
.gform_wrapper:not(#gform_wrapper_1) textarea {
  padding-top: 2.1rem;
  height: 32.8rem;
}
.gform_wrapper:not(#gform_wrapper_1) :placeholder {
  color: rgba(143, 141, 155, 0.5);
}
.gform_wrapper:not(#gform_wrapper_1) .gfield--type-checkbox .gchoice {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
.gform_wrapper:not(#gform_wrapper_1) .gfield--type-checkbox .gchoice:first-of-type {
  margin-top: 0.5rem;
}
.gform_wrapper:not(#gform_wrapper_1) .gfield--type-checkbox .gchoice:last-of-type {
  margin-bottom: 0;
}
.gform_wrapper:not(#gform_wrapper_1) .gfield--type-checkbox label {
  cursor: pointer;
  font-size: 2rem;
}
.gform_wrapper:not(#gform_wrapper_1) .gform_drop_area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 2rem;
  line-height: 2.4rem;
  background: none;
  border: rgba(199, 197, 203, 0.25) 0.2rem dashed;
  color: #1F1C3A;
}
.gform_wrapper:not(#gform_wrapper_1) .gform_drop_area .gform_drop_instructions {
  display: block;
  margin: 0;
}
.gform_wrapper:not(#gform_wrapper_1) .gform_drop_area button {
  color: #1F1C3A;
  display: block;
  font-size: 2rem;
  line-height: 2.4rem;
  padding: 0;
  margin: 0;
  font-family: "SagePeak", sans-serif;
  border: none;
  -webkit-appearance: none;
  background: none;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  cursor: pointer;
}
.gform_wrapper:not(#gform_wrapper_1) .gform_drop_area button:hover {
  text-decoration: none;
}
.gform_wrapper:not(#gform_wrapper_1) .ginput_preview_list {
  font-size: 1.4rem;
}
.gform_wrapper:not(#gform_wrapper_1) .ginput_preview_list .ginput_preview {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 2.4rem;
  gap: 2rem;
  border-bottom: 1px solid rgba(31, 28, 58, 0.1);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.gform_wrapper:not(#gform_wrapper_1) .ginput_preview_list .ginput_preview span {
  grid-column: span 1;
}
.gform_wrapper:not(#gform_wrapper_1) .ginput_preview_list .ginput_preview .gfield_fileupload_filename {
  grid-column: span 2;
}
.gform_wrapper:not(#gform_wrapper_1) .ginput_preview_list .ginput_preview .gform_delete_file {
  display: block;
  color: red;
  cursor: pointer;
  margin: 0 auto;
  padding: 0;
}
.gform_wrapper:not(#gform_wrapper_1) .ginput_preview_list .ginput_preview:last-of-type {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.gform_wrapper:not(#gform_wrapper_1) .gfield:not(.gfield_contains_required):not(.gfield_html_formatted):not(.gfield--type-consent) {
  position: relative;
}
.gform_wrapper:not(#gform_wrapper_1) .gfield:not(.gfield_contains_required):not(.gfield_html_formatted):not(.gfield--type-consent):after {
  content: "";
  display: block;
  position: absolute;
  content: "Optional";
  right: 0;
  top: -0.2rem;
  color: #1F1C3A;
}
@media screen and (min-width: 1024px) {
  .gform_wrapper:not(#gform_wrapper_1) .gfield:not(.gfield_contains_required):not(.gfield_html_formatted):not(.gfield--type-consent):after {
    font-size: clamp(16px, 0.8333333333vw, 16px);
  }
}
.gform_wrapper:not(#gform_wrapper_1) .gfield:not(.gfield_contains_required):not(.gfield_html_formatted):not(.gfield--type-consent).gfield_visibility_hidden {
  position: absolute;
}
.gform_wrapper:not(#gform_wrapper_1) .ginput_container--name {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .gform_wrapper:not(#gform_wrapper_1) .ginput_container--name {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
    margin-bottom: 2rem;
  }
}
.gform_wrapper:not(#gform_wrapper_1) .gfield--type-consent {
  margin-bottom: 1rem;
}
.gform_wrapper:not(#gform_wrapper_1) .gfield--type-consent .ginput_container {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1.2rem;
}
.gform_wrapper:not(#gform_wrapper_1) .gfield--type-consent label {
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 2rem;
}
.gform_wrapper:not(#gform_wrapper_1) .gfield_description {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.gform_wrapper:not(#gform_wrapper_1) .gfield_description a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.gform_wrapper:not(#gform_wrapper_1) .gfield_validation_message {
  position: absolute;
  bottom: -2rem;
  color: red;
  left: 0;
  font-size: 1.2rem;
}

.gform_footer {
  position: absolute;
  top: -999999;
  left: -99999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.news-card {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .news-card {
    border-radius: 0.8rem;
  }
}
.news-card .image-container {
  position: relative;
  border-radius: 1.2rem 1.2rem 0 0;
  overflow: hidden;
  transition: all 0.2s ease-in;
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.75;
  transform: translateY(2rem);
}
@media screen and (max-width: 1023px) {
  .news-card .image-container {
    aspect-ratio: 1/0.7;
    border-radius: 0.8rem 0.8rem 0 0;
  }
}
.news-card .image-container img {
  transition: 0.4s 0s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.news-card .course-info {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2rem;
  bottom: calc(100% - 2rem);
  padding: 1.6rem 1.2rem;
  left: 1.2rem;
  border-radius: 1.2rem 1.2rem 0 0;
  background: #FFF;
  max-width: calc(100% - 2.4rem);
}
.news-card .course-info span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.news-card .course-info span:first-of-type:after {
  display: inline-block;
  content: "";
  height: 0.6rem;
  width: 0.6rem;
  background: #1F1C3A;
  border-radius: 50%;
  margin: 0 0.8rem;
}
.news-card .content {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flext-start;
  position: relative;
  z-index: 2;
  flex: 1;
  padding: 2.5rem;
  background: #EDEDED;
}
.news-card .tags {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  gap: 1rem;
  margin-bottom: 5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .news-card .tags {
    margin-bottom: 2rem;
  }
}
.news-card .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.8rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 1.6rem;
  border: 1px solid #1F1C3A;
  border-radius: 20rem;
  text-transform: uppercase;
}
.news-card h4 {
  margin-top: auto;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .news-card h4 {
    font-size: 1.8rem;
    line-height: 2.16rem;
  }
}
.news-card .btn {
  margin-top: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .news-card .btn {
    display: none;
  }
}
.news-card:hover .image-container {
  transform: translateY(0rem);
}
.news-card:hover h4:after {
  transform: translateX(0.5rem);
}
.news-card:nth-of-type(1) .image-container:after {
  transition-delay: 0s;
}
.news-card:nth-of-type(2) .image-container:after {
  transition-delay: 0.25s;
}
.news-card:nth-of-type(3) .image-container:after {
  transition-delay: 0.5s;
}
.news-card:nth-of-type(4) .image-container:after {
  transition-delay: 0.75s;
}
.news-card:nth-of-type(5) .image-container:after {
  transition-delay: 1s;
}
.news-card:nth-of-type(6) .image-container:after {
  transition-delay: 1.25s;
}
.news-card:nth-of-type(7) .image-container:after {
  transition-delay: 1.5s;
}
.news-card:nth-of-type(8) .image-container:after {
  transition-delay: 1.75s;
}
.news-card:nth-of-type(9) .image-container:after {
  transition-delay: 2s;
}
.news-card:nth-of-type(10) .image-container:after {
  transition-delay: 2.25s;
}
.news-card:nth-of-type(11) .image-container:after {
  transition-delay: 2.5s;
}
.news-card:nth-of-type(12) .image-container:after {
  transition-delay: 2.75s;
}
.news-card:nth-of-type(13) .image-container:after {
  transition-delay: 3s;
}
.news-card:nth-of-type(14) .image-container:after {
  transition-delay: 3.25s;
}
.news-card:nth-of-type(15) .image-container:after {
  transition-delay: 3.5s;
}
.news-card:nth-of-type(16) .image-container:after {
  transition-delay: 3.75s;
}
.news-card:nth-of-type(17) .image-container:after {
  transition-delay: 4s;
}
.news-card:nth-of-type(18) .image-container:after {
  transition-delay: 4.25s;
}
.news-card:nth-of-type(19) .image-container:after {
  transition-delay: 4.5s;
}
.news-card:nth-of-type(20) .image-container:after {
  transition-delay: 4.75s;
}
.news-card:nth-of-type(21) .image-container:after {
  transition-delay: 5s;
}
.news-card:nth-of-type(22) .image-container:after {
  transition-delay: 5.25s;
}
.news-card:nth-of-type(23) .image-container:after {
  transition-delay: 5.5s;
}
.news-card:nth-of-type(24) .image-container:after {
  transition-delay: 5.75s;
}
.news-card:nth-of-type(25) .image-container:after {
  transition-delay: 6s;
}
.news-card:nth-of-type(26) .image-container:after {
  transition-delay: 6.25s;
}
.news-card:nth-of-type(27) .image-container:after {
  transition-delay: 6.5s;
}
.news-card:nth-of-type(28) .image-container:after {
  transition-delay: 6.75s;
}
.news-card:nth-of-type(29) .image-container:after {
  transition-delay: 7s;
}
.news-card:nth-of-type(30) .image-container:after {
  transition-delay: 7.25s;
}
.news-card:nth-of-type(31) .image-container:after {
  transition-delay: 7.5s;
}
.news-card:nth-of-type(32) .image-container:after {
  transition-delay: 7.75s;
}
.news-card:nth-of-type(33) .image-container:after {
  transition-delay: 8s;
}
.news-card:nth-of-type(34) .image-container:after {
  transition-delay: 8.25s;
}
.news-card:nth-of-type(35) .image-container:after {
  transition-delay: 8.5s;
}
.news-card:nth-of-type(36) .image-container:after {
  transition-delay: 8.75s;
}
.news-card:nth-of-type(37) .image-container:after {
  transition-delay: 9s;
}
.news-card:nth-of-type(38) .image-container:after {
  transition-delay: 9.25s;
}
.news-card:nth-of-type(39) .image-container:after {
  transition-delay: 9.5s;
}
.news-card:nth-of-type(40) .image-container:after {
  transition-delay: 9.75s;
}
.news-card:nth-of-type(41) .image-container:after {
  transition-delay: 10s;
}
.news-card:nth-of-type(42) .image-container:after {
  transition-delay: 10.25s;
}
.news-card:nth-of-type(43) .image-container:after {
  transition-delay: 10.5s;
}
.news-card:nth-of-type(44) .image-container:after {
  transition-delay: 10.75s;
}
.news-card:nth-of-type(45) .image-container:after {
  transition-delay: 11s;
}
.news-card:nth-of-type(46) .image-container:after {
  transition-delay: 11.25s;
}
.news-card:nth-of-type(47) .image-container:after {
  transition-delay: 11.5s;
}
.news-card:nth-of-type(48) .image-container:after {
  transition-delay: 11.75s;
}
.news-card:nth-of-type(49) .image-container:after {
  transition-delay: 12s;
}
.news-card:nth-of-type(50) .image-container:after {
  transition-delay: 12.25s;
}

.extension-link-container {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .extension-link-container {
    bottom: 1rem;
    right: 1rem;
  }
}
.extension-link-container .close {
  transition: all 0.2s ease-in;
  position: absolute;
  top: -1rem;
  left: -1rem;
  cursor: pointer;
}
.extension-link-container .close img {
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .extension-link-container .close img {
    width: 2rem;
    height: 2rem;
  }
}
.extension-link-container .close:hover {
  transform: scale(1.1);
}
.extension-link-container .inner {
  transition: all 0.2s ease-in;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #1F1C3A;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  color: #FFF;
  width: 12.4rem;
  aspect-ratio: 1/1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .extension-link-container .inner {
    width: 8rem;
    font-size: 1rem;
  }
}
.extension-link-container .inner:hover {
  transform: scale(1.1);
}

#location-popup {
  position: fixed;
  background: #FFF;
  max-width: 53rem;
  margin: auto;
  opacity: 0;
  transition: all 0.2s ease-in;
  border: none;
  z-index: 99;
  padding: 2rem;
  color: #25245F;
  width: 100%;
  border-radius: 0.8rem;
  width: calc(100% - 4rem);
}
@media screen and (min-width: 768px) {
  #location-popup {
    aspect-ratio: 1;
    padding: 4rem;
  }
}
#location-popup[open] {
  animation: fadeIn 0.25s ease-in-out forwards;
  backface-visibility: hidden;
  animation-delay: 0.25s;
}
#location-popup .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
}
#location-popup .modal-content img {
  max-width: 6rem;
  height: auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #location-popup .modal-content img {
    max-width: 10rem;
  }
}
#location-popup .modal-content .inner {
  max-width: 33rem;
}
@media screen and (min-width: 768px) {
  #location-popup .modal-content h4 {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
  #location-popup .modal-content p {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
#location-popup .modal-content .btn {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  #location-popup .modal-content .btn {
    margin-top: 4rem;
  }
}
#location-popup .modal-content .btn span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#location-popup .modal-content .btn span:before {
  order: 2;
  transition: all 0.2s ease-in;
  content: "";
  display: block;
  position: absolute;
  background-image: url("../library/images/close-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  height: 1.4rem;
  width: 1.4rem;
}
#location-popup .modal-content .btn:hover span:before {
  background-image: url("../library/images/dark-close-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#location-popup::backdrop {
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  animation: fadeIn 0.25s ease-in-out forwards;
  backface-visibility: hidden;
}

.location-prompt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  z-index: 5;
  bottom: 2rem;
  cursor: pointer;
  transform: translateX(calc(100% - 5rem));
  transition: 0.3s 0s ease-in;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .location-prompt {
    transform: translateX(calc(100% - 6rem));
  }
}
.location-prompt.active {
  transform: translateX(0);
}
.location-prompt.active .text {
  opacity: 1;
}
.location-prompt.active .flags {
  opacity: 0;
}
.location-prompt.active .tab img {
  transform: rotate(-90deg);
}
.location-prompt .tab {
  position: absolute;
  right: 100%;
  bottom: 50%;
  transform: translateY(50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(31, 28, 58);
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 5rem 0 0 5rem;
  margin-right: -2px;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .location-prompt .tab {
    width: 3rem;
    height: 3rem;
  }
}
.location-prompt .tab img {
  transform: rotate(90deg);
  margin-left: 0.3rem;
}
@media screen and (max-width: 767px) {
  .location-prompt .tab img {
    margin-left: 0.2rem;
    margin-bottom: 0.1rem;
    max-width: 1rem;
  }
}
.location-prompt .flags {
  transition: all 0.2s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  gap: 1rem;
  font-size: 2.4rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .location-prompt .flags {
    font-size: 3.4rem;
  }
}
.location-prompt .text {
  transition: all 0.2s ease-in;
  opacity: 0;
}
.location-prompt .content {
  max-width: 28rem;
  background: #1F1C3A;
  border: 1px solid #FFF;
  border-right: 0;
  color: #FFF;
  border-radius: 0.8rem 0 0 0.8rem;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 600;
  padding: 3rem 3rem;
}
@media screen and (min-width: 768px) {
  .location-prompt .content {
    max-width: 32rem;
    font-size: 1.8rem;
    padding: 4rem 3rem;
  }
}

#whitepaper-popup {
  position: fixed;
  background: #FFF;
  max-width: 70rem;
  margin: auto;
  opacity: 0;
  transition: all 0.2s ease-in;
  border: none;
  z-index: 99;
  padding: 2rem;
  color: #25245F;
  width: 100%;
  border-radius: 0.8rem;
  width: calc(100% - 4rem);
}
@media screen and (min-width: 768px) {
  #whitepaper-popup {
    padding: 5rem 4rem;
  }
}
#whitepaper-popup[open] {
  animation: fadeIn 0.25s ease-in-out forwards;
  backface-visibility: hidden;
  animation-delay: 0.25s;
}
#whitepaper-popup .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
#whitepaper-popup .modal-content h2 {
  margin-bottom: 6rem;
}
#whitepaper-popup .modal-content .btn {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #whitepaper-popup .gform_wrapper:not(#gform_wrapper_1) .gform_fields {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  #whitepaper-popup .gform_wrapper:not(#gform_wrapper_1) .gfield:not(.gfield_contains_required):not(.gfield_html_formatted):not(.gfield--type-consent):after {
    display: none;
  }
}
#whitepaper-popup::backdrop {
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  animation: fadeIn 0.25s ease-in-out forwards;
  backface-visibility: hidden;
}

.location-prompt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  z-index: 5;
  bottom: 2rem;
  cursor: pointer;
  transform: translateX(calc(100% - 5rem));
  transition: 0.3s 0s ease-in;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .location-prompt {
    transform: translateX(calc(100% - 6rem));
  }
}
.location-prompt.active {
  transform: translateX(0);
}
.location-prompt.active .text {
  opacity: 1;
}
.location-prompt.active .flags {
  opacity: 0;
}
.location-prompt.active .tab img {
  transform: rotate(-90deg);
}
.location-prompt .tab {
  position: absolute;
  right: 100%;
  bottom: 50%;
  transform: translateY(50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(31, 28, 58);
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 5rem 0 0 5rem;
  margin-right: -2px;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .location-prompt .tab {
    width: 3rem;
    height: 3rem;
  }
}
.location-prompt .tab img {
  transform: rotate(90deg);
  margin-left: 0.3rem;
}
@media screen and (max-width: 767px) {
  .location-prompt .tab img {
    margin-left: 0.2rem;
    margin-bottom: 0.1rem;
    max-width: 1rem;
  }
}
.location-prompt .flags {
  transition: all 0.2s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  gap: 1rem;
  font-size: 2.4rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .location-prompt .flags {
    font-size: 3.4rem;
  }
}
.location-prompt .text {
  transition: all 0.2s ease-in;
  opacity: 0;
}
.location-prompt .content {
  max-width: 28rem;
  background: #1F1C3A;
  border: 1px solid #FFF;
  border-right: 0;
  color: #FFF;
  border-radius: 0.8rem 0 0 0.8rem;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 600;
  padding: 3rem 3rem;
}
@media screen and (min-width: 768px) {
  .location-prompt .content {
    max-width: 32rem;
    font-size: 1.8rem;
    padding: 4rem 3rem;
  }
}

/* Blocks Payload
================================================ */
@media screen and (min-width: 768px) and (max-height: 950px) {
  .homepage-masthead {
    min-height: 100vh;
  }
}
.homepage-masthead .wrap {
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .homepage-masthead .wrap {
    gap: 0.5rem 2.4rem;
  }
}
.homepage-masthead .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.4rem;
  grid-column: span 6;
}
@media screen and (max-width: 1023px) {
  .homepage-masthead .content {
    gap: 1.5rem 2.4rem;
    order: 2;
    align-items: center;
    text-align: center;
    grid-column: span 2;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
  .homepage-masthead .content br {
    display: none;
  }
}
.homepage-masthead h1 {
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  .homepage-masthead h1 {
    font-size: clamp(64px, 6.6666666667vw, 128px);
  }
}
.homepage-masthead h1 strong {
  margin-left: -12px;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .homepage-masthead h1 {
    font-size: 5.2rem;
  }
  .homepage-masthead h1 strong {
    margin-left: -6px;
  }
}
.homepage-masthead .right {
  grid-column: span 6;
}
@media screen and (max-width: 1023px) {
  .homepage-masthead .right {
    grid-column: span 2;
  }
}
.homepage-masthead .right.fadein.animateelement {
  animation-delay: 0.5s;
}
.homepage-masthead .right .illustration-container {
  aspect-ratio: 1/0.8;
}
@media screen and (max-width: 767px) {
  .homepage-masthead .right .illustration-container {
    aspect-ratio: 1/1.4;
  }
}

.standalone-video .intro-content {
  grid-column: span 5;
  margin-bottom: 4rem;
}
.standalone-video .video-placeholder {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - 9.6rem);
  height: 100vh;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .standalone-video .video-placeholder {
    width: calc(100% - 5.6rem);
  }
}
.standalone-video .video-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.standalone-video .video-placeholder:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../library/images/play-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14rem;
  aspect-ratio: 1/1;
  z-index: 2;
}

.product-cards .intro-content {
  grid-column: span 7;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .product-cards .intro-content {
    grid-column: span 2;
    margin-bottom: 2.4rem;
  }
  .product-cards .intro-content br {
    display: none;
  }
}
.product-cards .products {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.4rem;
  grid-column: 1/13;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-cards .products {
    grid-column: span 2;
  }
}
@media screen and (min-width: 768px) {
  .product-cards .products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .product-cards .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
  }
}
.product-cards .swiper-wrapper {
  display: contents;
}
.product-cards .product-card {
  transition: 0.3s 0s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
  border-radius: 0.8rem;
  padding: 2.4rem 3.2rem 3.2rem;
  transform: translateY(5rem);
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .product-cards .product-card:nth-of-type(1) {
    transition-delay: 0s;
  }
  .product-cards .product-card:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  .product-cards .product-card:nth-of-type(3) {
    transition-delay: 0.4s;
  }
  .product-cards .product-card:nth-of-type(4) {
    transition-delay: 0.6s;
  }
  .product-cards .product-card:nth-of-type(5) {
    transition-delay: 0.8s;
  }
  .product-cards .product-card:nth-of-type(6) {
    transition-delay: 1s;
  }
  .product-cards .product-card:nth-of-type(7) {
    transition-delay: 1.2s;
  }
  .product-cards .product-card:nth-of-type(8) {
    transition-delay: 1.4s;
  }
}
.product-cards .product-card.animateelement {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .product-cards .product-card {
    padding: 2.4rem 2.4rem 2.8rem 2.4rem;
  }
}
.product-cards .product-card:hover .btn span {
  color: #1F1C3A !important;
}
.product-cards .product-card:hover .btn:after {
  transform: scaleY(0);
}
.product-cards .product-logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 1023px) {
  .product-cards .product-logo {
    max-width: 17rem;
    margin-bottom: 3.2rem;
  }
}
.product-cards .image-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 20rem;
  margin: 0 auto 4.6rem auto;
}
@media screen and (max-width: 767px) {
  .product-cards .image-container {
    margin-bottom: 3.2rem;
  }
}
.product-cards .product-image {
  max-width: 100%;
}
.product-cards h5, .product-cards .gform_wrapper:not(#gform_wrapper_1) .gfield_label, .gform_wrapper:not(#gform_wrapper_1) .product-cards .gfield_label, .product-cards .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline), .gform_wrapper:not(#gform_wrapper_1) .product-cards .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline) {
  font-size: 1.6rem;
  padding-bottom: 1.4rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid rgba(31, 28, 58, 0.5);
}
.product-cards p {
  font-size: 1.6rem;
}
.product-cards p:last-of-type {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .product-cards p:last-of-type {
    margin-bottom: 3.2rem;
  }
}
.product-cards .btn {
  pointer-events: none;
  margin-top: auto;
}

.stacking-content-and-image {
  padding-bottom: 0;
  padding-top: 2rem !important;
}
.stacking-content-and-image.large-mrg-top {
  margin-top: 12.5rem;
}
@media screen and (min-width: 768px) {
  .stacking-content-and-image.large-mrg-top {
    margin-top: clamp(125px, 13.0208333333vw, 250px);
  }
}
.stacking-content-and-image.medium-mrg-top {
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .stacking-content-and-image.medium-mrg-top {
    margin-top: clamp(100px, 10.4166666667vw, 200px);
  }
}
.stacking-content-and-image.small-mrg-top {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .stacking-content-and-image.small-mrg-top {
    margin-top: clamp(75px, 7.8125vw, 150px);
  }
}
.stacking-content-and-image.no-mrg-top {
  margin-top: 0;
}
.stacking-content-and-image.large-mrg-bottom {
  margin-bottom: 12.5rem;
}
@media screen and (min-width: 768px) {
  .stacking-content-and-image.large-mrg-bottom {
    margin-bottom: clamp(125px, 13.0208333333vw, 250px);
  }
}
.stacking-content-and-image.medium-mrg-bottom {
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .stacking-content-and-image.medium-mrg-bottom {
    margin-bottom: clamp(100px, 10.4166666667vw, 200px);
  }
}
.stacking-content-and-image.small-mrg-bottom {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .stacking-content-and-image.small-mrg-bottom {
    margin-bottom: clamp(75px, 7.8125vw, 150px);
  }
}
.stacking-content-and-image.no-mrg-bottom {
  padding-bottom: 0;
}
.stacking-content-and-image h2 {
  margin-top: -1.2rem;
  grid-column: span 7;
}
@media screen and (max-width: 1023px) {
  .stacking-content-and-image h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .stacking-content-and-image h2 br {
    display: none;
  }
}
.stacking-content-and-image .intro-content {
  grid-column: span 7;
}
@media screen and (min-width: 1024px) {
  .stacking-content-and-image .intro-content p {
    font-size: clamp(16px, 1.25vw, 24px);
  }
}
.stacking-content-and-image .stacked-rows {
  position: relative;
  grid-column: span 13;
  margin-top: 2rem;
  padding-top: 2rem;
}
.stacking-content-and-image .stacked-rows .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  min-height: 46rem;
  position: relative;
  background: #EDEDED;
  border: 1px solid #C7C5CB;
  border-radius: 2rem;
  padding: 1.5rem 0rem;
  padding-left: 10rem;
  padding-bottom: 5rem;
  padding-right: 5rem;
}
@media screen and (max-height: 800px) {
  .stacking-content-and-image .stacked-rows .row {
    min-height: 35rem;
  }
}
@media screen and (max-width: 1023px) {
  .stacking-content-and-image .stacked-rows .row {
    grid-template-columns: 1fr;
    margin-bottom: 2.4rem;
    padding: 2.4rem;
    min-height: auto;
    gap: 5rem;
  }
  .stacking-content-and-image .stacked-rows .row:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .stacking-content-and-image .stacked-rows .row {
    padding-left: 0;
    padding-right: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .stacking-content-and-image .stacked-rows .row:not(:first-of-type) {
    margin-top: -5rem;
  }
}
.stacking-content-and-image .stacked-rows .image-container {
  grid-column: 1;
  width: 25rem;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .stacking-content-and-image .stacked-rows .image-container {
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }
}
@media screen and (min-width: 1280px) {
  .stacking-content-and-image .stacked-rows .image-container {
    grid-column: 2/4;
  }
}
.stacking-content-and-image .stacked-rows img {
  margin-left: auto;
  margin-right: auto;
  max-width: 23.6rem;
  max-height: 20rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1279px) {
  .stacking-content-and-image .stacked-rows img {
    max-width: 18rem;
  }
}
.stacking-content-and-image .stacked-rows .counter {
  position: absolute;
  top: 1.5rem;
  left: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .stacking-content-and-image .stacked-rows .counter {
    font-size: clamp(16px, 0.8333333333vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .stacking-content-and-image .stacked-rows .counter {
    display: none;
  }
}
.stacking-content-and-image .stacked-rows .content {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  grid-column: 2;
}
@media screen and (min-width: 1280px) {
  .stacking-content-and-image .stacked-rows .content {
    grid-column: 7/12;
  }
}
.stacking-content-and-image .stacked-rows .content .pre-title {
  font-size: 1.8rem;
  margin-bottom: auto;
}
.stacking-content-and-image .stacked-rows .content p:not(.pre-title) {
  font-family: "Bagoss", sans-serif;
  font-size: 1.8rem;
  margin-bottom: auto;
}
@media screen and (min-height: 900px) {
  .stacking-content-and-image .stacked-rows .content p:not(.pre-title) {
    font-size: 2.2rem;
  }
}
.stacking-content-and-image .stacked-rows .content p:not(.pre-title):last-child {
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .stacking-content-and-image .stacked-rows .content p:not(.pre-title) {
    font-size: 1.6rem;
    order: 3;
  }
}
.stacking-content-and-image .stacked-rows .content ul {
  font-size: 2.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .stacking-content-and-image .stacked-rows .content ul {
    font-size: 1.6rem;
    order: 3;
  }
}
.stacking-content-and-image .stacked-rows .content ul:last-child {
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .stacking-content-and-image .stacked-rows .content {
    display: contents;
  }
}
@media screen and (max-width: 1023px) {
  .stacking-content-and-image .intro-content, .stacking-content-and-image .stacked-rows, .stacking-content-and-image h2 {
    grid-column: span 2;
  }
}

@media screen and (min-width: 1024px) {
  .home .stacking-content-and-image .stacked-rows .content p:not(.pre-title) {
    font-size: 2.8rem;
  }
  .stacking-content-and-image#careers-values .stacked-rows .content p:not(.pre-title) {
    font-size: 2.8rem;
  }
}
.stats .intro-content {
  grid-column: span 7;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .stats .intro-content {
    margin-bottom: 2.4rem;
    grid-column: span 2;
  }
  .stats .intro-content br {
    display: none;
  }
}
.stats .stats-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  grid-column: span 13;
  padding: 10.3rem 0;
  text-align: center;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .stats .stats-row {
    gap: 0;
    padding: 4rem 0;
    flex-direction: column;
    grid-column: span 2;
  }
}
.stats .single-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .stats .single-stat {
    min-width: 20rem;
    padding: 2.4rem 0;
  }
  .stats .single-stat:first-of-type {
    padding-top: 0;
  }
  .stats .single-stat:last-of-type {
    padding-bottom: 0;
  }
}
.stats .single-stat:not(:last-of-type):after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 20rem;
  width: 0.15rem;
  background: rgba(31, 28, 58, 0.25);
}
@media screen and (max-width: 767px) {
  .stats .single-stat:not(:last-of-type):after {
    bottom: 0;
    height: 0.15rem;
    width: 100%;
  }
}
.stats .single-stat .stat {
  font-family: "Bagoss", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .stats .single-stat .stat {
    font-size: clamp(48px, 5vw, 96px);
  }
}
@media screen and (max-width: 1023px) {
  .stats .single-stat .stat {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
}
.stats .single-stat p {
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .stats .single-stat p {
    line-height: 1.2;
  }
}

.logo-ticker {
  overflow: hidden;
}
.logo-ticker .intro-content {
  grid-column: span 6;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .logo-ticker .intro-content {
    grid-column: span 2;
    margin-bottom: 6rem;
  }
}
.logo-ticker .logo-ticker-container:last-child {
  margin-bottom: 0;
}
.logo-ticker .marquee {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 9.5rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1023px) {
  .logo-ticker .marquee {
    margin-bottom: 5rem;
    gap: 4rem;
  }
}
.logo-ticker .marquee:hover .marquee-content {
  animation-play-state: paused;
}
.logo-ticker .marquee-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: 9.5rem;
  animation: scroll 45s linear infinite;
  will-change: transform;
}
@media screen and (max-width: 1023px) {
  .logo-ticker .marquee-content {
    gap: 4rem;
  }
}
.logo-ticker img {
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .logo-ticker img {
    max-height: 8rem;
    max-width: 16rem;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.logo-ticker .btn {
  margin-right: auto;
  grid-column: span 13;
}
@media screen and (max-width: 1023px) {
  .logo-ticker .btn {
    grid-column: span 2;
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 9.5rem));
  }
}
.testimonials-carousel {
  overflow: hidden;
}
.testimonials-carousel .intro-content {
  grid-column: span 12;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .testimonials-carousel .intro-content {
    grid-column: span 2;
    margin-bottom: 3.4rem;
  }
  .testimonials-carousel .intro-content h2 br {
    display: none;
  }
}
.testimonials-carousel .carousel-container {
  padding-left: clamp(4.8rem, (100vw - 182.4rem) / 2, 100rem);
  padding-right: 4.8rem;
}
@media screen and (max-width: 1023px) {
  .testimonials-carousel .carousel-container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.testimonials-carousel .carousel-container.swiper .swiper-wrapper {
  display: flex;
}
.testimonials-carousel .carousel-container.swiper .swiper-wrapper:hover {
  cursor: url("../library/images/drag-cta.png"), pointer;
}
.testimonials-carousel .carousel-container:not(.swiper) {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2.4rem;
}
.testimonials-carousel .swiper-wrapper {
  display: contents;
}
.testimonials-carousel .testimonial-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  background: #EDEDED;
  padding: 10rem 8rem 8rem 22rem;
  border-radius: 1.2rem;
  height: auto;
  min-height: clamp(30rem, 70vh, 67.5rem);
  margin-bottom: 9.6rem;
}
@media screen and (max-width: 767px) {
  .testimonials-carousel .testimonial-slide {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .testimonials-carousel .testimonial-slide {
    min-height: 51.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .testimonials-carousel .testimonial-slide {
    min-height: 40rem;
    padding: 2.4rem;
    padding-top: 6.5rem;
    border-radius: 0.5rem;
  }
}
.testimonials-carousel .testimonial-slide:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../library/images/speechmark-bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -9.6rem;
  right: 14rem;
  height: 9.7rem;
  width: 10.6rem;
}
@media screen and (max-width: 767px) {
  .testimonials-carousel .testimonial-slide:after {
    bottom: -4.3rem;
    right: 3rem;
    height: 4.3rem;
    width: 4.8rem;
  }
}
.testimonials-carousel .testimonial-slide svg {
  position: absolute;
  top: 6.4rem;
  left: 8rem;
  width: clamp(5rem, 10%, 12rem);
  height: auto;
}
@media screen and (max-width: 1023px) {
  .testimonials-carousel .testimonial-slide svg {
    top: 2rem;
    left: 2.4rem;
    width: 4rem;
  }
}
.testimonials-carousel .testimonial-slide .content {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  gap: 8rem;
  flex: 1;
  max-width: 66rem;
  margin-left: auto;
}
.testimonials-carousel .testimonial-slide .source {
  font-family: "Bagoss", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: strectch;
  align-items: center;
  gap: 3rem;
  margin-top: auto;
}
.testimonials-carousel .testimonial-slide .source img {
  max-width: 15rem;
  max-height: 8rem;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .testimonials-carousel .testimonial-slide .source img {
    max-width: 10rem;
    max-height: 10rem;
  }
}
.testimonials-carousel .testimonial-slide .source p {
  line-height: 1.3;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .testimonials-carousel .testimonial-slide .source p {
    font-size: clamp(16px, 1.0416666667vw, 20px);
  }
}
@media screen and (min-width: 1024px) {
  .testimonials-carousel .testimonial-slide .source p.source-name {
    font-size: clamp(16px, 1.1458333333vw, 22px);
  }
}
.testimonials-carousel .testimonial-slide:not(.swiper-slide) {
  grid-column: span 13;
}
@media screen and (min-width: 1024px) {
  .testimonials-carousel .testimonial-slide:not(.swiper-slide) {
    grid-column: 3/11;
    min-height: clamp(30rem, 60vh, 59rem);
  }
}
.testimonials-carousel.headshot-testimonials .testimonial-slide .source img {
  width: 6.5rem;
  height: 6.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  border-radius: 50%;
}
.testimonials-carousel .wrap:last-of-type {
  margin-top: 2.4rem;
}
.testimonials-carousel .swiper-nav {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-column: span 13;
  margin-left: auto;
  gap: 1rem;
}
.testimonials-carousel .swiper-button-next, .testimonials-carousel .swiper-button-prev {
  transition: all 0.2s ease-in;
  background-image: url("../library/images/carousel-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: static;
  width: 10.9rem;
  height: 6rem;
}
@media screen and (max-width: 1279px) {
  .testimonials-carousel .swiper-button-next, .testimonials-carousel .swiper-button-prev {
    width: 7rem;
    height: 4.8rem;
  }
}
.testimonials-carousel .swiper-button-next:after, .testimonials-carousel .swiper-button-prev:after {
  display: none;
}
.testimonials-carousel .swiper-button-prev {
  transform: scaleX(-1);
}

.call-to-action .inner {
  grid-column: 4/10;
}
@media screen and (max-width: 1023px) {
  .call-to-action .inner {
    grid-column: span 2;
  }
}
.call-to-action img {
  max-width: 100%;
  height: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .call-to-action img {
    margin-bottom: 2.4rem;
  }
}
.call-to-action .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  text-align: center;
}
.call-to-action .content p {
  margin-left: auto;
  margin-right: auto;
  max-width: 55rem;
}
@media screen and (max-width: 1023px) {
  .call-to-action .content p {
    max-width: 30rem;
  }
}
.call-to-action .btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .call-to-action .btn {
    margin-top: 1.6rem;
  }
}

.inner-masthead {
  padding-top: 22rem;
  background: #EDEDED;
}
@media screen and (max-width: 767px) {
  .inner-masthead {
    padding-top: 8.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .inner-masthead.content-narrow .content p {
    max-width: 48rem;
  }
  .inner-masthead.content-wide .content p {
    max-width: 75rem;
  }
}
.inner-masthead .content {
  grid-column: 2/7;
}
@media screen and (max-width: 1023px) {
  .inner-masthead .content {
    grid-column: 1/7;
  }
}
@media screen and (max-width: 767px) {
  .inner-masthead .content {
    grid-column: span 2;
    order: 2;
  }
}
@media screen and (min-width: 1280px) {
  .inner-masthead .content p {
    max-width: 59rem;
  }
}
.inner-masthead .tags {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}
.inner-masthead .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.8rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 1.6rem;
  border: 1px solid #FFF;
  border-radius: 20rem;
  text-transform: uppercase;
}
.inner-masthead h1 {
  margin-bottom: 1rem;
}
.inner-masthead img {
  grid-column: 8/12;
  margin-left: auto;
  max-width: 47rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .inner-masthead img {
    max-width: 32rem;
  }
}
@media screen and (max-width: 767px) {
  .inner-masthead img {
    max-width: 26rem;
    margin: 0 auto 0 0;
    order: 1;
    grid-column: span 2;
  }
}
.inner-masthead .btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .inner-masthead .btn {
    margin-top: 1.6rem;
    width: 100%;
  }
}
.inner-masthead:not(.image-present) {
  padding: 18rem 0;
}
.inner-masthead:not(.image-present) .content {
  margin-left: auto;
  margin-right: auto;
}
.inner-masthead .content:only-child {
  grid-column: 1/13;
  margin: 0 auto;
  text-align: center;
}
.inner-masthead .content:only-child h1 {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .inner-masthead .content:only-child h1 {
    font-size: clamp(24px, 2.5vw, 48px);
  }
}
.inner-masthead .content:only-child p {
  margin-left: auto;
  margin-right: auto;
}

.cards .intro-content {
  grid-column: span 6;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .cards .intro-content {
    margin-bottom: 2.4rem;
    grid-column: span 2;
  }
  .cards .intro-content br {
    display: none;
  }
}
.cards:not(.swiper-active) .swiper-wrapper {
  display: contents;
}
@media screen and (max-width: 1023px) {
  .cards .swiper-wrapper {
    display: contents;
  }
}
@media screen and (min-width: 1024px) {
  .cards.swiper-active .intro-content {
    padding-left: clamp(4.8rem, (100vw - 182.4rem) / 2, 100rem);
  }
  .cards.swiper-active .cards-container {
    display: block;
    padding-left: clamp(4.8rem, (100vw - 182.4rem) / 2, 100rem);
    padding-right: 4.8rem;
  }
  .cards.swiper-active .swiper-wrapper:hover {
    cursor: url("../library/images/drag-cta.png"), pointer;
  }
  .cards.swiper-active .wrap {
    display: contents;
  }
  .cards.swiper-active .card {
    flex: none;
    height: auto;
  }
  .cards.swiper-active .swiper-nav-container {
    display: grid;
    height: 6rem;
    margin-top: 4.8rem;
  }
  .cards.swiper-active .swiper-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    grid-column: span 13;
    margin-left: auto;
    gap: 1rem;
    margin-top: 0;
  }
  .cards.swiper-active .swiper-button-next, .cards.swiper-active .swiper-button-prev {
    transition: all 0.2s ease-in;
    background-image: url("../library/images/carousel-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: static;
    width: 10.9rem;
    height: 6rem;
    border-radius: 20rem;
  }
  .cards.swiper-active .swiper-button-next:after, .cards.swiper-active .swiper-button-prev:after {
    display: none;
  }
  .cards.swiper-active .swiper-button-prev {
    transform: scaleX(-1);
  }
}
.cards .swiper-nav {
  display: none;
}
.cards .cards-container {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  gap: 2.4rem;
  grid-column: span 12;
}
@media screen and (max-width: 1023px) {
  .cards .cards-container {
    grid-column: span 2;
    flex-wrap: wrap;
  }
}
.cards .card {
  transition: 0.3s 0s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2.5rem 2rem;
  border-radius: 1.2rem;
  width: 100%;
  height: auto;
  min-height: 42rem;
  transform: translateY(5rem);
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .cards .card:nth-of-type(1) {
    transition-delay: 0s;
  }
  .cards .card:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  .cards .card:nth-of-type(3) {
    transition-delay: 0.4s;
  }
  .cards .card:nth-of-type(4) {
    transition-delay: 0.6s;
  }
  .cards .card:nth-of-type(5) {
    transition-delay: 0.8s;
  }
  .cards .card:nth-of-type(6) {
    transition-delay: 1s;
  }
  .cards .card:nth-of-type(7) {
    transition-delay: 1.2s;
  }
  .cards .card:nth-of-type(8) {
    transition-delay: 1.4s;
  }
}
.cards .card.animateelement {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .cards .card {
    min-height: auto;
    width: auto;
    flex: 1;
    min-height: 60rem;
  }
}
@media screen and (min-width: 1024px) and (max-height: 700px) {
  .cards .card {
    min-height: 50rem;
  }
}
@media screen and (min-width: 1280px) {
  .cards .card {
    padding: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .cards .card.wide-image img {
    max-height: 21rem;
    max-width: 41rem;
  }
}
.cards .card.image-custom-centralise img {
  top: -2rem;
}
.cards .card.animateelement {
  transform: translateY(0);
}
.cards h5, .cards .gform_wrapper:not(#gform_wrapper_1) .gfield_label, .gform_wrapper:not(#gform_wrapper_1) .cards .gfield_label, .cards .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline), .gform_wrapper:not(#gform_wrapper_1) .cards .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .cards h4 {
    font-size: 2.8rem;
  }
  .cards h4 br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .cards h4 {
    min-height: 8.6rem;
  }
}
@media screen and (min-width: 1024px) and (max-height: 700px) {
  .cards h4 {
    min-height: 6rem;
  }
}
.cards img {
  position: relative;
  margin: auto;
  max-height: 23.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .cards img {
    margin: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .cards img {
    max-height: 13rem;
    max-width: 30rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 2rem auto;
  }
}
.cards .card-lower-content {
  margin-top: auto;
  max-width: 56rem;
}
.cards .card-lower-content p {
  font-size: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .cards .card-lower-content p {
    font-size: 1.6rem;
  }
}

.video-and-content-columns .intro-content {
  grid-column: span 6;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .video-and-content-columns .intro-content {
    grid-column: span 2;
    margin-bottom: 2.4rem;
  }
}
.video-and-content-columns .rows {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  gap: 4.8rem 2.4rem;
  grid-column: span 12;
}
@media screen and (max-width: 1023px) {
  .video-and-content-columns .rows {
    grid-column: span 2;
  }
}
.video-and-content-columns .row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2.4rem;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .video-and-content-columns .row {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.video-and-content-columns .row .video-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  grid-column: span 5;
  aspect-ratio: 1/1;
  background: #1F1C3A;
}
@media screen and (max-width: 1023px) {
  .video-and-content-columns .row .video-container {
    grid-column: span 1;
  }
}
.video-and-content-columns .row .video-container img {
  max-width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.video-and-content-columns .row .video-container video {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-and-content-columns .row .content {
  grid-column: 7/12;
}
@media screen and (max-width: 1023px) {
  .video-and-content-columns .row .content {
    grid-column: span 1;
  }
  .video-and-content-columns .row .content h4 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .video-and-content-columns .row .content {
    grid-column: 8/12;
  }
}
@media screen and (min-width: 1024px) {
  .video-and-content-columns .row .content p {
    font-size: clamp(16px, 1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 1023px) {
  .video-and-content-columns .row .content p {
    font-size: 1.6rem;
  }
}

.image-and-content {
  position: relative;
}
.image-and-content .inner {
  padding-top: clamp(80px, 8.3333333333vw, 160px);
  padding-bottom: clamp(80px, 8.3333333333vw, 160px);
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2.4rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .image-and-content .inner {
    padding: 5rem 2.4rem;
    grid-column: span 2;
    grid-template-columns: repeat(2, 1fr);
  }
}
.image-and-content .left {
  grid-column: 2/6;
}
@media screen and (max-width: 1023px) {
  .image-and-content .left {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
  }
}
.image-and-content .left h2 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 1023px) {
  .image-and-content .left h2 {
    order: 2;
    margin-bottom: 2.4rem;
  }
}
.image-and-content img {
  max-width: 25rem;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .image-and-content img {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    order: 1;
    margin-bottom: 2.4rem;
  }
}
.image-and-content .right {
  grid-column: 8/13;
}
@media screen and (max-width: 1023px) {
  .image-and-content .right {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1280px) {
  .image-and-content .right {
    grid-column: 7/12;
  }
}
.image-and-content .right h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.image-and-content .right .btn {
  margin-top: 3rem;
}
.image-and-content .btn span {
  color: var(--background_colour);
}
@media screen and (min-width: 1024px) {
  .image-and-content .btn:hover span {
    color: #1F1C3A;
  }
}
.image-and-content .headshot {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 2.7rem;
}
@media screen and (max-width: 767px) {
  .image-and-content .headshot {
    padding-right: 5rem;
  }
}
.image-and-content .headshot img {
  flex-shrink: 0;
  filter: grayscale(1);
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .image-and-content .headshot img {
    width: 5.2rem;
    height: 5.2rem;
  }
}
.image-and-content .headshot p {
  font-family: "Bagoss", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .image-and-content .headshot p {
    font-size: clamp(16px, 1.1458333333vw, 22px);
  }
}
@media screen and (min-width: 1024px) {
  .image-and-content.image-right .left {
    order: 2;
    grid-column: 7/12;
  }
  .image-and-content.image-right .right {
    order: 1;
    grid-column: 1/6;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .image-and-content.image-right .right {
    grid-column: 1/5;
  }
}
@media screen and (max-width: 1023px) {
  .image-and-content.large-image .inner {
    padding: 0;
  }
  .image-and-content.large-image .right {
    order: 1;
  }
  .image-and-content.large-image .left {
    margin-top: 2rem;
    order: 2;
    margin-left: -2.4rem;
    width: calc(100% + 5.6rem);
  }
  .image-and-content.large-image .left img {
    max-width: none;
    width: 100%;
    aspect-ratio: 1/1.1;
  }
}
@media screen and (min-width: 1024px) {
  .image-and-content.large-image {
    padding: 0;
    margin: 50px 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .image-and-content.large-image {
    margin: 100px 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .image-and-content.large-image {
    margin: 200px 0;
  }
}
@media screen and (min-width: 1024px) {
  .image-and-content.large-image .left {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    border-radius: 0;
    order: 1;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .image-and-content.large-image .left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .image-and-content.large-image .left img {
    width: 100%;
    height: 100%;
    max-width: none;
  }
  .image-and-content.large-image .left:after {
    transition: 1s 0s ease-in;
  }
  .image-and-content.large-image.image-right .left {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    border-radius: 0;
    order: 1;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .image-and-content.large-image.image-right .left {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
  }
}
.image-and-content.grayscale-image .left img {
  filter: grayscale(1);
}

.content-and-media-card.small-pd-bottom, .small-pd-bottom.events-overview, .small-pd-bottom.news-overview {
  padding-bottom: 5rem;
}
.content-and-media-card .intro-content, .events-overview .intro-content, .news-overview .intro-content {
  grid-column: span 5;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .content-and-media-card .intro-content, .events-overview .intro-content, .news-overview .intro-content {
    grid-column: span 2;
    margin-bottom: 2.4rem;
  }
}
.content-and-media-card .card, .events-overview .card, .news-overview .card {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2.4rem;
  grid-column: span 12;
  overflow: hidden;
  border-radius: 1.2rem;
  min-height: 4rem;
}
@media screen and (max-width: 1023px) {
  .content-and-media-card .card, .events-overview .card, .news-overview .card {
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .content-and-media-card .card, .events-overview .card, .news-overview .card {
    grid-column: span 2;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .content-and-media-card .card, .events-overview .card, .news-overview .card {
    min-height: 54rem;
  }
}
.content-and-media-card .card .content, .events-overview .card .content, .news-overview .card .content {
  align-self: center;
  grid-column: 1/7;
  padding: 6rem 3rem;
}
@media screen and (max-width: 1023px) {
  .content-and-media-card .card .content, .events-overview .card .content, .news-overview .card .content {
    padding: 0 2.4rem 3rem 2.4rem;
    order: 2;
    grid-column: span 2;
  }
}
@media screen and (min-width: 1280px) {
  .content-and-media-card .card .content, .events-overview .card .content, .news-overview .card .content {
    grid-column: 2/6;
    padding: 9.6rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-and-media-card .card .content p, .events-overview .card .content p, .news-overview .card .content p, .content-and-media-card .card .content ul, .events-overview .card .content ul, .news-overview .card .content ul {
    font-size: clamp(16px, 1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 1023px) {
  .content-and-media-card .card .content p, .events-overview .card .content p, .news-overview .card .content p, .content-and-media-card .card .content ul, .events-overview .card .content ul, .news-overview .card .content ul {
    font-size: 1.6rem;
  }
}
.content-and-media-card .card .tag, .events-overview .card .tag, .news-overview .card .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.8rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 1.2rem;
  padding: 0 1.6rem;
  border: 1.5px solid #1F1C3A;
}
@media screen and (min-width: 1280px) {
  .content-and-media-card .card .tag, .events-overview .card .tag, .news-overview .card .tag {
    font-size: 1.6rem;
  }
}
.content-and-media-card .card .btn, .events-overview .card .btn, .news-overview .card .btn {
  margin-top: 3.2rem;
}
.content-and-media-card .card .btn span, .events-overview .card .btn span, .news-overview .card .btn span {
  color: var(--card_background_colour);
}
@media screen and (max-width: 1023px) {
  .content-and-media-card .card .btn, .events-overview .card .btn, .news-overview .card .btn {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .content-and-media-card .card .btn:hover span, .events-overview .card .btn:hover span, .news-overview .card .btn:hover span {
    color: #1F1C3A;
  }
}
.content-and-media-card .card .media-container, .events-overview .card .media-container, .news-overview .card .media-container {
  position: relative;
  grid-column: 7/13;
}
@media screen and (max-width: 1023px) {
  .content-and-media-card .card .media-container, .events-overview .card .media-container, .news-overview .card .media-container {
    grid-column: span 2;
    order: 1;
    width: 100%;
    aspect-ratio: 1/0.8;
  }
}
.content-and-media-card .card .media-container:not([href=""]):not(div):after, .events-overview .card .media-container:not([href=""]):not(div):after, .news-overview .card .media-container:not([href=""]):not(div):after {
  transition: all 0.2s ease-in;
  content: "";
  display: block;
  position: absolute;
  background-image: url("../library/images/blue-play-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14%;
  aspect-ratio: 1/1;
  z-index: 2;
}
.content-and-media-card .card .media-container:not([href=""]):not(div):hover:after, .events-overview .card .media-container:not([href=""]):not(div):hover:after, .news-overview .card .media-container:not([href=""]):not(div):hover:after {
  transform: translate(-50%, -50%) scale(1.1);
}
.content-and-media-card .card .media-container img, .events-overview .card .media-container img, .news-overview .card .media-container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.callout-content-and-image.small-pd-bottom {
  padding-bottom: 5rem;
}
.callout-content-and-image .card {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2.4rem;
  align-items: center;
  grid-column: span 12;
  border-radius: 1.2rem;
  padding: 5rem 0;
  min-height: clamp(30rem, 60vh, 53rem);
}
@media screen and (max-width: 767px) {
  .callout-content-and-image .card {
    padding: 2.4rem 2.4rem;
    min-height: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
.callout-content-and-image.image-present .content {
  text-align: left;
  grid-column: 6/12;
}
@media screen and (max-width: 767px) {
  .callout-content-and-image.image-present .content {
    grid-column: span 2;
    order: 2;
  }
}
@media screen and (min-width: 1024px) {
  .callout-content-and-image.image-present .content {
    grid-column: 8/12;
  }
}
.callout-content-and-image.image-present img {
  grid-column: 2/5;
  max-width: 27rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .callout-content-and-image.image-present img {
    margin-bottom: 1.5rem;
    width: auto;
    max-height: 23.5rem;
    max-width: 23rem;
    margin-left: auto;
    margin-right: auto;
    order: 1;
    grid-column: span 2;
  }
}
@media screen and (min-width: 768px) {
  .callout-content-and-image.image-present.image-right .content {
    order: 1;
    grid-column: 2/9;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .callout-content-and-image.image-present.image-right .content {
    grid-column: 2/6;
  }
}
@media screen and (min-width: 768px) {
  .callout-content-and-image.image-present.image-right img {
    order: 2;
    grid-column: 10/12;
  }
}
.callout-content-and-image.full-width-content .card {
  min-height: 37rem;
}
@media screen and (min-width: 1024px) {
  .callout-content-and-image.full-width-content .content {
    grid-column: 2/12;
  }
}
.callout-content-and-image .content {
  grid-column: 3/11;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .callout-content-and-image .content {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1280px) {
  .callout-content-and-image .content {
    grid-column: 5/9;
  }
}
.callout-content-and-image h3 {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .callout-content-and-image h3 {
    margin-bottom: 1.2rem;
  }
}
.callout-content-and-image .btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .callout-content-and-image .btn {
    width: 100%;
  }
}
.callout-content-and-image .btn span {
  color: var(--background_colour);
}
@media screen and (min-width: 1024px) {
  .callout-content-and-image .btn:hover span {
    color: #1F1C3A;
  }
}
.callout-content-and-image .btn[target=_blank] span:after {
  display: inline-block;
  margin-left: 1rem;
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.people-grid .intro-content {
  grid-column: span 5;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .people-grid .intro-content {
    grid-column: span 2;
    margin-bottom: 0;
  }
}
.people-grid .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.6rem 2.4rem;
  grid-column: span 12;
}
@media screen and (max-width: 767px) {
  .people-grid .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
    grid-column: span 2;
  }
}
.people-grid .person:nth-of-type(1) {
  animation-delay: 0s;
}
.people-grid .person:nth-of-type(2) {
  animation-delay: 0.25s;
}
.people-grid .person:nth-of-type(3) {
  animation-delay: 0.5s;
}
.people-grid .person:nth-of-type(4) {
  animation-delay: 0.75s;
}
.people-grid .person:nth-of-type(5) {
  animation-delay: 0s;
}
.people-grid .person:nth-of-type(6) {
  animation-delay: 0.25s;
}
.people-grid .person:nth-of-type(7) {
  animation-delay: 0.5s;
}
.people-grid .person:nth-of-type(8) {
  animation-delay: 0.75s;
}
.people-grid .person:nth-of-type(9) {
  animation-delay: 0s;
}
.people-grid .person:nth-of-type(10) {
  animation-delay: 0.25s;
}
.people-grid .person:nth-of-type(11) {
  animation-delay: 0.5s;
}
.people-grid .person:nth-of-type(12) {
  animation-delay: 0.75s;
}
.people-grid .person:nth-of-type(13) {
  animation-delay: 0s;
}
.people-grid .person:nth-of-type(14) {
  animation-delay: 0.25s;
}
.people-grid .person:nth-of-type(15) {
  animation-delay: 0.5s;
}
.people-grid .person:nth-of-type(16) {
  animation-delay: 0.75s;
}
.people-grid .person:nth-of-type(17) {
  animation-delay: 0s;
}
.people-grid .person:nth-of-type(18) {
  animation-delay: 0.25s;
}
.people-grid .person:nth-of-type(19) {
  animation-delay: 0.5s;
}
.people-grid .person:nth-of-type(20) {
  animation-delay: 0.75s;
}
.people-grid .person:nth-of-type(21) {
  animation-delay: 0s;
}
.people-grid .person:nth-of-type(22) {
  animation-delay: 0.25s;
}
.people-grid .person:nth-of-type(23) {
  animation-delay: 0.5s;
}
.people-grid .person:nth-of-type(24) {
  animation-delay: 0.75s;
}
.people-grid .person:nth-of-type(25) {
  animation-delay: 0s;
}
.people-grid .person:nth-of-type(26) {
  animation-delay: 0.25s;
}
.people-grid .person:nth-of-type(27) {
  animation-delay: 0.5s;
}
.people-grid .person:nth-of-type(28) {
  animation-delay: 0.75s;
}
.people-grid .person:nth-of-type(29) {
  animation-delay: 0s;
}
.people-grid .person:nth-of-type(30) {
  animation-delay: 0.25s;
}
.people-grid .person:nth-of-type(31) {
  animation-delay: 0.5s;
}
.people-grid .person:nth-of-type(32) {
  animation-delay: 0.75s;
}
.people-grid .person:nth-of-type(33) {
  animation-delay: 0s;
}
.people-grid .person:nth-of-type(34) {
  animation-delay: 0.25s;
}
.people-grid .person:nth-of-type(35) {
  animation-delay: 0.5s;
}
.people-grid .person:nth-of-type(36) {
  animation-delay: 0.75s;
}
.people-grid .person:nth-of-type(37) {
  animation-delay: 0s;
}
.people-grid .person:nth-of-type(38) {
  animation-delay: 0.25s;
}
.people-grid .person:nth-of-type(39) {
  animation-delay: 0.5s;
}
.people-grid .person:nth-of-type(40) {
  animation-delay: 0.75s;
}
.people-grid .person:nth-of-type(41) {
  animation-delay: 0s;
}
.people-grid .person:nth-of-type(42) {
  animation-delay: 0.25s;
}
.people-grid .person:nth-of-type(43) {
  animation-delay: 0.5s;
}
.people-grid .person:nth-of-type(44) {
  animation-delay: 0.75s;
}
.people-grid .person:nth-of-type(45) {
  animation-delay: 0s;
}
.people-grid .person:nth-of-type(46) {
  animation-delay: 0.25s;
}
.people-grid .person:nth-of-type(47) {
  animation-delay: 0.5s;
}
.people-grid .person:nth-of-type(48) {
  animation-delay: 0.75s;
}
.people-grid .person:nth-of-type(49) {
  animation-delay: 0s;
}
.people-grid .person:nth-of-type(50) {
  animation-delay: 0.25s;
}
@media screen and (max-width: 767px) {
  .people-grid .person:nth-of-type(1) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(2) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(3) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(4) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(5) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(6) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(7) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(8) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(9) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(10) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(11) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(12) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(13) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(14) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(15) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(16) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(17) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(18) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(19) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(20) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(21) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(22) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(23) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(24) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(25) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(26) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(27) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(28) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(29) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(30) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(31) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(32) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(33) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(34) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(35) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(36) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(37) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(38) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(39) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(40) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(41) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(42) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(43) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(44) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(45) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(46) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(47) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(48) {
    animation-delay: 0.25s;
  }
  .people-grid .person:nth-of-type(49) {
    animation-delay: 0s;
  }
  .people-grid .person:nth-of-type(50) {
    animation-delay: 0.25s;
  }
}
.people-grid .person .image-container {
  border-radius: 1.2rem;
  overflow: hidden;
  aspect-ratio: 1/1.2;
  margin-bottom: 1.6rem;
  background: #EDEDED;
}
@media screen and (max-width: 1023px) {
  .people-grid .person .image-container {
    aspect-ratio: auto;
    width: 100%;
    height: 18rem;
  }
}
.people-grid .person .image-container img {
  filter: grayscale(100);
  height: 100%;
  width: 100%;
}
.people-grid .person .content {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: flex-end;
  width: 100%;
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .people-grid .person .content {
    gap: 1.2rem;
    flex-direction: column;
  }
}
.people-grid .person .left {
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .people-grid .person a {
    margin-right: auto;
    max-width: 2.4rem;
  }
  .people-grid .person a img {
    width: 100%;
    height: auto;
  }
}
.people-grid .person p {
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .people-grid .person p {
    font-size: clamp(16px, 1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 1023px) {
  .people-grid .person p {
    font-size: 1.6rem;
  }
}
.people-grid .person p strong {
  display: block;
}
@media screen and (min-width: 1024px) {
  .people-grid .person p strong {
    font-size: clamp(16px, 1.1458333333vw, 22px);
  }
}
@media screen and (max-width: 1023px) {
  .people-grid .person p strong {
    font-size: 1.8rem;
  }
}

.single-events .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.6rem 2.4rem;
}
.single-events .person:nth-of-type(1) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(2) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(3) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(4) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(5) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(6) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(7) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(8) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(9) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(10) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(11) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(12) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(13) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(14) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(15) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(16) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(17) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(18) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(19) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(20) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(21) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(22) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(23) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(24) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(25) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(26) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(27) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(28) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(29) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(30) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(31) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(32) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(33) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(34) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(35) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(36) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(37) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(38) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(39) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(40) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(41) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(42) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(43) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(44) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(45) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(46) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(47) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(48) {
  animation-delay: 0.25s;
}
.single-events .person:nth-of-type(49) {
  animation-delay: 0s;
}
.single-events .person:nth-of-type(50) {
  animation-delay: 0.25s;
}

.events-overview .card, .news-overview .card {
  grid-column: span 12;
  background: #EDEDED;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1023px) {
  .events-overview .card, .news-overview .card {
    margin-bottom: 2rem;
    grid-column: span 2;
  }
}
@media screen and (min-width: 1280px) {
  .events-overview .card, .news-overview .card {
    margin-bottom: 10rem;
  }
}
.events-overview .card .media-container:after, .news-overview .card .media-container:after {
  display: none;
}
@media screen and (max-width: 1023px) {
  .events-overview .card .media-container, .news-overview .card .media-container {
    aspect-ratio: 1/0.7;
  }
}
.events-overview .card .tags, .news-overview .card .tags {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.events-overview .card .course-info, .news-overview .card .course-info {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.events-overview .card .course-info span, .news-overview .card .course-info span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.events-overview .card .course-info span:first-of-type:after, .news-overview .card .course-info span:first-of-type:after {
  display: inline-block;
  content: "";
  height: 0.6rem;
  width: 0.6rem;
  background: #1F1C3A;
  border-radius: 50%;
  margin: 0 0.8rem;
}
.events-overview .card h4, .news-overview .card h4 {
  margin-top: 0;
}
.events-overview .card .btn span, .news-overview .card .btn span {
  color: #EDEDED;
}
.events-overview .card .btn:hover span, .news-overview .card .btn:hover span {
  color: #1F1C3A;
}
.events-overview .news-filters, .news-overview .news-filters {
  grid-column: span 12;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .events-overview .news-filters, .news-overview .news-filters {
    grid-column: span 2;
  }
}
.events-overview .news-filters .mobile-filters, .news-overview .news-filters .mobile-filters {
  display: none;
}
@media screen and (max-width: 1023px) {
  .events-overview .news-filters .mobile-filters, .news-overview .news-filters .mobile-filters {
    display: block;
    width: 100%;
    font-family: "SagePeak", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-appearance: none;
    border: none;
    background: #C89DFF;
    background-image: url("../library/images/plus.svg");
    background-size: 1.6rem;
    background-repeat: no-repeat;
    background-position: calc(50% + 3rem) 50%;
    font-size: 2rem;
    text-align: center;
    height: 6rem;
    width: 100vw;
    margin-left: -2.4rem;
    padding-right: 3rem;
    outline: 0;
  }
  .events-overview .news-filters .mobile-filters option, .news-overview .news-filters .mobile-filters option {
    color: #1F1C3A;
  }
  .events-overview .news-filters .mobile-filters.stuck, .news-overview .news-filters .mobile-filters.stuck {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    margin: 0;
  }
}
.events-overview .news-filters .desktop-filters, .news-overview .news-filters .desktop-filters {
  min-height: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .events-overview .news-filters .desktop-filters, .news-overview .news-filters .desktop-filters {
    display: none;
  }
}
.events-overview .news-filters .hidden-filters, .news-overview .news-filters .hidden-filters {
  display: none;
}
.events-overview .news-filters .hidden-filters .inner, .news-overview .news-filters .hidden-filters .inner {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
}
.events-overview .news-filters .trigger, .news-overview .news-filters .trigger {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1.4rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  margin-right: 3rem;
  flex-shrink: 0;
}
.events-overview .news-filters .trigger:after, .news-overview .news-filters .trigger:after {
  transition: all 0.2s ease-in;
  content: "";
  display: block;
  position: absolute;
  position: static;
  display: block;
  height: 1.6rem;
  width: 1.6rem;
  background-image: url("../library/images/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.events-overview .news-filters .trigger.active:after, .news-overview .news-filters .trigger.active:after {
  transform: rotate(45deg);
}
.events-overview .news-filters .filter, .news-overview .news-filters .filter {
  cursor: pointer;
  font-size: 1.4rem;
  height: 4rem;
  padding: 0rem 2rem;
  border-color: #C7C5CB;
  flex-shrink: 0;
}
.events-overview .news-filters .filter.active:hover:before, .news-overview .news-filters .filter.active:hover:before {
  background-image: url("../library/images/white-plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.events-overview .news-filters .filter.active span, .news-overview .news-filters .filter.active span {
  order: 1;
}
.events-overview .news-filters .filter.active:before, .news-overview .news-filters .filter.active:before {
  order: 2;
  transition: all 0.2s ease-in;
  content: "";
  display: block;
  position: absolute;
  position: static;
  display: block;
  height: 1.6rem;
  width: 1.6rem;
  background-image: url("../library/images/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1rem;
  transform: rotate(45deg);
}
.events-overview .mobile-divider, .news-overview .mobile-divider {
  grid-column: span 2;
  width: 100%;
  border: none;
  height: 0.2rem;
  background: #EDEDED;
  margin-bottom: -3rem;
}
@media screen and (min-width: 1024px) {
  .events-overview .mobile-divider, .news-overview .mobile-divider {
    display: none;
  }
}
.events-overview .post-container, .news-overview .post-container {
  position: relative;
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .events-overview .post-container, .news-overview .post-container {
    grid-template-columns: repeat(2, 1fr);
    grid-column: span 2;
  }
}
.events-overview .inner-grid, .news-overview .inner-grid {
  position: relative;
  grid-column: 1/13;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.6rem 2.4rem;
}
@media screen and (max-width: 1023px) {
  .events-overview .inner-grid, .news-overview .inner-grid {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .events-overview .inner-grid, .news-overview .inner-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
.events-overview .inner-grid.loading, .news-overview .inner-grid.loading {
  animation: fadeOut 1s both;
}
.events-overview .inner-grid.loaded, .news-overview .inner-grid.loaded {
  animation: fadeIn 1s 0.5s both;
}
@media screen and (min-width: 768px) {
  .events-overview .news-card:nth-of-type(1) .image-container:after, .news-overview .news-card:nth-of-type(1) .image-container:after {
    transition-delay: 0s;
  }
  .events-overview .news-card:nth-of-type(2) .image-container:after, .news-overview .news-card:nth-of-type(2) .image-container:after {
    transition-delay: 0.25s;
  }
  .events-overview .news-card:nth-of-type(3) .image-container:after, .news-overview .news-card:nth-of-type(3) .image-container:after {
    transition-delay: 0.5s;
  }
  .events-overview .news-card:nth-of-type(4) .image-container:after, .news-overview .news-card:nth-of-type(4) .image-container:after {
    transition-delay: 0s;
  }
  .events-overview .news-card:nth-of-type(5) .image-container:after, .news-overview .news-card:nth-of-type(5) .image-container:after {
    transition-delay: 0.25s;
  }
  .events-overview .news-card:nth-of-type(6) .image-container:after, .news-overview .news-card:nth-of-type(6) .image-container:after {
    transition-delay: 0.5s;
  }
  .events-overview .news-card:nth-of-type(7) .image-container:after, .news-overview .news-card:nth-of-type(7) .image-container:after {
    transition-delay: 0s;
  }
  .events-overview .news-card:nth-of-type(8) .image-container:after, .news-overview .news-card:nth-of-type(8) .image-container:after {
    transition-delay: 0.25s;
  }
  .events-overview .news-card:nth-of-type(9) .image-container:after, .news-overview .news-card:nth-of-type(9) .image-container:after {
    transition-delay: 0.5s;
  }
  .events-overview .news-card:nth-of-type(10) .image-container:after, .news-overview .news-card:nth-of-type(10) .image-container:after {
    transition-delay: 0s;
  }
  .events-overview .news-card:nth-of-type(11) .image-container:after, .news-overview .news-card:nth-of-type(11) .image-container:after {
    transition-delay: 0.25s;
  }
  .events-overview .news-card:nth-of-type(12) .image-container:after, .news-overview .news-card:nth-of-type(12) .image-container:after {
    transition-delay: 0.5s;
  }
  .events-overview .news-card:nth-of-type(13) .image-container:after, .news-overview .news-card:nth-of-type(13) .image-container:after {
    transition-delay: 0s;
  }
  .events-overview .news-card:nth-of-type(14) .image-container:after, .news-overview .news-card:nth-of-type(14) .image-container:after {
    transition-delay: 0.25s;
  }
  .events-overview .news-card:nth-of-type(15) .image-container:after, .news-overview .news-card:nth-of-type(15) .image-container:after {
    transition-delay: 0.5s;
  }
  .events-overview .news-card:nth-of-type(16) .image-container:after, .news-overview .news-card:nth-of-type(16) .image-container:after {
    transition-delay: 0s;
  }
  .events-overview .news-card:nth-of-type(17) .image-container:after, .news-overview .news-card:nth-of-type(17) .image-container:after {
    transition-delay: 0.25s;
  }
  .events-overview .news-card:nth-of-type(18) .image-container:after, .news-overview .news-card:nth-of-type(18) .image-container:after {
    transition-delay: 0.5s;
  }
  .events-overview .news-card:nth-of-type(19) .image-container:after, .news-overview .news-card:nth-of-type(19) .image-container:after {
    transition-delay: 0s;
  }
  .events-overview .news-card:nth-of-type(20) .image-container:after, .news-overview .news-card:nth-of-type(20) .image-container:after {
    transition-delay: 0.25s;
  }
  .events-overview .news-card:nth-of-type(21) .image-container:after, .news-overview .news-card:nth-of-type(21) .image-container:after {
    transition-delay: 0.5s;
  }
  .events-overview .news-card:nth-of-type(22) .image-container:after, .news-overview .news-card:nth-of-type(22) .image-container:after {
    transition-delay: 0s;
  }
  .events-overview .news-card:nth-of-type(23) .image-container:after, .news-overview .news-card:nth-of-type(23) .image-container:after {
    transition-delay: 0.25s;
  }
  .events-overview .news-card:nth-of-type(24) .image-container:after, .news-overview .news-card:nth-of-type(24) .image-container:after {
    transition-delay: 0.5s;
  }
  .events-overview .news-card:nth-of-type(25) .image-container:after, .news-overview .news-card:nth-of-type(25) .image-container:after {
    transition-delay: 0s;
  }
  .events-overview .news-card:nth-of-type(26) .image-container:after, .news-overview .news-card:nth-of-type(26) .image-container:after {
    transition-delay: 0.25s;
  }
  .events-overview .news-card:nth-of-type(27) .image-container:after, .news-overview .news-card:nth-of-type(27) .image-container:after {
    transition-delay: 0.5s;
  }
  .events-overview .news-card:nth-of-type(28) .image-container:after, .news-overview .news-card:nth-of-type(28) .image-container:after {
    transition-delay: 0s;
  }
  .events-overview .news-card:nth-of-type(29) .image-container:after, .news-overview .news-card:nth-of-type(29) .image-container:after {
    transition-delay: 0.25s;
  }
  .events-overview .news-card:nth-of-type(30) .image-container:after, .news-overview .news-card:nth-of-type(30) .image-container:after {
    transition-delay: 0.5s;
  }
  .events-overview .news-card:nth-of-type(31) .image-container:after, .news-overview .news-card:nth-of-type(31) .image-container:after {
    transition-delay: 0s;
  }
  .events-overview .news-card:nth-of-type(32) .image-container:after, .news-overview .news-card:nth-of-type(32) .image-container:after {
    transition-delay: 0.25s;
  }
  .events-overview .news-card:nth-of-type(33) .image-container:after, .news-overview .news-card:nth-of-type(33) .image-container:after {
    transition-delay: 0.5s;
  }
  .events-overview .news-card:nth-of-type(34) .image-container:after, .news-overview .news-card:nth-of-type(34) .image-container:after {
    transition-delay: 0s;
  }
  .events-overview .news-card:nth-of-type(35) .image-container:after, .news-overview .news-card:nth-of-type(35) .image-container:after {
    transition-delay: 0.25s;
  }
  .events-overview .news-card:nth-of-type(36) .image-container:after, .news-overview .news-card:nth-of-type(36) .image-container:after {
    transition-delay: 0.5s;
  }
  .events-overview .news-card:nth-of-type(37) .image-container:after, .news-overview .news-card:nth-of-type(37) .image-container:after {
    transition-delay: 0s;
  }
  .events-overview .news-card:nth-of-type(38) .image-container:after, .news-overview .news-card:nth-of-type(38) .image-container:after {
    transition-delay: 0.25s;
  }
  .events-overview .news-card:nth-of-type(39) .image-container:after, .news-overview .news-card:nth-of-type(39) .image-container:after {
    transition-delay: 0.5s;
  }
  .events-overview .news-card:nth-of-type(40) .image-container:after, .news-overview .news-card:nth-of-type(40) .image-container:after {
    transition-delay: 0s;
  }
  .events-overview .news-card:nth-of-type(41) .image-container:after, .news-overview .news-card:nth-of-type(41) .image-container:after {
    transition-delay: 0.25s;
  }
  .events-overview .news-card:nth-of-type(42) .image-container:after, .news-overview .news-card:nth-of-type(42) .image-container:after {
    transition-delay: 0.5s;
  }
  .events-overview .news-card:nth-of-type(43) .image-container:after, .news-overview .news-card:nth-of-type(43) .image-container:after {
    transition-delay: 0s;
  }
  .events-overview .news-card:nth-of-type(44) .image-container:after, .news-overview .news-card:nth-of-type(44) .image-container:after {
    transition-delay: 0.25s;
  }
  .events-overview .news-card:nth-of-type(45) .image-container:after, .news-overview .news-card:nth-of-type(45) .image-container:after {
    transition-delay: 0.5s;
  }
  .events-overview .news-card:nth-of-type(46) .image-container:after, .news-overview .news-card:nth-of-type(46) .image-container:after {
    transition-delay: 0s;
  }
  .events-overview .news-card:nth-of-type(47) .image-container:after, .news-overview .news-card:nth-of-type(47) .image-container:after {
    transition-delay: 0.25s;
  }
  .events-overview .news-card:nth-of-type(48) .image-container:after, .news-overview .news-card:nth-of-type(48) .image-container:after {
    transition-delay: 0.5s;
  }
  .events-overview .news-card:nth-of-type(49) .image-container:after, .news-overview .news-card:nth-of-type(49) .image-container:after {
    transition-delay: 0s;
  }
  .events-overview .news-card:nth-of-type(50) .image-container:after, .news-overview .news-card:nth-of-type(50) .image-container:after {
    transition-delay: 0.25s;
  }
}
.events-overview .pagination, .news-overview .pagination {
  margin-top: 3rem;
  grid-column: span 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .events-overview .pagination, .news-overview .pagination {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1024px) {
  .events-overview .pagination, .news-overview .pagination {
    margin-top: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    grid-column: 1/5;
  }
}
.events-overview .page-numbers, .news-overview .page-numbers {
  transition: all 0.2s ease-in;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3.8rem;
  height: 3.8rem;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 50%;
  border: 1px #1F1C3A solid;
}
.events-overview .page-numbers:hover:not(.next):not(.prev), .events-overview .page-numbers.current:not(.next):not(.prev), .news-overview .page-numbers:hover:not(.next):not(.prev), .news-overview .page-numbers.current:not(.next):not(.prev) {
  background: #1F1C3A;
  color: #FFF;
}
.events-overview .page-numbers:hover.next, .events-overview .page-numbers.current.next, .news-overview .page-numbers:hover.next, .news-overview .page-numbers.current.next {
  transform: translateX(0.5rem);
}
.events-overview .page-numbers:hover.prev, .events-overview .page-numbers.current.prev, .news-overview .page-numbers:hover.prev, .news-overview .page-numbers.current.prev {
  transform: scaleX(-1) translateX(0.5rem);
}
.events-overview .page-numbers.prev, .events-overview .page-numbers.next, .news-overview .page-numbers.prev, .news-overview .page-numbers.next {
  border: none;
  font-size: 0;
  background-image: url("../library/images/right-chevron.svg");
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  transform: scaleX(-1);
}
.events-overview .page-numbers.next, .news-overview .page-numbers.next {
  transform: none;
}
.events-overview .news-loader, .news-overview .news-loader {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s 0.5s all;
  z-index: 5;
}
.events-overview .news-loader .loader, .news-overview .news-loader .loader {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.events-overview .news-loader .loader:before, .events-overview .news-loader .loader:after, .news-overview .news-loader .loader:before, .news-overview .news-loader .loader:after {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid transparent;
  border-top-color: #1F1C3A;
}
.events-overview .news-loader .loader:before, .news-overview .news-loader .loader:before {
  z-index: 100;
  animation: spin 1s infinite;
}
.events-overview .news-loader .loader:after, .news-overview .news-loader .loader:after {
  border: 5px solid #F4F4F4;
}
.events-overview .news-loader.show-loader, .news-overview .news-loader.show-loader {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.events-overview .events-filters {
  display: flex;
  grid-column: span 2;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .events-overview .events-filters {
    grid-column: 1/13;
  }
}
.events-overview .events-filters .filter {
  font-size: 1.6rem;
}
.events-overview .events-filters .filter.active {
  background: #1F1C3A;
}
@media screen and (min-width: 1024px) {
  .events-overview .events-filters .filter.active {
    background: none;
  }
  .events-overview .events-filters .filter.active:after {
    transform: scaleY(1);
  }
}
.events-overview .events-filters .filter.active span {
  color: #FFF;
}

.vacancies h2 {
  grid-column: 2/6;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .vacancies h2 {
    grid-column: span 2;
    margin-bottom: 3.2rem;
  }
}
.vacancies .vacancies-rows {
  grid-column: 1/13;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  gap: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .vacancies .vacancies-rows {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1280px) {
  .vacancies .vacancies-rows {
    grid-column: 2/12;
  }
}
.vacancies .row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 2.4rem;
  align-items: center;
  border-bottom: 1px solid #0C0C0C;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .vacancies .row {
    border-top: 1px solid #0C0C0C;
    padding-top: 2.4rem;
    gap: 1.6rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.vacancies .row span:not(.inner) {
  font-family: "Bagoss", sans-serif;
}
@media screen and (min-width: 1024px) {
  .vacancies .row span:not(.inner) {
    font-size: clamp(16px, 1.1458333333vw, 22px);
  }
}
@media screen and (max-width: 1023px) {
  .vacancies .row span:not(.inner) {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .vacancies .row .btn {
    margin-right: auto;
    height: 5rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .vacancies .row .title {
    grid-column: 1/3;
  }
  .vacancies .row .location {
    grid-column: 4/7;
  }
  .vacancies .row .contract-type {
    grid-column: 7/8;
  }
  .vacancies .row .btn {
    grid-column: 8/11;
    margin-left: auto;
  }
}

.partners .intro-content {
  grid-column: span 12;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .partners .intro-content {
    grid-column: span 2;
  }
}
.partners .partner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1.2rem;
  padding: 2.4rem;
  grid-column: span 3;
  background: #1F1C3A;
  color: #FFF;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .partners .partner {
    grid-column: span 1;
  }
}
@media screen and (max-width: 767px) {
  .partners .partner {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1024px) {
  .partners .partner:nth-of-type(1) {
    animation-delay: 0s;
  }
  .partners .partner:nth-of-type(2) {
    animation-delay: 0.25s;
  }
  .partners .partner:nth-of-type(3) {
    animation-delay: 0.5s;
  }
  .partners .partner:nth-of-type(4) {
    animation-delay: 0.75s;
  }
  .partners .partner:nth-of-type(5) {
    animation-delay: 1s;
  }
  .partners .partner:nth-of-type(6) {
    animation-delay: 0s;
  }
  .partners .partner:nth-of-type(7) {
    animation-delay: 0.25s;
  }
  .partners .partner:nth-of-type(8) {
    animation-delay: 0.5s;
  }
  .partners .partner:nth-of-type(9) {
    animation-delay: 0.75s;
  }
  .partners .partner:nth-of-type(10) {
    animation-delay: 1s;
  }
  .partners .partner:nth-of-type(11) {
    animation-delay: 0s;
  }
  .partners .partner:nth-of-type(12) {
    animation-delay: 0.25s;
  }
  .partners .partner:nth-of-type(13) {
    animation-delay: 0.5s;
  }
  .partners .partner:nth-of-type(14) {
    animation-delay: 0.75s;
  }
  .partners .partner:nth-of-type(15) {
    animation-delay: 1s;
  }
  .partners .partner:nth-of-type(16) {
    animation-delay: 0s;
  }
  .partners .partner:nth-of-type(17) {
    animation-delay: 0.25s;
  }
  .partners .partner:nth-of-type(18) {
    animation-delay: 0.5s;
  }
  .partners .partner:nth-of-type(19) {
    animation-delay: 0.75s;
  }
  .partners .partner:nth-of-type(20) {
    animation-delay: 1s;
  }
  .partners .partner:nth-of-type(21) {
    animation-delay: 0s;
  }
  .partners .partner:nth-of-type(22) {
    animation-delay: 0.25s;
  }
  .partners .partner:nth-of-type(23) {
    animation-delay: 0.5s;
  }
  .partners .partner:nth-of-type(24) {
    animation-delay: 0.75s;
  }
  .partners .partner:nth-of-type(25) {
    animation-delay: 1s;
  }
  .partners .partner:nth-of-type(26) {
    animation-delay: 0s;
  }
  .partners .partner:nth-of-type(27) {
    animation-delay: 0.25s;
  }
  .partners .partner:nth-of-type(28) {
    animation-delay: 0.5s;
  }
  .partners .partner:nth-of-type(29) {
    animation-delay: 0.75s;
  }
  .partners .partner:nth-of-type(30) {
    animation-delay: 1s;
  }
  .partners .partner:nth-of-type(31) {
    animation-delay: 0s;
  }
  .partners .partner:nth-of-type(32) {
    animation-delay: 0.25s;
  }
  .partners .partner:nth-of-type(33) {
    animation-delay: 0.5s;
  }
  .partners .partner:nth-of-type(34) {
    animation-delay: 0.75s;
  }
  .partners .partner:nth-of-type(35) {
    animation-delay: 1s;
  }
  .partners .partner:nth-of-type(36) {
    animation-delay: 0s;
  }
  .partners .partner:nth-of-type(37) {
    animation-delay: 0.25s;
  }
  .partners .partner:nth-of-type(38) {
    animation-delay: 0.5s;
  }
  .partners .partner:nth-of-type(39) {
    animation-delay: 0.75s;
  }
  .partners .partner:nth-of-type(40) {
    animation-delay: 1s;
  }
  .partners .partner:nth-of-type(41) {
    animation-delay: 0s;
  }
  .partners .partner:nth-of-type(42) {
    animation-delay: 0.25s;
  }
  .partners .partner:nth-of-type(43) {
    animation-delay: 0.5s;
  }
  .partners .partner:nth-of-type(44) {
    animation-delay: 0.75s;
  }
  .partners .partner:nth-of-type(45) {
    animation-delay: 1s;
  }
  .partners .partner:nth-of-type(46) {
    animation-delay: 0s;
  }
  .partners .partner:nth-of-type(47) {
    animation-delay: 0.25s;
  }
  .partners .partner:nth-of-type(48) {
    animation-delay: 0.5s;
  }
  .partners .partner:nth-of-type(49) {
    animation-delay: 0.75s;
  }
  .partners .partner:nth-of-type(50) {
    animation-delay: 1s;
  }
}
@media screen and (min-width: 1280px) {
  .partners .partner {
    height: auto;
    aspect-ratio: 1/0.7;
  }
}
.partners .partner .logo-container {
  width: 15rem;
  height: 20rem;
}
.partners .partner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.form .intro-content {
  grid-column: 3/11;
  margin-bottom: 2rem;
  max-width: 60rem;
}
@media screen and (max-width: 1023px) {
  .form .intro-content {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1280px) {
  .form .intro-content {
    grid-column: 4/8;
  }
}
.form h1 {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .form h1 {
    font-size: clamp(24px, 2.5vw, 48px);
  }
}
.form .gform_wrapper, .form .gform_confirmation_wrapper {
  grid-column: 3/11;
}
@media screen and (max-width: 1023px) {
  .form .gform_wrapper, .form .gform_confirmation_wrapper {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1280px) {
  .form .gform_wrapper, .form .gform_confirmation_wrapper {
    grid-column: 4/10;
  }
}
.form .gform_confirmation_wrapper {
  padding: 5rem;
  background: #EDEDED;
  border-radius: 1.2rem;
  text-align: center;
}
.form .gform_confirmation_wrapper h4 {
  margin-bottom: 1rem;
}
.form .gform_confirmation_wrapper br {
  display: none;
}

.legal-modules .module {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  padding: 2.5rem 3rem;
  background: #EDEDED;
  grid-column: span 4;
  border-radius: 1.2rem;
}
.legal-modules h4 {
  margin-bottom: 3rem;
}
.legal-modules p {
  max-width: 85%;
}
@media screen and (min-width: 1024px) {
  .legal-modules p {
    font-size: clamp(16px, 0.8333333333vw, 16px);
  }
}
.legal-modules .buttons {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  gap: 0.8rem;
}
.legal-modules .buttons .btn[target=_blank] span {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1rem;
}
.legal-modules .buttons .btn[target=_blank] span:after {
  transition: all 0.2s ease-in;
  content: "";
  display: block;
  position: absolute;
  background-image: url("../library/images/external-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: static;
  height: 2.4rem;
  width: 2.4rem;
}
.legal-modules .buttons .btn[target=_blank]:hover span:after {
  background-image: url("../library/images/white-external-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.legal-modules .buttons .btn[target=_blank]:first-of-type span:after {
  background-image: url("../library/images/white-external-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.legal-modules .buttons .btn[target=_blank]:first-of-type:hover span:after {
  background-image: url("../library/images/external-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .product-masthead {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    padding-top: 8rem;
    padding-bottom: 5rem;
    min-height: clamp(70rem, 100vh, 100rem);
  }
}
@media screen and (min-width: 1024px) and (max-height: 700px) {
  .product-masthead {
    height: auto;
  }
}
.product-masthead .illustration-container {
  aspect-ratio: 1/0.6;
  margin-left: -2rem;
  width: calc(100% + 4rem);
  margin-bottom: 2.4rem;
}
.product-masthead .inner {
  grid-column: 4/10;
}
@media screen and (max-width: 1023px) {
  .product-masthead .inner {
    grid-column: span 2;
  }
}
.product-masthead svg {
  max-width: 100%;
  height: auto;
}
.product-masthead .content {
  width: 100%;
  text-align: center;
}
.product-masthead p {
  margin-bottom: 0;
}
.product-masthead h1 {
  margin-top: 0;
}
.product-masthead h1 .word {
  transition-delay: 0.5s !important;
}
.product-masthead p:first-of-type {
  font-weight: 800;
  font-size: 2.6rem;
}
@media screen and (max-width: 1023px) {
  .product-masthead p:first-of-type {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
.product-masthead .btn {
  margin-top: 2.4rem;
  border-color: var(--card-colour);
}
@media screen and (max-width: 1023px) {
  .product-masthead .btn {
    background: var(--card-colour);
  }
}
.product-masthead .btn:after {
  background: var(--card-colour);
}
.product-masthead .btn span {
  color: #1F1C3A;
}

.content-rows .inner {
  background: #EDEDED;
  padding: 9.6rem 0;
  grid-column: span 12;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .content-rows .inner {
    border-radius: 0.8rem;
    grid-column: span 2;
    padding: 4rem 2.4rem;
  }
}
.content-rows .row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2.4rem;
  padding-bottom: 6.4rem;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1023px) {
  .content-rows .row {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
.content-rows .row:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  border-bottom: 1px solid #C7C5CB;
}
.content-rows .row:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content-rows .row:last-of-type:after {
  display: none;
}
.content-rows .left {
  grid-column: 2/6;
}
@media screen and (max-width: 1023px) {
  .content-rows .left {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    grid-column: span 2;
  }
}
.content-rows .left h2 {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1023px) {
  .content-rows .left h2 {
    order: 2;
    margin-bottom: 0;
  }
}
.content-rows img {
  max-width: 25rem;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .content-rows img {
    order: 1;
    margin-bottom: 3rem;
    max-width: 20rem;
    margin-right: auto;
  }
}
.content-rows .right {
  grid-column: 7/12;
}
.content-rows .right h4 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .content-rows .right strong {
    font-size: 1.8rem;
  }
  .content-rows .right p {
    font-size: 1.6rem;
  }
}
.content-rows .right .btn {
  margin-top: 3rem;
}

.title-and-content .card {
  grid-column: span 12;
  border-radius: 1.2rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2.4rem;
  padding-top: clamp(80px, 8.3333333333vw, 160px);
  padding-bottom: clamp(80px, 8.3333333333vw, 160px);
}
@media screen and (max-width: 1023px) {
  .title-and-content .card {
    padding-left: 3rem;
    padding-right: 3rem;
    grid-column: span 2;
    grid-template-columns: repeat(2, 1fr);
  }
}
.title-and-content .title-column {
  grid-column: 2/7;
}
@media screen and (max-width: 1023px) {
  .title-and-content .title-column {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
  }
}
.title-and-content .title-column .title {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1023px) {
  .title-and-content .title-column .title {
    order: 2;
    margin-top: 3.2rem;
    margin-bottom: 0;
  }
}
.title-and-content .title-column .title:only-child {
  margin-bottom: 0;
}
.title-and-content .title-column img {
  max-width: 30rem;
  height: auto;
}
.title-and-content .content {
  grid-column: 8/12;
}
@media screen and (max-width: 1023px) {
  .title-and-content .content {
    grid-column: span 2;
  }
}
.title-and-content .content h2 {
  margin-top: 2rem;
}
.title-and-content .content .btn {
  margin-top: 3.2rem;
}
.title-and-content .content .btn span {
  color: var(--card_background_colour);
}
@media screen and (min-width: 1024px) {
  .title-and-content .content .btn:hover span {
    color: #1F1C3A;
  }
}
.title-and-content.title-column-image-present .card {
  padding: 6.4rem 0 9.6rem;
}
@media screen and (max-width: 1023px) {
  .title-and-content.title-column-image-present .card {
    padding: 4rem 2.4rem;
  }
}
.title-and-content.masthead-version .card {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .title-and-content.masthead-version .title-column {
    grid-column: span 5;
  }
  .title-and-content.masthead-version .content {
    grid-column: 8/13;
  }
}
@media screen and (min-width: 1024px) {
  .title-and-content.masthead-version h1 {
    font-size: clamp(24px, 2.5vw, 48px);
  }
}
@media screen and (min-width: 1024px) {
  .title-and-content.masthead-version p {
    font-size: clamp(16px, 1.25vw, 24px);
  }
}

.legal-content {
  padding-top: 13rem;
}
.legal-content .wrap {
  align-items: flex-start;
}
.legal-content .breadcrumbs {
  grid-column: span 12;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1023px) {
  .legal-content .breadcrumbs {
    display: none;
  }
}
.legal-content .breadcrumbs img {
  height: 1.4rem;
  height: auto;
}
.legal-content .left {
  position: sticky;
  top: 5rem;
  grid-column: span 4;
}
@media screen and (max-width: 1023px) {
  .legal-content .left {
    position: static;
    grid-column: span 2;
  }
}
.legal-content .buttons {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .legal-content .buttons {
    flex-direction: row;
    overflow: auto;
    padding-bottom: 1rem;
    margin-left: -2.4rem;
    width: calc(100% + 5.6rem);
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.legal-content .buttons .btn {
  height: 3.8rem;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.legal-content main {
  grid-column: 5/9;
}
@media screen and (max-width: 1023px) {
  .legal-content main {
    grid-column: span 2;
  }
}
.legal-content main h1 {
  font-weight: 500;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1024px) {
  .legal-content main h1 {
    font-size: clamp(18px, 1.875vw, 36px);
  }
}
.legal-content main p, .legal-content main ul, .legal-content main ol {
  font-size: 1.6rem;
}
.legal-content main p:last-of-type {
  margin-bottom: 2rem;
}

.extension-links .wrap {
  gap: 5.6rem 2.4rem;
}
@media screen and (max-width: 1023px) {
  .extension-links .wrap {
    gap: 2.4rem;
  }
}
.extension-links .browser {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  grid-column: span 2;
  background: #1F1C3A;
  color: #FFF;
  border-radius: 1.2rem;
  padding: 3.2rem;
  aspect-ratio: 1/1.4;
}
@media screen and (min-width: 768px) {
  .extension-links .browser {
    grid-column: span 1;
  }
}
@media screen and (min-width: 1024px) {
  .extension-links .browser {
    grid-column: span 3;
  }
}
.extension-links .browser h4 {
  margin-bottom: 4rem;
}
.extension-links .browser img {
  width: clamp(100px, 60%, 150px);
  height: auto;
  margin: auto;
}
.extension-links .browser .btn {
  margin-top: 4rem;
  pointer-events: none;
}
.extension-links .browser .btn span {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1rem;
  color: #1F1C3A;
}
.extension-links .browser .btn span:after {
  transition: all 0.2s ease-in;
  content: "";
  display: block;
  position: absolute;
  background-image: url("../library/images/external-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: static;
  height: 2.4rem;
  width: 2.4rem;
}
.extension-links .browser .btn .external-link {
  transition: all 0.2s ease-in;
}
.extension-links .browser .btn:after {
  background: #FFF;
}
.extension-links .browser:hover .btn:after {
  transform: scaleY(0);
}
.extension-links .browser:hover .btn span {
  color: #FFF;
}
.extension-links .browser:hover .btn span:after {
  background-image: url("../library/images/white-external-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.selected-blog-posts .intro-content {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: flex-end;
  grid-column: span 12;
}
@media screen and (max-width: 1023px) {
  .selected-blog-posts .intro-content {
    grid-column: span 2;
  }
}
.selected-blog-posts .intro-content .left {
  margin-right: 2rem;
}
.selected-blog-posts .intro-content .btn {
  margin-left: auto;
}
.selected-blog-posts .intro-content .btn:before {
  display: none;
}
.selected-blog-posts .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  grid-column: span 12;
}
@media screen and (max-width: 1023px) {
  .selected-blog-posts .grid {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .selected-blog-posts .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}

.resources-introduction {
  overflow: hidden;
}
.resources-introduction .wrap {
  grid-gap: 0 2.4rem;
}
.resources-introduction .content {
  margin-bottom: 4.8rem;
  grid-column: span 6;
}
@media screen and (max-width: 1023px) {
  .resources-introduction .content {
    grid-column: span 12;
  }
}
.resources-introduction .anchors, .resources-introduction .feature-cards {
  grid-column: span 12;
}
.resources-introduction .anchors {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  gap: 1.6rem;
  margin-bottom: 14rem;
}
@media screen and (max-width: 1023px) {
  .resources-introduction .anchors {
    flex-shrink: 0;
    overflow: auto;
    width: calc(100% + 6rem);
    margin-left: -3rem;
    padding-left: 3rem;
    padding-right: 1rem;
    gap: 1rem;
    margin-bottom: 4.8rem;
  }
}
.resources-introduction .anchors .btn {
  flex-shrink: 0;
  border-color: var(--anchor_colour);
}
.resources-introduction .anchors .btn span {
  color: #1F1C3A;
}
.resources-introduction .anchors .btn:after {
  background: var(--anchor_colour);
}
.resources-introduction .anchors .btn:hover:before {
  background-image: url("../library/images/down-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.resources-introduction .feature-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .resources-introduction .feature-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
.resources-introduction .feature-cards .card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #FFF;
  grid-column: span 1;
  background: #1F1C3A;
  border-radius: 1.2rem;
  padding: 4rem 3rem;
  min-height: 38.9rem;
}
@media screen and (max-width: 1279px) {
  .resources-introduction .feature-cards .card {
    flex-direction: column;
  }
}
.resources-introduction .feature-cards .card .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  margin-right: auto;
  max-width: 47rem;
}
@media screen and (max-width: 1279px) {
  .resources-introduction .feature-cards .card .left {
    order: 2;
    max-width: none;
    margin: 0;
  }
}
.resources-introduction .feature-cards .card h3 {
  margin-bottom: auto;
}
@media screen and (max-width: 1279px) {
  .resources-introduction .feature-cards .card h3 {
    margin-bottom: 1.2rem;
  }
}
.resources-introduction .feature-cards .card .lower {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
}
@media screen and (max-width: 1279px) {
  .resources-introduction .feature-cards .card .lower {
    flex: 1;
  }
}
.resources-introduction .feature-cards .card .lower p:last-of-type {
  margin-bottom: 2.4rem;
}
.resources-introduction .feature-cards .card .btn {
  border-color: #FFF;
}
@media screen and (max-width: 1279px) {
  .resources-introduction .feature-cards .card .btn {
    margin-top: auto;
  }
}
.resources-introduction .feature-cards .card .btn span {
  color: #1F1C3A;
}
.resources-introduction .feature-cards .card .btn:hover {
  background: none;
}
.resources-introduction .feature-cards .card .btn:hover span {
  color: #FFF;
}
.resources-introduction .feature-cards .card .btn:after {
  background: #FFF;
}
.resources-introduction .feature-cards .card img {
  -o-object-position: right center;
     object-position: right center;
  max-width: 28.3rem;
  max-height: 29.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1439px) {
  .resources-introduction .feature-cards .card img {
    max-height: 23.5rem;
    max-width: 23rem;
    margin-bottom: 4.8rem;
    -o-object-position: center;
       object-position: center;
  }
}

.resources-grid .wrap {
  grid-gap: 0 2.4rem;
}
.resources-grid .intro-content {
  margin-bottom: 5.6rem;
  grid-column: span 4;
}
@media screen and (max-width: 1023px) {
  .resources-grid .intro-content {
    margin-bottom: 2.4rem;
    grid-column: span 12;
  }
}
.resources-grid .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  grid-column: span 12;
}
@media screen and (max-width: 1023px) {
  .resources-grid .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .resources-grid .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
.resources-grid .grid-item {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  background: var(--card_colour);
  padding: 4rem 3.2rem;
  aspect-ratio: 1/1;
  border-radius: 1.2rem;
  min-width: 100%;
}
.resources-grid .grid-item h4 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1599px) {
  .resources-grid .grid-item h4 {
    margin-bottom: 4rem;
  }
}
.resources-grid .grid-item img {
  margin: auto;
  max-width: 15rem;
  max-height: 18rem;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .resources-grid .grid-item img {
    max-width: 10rem;
    max-height: 13rem;
  }
}
.resources-grid .grid-item .lower {
  margin-top: 2rem;
}
.resources-grid .grid-item p {
  font-size: 1.4rem;
}
@media screen and (min-width: 1600px) {
  .resources-grid .grid-item p {
    font-size: 1.6rem;
  }
}
.resources-grid .grid-item .btn {
  margin-top: 2.4rem;
}
.resources-grid .grid-item .btn.download-svg svg path {
  fill: var(--card_colour);
}
@media screen and (max-width: 1599px) {
  .resources-grid .grid-item .btn {
    margin-top: 4rem;
  }
}
.resources-grid .grid-item .btn span {
  color: var(--card_colour);
}
.resources-grid .grid-item .btn:hover span {
  color: #1F1C3A;
}
.resources-grid .grid-item .btn:hover svg path {
  fill: #1F1C3A;
}

.accordion .accordion-element {
  grid-column: span 12;
}
@media screen and (min-width: 1024px) {
  .accordion .accordion-element {
    grid-column: 3/11;
  }
}
.accordion .row:first-of-type .row-title {
  padding-top: 0;
}
.accordion .row-title {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  padding: 4.8rem 0 2.4rem 0;
  border-bottom: 1px solid #1F1C3A;
}
@media screen and (min-width: 1024px) {
  .accordion .row-title {
    font-size: clamp(24px, 2.5vw, 48px);
  }
}
@media screen and (max-width: 1023px) {
  .accordion .row-title {
    font-size: 2.2rem;
    padding: 2.4rem 0 2.4rem 0;
  }
}
.accordion .row-title span {
  display: inline-block;
  margin-right: auto;
}
.accordion .row-title.active .indicator:after {
  display: none;
}
.accordion .indicator {
  flex-shrink: 0;
  position: relative;
  margin-left: var(--lightbluepd);
  width: 2.7rem;
  height: 2.7rem;
  margin-right: 1.35rem;
}
@media screen and (max-width: 1023px) {
  .accordion .indicator {
    width: 2rem;
    height: 2rem;
  }
}
.accordion .indicator:before, .accordion .indicator:after {
  position: absolute;
  top: 50%;
  left: calc(50% - 0.7rem);
  width: 100%;
  height: 0.5rem;
  border-radius: 10rem;
  will-change: transform;
  background: #1F1C3A;
  content: "";
}
@media screen and (max-width: 1023px) {
  .accordion .indicator:before, .accordion .indicator:after {
    height: 0.3rem;
  }
}
.accordion .indicator:after {
  transform: rotate(90deg);
}
.accordion .row-content {
  display: none;
}
.accordion .row-content.active .inner-content {
  animation: fadeIn 0.25s 0.3s ease-in-out forwards 1;
}
.accordion .inner-content {
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
@media screen and (min-width: 1024px) {
  .accordion .inner-content p {
    font-size: clamp(16px, 1.25vw, 24px);
  }
}
.accordion .inner-row {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  padding: 4.8rem 0 4.8rem 0;
  border-bottom: 1px solid rgba(31, 28, 58, 0.25);
}
.accordion .inner-row:last-of-type {
  border-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .accordion .inner-row {
    padding: 2.4rem 0;
    flex-direction: column;
  }
}
.accordion .inner-title {
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .accordion .inner-title {
    font-size: clamp(18px, 1.875vw, 36px);
  }
}
.accordion .right-content {
  max-width: 59.2rem;
}
@media screen and (min-width: 1024px) {
  .accordion .right-content {
    font-size: clamp(16px, 1.25vw, 24px);
  }
}

.content .inner {
  grid-column: 1/12;
}

.newsletter-signup .wrap {
  align-items: center;
}
.newsletter-signup img {
  grid-column: span 6;
  width: 100%;
  height: auto;
}
.newsletter-signup .form-col {
  grid-column: 8/12;
}
.newsletter-signup .btn {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .newsletter-signup img, .newsletter-signup .form-col {
    grid-column: span 2;
  }
}

.whitepaper-thank-you {
  padding: 20rem 0;
}
.whitepaper-thank-you .inner {
  grid-column: 1/-1;
  text-align: center;
}
.whitepaper-thank-you .inner h1 {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .whitepaper-thank-you .inner h1 {
    font-size: clamp(30px, 3.125vw, 60px);
  }
}

/* Pages Payload
================================================ */
.error404 .inner {
  grid-column: 5/9;
}
.error404__content {
  padding: 20rem 0;
  text-align: center;
}
.error404__content h1 {
  line-height: 1;
  letter-spacing: -0.1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .error404__content h1 {
    font-size: clamp(150px, 15.625vw, 300px);
  }
}
.error404__content p {
  font-weight: 600;
  margin-bottom: 3rem;
}
.error404__content .buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 1.2rem;
}

.single:not(.single-vacancies):not(.single-products):not(.single-resources) .inner-masthead {
  color: #FFF;
}
.single:not(.single-vacancies):not(.single-products):not(.single-resources) main {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .single:not(.single-vacancies):not(.single-products):not(.single-resources) main {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1280px) {
  .single:not(.single-vacancies):not(.single-products):not(.single-resources) main {
    padding-bottom: 18rem;
  }
}
.single:not(.single-vacancies):not(.single-products):not(.single-resources) main img {
  height: auto;
  margin: 3rem auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .single:not(.single-vacancies):not(.single-products):not(.single-resources) main img {
    margin: 4.8rem auto;
  }
}
.single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style h1, .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style h2, .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style h3, .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style h4, .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style h5, .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style .gform_wrapper:not(#gform_wrapper_1) .gfield_label, .gform_wrapper:not(#gform_wrapper_1) .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style .gfield_label, .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline), .gform_wrapper:not(#gform_wrapper_1) .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style .gform-field-label:not(.gfield_consent_label):not(.gform-field-label--type-inline) {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style h1:first-child, .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style h2:first-child, .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style h3:first-child, .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style h4:first-child, .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style h5:first-child, .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style .gform_wrapper:not(#gform_wrapper_1) .gfield_label:first-child, .gform_wrapper:not(#gform_wrapper_1) .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style .gfield_label:first-child, .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:first-child:not(.gfield_consent_label):not(.gform-field-label--type-inline), .gform_wrapper:not(#gform_wrapper_1) .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style .gform-field-label:first-child:not(.gfield_consent_label):not(.gform-field-label--type-inline) {
  margin-top: 0;
}
.single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style h1:only-child, .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style h2:only-child, .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style h3:only-child, .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style h4:only-child, .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style h5:only-child, .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style .gform_wrapper:not(#gform_wrapper_1) .gfield_label:only-child, .gform_wrapper:not(#gform_wrapper_1) .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style .gfield_label:only-child, .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style .gform_wrapper:not(#gform_wrapper_1) .gform-field-label:only-child:not(.gfield_consent_label):not(.gform-field-label--type-inline), .gform_wrapper:not(#gform_wrapper_1) .single:not(.single-vacancies):not(.single-products):not(.single-resources) .body-style .gform-field-label:only-child:not(.gfield_consent_label):not(.gform-field-label--type-inline) {
  margin-top: 0;
  margin-bottom: 0;
}
.single .inner-masthead .content {
  grid-column: 3/11;
}
@media screen and (max-width: 1023px) {
  .single .inner-masthead .content {
    grid-column: span 2;
  }
}
.single .inner-masthead .course-info {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 3rem;
  padding: 1.2rem 2.4rem;
  border-radius: 20rem;
  color: #1F1C3A;
  background: #FFF;
}
@media screen and (min-width: 1024px) {
  .single .inner-masthead .course-info {
    font-size: clamp(16px, 1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 1023px) {
  .single .inner-masthead .course-info {
    font-size: 1.6rem;
  }
}
.single .inner-masthead .course-info span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.single .inner-masthead .course-info span:first-of-type:after {
  display: inline-block;
  content: "";
  height: 0.6rem;
  width: 0.6rem;
  background: #1F1C3A;
  border-radius: 50%;
  margin: 0 0.8rem;
}
.single .inner-masthead h1 {
  font-weight: 500;
}
.single .post-introduction {
  grid-column: 2/12;
  padding: 10rem 0 8rem 0;
}
@media screen and (max-width: 1023px) {
  .single .post-introduction {
    grid-column: span 2;
    padding: 6rem 0 4rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .single .post-introduction {
    grid-column: 4/10;
    padding: 12rem 0 12rem 0;
  }
}
.single .featured-image {
  grid-column: 1/13;
  width: 100%;
  max-height: 98.5rem;
  height: auto;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .single .featured-image {
    grid-column: span 2;
  }
}
.single:not(.single-products):not(.single-resources) main {
  padding: 8rem 0 0 0;
  grid-column: 2/12;
}
@media screen and (max-width: 1023px) {
  .single:not(.single-products):not(.single-resources) main {
    grid-column: span 2;
    padding: 4rem 0 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .single:not(.single-products):not(.single-resources) main {
    padding: 12rem 0 0 0;
    grid-column: 4/10;
  }
}
.single .also-interested-in {
  padding-bottom: 20rem;
  grid-column: 1/13;
}
@media screen and (max-width: 1023px) {
  .single .also-interested-in {
    grid-column: span 2;
  }
}
.single .also-interested-in .header {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  margin-bottom: 3rem;
}
.single .also-interested-in .btn {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .single .also-interested-in .btn {
    display: none;
  }
}
.single .also-interested-in .posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .single .also-interested-in .posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .single .also-interested-in .posts {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
.single.single-events .speakers {
  grid-column: 2/12;
  padding: 8rem 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 1023px) {
  .single.single-events .speakers {
    grid-column: span 2;
    padding: 4rem 0 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .single.single-events .speakers {
    padding: 12rem 0 0 0;
    grid-column: 4/10;
  }
}
.single.single-events .speakers h2 {
  width: 100%;
  justify-self: center;
  align-self: center;
  text-align: center;
}
.single.single-events .speakers .speaker {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.single.single-events .speakers .speaker img {
  height: 12rem;
  width: 12rem;
  border-radius: 50rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .single.single-events .speakers .speaker img {
    height: 8rem;
    width: 8rem;
  }
}
.single.single-events .speakers .speaker p {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .single.single-events .speakers .speaker p {
    font-size: 1.6rem;
  }
  .single.single-events .speakers .speaker p strong {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .single.single-events .speakers .speaker p strong {
    font-size: 2.2rem;
  }
}
.single.single-events .inner-event {
  padding: 8rem 0 0 0;
  grid-column: 2/12;
}
@media screen and (max-width: 1023px) {
  .single.single-events .inner-event {
    grid-column: span 2;
    padding: 4rem 0 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .single.single-events .inner-event {
    padding: 12rem 0 0 0;
    grid-column: 4/10;
  }
}
.single.single-events .inner-event .wrap {
  padding-left: 0;
  padding-right: 0;
}
.single .form-container {
  background: #EDEDED;
  padding: 10rem 0;
  margin-bottom: 100px;
}
.single .form-container .wrap {
  width: 100%;
  max-width: 70rem;
}
.single .form-container .form-intro {
  text-align: center;
}
.single .form-container .gform_wrapper, .single .form-container .form-intro {
  grid-column: span 12;
}

.single-vacancies .intro-content {
  margin-bottom: 4rem;
}

body.single-resources div.inner-masthead .content {
  text-align: left;
  grid-column: span 8;
}
body.single-resources div.inner-masthead .content h1 {
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  body.single-resources div.inner-masthead .content h1 {
    font-size: clamp(48px, 5vw, 96px);
  }
}
body.single-resources div.inner-masthead .content p {
  margin: 0;
  max-width: 80rem;
}
@media screen and (min-width: 1024px) {
  body.single-resources div.inner-masthead .content p {
    font-size: clamp(16px, 1.25vw, 24px);
  }
}
body.single-resources.resource-child .inner-masthead .content {
  grid-column: span 12;
  text-align: center;
}
body.single-resources.resource-child .inner-masthead .content h1 {
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  body.single-resources.resource-child .inner-masthead .content h1 {
    font-size: clamp(24px, 2.5vw, 48px);
  }
}

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