/* 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, .hero.homepage-hero h1, .hero:not(.homepage-hero) h1, h3, .legal .title, .single .hero h1, .body-style h2, h4, h5, 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.5s forwards ease-in-out;
}
.animate.fadein {
  opacity: 0;
}
.animate.fadein.animateelement {
  animation: fadeIn 0.5s forwards ease-in-out;
}
.animate.fadeinup {
  opacity: 0;
}
.animate.fadeinup.animateelement {
  animation: fadeInUp 0.5s 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%);
  }
}
/* Font stacks
================================================ */
/* Base Typography
================================================ */
html {
  font-size: 62.5%;
}

body {
  font-family: "elza", sans-serif;
  color: rgb(9, 9, 104);
  font-size: 1.6rem;
  line-height: 1.65;
  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, .hero.homepage-hero h1, .hero:not(.homepage-hero) h1, h3, .legal .title, .single .hero h1, .body-style h2, h4, h5 {
  font-weight: 600;
  font-family: "elza", sans-serif;
  line-height: 1;
}

h1 {
  font-weight: 600;
  font-size: 5rem;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  h1 {
    font-size: clamp(64px, 6.6666666667vw, 128px);
  }
}

h2, .hero.homepage-hero h1, .hero:not(.homepage-hero) h1 {
  font-size: 4rem;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  h2, .hero.homepage-hero h1, .hero:not(.homepage-hero) h1 {
    font-size: clamp(40px, 4.1666666667vw, 80px);
  }
}

h3, .legal .title, .single .hero h1, .body-style h2, .body-style .hero.homepage-hero h1, .hero.homepage-hero .body-style h1, .body-style .hero:not(.homepage-hero) h1, .hero:not(.homepage-hero) .body-style h1 {
  font-size: 3.4rem;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  h3, .legal .title, .single .hero h1, .body-style h2, .body-style .hero.homepage-hero h1, .hero.homepage-hero .body-style h1, .body-style .hero:not(.homepage-hero) h1, .hero:not(.homepage-hero) .body-style h1 {
    font-size: clamp(32px, 3.3333333333vw, 64px);
  }
}

h4 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  h4 {
    font-size: clamp(16px, 1.6666666667vw, 32px);
  }
}

h5 {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  h5 {
    font-size: clamp(17.5px, 1.8229166667vw, 35px);
  }
}

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

.body-xl, .hero p {
  line-height: 1.2;
  font-size: 2rem;
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .body-xl, .hero p {
    font-size: clamp(15px, 1.5625vw, 30px);
  }
}

.body-large {
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .body-large {
    font-size: clamp(16px, 1.6666666667vw, 32px);
  }
}

em {
  font-style: italic;
}

.body-style a:not(.btn) {
  transition: all 0.25s ease-in-out;
  display: inline;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.body-style h1, .body-style h2, .body-style .hero.homepage-hero h1, .hero.homepage-hero .body-style h1, .body-style .hero:not(.homepage-hero) h1, .hero:not(.homepage-hero) .body-style h1, .body-style h3, .body-style .legal .title, .legal .body-style .title, .body-style .single .hero h1, .single .hero .body-style h1, .body-style h4, .body-style h5 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .body-style h1, .body-style h2, .body-style .hero.homepage-hero h1, .hero.homepage-hero .body-style h1, .body-style .hero:not(.homepage-hero) h1, .hero:not(.homepage-hero) .body-style h1, .body-style h3, .body-style .legal .title, .legal .body-style .title, .body-style .single .hero h1, .single .hero .body-style h1, .body-style h4, .body-style h5 {
    margin-bottom: 3rem;
  }
}
.body-style h1:first-child, .body-style h2:first-child, .body-style h3:first-child, .body-style .legal .title:first-child, .legal .body-style .title:first-child, .body-style h4:first-child, .body-style h5:first-child {
  margin-top: 0;
}
.body-style h1:only-child, .body-style h2:only-child, .body-style h3:only-child, .body-style .legal .title:only-child, .legal .body-style .title:only-child, .body-style h4:only-child, .body-style h5:only-child {
  margin-bottom: 0;
}
.body-style hr {
  height: 1px;
  width: 100%;
  background: #FFF;
}
.body-style ul {
  list-style: none;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.body-style ul li {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  gap: 1rem;
  margin-bottom: 1rem;
}
.body-style ul li:before {
  content: "";
  display: block;
  position: absolute;
  position: static;
  display: block;
  background-image: url("../library/images/back-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scaleX(-1);
  height: 1.2rem;
  width: 1.1rem;
  flex-shrink: 0;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .body-style ul li:before {
    margin-top: 1rem;
  }
}
.body-style ul li:last-of-type {
  margin-bottom: 0;
}
.body-style ul:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 600;
}

.accent {
  color: rgb(39, 251, 107);
}

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

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

.btn {
  transition: all 0.25s ease-in-out;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 1.6rem;
  height: 6rem;
  border: 3px solid rgb(9, 9, 104);
  background: non;
  color: rgb(9, 9, 104);
  padding: 1.3rem 3rem 1rem;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}
.btn:before {
  transition: 0.5s 0s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: -50%;
  width: 170%;
  aspect-ratio: 1;
  background: rgb(9, 9, 104);
  border-radius: 50%;
  transform-origin: bottom;
  transform: scale(0);
}
.btn:hover:before {
  transform: scale(1);
  background: #FFF;
}
.btn:hover span {
  transition-delay: 0.1s;
  color: rgb(9, 9, 104);
}
.btn span {
  transition: all 0.25s ease-in-out;
  position: relative;
  z-index: 3;
}
.btn.green {
  border-color: rgb(39, 251, 107);
  color: rgb(39, 251, 107);
}
.btn.green:before {
  background: rgb(39, 251, 107);
}
.btn.green:hover span {
  color: #FFF;
}
.btn.solid, .content-strip .buttons .button-wrap:nth-of-type(2) .btn {
  border: none;
  background: rgb(9, 9, 104);
  color: #FFF;
}
.btn.solid:before, .content-strip .buttons .button-wrap:nth-of-type(2) .btn:before {
  background: rgb(68, 109, 246);
}
.btn.solid.brightblue, .content-strip .buttons .button-wrap:nth-of-type(2) .btn.brightblue {
  border-color: rgb(68, 109, 246);
  background: rgb(68, 109, 246);
  color: #FFF;
}
.btn.solid.brightblue:before, .content-strip .buttons .button-wrap:nth-of-type(2) .btn.brightblue:before {
  background: rgb(39, 251, 107);
}
.btn.solid-green {
  border: none;
  border-color: rgb(39, 251, 107);
  background: rgb(39, 251, 107);
}
.btn.solid-green:before {
  background: rgb(9, 9, 104);
}
.btn.solid-green:hover span {
  color: #FFF;
}
.btn.white, .content-strip.light-text .button-wrap .btn, .single .content-strip.hero .button-wrap .btn {
  border-color: #FFF;
  color: #FFF;
}
.btn.white:before, .content-strip.light-text .button-wrap .btn:before, .single .content-strip.hero .button-wrap .btn:before {
  background: #FFF;
}
.btn.white:hover span, .content-strip.light-text .button-wrap .btn:hover span, .single .content-strip.hero .button-wrap .btn:hover span {
  color: rgb(68, 109, 246);
}
.btn.white.solid, .content-strip .buttons .button-wrap:nth-of-type(2) .btn.white, .content-strip.light-text .button-wrap .btn.solid, .content-strip.light-text .buttons .button-wrap:nth-of-type(2) .btn, .single .content-strip.hero .button-wrap .btn.solid, .single .content-strip.hero .buttons .button-wrap:nth-of-type(2) .btn {
  background: #FFF;
  color: rgb(9, 9, 104);
}
.btn.white.solid:before, .content-strip .buttons .button-wrap:nth-of-type(2) .btn.white:before, .content-strip.light-text .button-wrap .btn.solid:before, .content-strip.light-text .buttons .button-wrap:nth-of-type(2) .btn:before, .single .content-strip.hero .button-wrap .btn.solid:before, .single .content-strip.hero .buttons .button-wrap:nth-of-type(2) .btn:before {
  background: rgb(9, 9, 104);
}
.btn.white.solid:hover span, .content-strip .buttons .button-wrap:nth-of-type(2) .btn.white:hover span, .content-strip.light-text .button-wrap .btn.solid:hover span, .content-strip.light-text .buttons .button-wrap:nth-of-type(2) .btn:hover span, .single .content-strip.hero .button-wrap .btn.solid:hover span, .single .content-strip.hero .buttons .button-wrap:nth-of-type(2) .btn:hover span {
  color: #FFF;
}

body.noscroll {
  overflow: hidden;
}

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

.block {
  position: relative;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .block {
    padding-top: clamp(60px, 6.25vw, 120px);
    padding-bottom: clamp(60px, 6.25vw, 120px);
  }
}

.large-pd-top {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .large-pd-top {
    padding-top: clamp(75px, 7.8125vw, 150px);
  }
}

.small-pd-top {
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .small-pd-top {
    padding-top: clamp(40px, 4.1666666667vw, 80px);
  }
}

.no-pd-top {
  padding-top: 0;
}

.large-pd-bottom {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .large-pd-bottom {
    padding-bottom: clamp(75px, 7.8125vw, 150px);
  }
}

.small-pd-bottom {
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .small-pd-bottom {
    padding-bottom: clamp(40px, 4.1666666667vw, 80px);
  }
}

.no-pd-bottom {
  padding-bottom: 0;
}

img, a {
  display: block;
}

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

.cc-banner {
  font-family: "elza", sans-serif !important;
}

/* Third Party Payload
================================================ */
/* Layout
================================================ */
header {
  transition: all 0.25s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
  padding: 1.6rem 0;
  background: #FFF;
}
header .wrap {
  align-items: center;
}
header:not(.open).headerscrolled {
  transform: translateY(-100%);
}
header:not(.open).headerscrolled.show {
  background: #FFF;
  transform: translateY(0%);
}
header .logo {
  transition: 0.1s 0s ease-in-out;
  grid-column: span 2;
  position: relative;
  z-index: 5;
  display: block;
  max-width: 157rem;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  header .logo {
    grid-column: span 1;
  }
}
header .logo img {
  width: 100%;
  height: auto;
}
header .logo:hover {
  transform: scale(1.1);
}
header .right {
  grid-column: 6/13;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 9rem;
}
@media screen and (max-width: 1023px) {
  header .right {
    grid-column: 2;
    gap: 2rem;
  }
}
header .right .btn {
  position: relative;
  z-index: 3;
  font-weight: 400;
  height: 4rem;
  font-size: 1.4rem;
  padding: 1rem 1.5rem 0.8rem;
  border-radius: 1.2rem;
}
@media screen and (min-width: 1024px) {
  header .right .btn {
    height: auto;
    padding: 1.3rem 2rem 1rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  header .right .btn {
    font-size: clamp(16px, 1.1458333333vw, 22px);
  }
}

@media screen and (max-width: 1023px) {
  .menu-toggle {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-appearance: none;
    outline: none;
    height: 0.9rem;
    width: 2rem;
    border: 0px;
    padding: 0px;
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle:before, .menu-toggle:after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.25s ease-in-out;
    width: 2rem;
    height: 0.2rem;
    background: rgb(9, 9, 104);
    will-change: transform;
    transform: translateY(-3px);
  }
  .menu-toggle:after {
    transform: translateY(3px);
  }
  .menu-toggle.active:before, .menu-toggle.active:after {
    background: rgb(68, 109, 246);
  }
  .menu-toggle.active:before {
    transform: translateY(0) rotate(45deg);
  }
  .menu-toggle.active:after {
    transform: translateY(0) rotate(-45deg);
  }
  nav {
    background-image: url("../library/images/background-triangle.svg");
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    background-position: bottom left;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    pointer-events: none;
    background-color: #FFF;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 12rem 2rem 2rem 2rem;
    text-align: center;
    transition: all 0.25s ease-in-out;
    overflow: auto;
  }
  nav ul {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 2rem;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  nav ul {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  nav ul li {
    transition: all 0.25s ease-in-out;
    opacity: 0;
  }
  nav li:not(.btn) {
    position: relative;
  }
  nav li:not(.btn):after {
    transition: all 0.25s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    background-image: url("../library/images/nav-indicator.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -1.5rem;
    left: 50%;
    transform: translate(-50%, 0.5rem);
    height: 2.2rem;
    width: 2.2rem;
    opacity: 0;
  }
  nav li:not(.btn).current-menu-item:after, nav li:not(.btn):hover:after {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  nav .btn {
    background: rgb(39, 251, 107);
    height: auto;
  }
  nav .btn a {
    font-size: 2.8rem;
    height: auto;
    padding: 0.4rem 1rem 0.4rem;
  }
  nav.open {
    pointer-events: auto;
    opacity: 1;
  }
  nav.open > ul:not(.sub-menu) li {
    opacity: 1;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(1) {
    transition-delay: 0s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(2) {
    transition-delay: 0.25s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(3) {
    transition-delay: 0.5s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(4) {
    transition-delay: 0.75s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(5) {
    transition-delay: 1s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(6) {
    transition-delay: 0s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(7) {
    transition-delay: 0.25s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(8) {
    transition-delay: 0.5s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(9) {
    transition-delay: 0.75s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(10) {
    transition-delay: 1s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(11) {
    transition-delay: 0s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(12) {
    transition-delay: 0.25s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(13) {
    transition-delay: 0.5s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(14) {
    transition-delay: 0.75s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(15) {
    transition-delay: 1s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(16) {
    transition-delay: 0s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(17) {
    transition-delay: 0.25s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(18) {
    transition-delay: 0.5s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(19) {
    transition-delay: 0.75s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(20) {
    transition-delay: 1s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(21) {
    transition-delay: 0s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(22) {
    transition-delay: 0.25s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(23) {
    transition-delay: 0.5s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(24) {
    transition-delay: 0.75s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(25) {
    transition-delay: 1s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(26) {
    transition-delay: 0s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(27) {
    transition-delay: 0.25s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(28) {
    transition-delay: 0.5s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(29) {
    transition-delay: 0.75s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(30) {
    transition-delay: 1s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(31) {
    transition-delay: 0s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(32) {
    transition-delay: 0.25s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(33) {
    transition-delay: 0.5s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(34) {
    transition-delay: 0.75s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(35) {
    transition-delay: 1s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(36) {
    transition-delay: 0s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(37) {
    transition-delay: 0.25s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(38) {
    transition-delay: 0.5s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(39) {
    transition-delay: 0.75s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(40) {
    transition-delay: 1s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(41) {
    transition-delay: 0s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(42) {
    transition-delay: 0.25s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(43) {
    transition-delay: 0.5s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(44) {
    transition-delay: 0.75s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(45) {
    transition-delay: 1s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(46) {
    transition-delay: 0s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(47) {
    transition-delay: 0.25s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(48) {
    transition-delay: 0.5s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(49) {
    transition-delay: 0.75s;
  }
  nav.open > ul:not(.sub-menu) li:nth-of-type(50) {
    transition-delay: 1s;
  }
}
@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
  header nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 9rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  header nav ul {
    font-size: clamp(16px, 1.1458333333vw, 22px);
  }
}
@media screen and (min-width: 1024px) {
  header nav li:not(.btn) {
    position: relative;
  }
  header nav li:not(.btn):after {
    transition: all 0.25s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    background-image: url("../library/images/nav-indicator.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -1.5rem;
    left: 50%;
    transform: translate(-50%, 0.5rem);
    height: 1.8rem;
    width: 1.8rem;
    opacity: 0;
  }
  header nav li:not(.btn).current-menu-item:after, header nav li:not(.btn):hover:after {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  header nav .btn {
    padding: 0;
    height: 5rem;
    font-weight: 400;
  }
}
header nav li:nth-of-type(2):after {
  background-image: url("../library/images/green-nav-indicator.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, 0.5rem) rotate(-35deg);
}
header nav li:nth-of-type(2).current-menu-item:after, header nav li:nth-of-type(2):hover:after {
  transform: translate(-50%, 0) rotate(-35deg);
}
header nav li:nth-of-type(3):after {
  background-image: url("../library/images/dark-blue-nav-indicator.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, 0.5rem) rotate(-80deg);
}
header nav li:nth-of-type(3).current-menu-item:after, header nav li:nth-of-type(3):hover:after {
  transform: translate(-50%, 0) rotate(-80deg);
}
header nav li:nth-of-type(4):after {
  background-image: url("../library/images/nav-indicator.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, 0.5rem) rotate(-90deg);
}
header nav li:nth-of-type(4).current-menu-item:after, header nav li:nth-of-type(4):hover:after {
  transform: translate(-50%, 0) rotate(-90deg);
}

.single-courses header nav li.menu-item-32:after {
  opacity: 1;
  transform: translate(-50%, 0) rotate(-35deg);
}

.single-services header nav li.menu-item-31:after {
  opacity: 1;
  transform: translate(-50%, 0) rotate(-80deg);
}

.single-post header nav li.menu-item-33:after {
  opacity: 1;
  transform: translate(-50%, 0) rotate(-90deg);
}

footer {
  padding: 6rem 0 0 0;
  background: rgb(9, 9, 104);
  color: #FFF;
  font-size: 1.4rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  footer {
    font-size: 1.6rem;
  }
}
footer .wrap {
  position: relative;
}
footer a {
  text-underline-offset: 3px;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  footer .footer-logo {
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer-logo {
    grid-column: span 3;
  }
}
footer .footer-logo img {
  max-width: 20rem;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  footer .footer-logo img {
    max-width: 28rem;
  }
}
@media screen and (min-width: 768px) {
  footer .contact-col {
    grid-column: 3/7;
  }
}
@media screen and (min-width: 1024px) {
  footer .contact-col {
    grid-column: 5/8;
  }
}
@media screen and (min-width: 1280px) {
  footer .contact-col {
    grid-column: 5/7;
  }
}
footer .contact-col a {
  display: inline-block;
}
footer .contact-col span {
  font-weight: 600;
}
footer .footer-nav {
  position: relative;
  z-index: 2;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  footer .footer-nav {
    grid-column: 8/11;
  }
}
footer .footer-nav li {
  margin-bottom: 1.6rem;
}
footer .footer-nav li:last-of-type {
  margin-bottom: 0;
}
footer .lower {
  position: relative;
  z-index: 2;
  grid-column: span 2;
  margin-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  footer .lower {
    grid-column: 1/9;
  }
  footer .lower a {
    display: inline-block;
  }
}
footer svg {
  position: absolute;
  display: block;
  grid-row: 2;
  grid-column: 2;
  bottom: 0;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  footer svg {
    grid-column: 7/13;
  }
}
@media screen and (min-width: 1024px) {
  footer svg {
    grid-column: 10/13;
    opacity: 1;
  }
}

/* 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;
  }
}

.swiper.mobile-carousel {
  width: 100vw;
  margin-left: -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 1024px) {
  .swiper.mobile-carousel {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .swiper.mobile-carousel .swiper-wrapper {
    display: contents;
  }
}

.post-card {
  position: absolute;
  border-radius: 3.1rem;
  overflow: hidden;
}
.post-card:before {
  transition: all 0.25s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(68, 109, 246);
  height: 90%;
  top: auto;
  bottom: 0;
}
.post-card.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  height: auto;
}
.post-card .image-container {
  position: relative;
  z-index: 2;
  aspect-ratio: 1/0.5;
  overflow: hidden;
}
.post-card .image-container:after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(63.84deg, rgba(250, 250, 255, 0) 17.44%, rgba(9, 9, 104, 0.8) 89.23%);
  z-index: 2;
}
.post-card .image-container .cat {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  top: 2.4rem;
  right: 2.4rem;
  height: 4rem;
  padding: 0.8rem 1rem 0.5rem;
}
@media screen and (max-width: 1023px) {
  .post-card .image-container .cat {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .post-card .image-container .cat {
    font-size: 2rem;
    height: 4.8rem;
    padding: 1.3rem 2.4rem 1rem;
  }
}
.post-card img {
  filter: grayscale(100%);
  transition: 5s 0s ease-in-out;
  width: 100%;
  height: 100%;
}
.post-card .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  flex: 1;
  color: #FFF;
  padding: 2.4rem 2.4rem;
}
@media screen and (min-width: 1024px) {
  .post-card .content {
    padding: 2.4rem 3.2rem;
  }
}
.post-card .content h5 {
  margin-bottom: 2rem;
}
.post-card .content p {
  margin-bottom: clamp(22px, 2.2916666667vw, 44px);
  font-size: 1.6rem;
}
.post-card .content .btn {
  margin-top: auto;
  margin-right: auto;
}
.post-card .btn {
  pointer-events: none;
  height: 4.8rem;
  padding: 1.3rem 2.4rem 1rem;
}
.post-card:hover img {
  transform: scale(1.1);
}
.post-card.courses:before {
  background: rgb(68, 109, 246);
}
.post-card.courses .content {
  color: #FFF;
}
.post-card.courses .btn {
  border-color: #FFF;
}
.post-card.courses .btn span {
  color: #FFF;
}
.post-card.courses:hover:before {
  background: rgb(9, 9, 104);
}
.post-card.courses:hover .content {
  color: #FFF;
}
.post-card.courses:hover .btn {
  border-color: #FFF;
  background: #FFF;
}
.post-card.courses:hover .btn span {
  color: rgb(9, 9, 104);
}
.post-card.services:before {
  background: rgb(39, 251, 107);
}
.post-card.services .content {
  color: rgb(9, 9, 104);
}
.post-card.services .btn {
  border-color: rgb(9, 9, 104);
}
.post-card.services .btn span {
  color: rgb(9, 9, 104);
}
.post-card.services:hover:before {
  background: rgb(68, 109, 246);
}
.post-card.services:hover .content {
  color: #FFF;
}
.post-card.services:hover .btn {
  border-color: #FFF;
  background: #FFF;
}
.post-card.services:hover .btn span {
  color: rgb(68, 109, 246);
}
.post-card:hover:before {
  background: rgb(9, 9, 104);
}

.contact-strip {
  background-image: url("../library/images/get-in-touch-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  .contact-strip {
    padding: 7.5rem 0;
  }
}
.contact-strip h3, .contact-strip .legal .title, .legal .contact-strip .title, .contact-strip .single .hero h1, .single .hero .contact-strip h1, .contact-strip .body-style h2, .contact-strip .body-style .hero.homepage-hero h1, .hero.homepage-hero .contact-strip .body-style h1, .contact-strip .body-style .hero:not(.homepage-hero) h1, .hero:not(.homepage-hero) .contact-strip .body-style h1, .body-style .contact-strip h2, .body-style .contact-strip .hero.homepage-hero h1, .hero.homepage-hero .body-style .contact-strip h1, .body-style .contact-strip .hero:not(.homepage-hero) h1, .hero:not(.homepage-hero) .body-style .contact-strip h1 {
  text-align: center;
  grid-column: span 2;
  color: #FFF;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1023px) {
  .contact-strip h3, .contact-strip .legal .title, .legal .contact-strip .title, .contact-strip .single .hero h1, .single .hero .contact-strip h1, .contact-strip .body-style h2, .contact-strip .body-style .hero.homepage-hero h1, .hero.homepage-hero .contact-strip .body-style h1, .contact-strip .body-style .hero:not(.homepage-hero) h1, .hero:not(.homepage-hero) .contact-strip .body-style h1, .body-style .contact-strip h2, .body-style .contact-strip .hero.homepage-hero h1, .hero.homepage-hero .body-style .contact-strip h1, .body-style .contact-strip .hero:not(.homepage-hero) h1, .hero:not(.homepage-hero) .body-style .contact-strip h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact-strip h3, .contact-strip .legal .title, .legal .contact-strip .title, .contact-strip .single .hero h1, .single .hero .contact-strip h1, .contact-strip .body-style h2, .contact-strip .body-style .hero.homepage-hero h1, .hero.homepage-hero .contact-strip .body-style h1, .contact-strip .body-style .hero:not(.homepage-hero) h1, .hero:not(.homepage-hero) .contact-strip .body-style h1, .body-style .contact-strip h2, .body-style .contact-strip .hero.homepage-hero h1, .hero.homepage-hero .body-style .contact-strip h1, .body-style .contact-strip .hero:not(.homepage-hero) h1, .hero:not(.homepage-hero) .body-style .contact-strip h1 {
    text-align: center;
    grid-column: 5/9;
  }
}
.contact-strip h2.gform_submission_error, .contact-strip .hero.homepage-hero h1.gform_submission_error, .hero.homepage-hero .contact-strip h1.gform_submission_error, .contact-strip .hero:not(.homepage-hero) h1.gform_submission_error, .hero:not(.homepage-hero) .contact-strip h1.gform_submission_error {
  display: none;
}
.contact-strip .gform_wrapper {
  grid-column: span 2;
}
@media screen and (min-width: 1024px) {
  .contact-strip .gform_wrapper {
    grid-column: 5/9;
  }
}
.contact-strip .gform_description, .contact-strip .gform_required_legend {
  display: none;
}
.contact-strip .gform_fields {
  grid-row-gap: 2.4rem !important;
}
.contact-strip .gfield_required_asterisk {
  display: none;
}
.contact-strip .gfield {
  position: relative;
}
.contact-strip .gfield_error input, .contact-strip .gfield_error select, .contact-strip .gfield_error textarea {
  border-color: red;
}
.contact-strip input, .contact-strip select, .contact-strip textarea {
  border-radius: 2rem;
  padding: 1.6rem;
  font-family: "elza", sans-serif;
  -webkit-appearance: none;
  background: #FFF;
  border: 1px solid transparent;
  font-weight: 600;
  color: rgb(9, 9, 104);
  outline: none;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .contact-strip input, .contact-strip select, .contact-strip textarea {
    padding: 2rem;
  }
}
.contact-strip select {
  background-image: url("../library/images/down-chevron.svg");
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 98% center;
  cursor: pointer;
}
.contact-strip textarea {
  height: 20rem !important;
}
@media screen and (max-width: 767px) {
  .contact-strip textarea {
    max-height: 15rem;
  }
}
.contact-strip .ginput_container_consent {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1.6rem;
  font-weight: 600;
  color: #FFF;
  line-height: 1;
}
.contact-strip .ginput_container_consent * {
  cursor: pointer;
}
.contact-strip .ginput_container_consent label {
  padding-top: 0.5rem;
}
.contact-strip .ginput_container_consent input {
  cursor: pointer;
  border-radius: 50%;
  height: 2.4rem;
  width: 2.4rem;
  border: 4px solid #FFF;
  padding: 0;
}
.contact-strip .ginput_container_consent input:checked {
  background: rgb(9, 9, 104);
}
.contact-strip .gfield_validation_message {
  color: red;
  display: block;
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.contact-strip .gform_button {
  position: absolute;
  left: -999999px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.contact-strip .btn {
  max-width: 13rem;
}

.ajax-listings {
  position: relative;
  min-height: 40rem;
  width: 100%;
}
.ajax-listings .grid-inner.loading {
  animation: fadeOut 0.5s both;
}
.ajax-listings .grid-inner.loaded {
  animation: fadeIn 0.5s 0.5s both;
}
@media screen and (max-width: 767px) {
  .ajax-listings .noposts {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
  }
}
.ajax-listings .load-more-container {
  grid-column: 1/2;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .ajax-listings .load-more-container {
    grid-column: span 3;
  }
}
.ajax-listings .load-more-container.loading {
  display: none;
}
.ajax-listings .load-more-container.done {
  display: none;
}

.ajax-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.25s 0.5s all;
  z-index: 5;
  background: rgb(255, 255, 255);
}
.ajax-loader .loader {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  position: absolute;
  top: 20rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}
.ajax-loader .loader:before, .ajax-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: rgb(9, 9, 104);
}
.ajax-loader .loader:before {
  z-index: 100;
  animation: spin 1s infinite;
}
.ajax-loader .loader:after {
  border: 5px solid #F4F4F4;
}
.ajax-loader.show-loader {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.courses-sticky-button {
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 3;
  background: #FFF;
  border-radius: 1.2rem;
  line-height: 1;
  font-weight: 600;
  font-size: 1.3rem;
  padding: 1.3rem 4.5rem 1rem 2rem;
}
@media screen and (min-width: 1024px) {
  .courses-sticky-button {
    border-radius: 1.6rem;
    padding: 2.1rem 26.5rem 1.6rem 3.3rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .courses-sticky-button {
    font-size: clamp(16px, 0.9375vw, 18px);
  }
}
.courses-sticky-button:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../library/images/down-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1.2rem;
  aspect-ratio: 1;
}
@media screen and (min-width: 1024px) {
  .courses-sticky-button:after {
    height: 1.7rem;
    right: 3.3rem;
  }
}
.courses-sticky-button:hover {
  background: rgb(39, 251, 107);
}

/* Blocks Payload
================================================ */
.hero {
  position: relative;
  padding: 0;
  height: clamp(85rem, 100vh, 100rem);
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .hero {
    height: clamp(60rem, 100vh, 90rem);
  }
}
.hero .wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: clamp(125px, 13.0208333333vw, 250px);
}
.hero .content {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
  grid-column: span 2;
}
@media screen and (max-width: 1023px) {
  .hero .content {
    max-width: 55rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero .content {
    grid-column: 2/7;
  }
}
.hero h1 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .hero h1 {
    margin-bottom: clamp(15px, 1.5625vw, 30px);
  }
}
.hero p {
  margin-bottom: 3.2rem;
}
.hero p:last-child {
  margin-bottom: 0;
}
.hero .image-container {
  position: relative;
  margin-top: auto;
  grid-column: span 2;
  margin-right: -2rem;
}
@media screen and (max-width: 1023px) {
  .hero .image-container {
    max-width: 100%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .hero .image-container {
    margin-right: -15rem;
    grid-column: span 6;
  }
}
.hero .image-container img {
  width: 100%;
  height: auto;
}
.hero svg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 200%;
  height: auto;
  opacity: 0.1;
}
@media screen and (min-width: 1024px) {
  .hero svg {
    max-width: 80%;
    max-height: 85vh;
    opacity: 1;
  }
}
.hero:not(.homepage-hero) h1 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .hero:not(.homepage-hero) h1 {
    margin-bottom: clamp(20px, 2.0833333333vw, 40px);
  }
}
@media screen and (min-width: 1024px) {
  .hero:not(.homepage-hero) svg {
    height: inherit;
    bottom: -5rem;
    max-width: 110%;
  }
}
.hero.light-text, .single .hero {
  color: #FFF;
}
.hero.homepage-hero .wrap {
  padding-bottom: 3rem;
}
.hero.homepage-hero h1 {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .hero.homepage-hero .wrap {
    padding-bottom: 8rem;
  }
  .hero.homepage-hero .content {
    grid-column: span 8;
  }
  .hero.homepage-hero p {
    max-width: 50rem;
  }
  .hero.homepage-hero .image-container {
    margin: 0;
    margin-top: auto;
    left: -10rem;
    width: calc(100% + 15rem);
    grid-column: span 4;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .hero.homepage-hero .image-container {
    width: auto;
    left: auto;
    margin-right: calc((100vw - 1820px) / 2 * -1);
  }
}
@media screen and (min-width: 1920px) {
  .hero.image-bleed .image-container {
    margin-right: calc((100vw - 1820px) / 2 * -1);
  }
}
@media screen and (min-width: 1280px) {
  .hero.image-overlap .image-container {
    margin-right: 0;
    left: -20rem;
    width: calc(100% + 30rem);
  }
}
.hero.inset-image .image-container {
  margin-right: 0;
  margin-left: 0;
}
.hero.courses-hero, .hero.services-hero, .hero.legacy-hero {
  height: clamp(40rem, 65vh, 67.5rem);
}
@media screen and (max-width: 1023px) {
  .hero.courses-hero, .hero.services-hero, .hero.legacy-hero {
    height: clamp(40rem, 80vh, 67.5rem);
  }
}

.single .hero {
  background: rgb(68, 109, 246);
}
@media screen and (min-width: 1024px) {
  .single .hero {
    height: auto;
    min-height: 45rem;
    padding-bottom: 10rem;
  }
  .single .hero.image-present {
    height: clamp(60rem, 100vh, 90rem);
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1279px) {
  .single .hero {
    padding-top: 6rem;
  }
}
.single .hero .back-link {
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1.6rem;
  position: relative;
  position: absolute;
  top: -5.5rem;
  line-height: 1;
}
.single .hero .back-link:before {
  background-image: url("../library/images/back-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 1.2rem;
  width: 1.1rem;
  margin-bottom: 0.3rem;
}
.single .hero .back-link:hover {
  gap: 1rem;
}
.single .hero .content {
  position: relative;
}
.single .hero .btn {
  color: rgb(68, 109, 246);
}
@media screen and (max-width: 767px) {
  .single .hero .image-container {
    display: none;
  }
}
.single .hero .date-cat {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .single .hero .date-cat {
    font-size: clamp(16px, 1.0416666667vw, 20px);
  }
}
.single .hero .date-cat span {
  margin-top: -0.2rem;
  height: 1.2rem;
  aspect-ratio: 1;
  background: rgb(39, 251, 107);
  border-radius: 50%;
}
.single .hero .bg-graphic {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .single .hero .bg-graphic {
    max-width: 80%;
  }
}

.content-strip {
  padding-bottom: 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .content-strip {
    height: clamp(60rem, 80vh, 80rem);
  }
}
.content-strip .wrap {
  position: relative;
  height: 100%;
}
.content-strip.light-text, .single .content-strip.hero {
  color: #FFF;
}
.content-strip.light-text .button-wrap .btn:hover, .single .content-strip.hero .button-wrap .btn:hover {
  color: var(--text-color);
}
.content-strip .content {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .content-strip .content {
    grid-column: span 2;
  }
  .content-strip .image-container {
    grid-column: span 2;
  }
  .content-strip .image-container img {
    width: 100%;
    height: auto;
  }
  .content-strip svg {
    position: absolute;
    grid-column: 1/3;
    width: 100%;
    height: auto;
    bottom: 0;
    max-height: 60%;
  }
  .content-strip.image-left.image-grid-bleed .image-container {
    margin-left: -2rem;
  }
  .content-strip.image-right.image-grid-bleed .image-container {
    margin-right: -2rem;
  }
}
.content-strip .image-container {
  position: relative;
}
.content-strip .inner-image-size {
  display: contents;
}
@media screen and (min-width: 1024px) {
  .content-strip.custom-image-size .image-container {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .content-strip.custom-image-size .inner-image-size {
    display: block;
    margin: 0 auto;
  }
}
.content-strip .buttons {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  margin-top: 3.2rem;
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .content-strip .buttons .btn {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
}
.content-strip .buttons .button-wrap .btn:first-of-type:hover {
  color: var(--text-color);
}
.content-strip .buttons .button-wrap:nth-of-type(2) .btn:not(:hover) {
  color: var(--text-color);
}
.content-strip .buttons .button-wrap:nth-of-type(2) .btn:hover {
  color: rgb(9, 9, 104);
}
@media screen and (min-width: 1024px) {
  .content-strip.image-left svg {
    position: absolute;
    left: -12rem;
    grid-column: 1/7;
    width: calc(100% + 12rem);
  }
  .content-strip.image-left .image-container {
    grid-column: 1/7;
    margin-left: -12rem;
    grid-row: 1;
    margin-top: auto;
  }
  .content-strip.image-left .image-container img {
    max-height: 100%;
    width: 100%;
    height: auto;
  }
  .content-strip.image-left .content {
    grid-row: 1;
    grid-column: 7/12;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .content-strip.image-left.image-grid-bleed {
    margin-right: calc((100vw - 1820px) / 2 * -1);
  }
}
@media screen and (min-width: 1024px) {
  .content-strip.image-right svg {
    position: absolute;
    right: -12rem;
    grid-column: 7/13;
    width: calc(100% + 12rem);
  }
  .content-strip.image-right .image-container {
    grid-column: 7/13;
    grid-row: 1;
    margin-top: auto;
    margin-right: -12rem;
  }
  .content-strip.image-right .image-container img {
    max-height: 100%;
    width: 100%;
    height: auto;
  }
  .content-strip.image-right .content {
    grid-row: 1;
    grid-column: 1/7;
  }
}
.content-strip.background-shape-hidden svg {
  display: none;
}
.content-strip.background-shape-white svg path {
  fill: #FFF !important;
}

.testimonials-carousel {
  overflow: hidden;
  padding: 0;
}
.testimonials-carousel .wrap {
  position: relative;
}
.testimonials-carousel svg {
  position: relative;
  display: block;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .testimonials-carousel svg {
    position: absolute;
    left: 0;
    bottom: -20rem;
    opacity: 0.2;
    margin-left: -20%;
  }
}
@media screen and (min-width: 1024px) {
  .testimonials-carousel svg {
    margin-left: -5rem;
    grid-column: span 5;
  }
}
.testimonials-carousel .swiper-container {
  position: relative;
  width: 100%;
  grid-column: 1/3;
  padding: 10rem 0;
}
@media screen and (min-width: 1024px) {
  .testimonials-carousel .swiper-container {
    padding-top: clamp(75px, 7.8125vw, 150px);
    padding-bottom: clamp(50px, 5.2083333333vw, 100px);
    grid-column: 8/13;
  }
}
.testimonials-carousel .swiper-wrapper, .testimonials-carousel .swiper-slide {
  height: auto;
}
.testimonials-carousel .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
}
.testimonials-carousel .testimonial {
  position: relative;
  padding-top: 3rem;
  padding-left: 3rem;
}
.testimonials-carousel .testimonial:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../library/images/speechmarks.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 0;
  height: 2.7rem;
  width: 3rem;
}
@media screen and (min-width: 1024px) {
  .testimonials-carousel .testimonial:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../library/images/speechmarks.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 1rem;
    bottom: 2rem;
    height: 2.7rem;
    width: 3rem;
    transform: scale(-1);
  }
}
.testimonials-carousel .source {
  font-weight: 600;
}
.testimonials-carousel .swiper-nav {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  gap: 1.2rem;
  margin-left: 3rem;
}
@media screen and (max-width: 1023px) {
  .testimonials-carousel .swiper-nav {
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
  }
}
.testimonials-carousel .swiper-button {
  position: relative;
  transition: all 0.25s ease-in-out;
  height: 6rem;
  width: 7.8rem;
  background-color: rgb(68, 109, 246);
  border-radius: 1.6rem;
  cursor: pointer;
  overflow: hidden;
}
.testimonials-carousel .swiper-button:nth-of-type(2) {
  transform: scaleX(-1);
}
.testimonials-carousel .swiper-button:before {
  transition: 0.25s 0s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: -50%;
  width: 130%;
  left: -15%;
  aspect-ratio: 1;
  background: rgb(9, 9, 104);
  border-radius: 50%;
  transform-origin: bottom;
  transform: scale(0);
}
.testimonials-carousel .swiper-button:after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../library/images/carousel-arrow.svg");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center;
}
.testimonials-carousel .swiper-button:hover:before {
  transform: scale(1);
}

.latest-insights, .related-posts {
  background-image: url("../library/images/latest-insights-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.latest-insights h3, .latest-insights .legal .title, .legal .latest-insights .title, .latest-insights .body-style h2, .body-style .latest-insights h2, .latest-insights .body-style .hero:not(.homepage-hero) h1, .body-style .hero:not(.homepage-hero) .latest-insights h1, .latest-insights .hero:not(.homepage-hero) .body-style h1, .hero:not(.homepage-hero) .body-style .latest-insights h1, .latest-insights .body-style .hero.homepage-hero h1, .body-style .hero.homepage-hero .latest-insights h1, .latest-insights .hero.homepage-hero .body-style h1, .hero.homepage-hero .body-style .latest-insights h1, .latest-insights .single .hero h1, .single .hero .latest-insights h1, .related-posts h3, .related-posts .legal .title, .legal .related-posts .title, .related-posts .body-style h2, .body-style .related-posts h2, .related-posts .body-style .hero:not(.homepage-hero) h1, .body-style .hero:not(.homepage-hero) .related-posts h1, .related-posts .hero:not(.homepage-hero) .body-style h1, .hero:not(.homepage-hero) .body-style .related-posts h1, .related-posts .body-style .hero.homepage-hero h1, .body-style .hero.homepage-hero .related-posts h1, .related-posts .hero.homepage-hero .body-style h1, .hero.homepage-hero .body-style .related-posts h1, .related-posts .single .hero h1, .single .hero .related-posts h1 {
  grid-column: span 2;
  text-align: center;
  margin-bottom: 3rem;
  color: rgb(68, 109, 246);
}
@media screen and (min-width: 768px) {
  .latest-insights h3, .latest-insights .legal .title, .legal .latest-insights .title, .latest-insights .body-style h2, .body-style .latest-insights h2, .latest-insights .body-style .hero:not(.homepage-hero) h1, .body-style .hero:not(.homepage-hero) .latest-insights h1, .latest-insights .hero:not(.homepage-hero) .body-style h1, .hero:not(.homepage-hero) .body-style .latest-insights h1, .latest-insights .body-style .hero.homepage-hero h1, .body-style .hero.homepage-hero .latest-insights h1, .latest-insights .hero.homepage-hero .body-style h1, .hero.homepage-hero .body-style .latest-insights h1, .latest-insights .single .hero h1, .single .hero .latest-insights h1, .related-posts h3, .related-posts .legal .title, .legal .related-posts .title, .related-posts .body-style h2, .body-style .related-posts h2, .related-posts .body-style .hero:not(.homepage-hero) h1, .body-style .hero:not(.homepage-hero) .related-posts h1, .related-posts .hero:not(.homepage-hero) .body-style h1, .hero:not(.homepage-hero) .body-style .related-posts h1, .related-posts .body-style .hero.homepage-hero h1, .body-style .hero.homepage-hero .related-posts h1, .related-posts .hero.homepage-hero .body-style h1, .hero.homepage-hero .body-style .related-posts h1, .related-posts .single .hero h1, .single .hero .related-posts h1 {
    margin-bottom: clamp(24px, 2.5vw, 48px);
  }
}
@media screen and (min-width: 1024px) {
  .latest-insights h3, .latest-insights .legal .title, .legal .latest-insights .title, .latest-insights .body-style h2, .body-style .latest-insights h2, .latest-insights .body-style .hero:not(.homepage-hero) h1, .body-style .hero:not(.homepage-hero) .latest-insights h1, .latest-insights .hero:not(.homepage-hero) .body-style h1, .hero:not(.homepage-hero) .body-style .latest-insights h1, .latest-insights .body-style .hero.homepage-hero h1, .body-style .hero.homepage-hero .latest-insights h1, .latest-insights .hero.homepage-hero .body-style h1, .hero.homepage-hero .body-style .latest-insights h1, .latest-insights .single .hero h1, .single .hero .latest-insights h1, .related-posts h3, .related-posts .legal .title, .legal .related-posts .title, .related-posts .body-style h2, .body-style .related-posts h2, .related-posts .body-style .hero:not(.homepage-hero) h1, .body-style .hero:not(.homepage-hero) .related-posts h1, .related-posts .hero:not(.homepage-hero) .body-style h1, .hero:not(.homepage-hero) .body-style .related-posts h1, .related-posts .body-style .hero.homepage-hero h1, .body-style .hero.homepage-hero .related-posts h1, .related-posts .hero.homepage-hero .body-style h1, .hero.homepage-hero .body-style .related-posts h1, .related-posts .single .hero h1, .single .hero .related-posts h1 {
    grid-column: span 13;
  }
}
.latest-insights .swiper, .related-posts .swiper {
  grid-column: span 2;
}
@media screen and (min-width: 1024px) {
  .latest-insights .swiper, .related-posts .swiper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    grid-column: 2/12;
    grid-column: span 13;
  }
}
.latest-insights .btn.view-more, .related-posts .btn.view-more {
  grid-column: span 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .latest-insights .btn.view-more, .related-posts .btn.view-more {
    grid-column: 6/8;
  }
}
.latest-insights.courses-posts h3, .latest-insights.courses-posts .legal .title, .legal .latest-insights.courses-posts .title, .latest-insights.courses-posts .body-style h2, .body-style .latest-insights.courses-posts h2, .latest-insights.courses-posts .body-style .hero:not(.homepage-hero) h1, .body-style .hero:not(.homepage-hero) .latest-insights.courses-posts h1, .latest-insights.courses-posts .hero:not(.homepage-hero) .body-style h1, .hero:not(.homepage-hero) .body-style .latest-insights.courses-posts h1, .latest-insights.courses-posts .body-style .hero.homepage-hero h1, .body-style .hero.homepage-hero .latest-insights.courses-posts h1, .latest-insights.courses-posts .hero.homepage-hero .body-style h1, .hero.homepage-hero .body-style .latest-insights.courses-posts h1, .latest-insights.courses-posts .single .hero h1, .single .hero .latest-insights.courses-posts h1, .related-posts.courses-posts h3, .related-posts.courses-posts .legal .title, .legal .related-posts.courses-posts .title, .related-posts.courses-posts .body-style h2, .body-style .related-posts.courses-posts h2, .related-posts.courses-posts .body-style .hero:not(.homepage-hero) h1, .body-style .hero:not(.homepage-hero) .related-posts.courses-posts h1, .related-posts.courses-posts .hero:not(.homepage-hero) .body-style h1, .hero:not(.homepage-hero) .body-style .related-posts.courses-posts h1, .related-posts.courses-posts .body-style .hero.homepage-hero h1, .body-style .hero.homepage-hero .related-posts.courses-posts h1, .related-posts.courses-posts .hero.homepage-hero .body-style h1, .hero.homepage-hero .body-style .related-posts.courses-posts h1, .related-posts.courses-posts .single .hero h1, .single .hero .related-posts.courses-posts h1 {
  color: rgb(9, 9, 104);
}

.podcast {
  background: rgb(9, 9, 104);
}
.podcast iframe {
  grid-column: span 2;
  border-radius: 2rem !important;
}
@media screen and (min-width: 1024px) {
  .podcast iframe {
    grid-column: 3/11;
  }
}

.insights-content {
  position: relative;
  background: rgb(9, 9, 104);
  color: #FFF;
  overflow: hidden;
}
.insights-content svg {
  position: absolute;
  aspect-ratio: 1;
  opacity: 0.2;
}
@media screen and (min-width: 1024px) {
  .insights-content svg {
    opacity: 1;
  }
}
.insights-content svg:first-of-type {
  right: 0;
  top: 9rem;
  width: 30%;
  transform: scaleX(-1);
}
@media screen and (min-width: 1024px) {
  .insights-content svg:first-of-type {
    width: 18%;
  }
}
.insights-content svg:nth-of-type(2) {
  width: 28%;
  left: 0;
  bottom: 28%;
  aspect-ratio: 1;
  width: 30%;
  opacity: 0.26;
}
@media screen and (min-width: 1024px) {
  .insights-content svg:nth-of-type(2) {
    width: 15%;
  }
}
.insights-content svg:last-of-type {
  right: -5rem;
  top: 45%;
  width: 60%;
  mix-blend-mode: color-burn;
}
@media screen and (min-width: 1024px) {
  .insights-content svg:last-of-type {
    width: 40%;
  }
}
.insights-content * {
  grid-column: span 2;
}
@media screen and (min-width: 1024px) {
  .insights-content * {
    grid-column: 4/10;
  }
}
.insights-content code {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid rgb(39, 251, 107);
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}
.insights-content img {
  filter: grayscale(100%);
  grid-column: span 2;
  border-radius: 2rem;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .insights-content img {
    grid-column: 3/11;
  }
}
.insights-content img.alignright, .insights-content img.alignleft, .insights-content img.aligncenter, .insights-content img.alignnone {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2rem 0;
}
@media screen and (min-width: 1024px) {
  .insights-content img.alignright {
    margin: 6rem 0;
  }
  .insights-content img.alignleft {
    margin: 6rem 0;
  }
  .insights-content img.alignnone {
    margin: 6rem 0;
  }
  .insights-content img.aligncenter {
    display: block;
    margin: 6rem auto;
  }
  .insights-content a img.alignright {
    float: right;
    margin: 0 0 6rem 6rem;
  }
  .insights-content a img.alignleft {
    float: left;
    margin: 0 6rem 6rem 0;
  }
  .insights-content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.standalone-testimonial {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .standalone-testimonial {
    padding-top: clamp(75px, 7.8125vw, 150px);
    padding-bottom: clamp(75px, 7.8125vw, 150px);
  }
}
.standalone-testimonial .wrap {
  position: relative;
}
.standalone-testimonial .background-graphic {
  position: absolute;
  bottom: 0;
  left: -4rem;
  width: 100%;
  max-width: 60%;
  opacity: 0.2;
}
@media screen and (min-width: 1024px) {
  .standalone-testimonial .background-graphic {
    max-width: 25%;
    opacity: 1;
  }
}
.standalone-testimonial .testimonial-image {
  grid-column: span 2;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  margin-left: -2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .standalone-testimonial .testimonial-image {
    grid-column: 1/5;
    margin-left: -5rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1920px) {
  .standalone-testimonial .testimonial-image {
    margin-left: calc((100vw - 1820px) / 2 * -1);
  }
}
.standalone-testimonial .testimonial {
  grid-column: span 2;
  position: relative;
  padding-left: 3rem;
}
@media screen and (min-width: 1024px) {
  .standalone-testimonial .testimonial {
    grid-column: 7/12;
  }
}
.standalone-testimonial .testimonial:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../library/images/speechmarks.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0rem;
  top: -3rem;
  height: 2.7rem;
  width: 3rem;
}
@media screen and (min-width: 1024px) {
  .standalone-testimonial .testimonial:before {
    left: -3rem;
  }
}
@media screen and (min-width: 1024px) {
  .standalone-testimonial .testimonial:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../library/images/speechmarks.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 1rem;
    bottom: 2rem;
    height: 2.7rem;
    width: 3rem;
    transform: scale(-1);
  }
}

.post-overview .filter-count {
  font-weight: 600;
  margin-bottom: 2.4rem;
  grid-column: span 2;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .post-overview .filter-count {
    margin-bottom: 3.2rem;
    grid-column: span 13;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .post-overview .filter-count {
    font-size: clamp(16px, 1.6666666667vw, 32px);
  }
}
.post-overview .total-posts {
  display: none;
}
.post-overview .filters {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.5rem;
  grid-column: span 2;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .post-overview .filters {
    gap: 1.2rem;
    grid-column: span 13;
  }
}
.post-overview .filters .filter {
  transition: all 0.25s ease-in-out;
  transition: none;
  cursor: pointer;
  height: 4.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.post-overview .filters .filter:before {
  background: rgb(9, 9, 104);
}
.post-overview .filters .filter.active, .post-overview .filters .filter:hover {
  transition: 0s 0.25s background;
  background: rgb(9, 9, 104);
}
.post-overview .filters .filter.active span, .post-overview .filters .filter:hover span {
  color: #FFF;
}
.post-overview .filters .filter.active:after {
  order: 2;
  transition: all 0.25s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  margin-top: -0.6rem;
  position: static;
  display: block;
  height: 1.6rem;
  width: 1.6rem;
  background-image: url("../library/images/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1.5rem;
  transform: rotate(45deg);
}
.post-overview .filters .filter.active:before {
  transform: scale(1);
}
.post-overview .filters .filter.active span {
  color: #FFF;
}
.post-overview h3, .post-overview .legal .title, .legal .post-overview .title, .post-overview .body-style h2, .body-style .post-overview h2, .post-overview .body-style .hero:not(.homepage-hero) h1, .body-style .hero:not(.homepage-hero) .post-overview h1, .post-overview .hero:not(.homepage-hero) .body-style h1, .hero:not(.homepage-hero) .body-style .post-overview h1, .post-overview .body-style .hero.homepage-hero h1, .body-style .hero.homepage-hero .post-overview h1, .post-overview .hero.homepage-hero .body-style h1, .hero.homepage-hero .body-style .post-overview h1, .post-overview .single .hero h1, .single .hero .post-overview h1 {
  grid-column: span 2;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .post-overview h3, .post-overview .legal .title, .legal .post-overview .title, .post-overview .body-style h2, .body-style .post-overview h2, .post-overview .body-style .hero:not(.homepage-hero) h1, .body-style .hero:not(.homepage-hero) .post-overview h1, .post-overview .hero:not(.homepage-hero) .body-style h1, .hero:not(.homepage-hero) .body-style .post-overview h1, .post-overview .body-style .hero.homepage-hero h1, .body-style .hero.homepage-hero .post-overview h1, .post-overview .hero.homepage-hero .body-style h1, .hero.homepage-hero .body-style .post-overview h1, .post-overview .single .hero h1, .single .hero .post-overview h1 {
    margin-bottom: clamp(24px, 2.5vw, 48px);
  }
}
@media screen and (min-width: 1024px) {
  .post-overview h3, .post-overview .legal .title, .legal .post-overview .title, .post-overview .body-style h2, .body-style .post-overview h2, .post-overview .body-style .hero:not(.homepage-hero) h1, .body-style .hero:not(.homepage-hero) .post-overview h1, .post-overview .hero:not(.homepage-hero) .body-style h1, .hero:not(.homepage-hero) .body-style .post-overview h1, .post-overview .body-style .hero.homepage-hero h1, .body-style .hero.homepage-hero .post-overview h1, .post-overview .hero.homepage-hero .body-style h1, .hero.homepage-hero .body-style .post-overview h1, .post-overview .single .hero h1, .single .hero .post-overview h1 {
    grid-column: span 13;
  }
}
.post-overview .ajax-listings {
  grid-column: span 2;
}
@media screen and (min-width: 1024px) {
  .post-overview .ajax-listings {
    grid-column: span 13;
  }
}
.post-overview .grid-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3em 2rem;
}
@media screen and (min-width: 768px) {
  .post-overview .grid-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.6rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .post-overview .grid-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5.6rem 2rem;
  }
}
.post-overview .load-more {
  max-width: 16rem;
  margin: auto;
}

.simple-content-strip {
  position: relative;
  overflow: hidden;
}
.simple-content-strip.light-text, .single .simple-content-strip.hero {
  color: #FFF;
}
.simple-content-strip .inner-content {
  grid-column: 1/3;
}
@media screen and (min-width: 1024px) {
  .simple-content-strip .inner-content {
    grid-column: 4/10;
  }
}
.simple-content-strip.repeated-triangle:before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../library/images/repeated-triangle-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.1;
}
@media screen and (min-width: 1024px) {
  .simple-content-strip.repeated-triangle:before {
    background-image: url("../library/images/repeated-triangle-bg.png");
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.simple-content-strip.large-faded-triangles {
  background-image: url("../library/images/latest-insights-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.simple-content-strip.triangle-left svg, .simple-content-strip.triangle-right svg {
  position: absolute;
  left: 0;
  width: 50%;
  aspect-ratio: 1;
  opacity: 0.2;
}
@media screen and (min-width: 1024px) {
  .simple-content-strip.triangle-left svg, .simple-content-strip.triangle-right svg {
    opacity: 1;
    width: 20%;
  }
}
.simple-content-strip.triangle-right svg {
  left: auto;
  right: 0;
  top: auto;
  bottom: 8%;
  transform: scaleX(-1);
}

.resources.light-text, .single .resources.hero {
  color: #FFF;
}
.resources h4 {
  grid-column: span 2;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .resources h4 {
    grid-column: 4/10;
  }
}
.resources .resource-rows {
  grid-column: span 2;
}
@media screen and (min-width: 1024px) {
  .resources .resource-rows {
    grid-column: 4/10;
  }
}
.resources .resource-rows .resource {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  padding: 2.6rem 0;
  border-bottom: 1px solid #FFF;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .resources .resource-rows .resource {
    padding: 1.6rem 0;
    flex-direction: row;
  }
}
.resources .resource-rows .resource span {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  line-height: 1;
  gap: 1.2rem;
  font-size: 2.4rem;
}
.resources .resource-rows .resource span:before {
  content: "";
  display: block;
  position: absolute;
  position: static;
  display: block;
  background-image: url("../library/images/back-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scaleX(-1);
  height: 1.8rem;
  width: 1.8rem;
  margin-top: -0.3rem;
}
.resources .resource-rows .resource .btn {
  height: 4.3rem;
  font-size: 1.6rem;
  padding: 1.5rem 2.4rem 1.2rem;
}
@media screen and (min-width: 768px) {
  .resources .resource-rows .resource .btn {
    margin-left: auto;
  }
}
.resources .resource-rows .resource:first-of-type {
  border-top: 1px solid #FFF;
}

.services-grid .title {
  grid-column: span 2;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .services-grid .title {
    grid-column: span 13;
  }
}
.services-grid .inner-grid {
  grid-column: span 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.services-grid .inner-grid .post-card {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .services-grid .inner-grid .post-card {
    width: calc(50% - 1.2rem);
  }
}
@media screen and (min-width: 1024px) {
  .services-grid .inner-grid .post-card {
    width: calc(33.333% - 2rem);
  }
}
@media screen and (min-width: 1024px) {
  .services-grid .inner-grid {
    grid-column: span 13;
    gap: 5.6rem 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .services-grid .inner-grid {
    grid-column: 2/12;
  }
}

.single-services .services-grid {
  background-image: url("../library/images/latest-insights-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .single-services .services-grid .inner-grid {
    grid-column: 3/11;
  }
  .single-services .services-grid .inner-grid .post-card {
    width: calc(50% - 1.5rem);
  }
}

.legal {
  padding-top: 12rem;
}
@media screen and (min-width: 1024px) {
  .legal {
    padding-top: clamp(125px, 13.0208333333vw, 250px);
  }
}
.legal .title {
  grid-column: span 2;
  padding-bottom: clamp(25px, 2.6041666667vw, 50px);
  margin-bottom: clamp(25px, 2.6041666667vw, 50px);
  border-bottom: 1px solid rgb(9, 9, 104);
}
@media screen and (min-width: 1024px) {
  .legal .title {
    grid-column: 4/10;
  }
}
.legal .content {
  grid-column: span 2;
}
@media screen and (min-width: 1024px) {
  .legal .content {
    grid-column: 4/10;
  }
}

:root {
  --logo_height: 11rem;
}

.logo-strip {
  background: #FFF;
}
.logo-strip .inner-logos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  grid-column: span 12;
  gap: 3rem 2rem;
}
@media screen and (min-width: 1024px) {
  .logo-strip .inner-logos {
    gap: 7rem;
  }
}
.logo-strip .inner-logos a {
  height: 11rem;
  max-height: 11rem;
  width: auto;
  height: calc(var(--logo_height) / 2);
}
@media screen and (min-width: 1024px) {
  .logo-strip .inner-logos a {
    height: var(--logo_height);
  }
}
.logo-strip .inner-logos img {
  max-width: 100%;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.full-size-image {
  padding: 0;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.full-size-image img {
  width: 100%;
  height: calc(100% + 6rem);
}

.content-and-image.light-text, .single .content-and-image.hero {
  color: #FFF;
}
.content-and-image .intro-content {
  grid-column: 1/3;
  margin-bottom: clamp(35px, 3.6458333333vw, 70px);
}
@media screen and (min-width: 1024px) {
  .content-and-image .intro-content {
    grid-column: 2/12;
  }
}
@media screen and (min-width: 1280px) {
  .content-and-image .intro-content {
    grid-column: 3/11;
  }
}
.content-and-image .lower-cols {
  grid-column: 1/3;
  gap: 3.4rem;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .content-and-image .lower-cols {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .content-and-image .lower-cols {
    grid-column: 2/12;
  }
}
@media screen and (min-width: 1280px) {
  .content-and-image .lower-cols {
    grid-column: 3/11;
  }
}
.content-and-image .lower-cols h4 strong {
  font-weight: 400;
}
.content-and-image .lower-cols img {
  max-width: 38rem;
  width: 100%;
  height: auto;
}

/* Pages Payload
================================================ */
.error404__content {
  padding: 100px 0 150px;
  text-align: center;
}
.error404__content h1 {
  font-size: 7em;
  color: rgb(68, 109, 246);
  line-height: 170px;
  margin-bottom: 30px;
}

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