@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: Chillax;
  src: url('../fonts/Chillax-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chillax;
  src: url('../fonts/Chillax-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chillax;
  src: url('../fonts/Chillax-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chillax;
  src: url('../fonts/Chillax-Extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chillax;
  src: url('../fonts/Chillax-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chillax;
  src: url('../fonts/Chillax-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay Bold;
  src: url('../fonts/ClashDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay Light;
  src: url('../fonts/ClashDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay Medium;
  src: url('../fonts/ClashDisplay-Medium.otf') format("opentype"), url('../fonts/ClashDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay Regular;
  src: url('../fonts/ClashDisplay-Regular.otf') format("opentype"), url('../fonts/ClashDisplay-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-grey: var(--slate);
  --dark-turquoise: #00c6c6;
  --white: white;
  --white-smoke: #f3f3f3;
  --azure: #e8fdff;
  --pale-goldenrod: #fff1b8;
  --pale-goldenrod-2: #f0ffb0;
  --light-blue: #cdf7f7;
  --orange: #ffa52e;
  --gold: #ffd629;
  --vibrant-goldenrod: #e4ff80;
  --black-slate: #002d2e;
  --yellow-green: #bbe622;
  --slate: #006166;
  --transparent: #fff0;
  --light-green: #e8fcdf;
  --green: #2c7f05;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--dark-slate-grey);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Clashdisplay, sans-serif;
  font-size: 3.2em;
  font-weight: 600;
  line-height: 1em;
}

h2 {
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Clashdisplay Medium, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  color: var(--dark-slate-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3em;
}

h4 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1em;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  font-size: 1em;
}

img {
  border-radius: 16px;
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 5px solid var(--dark-turquoise);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.container {
  z-index: 1;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.container.aligntop {
  align-items: flex-start;
}

.container.align-left {
  justify-content: flex-start;
}

.container.align-right {
  justify-content: flex-end;
}

.container.center {
  justify-content: center;
  align-items: center;
}

.container.full-width {
  padding-left: 20px;
  padding-right: 20px;
}

.container.aligntop-copy {
  align-items: flex-start;
}

.col {
  flex: 1;
  min-width: 25%;
  max-width: 75%;
}

.col.centred-text {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.col.small-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.col.profile-photo {
  max-width: 3.4722%;
  margin-right: 20px;
}

.col.footer-col {
  min-width: 20%;
  max-width: 20%;
}

.col.logo-footer-col {
  min-width: 20%;
  max-width: 75%;
}

.section {
  color: var(--dark-slate-grey);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.section.hero {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  border-radius: 0;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section.hero.h43 {
  padding: 130px 20px 120px;
}

.section.hero.slate {
  background-color: var(--dark-slate-grey);
}

.section.grey {
  background-color: var(--white-smoke);
}

.section.s-gradgreen {
  background-image: linear-gradient(#def1d4, #fff 29%);
}

.section.s-gradblue {
  background-image: linear-gradient(to bottom, var(--azure), white 46%);
}

.section.slight-blue {
  background-color: var(--azure);
}

.section.syellow {
  background-color: var(--pale-goldenrod);
}

.section.sslate {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  margin: 40px 60px;
}

.section.sorange {
  background-color: var(--pale-goldenrod);
  color: var(--dark-slate-grey);
}

.section.article {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.dark-slate-grey {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  border-radius: 16px;
}

.section.section-stats {
  z-index: 2;
  margin-top: -60px;
  padding-bottom: 10px;
}

.section.feat-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section.sbrightgreen {
  background-color: var(--pale-goldenrod-2);
}

.section.slight-green {
  background-image: linear-gradient(#e5fcda, #e5fcda00);
}

.section.s-gradyellow {
  background-image: linear-gradient(180deg, var(--pale-goldenrod), white 88%);
  border-radius: 16px;
}

.section.inv-gradblue {
  background-image: linear-gradient(0deg, var(--azure), white 65%);
}

.section.introblock, .section.introb-sec {
  margin-top: -120px;
  padding-left: 60px;
  padding-right: 60px;
}

.section.sec-search-wrap {
  display: flex;
}

.navcontainer {
  box-shadow: none;
  color: var(--white);
  border-radius: 0 0 20px 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin: 10px auto;
  padding: 5px 50px;
  display: flex;
}

.grid {
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.grid.title-g {
  margin-bottom: 0;
}

.grid.gcenter {
  justify-content: center;
  align-self: center;
}

.grid.white-background {
  background-color: var(--white);
}

.grid.c-lightblue {
  background-color: var(--light-blue);
}

.grid.c-lightblue.cen-grid {
  justify-content: center;
  align-items: center;
}

.grid.greeng {
  background-color: var(--pale-goldenrod-2);
}

.grid.gridorange {
  background-color: var(--orange);
}

.grid.c-lightyellow {
  background-color: var(--pale-goldenrod);
}

.grid.c-white {
  background-color: var(--white);
}

.grid.c-gradyellow {
  background-image: linear-gradient(180deg, var(--pale-goldenrod), white);
}

.gridblock {
  z-index: 3;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 50%;
  padding: 30px 50px;
  position: relative;
}

.gridblock.video-block {
  object-fit: contain;
  background-color: #000;
  background-image: none;
  background-size: auto;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.gridblock.logo-grid {
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.gridblock.hero {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 70%;
  display: block;
}

.gridblock.gb-center {
  text-align: left;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.gridblock.gb-image {
  max-width: none;
  min-height: 300px;
}

.gridblock.small-col {
  max-width: 33.3333%;
}

.bgimage {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navlink {
  color: var(--white);
  text-transform: none;
  margin-right: 3px;
  padding: 10px;
  font-size: .9em;
  font-weight: 700;
  line-height: 1em;
}

.navlink:hover {
  color: var(--white);
  transform: scale(1.04);
}

.navlink.w--current {
  color: var(--white);
}

.navlink.homenl {
  box-shadow: none;
  color: var(--dark-slate-grey);
}

.navlink.homenl:hover {
  background-color: var(--gold);
  color: var(--dark-slate-grey);
}

.navlink.ctalink {
  background-color: var(--vibrant-goldenrod);
  color: var(--black-slate);
  border-radius: 40px;
}

.nav-menu {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
  overflow: visible;
}

.socialicon {
  background-color: var(--white);
  color: var(--black-slate);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.socialicon:hover {
  transform: scale(1.04);
}

.socialrow {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.footer {
  background-color: var(--black-slate);
  color: var(--azure);
  text-align: left;
  padding: 100px 0;
  font-family: Clashdisplay Medium, sans-serif;
  position: relative;
}

.footerlink {
  color: var(--azure);
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footerlink:hover {
  -webkit-text-stroke-color: transparent;
  transform: scale(1.04);
}

.footerlink.w--current:hover {
  -webkit-text-stroke-color: var(--dark-slate-grey);
}

.footerlink.logotext {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  display: flex;
}

.footerlink.logotext.w--current {
  background-image: url('../images/The-Audacious-Project-logo.png');
  background-position: 0 0;
  background-size: contain;
  background-attachment: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  text-transform: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: color .2s, background-color .2s, transform .2s;
  box-shadow: 0 0 10px -2px #0003;
}

.button:hover {
  box-shadow: 0 0 5px -2px var(--dark-turquoise);
  background-color: #009199;
  transform: scale(1.04);
}

.button.alt {
  background-color: var(--white);
  color: #5c5d64;
}

.button.alt:hover {
  background-color: var(--gold);
  color: var(--dark-slate-grey);
}

.button.alt.yellow {
  color: var(--dark-slate-grey);
}

.button.dark-grey-slateb {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.button.dark-grey-slateb:hover {
  color: var(--dark-slate-grey);
  background-color: #d2fcff;
}

.button.yellow {
  background-color: var(--gold);
}

.button.light-blue {
  background-color: var(--azure);
}

.button.green {
  background-color: var(--yellow-green);
}

.button.orange {
  background-color: var(--orange);
}

.button.turq {
  background-color: var(--dark-turquoise);
}

.button.cta-but {
  background-color: var(--vibrant-goldenrod);
  box-shadow: 0 0 10px -2px var(--pale-goldenrod-2);
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 16px;
}

.button.white-button {
  background-color: var(--white);
  color: var(--dark-slate-grey);
  transition-property: none;
  box-shadow: 0 0 10px -2px #fff9;
}

.navbar {
  z-index: 98;
  background-color: #0000;
  background-image: linear-gradient(#002122d6 7%, #00212200);
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.footlogo {
  object-fit: contain;
  width: 100%;
  max-width: 260px;
  max-height: 75px;
  display: inline-block;
}

.heroimage {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heroimage.h23 {
  width: 100%;
  margin-top: 0;
}

.table-image {
  object-fit: contain;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.logoimageinner {
  max-width: 196px;
}

.highlight-banner {
  z-index: 100;
  text-align: center;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 18px;
  position: fixed;
  inset: auto 0% 0%;
}

.ddcontainer {
  width: 100%;
  max-width: 700px;
  margin-top: 10px;
}

.ddheadcont {
  cursor: pointer;
  border-bottom: 1px dotted #363636b3;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.ddarrow {
  text-align: center;
  flex: 0 auto;
  width: 36px;
  height: 36px;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.ddheader {
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: 500;
}

.ddrtb {
  height: 0;
  overflow: hidden;
}

.timecol {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  line-height: 18px;
  display: flex;
  position: relative;
}

.logo-grid {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrowt {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.menu-button {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.menu-button.w--open {
  padding: 10px;
}

.dark-slate-grey {
  color: var(--dark-slate-grey);
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_close-icon:hover {
  color: var(--dark-turquoise);
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  background-color: var(--white);
  color: #363636;
  cursor: pointer;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_close:hover {
  color: #e41e2a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_option.hidepref {
  display: none;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  font-size: .75em;
  line-height: 1.2em;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  display: block;
  overflow: scroll;
}

.fs-cc-banner_button {
  border: 2px solid var(--dark-slate-grey);
  background-color: var(--dark-slate-grey);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_button:hover {
  color: var(--white);
  background-color: #13ad9b;
  border-color: #13ad9b;
}

.fs-cc-banner_button.fs-cc-button-alt {
  background-color: var(--white);
  color: var(--dark-slate-grey);
  border-color: #447679;
}

.fs-cc-banner_button.fs-cc-button-alt:hover {
  border-color: var(--dark-turquoise);
  background-color: var(--dark-turquoise);
  color: var(--white);
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_close:hover {
  color: #e41e2a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  margin-right: 1.5rem;
}

.fs-cc-banner_text-link {
  color: var(--dark-slate-grey);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_text-link:hover {
  color: var(--dark-turquoise);
  border-bottom-color: #f58039;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: 5px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white);
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  border: 2px solid var(--dark-slate-grey);
  background-color: var(--dark-slate-grey);
  border-radius: 10px;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button:hover {
  background-color: var(--dark-turquoise);
  border-color: #13ad9b;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-color: #fff;
}

.fs-cc-prefs_button.fs-cc-button-alt:hover {
  border-color: var(--dark-slate-grey);
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.text-span, .white-text {
  color: var(--white);
}

.card {
  color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-width: 31%;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card.c-white {
  background-color: var(--white);
  overflow: auto;
  box-shadow: 0 0 5px -2px #0003;
}

.card.white-bg {
  background-color: var(--white);
}

.card.c-light-blue {
  background-color: var(--light-blue);
}

.card.cd-stats {
  background-color: var(--slate);
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.card._w-inline {
  justify-content: center;
  margin-bottom: 2%;
  padding: 0;
  overflow: clip;
  box-shadow: 0 0 8px -2px #00616666;
}

.card._w-inline:hover {
  transform: scale(1.01);
}

.card.c-green {
  background-color: var(--pale-goldenrod-2);
}

.card.c-slate {
  background-color: var(--slate);
  color: var(--white);
}

.card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.card-image.cresul-img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.card-text {
  border-style: none solid none none;
  border-width: 0;
  border-color: var(--pale-goldenrod-2) var(--dark-slate-grey) black black;
  text-align: left;
  flex: 1;
  padding: 12px 15px;
  display: flex;
  position: relative;
}

.youtube {
  object-fit: cover;
  background-color: #000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.slate-gradient {
  z-index: -1;
  background-color: var(--dark-slate-grey);
  opacity: .96;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-image: none;
  background-clip: padding-box;
  border-radius: 20px;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.header-col {
  flex: 1;
  min-width: 20%;
  max-width: 70%;
  padding-left: 40px;
  padding-right: 40px;
}

.card-row {
  z-index: 1;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1700px;
  margin: 16px auto;
  display: flex;
  position: relative;
}

.paragraph {
  color: var(--dark-slate-grey);
  letter-spacing: .7px;
}

.heading-3, .heading-4 {
  color: var(--dark-slate-grey);
}

.hover-titles {
  border-style: solid;
  border-width: 0 0 1.5px;
  border-color: black black var(--dark-slate-grey);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.2em;
}

.background-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon {
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
}

.tabs {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.tabs-content {
  flex: 0 auto;
  align-self: stretch;
  width: 50%;
  display: flex;
}

.tab-link {
  border-width: 0 0 2px;
  border-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-color: #fff0;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: none;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 50px;
  transition: transform .2s;
}

.tab-link:hover {
  transform: scale(1.04);
}

.tab-link.w--current {
  background-color: var(--transparent);
  color: var(--yellow-green);
}

.tab-link.orange.w--current {
  color: var(--orange);
}

.tab-card {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  vertical-align: baseline;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  min-height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tab-card.orange-gradient {
  background-color: var(--orange);
  background-image: linear-gradient(135deg, var(--gold), var(--orange));
  color: var(--dark-slate-grey);
}

.tab-card.green-gradient {
  background-image: linear-gradient(135deg, var(--yellow-green), #1acbaf 74%, var(--dark-turquoise));
  color: var(--dark-slate-grey);
  justify-content: center;
}

.tab-pane {
  padding-left: 20px;
}

.tab-heading {
  font-family: Montserrat, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.3em;
}

.image {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.hero-gradient-background {
  mix-blend-mode: multiply;
  background-image: linear-gradient(66deg, #002d2ec4 16%, #0000 82%);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.card-bg-image {
  z-index: -1;
  border: 1px none var(--dark-slate-grey);
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-bg-image.line {
  border-style: solid;
}

.long-reads {
  z-index: 3;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.tab-card-icon {
  opacity: .3;
  mix-blend-mode: color-dodge;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 13em;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  inset: auto -5% -5% auto;
}

.timecol-2 {
  text-align: left;
  border-radius: 100px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 18px;
  position: relative;
}

.button-2 {
  color: #006166;
  text-transform: none;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 10px;
  padding: 5px 20px;
  font-family: Clashdisplay Medium, sans-serif;
  font-weight: 500;
  transition: color .2s, background-color .2s, transform .2s;
  display: inline-block;
  box-shadow: 0 0 10px -2px #0003;
}

.button-2:hover {
  color: #006166;
  background-color: #ffd629;
  transform: scale(1.04);
}

.button-2.alt {
  color: #5c5d64;
  background-color: #fff;
}

.button-2.alt:hover {
  color: #006166;
  background-color: #ffd629;
}

.timelineblock {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circular-image {
  object-fit: contain;
  background-color: #fff;
  border-radius: 500px;
  width: 150px;
  height: 150px;
  padding: 20px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.highlight-italics {
  color: var(--vibrant-goldenrod);
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.bgimage-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gradient-hero {
  mix-blend-mode: multiply;
  background-image: linear-gradient(90deg, #002324d9, #0000);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.videos {
  border-radius: 16px;
  overflow: clip;
}

.section-stats {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.header-stat {
  border-style: none solid none none;
  border-width: 0;
  border-color: var(--pale-goldenrod-2) var(--dark-slate-grey) black black;
  color: var(--vibrant-goldenrod);
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3em;
  position: relative;
}

.stat-row {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.stat-text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

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

.tag {
  background-color: var(--white);
  color: var(--black-slate);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.tag.t-orange {
  background-color: var(--orange);
}

.tagrow {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.tagrow.card-tags {
  z-index: 2;
  position: absolute;
  inset: 3% auto auto 3%;
}

.tagrow.res-ctag {
  z-index: 2;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex: 1;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-left: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footertitle {
  color: var(--dark-turquoise);
  margin-top: 10px;
  margin-bottom: 16px;
  font-family: Clashdisplay Medium, sans-serif;
  font-size: 1.5em;
}

.subscribe-footer {
  color: var(--vibrant-goldenrod);
  margin-bottom: 16px;
  font-family: Clashdisplay Medium, sans-serif;
  font-size: 1.1em;
}

.subscribe-box {
  border: 1px solid var(--vibrant-goldenrod);
  border-radius: 16px;
  flex: 1;
  max-width: 75%;
  padding: 20px;
  display: block;
}

.text-logo {
  border-radius: 0;
  align-self: center;
  max-width: 20%;
  overflow: visible;
}

.slider-quote {
  background-color: var(--light-blue);
  border-radius: 16px;
  flex-flow: column;
  margin: 16px;
  padding: 16px;
  display: block;
}

.quote-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.quote-mark {
  border-radius: 0;
}

.slide {
  border-radius: 16px;
}

.quote-image {
  object-fit: cover;
  border-radius: 100px;
  width: 80px;
  height: 80px;
}

.quote-authorwrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.quote-author {
  font-size: 14px;
  line-height: 16px;
}

.mask {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.quoteslider {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
}

.left-arrow {
  background-color: var(--white-smoke);
  color: var(--dark-slate-grey);
  border-radius: 60px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 20px;
  inset: 0% 51px auto auto;
}

.right-arrow {
  background-color: var(--white-smoke);
  color: var(--slate);
  border-radius: 60px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 20px;
  inset: 0% 15px auto auto;
}

.slide-nav {
  text-align: right;
  height: 30px;
  padding-right: 90px;
  font-size: 10px;
  inset: 0 0% auto;
}

.accord-tab {
  border-radius: 16px;
  width: 100%;
  height: 80vh;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.accord-tab-title {
  color: var(--white);
  align-self: flex-end;
}

.accord-layout {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.horiz-accord {
  border-radius: 1em;
  width: 100%;
  height: 30em;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.horiz-accord.p1 {
  flex-flow: column;
}

.hacc-img {
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.hacc-col {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 1em;
  display: none;
  position: relative;
}

.ha-title {
  color: var(--white);
  flex: 0 auto;
  position: relative;
}

.hacc-gradient {
  mix-blend-mode: multiply;
  background-image: linear-gradient(360deg, #002d2ec4 15%, #00616600 67%);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.image-2 {
  width: 120px;
}

.horiz-accord-2 {
  border-radius: 1em;
  flex: 0 auto;
  width: 10%;
  height: 34em;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.horiz-accord-2.p1 {
  flex-flow: column;
}

.horiz-accord-2.hacc2-first {
  width: 56%;
}

.hacc-col-2 {
  opacity: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 1em;
  display: flex;
  position: relative;
}

.hacc-col-2.hacc-first {
  opacity: 1;
}

.tabs-2 {
  width: 100%;
}

.horiz-accord-3 {
  border-radius: 1em;
  flex: 0 auto;
  width: 10%;
  height: 30em;
  padding: 0;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.horiz-accord-3.w--current {
  width: 60%;
}

.horiz-accord-3.p1 {
  flex-flow: column;
}

.horiz-accord-3.hacc2-first {
  width: 60%;
}

.tabs-content-2 {
  display: none;
}

.bg-lines {
  z-index: 2;
  display: block;
  position: absolute;
}

.path-line {
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.line-path {
  z-index: auto;
  min-height: 1400px;
  position: absolute;
  inset: -1% 0% auto;
  overflow: hidden;
}

.body {
  overflow: visible;
}

.bgvideo-hero {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block {
  z-index: 2;
}

.c-text {
  border-style: none solid none none;
  border-width: 0;
  border-color: var(--pale-goldenrod-2) var(--dark-slate-grey) black black;
  text-align: left;
  position: relative;
}

.text-span-2 {
  font-family: "Fa solid 900", sans-serif;
}

.sq-logos {
  width: 320px;
  min-width: 30%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.sq-logos:hover {
  transform: scale(1.02);
}

.icon-2 {
  width: 16px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  padding-right: 10px;
  inset: auto 0% auto auto;
}

.dropdown {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
}

.navtext {
  margin-right: 10px;
}

.dropdown-navlink {
  background-color: var(--slate);
  border-radius: 16px;
  top: 120%;
  overflow: clip;
}

.dropdown-navlink.w--open {
  padding: 16px;
}

.dropdown-link {
  color: var(--white);
}

.text-span-3 {
  font-family: "Fa solid 900", sans-serif;
}

.accordion {
  background-color: #e8fdff80;
  border-radius: 16px;
  width: 100%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.accord-toggle {
  z-index: 2;
  color: var(--slate);
  white-space: normal;
  word-break: normal;
  width: 100%;
  height: auto;
  padding: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.accord-toggle:hover {
  background-color: #e8fdffcc;
  border-radius: 16px;
}

.accord-toggle.w--open {
  background-color: #e8fdff80;
}

.accord-content {
  z-index: 1;
  background-color: #e8fdff80;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 8px 16px;
  position: relative;
}

.form-field {
  border: .5px solid var(--slate);
  background-color: var(--transparent);
  color: var(--slate);
  border-radius: 16px;
  padding: 10px;
}

.form-field.text-area {
  min-height: 150px;
}

.form-label {
  padding: 5px 16px;
}

.success-message {
  background-color: var(--pale-goldenrod-2);
  border-radius: 16px;
  font-weight: 600;
}

.error-message {
  border-radius: 16px;
  padding: 20px;
  font-weight: 600;
}

.form-block {
  margin-right: 20px;
}

.title-wrap {
  margin-bottom: 20px;
}

.profile-card {
  background-color: var(--white);
  color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 16px;
  flex-flow: wrap;
  flex: 1;
  min-width: 31%;
  max-width: 31.3333%;
  margin-bottom: 20px;
  padding: 16px;
  text-decoration: none;
  position: relative;
  box-shadow: 0 0 5px -2px #0000004d;
}

.profile-card:hover {
  transform: scale(1.01);
}

.profile-card.c-white {
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--white);
  overflow: auto;
}

.profile-card.white-bg {
  background-color: var(--white);
}

.profile-card.c-light-blue {
  background-color: var(--light-blue);
}

.profile-card.cd-stats {
  background-color: var(--slate);
  color: var(--white);
  justify-content: center;
  display: flex;
}

.profile-card._w-inline {
  border: 1px solid var(--dark-slate-grey);
  margin-bottom: 2%;
  padding: 0;
  overflow: clip;
}

.profile-card._w-inline:hover {
  transform: scale(1.01);
}

.profile-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  max-width: 100%;
  margin-bottom: 10px;
}

.profile-image.pop-up {
  width: 100%;
}

.name {
  text-align: left;
  margin-bottom: 5px;
  font-weight: 700;
}

.job-title {
  text-align: left;
  margin-bottom: 5px;
  font-weight: 600;
}

.location {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.2em;
}

.people-wrap {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  flex: 1;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.profile-popup {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000040;
  width: 100%;
  height: 100%;
}

.popup-container {
  background-color: var(--white);
  border-radius: 16px;
  width: 100%;
  max-width: 65em;
  padding: 40px;
  display: flex;
  position: absolute;
}

.name--popup {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

.close-icon {
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 2em;
  line-height: 1em;
  position: absolute;
  inset: 5% 2% auto auto;
}

.bio {
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-navbar-form {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.search-form {
  border: 0 #000;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.search-field-navbar {
  opacity: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 0;
  height: 40px;
  margin-right: -20px;
  font-family: Montserrat, sans-serif;
  display: flex;
  overflow: hidden;
}

.search-field-navbar:active, .search-field-navbar:focus {
  border: 0 #000;
}

.search-navbar {
  color: #101c42;
  background-color: #fff;
  border-style: none;
  border-color: #000;
  border-radius: 40px 0 0 40px;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin-bottom: 0;
  padding: 20px;
  font-size: .9em;
  display: block;
}

.search-navbar:focus {
  border: 0 #101c42;
}

.search-button {
  border-left: 1px solid var(--white-smoke);
  background-color: var(--white);
  color: var(--black-slate);
  text-align: center;
  border-radius: 0 16px 16px 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: .8em;
}

.search-button.search-navbar {
  z-index: 1;
  border: 2px solid var(--white);
  background-color: var(--transparent);
  color: var(--white);
  border-radius: 40px;
  width: 40px;
  height: 40px;
  padding: 6px 10px 10px;
  font-size: 1em;
  position: relative;
}

.search-button.search-navbar:focus {
  background-color: var(--black-slate);
  border-style: solid;
  border-width: 2px;
}

.search-button.search-navbar:focus-visible, .search-button.search-navbar[data-wf-focus-visible] {
  border-style: solid;
  border-width: 2px;
}

.success-message-2 {
  opacity: 0;
}

.social-icon---row {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.social-icon {
  color: var(--dark-slate-grey);
  font-family: "Fa brands 400", sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  text-decoration: none;
}

.social-icon:hover {
  transform: scale(1.02);
}

.text-block-3 {
  font-family: "Fa brands 400", sans-serif;
}

.c-image-wrapper {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.dot {
  color: var(--gold);
  font-family: "Fa solid 900", sans-serif;
}

.dot.d-green {
  color: var(--yellow-green);
}

.dot.d-yellow {
  color: var(--gold);
}

.dot.d-orange {
  color: var(--orange);
}

.dot.d-blue {
  color: var(--dark-turquoise);
}

.filter-drop-wrapper {
  z-index: 10;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.drop-button {
  background-color: var(--white);
  color: var(--black-slate);
  text-transform: none;
  border-radius: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
  box-shadow: 0 0 10px -2px #0003;
}

.drop-button:hover {
  color: var(--black-slate);
}

.drop-button.alt {
  background-color: var(--white);
  color: #5c5d64;
}

.drop-button.alt:hover {
  background-color: var(--gold);
  color: var(--dark-slate-grey);
}

.drop-button.alt.yellow {
  color: var(--dark-slate-grey);
}

.drop-button.dark-grey-slateb {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.drop-button.dark-grey-slateb:hover {
  color: var(--dark-slate-grey);
  background-color: #d2fcff;
}

.drop-button.yellow {
  background-color: var(--gold);
}

.drop-button.light-blue {
  background-color: var(--azure);
}

.drop-button.green {
  background-color: var(--yellow-green);
}

.drop-button.orange {
  background-color: var(--orange);
}

.drop-button.turq {
  background-color: var(--dark-turquoise);
}

.drop-button.cta-but {
  background-color: var(--vibrant-goldenrod);
  box-shadow: 0 0 10px -2px var(--pale-goldenrod-2);
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 16px;
}

.drop-button._w-button {
  background-color: var(--white);
}

.filter-name {
  color: var(--black-slate);
  margin-right: 20px;
  font-weight: 600;
}

.droplist-filters.w--open {
  z-index: 10;
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 0 10px -2px #0003;
}

.inner-filters {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.filterbar {
  z-index: 10;
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin: 10px auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.filterbar.aligntop {
  align-items: flex-start;
}

.filterbar.align-left {
  justify-content: flex-start;
}

.filterbar.align-right {
  justify-content: flex-end;
}

.filterbar.center {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.drop-link {
  font-size: .8em;
  font-weight: 700;
}

.drop-link:hover {
  background-color: #00000008;
}

.text-span-4 {
  font-family: "Fa solid 900", sans-serif;
}

.reset-button {
  background-color: var(--transparent);
  opacity: .5;
  color: var(--black-slate);
  text-transform: none;
  border-radius: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.reset-button:hover {
  color: var(--black-slate);
}

.reset-button:focus {
  opacity: .8;
}

.reset-button.alt {
  background-color: var(--white);
  color: #5c5d64;
}

.reset-button.alt:hover {
  background-color: var(--gold);
  color: var(--dark-slate-grey);
}

.reset-button.alt.yellow {
  color: var(--dark-slate-grey);
}

.reset-button.dark-grey-slateb {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.reset-button.dark-grey-slateb:hover {
  color: var(--dark-slate-grey);
  background-color: #d2fcff;
}

.reset-button.yellow {
  background-color: var(--gold);
}

.reset-button.light-blue {
  background-color: var(--azure);
}

.reset-button.green {
  background-color: var(--yellow-green);
}

.reset-button.orange {
  background-color: var(--orange);
}

.reset-button.turq {
  background-color: var(--dark-turquoise);
}

.reset-button.cta-but {
  background-color: var(--vibrant-goldenrod);
  box-shadow: 0 0 10px -2px var(--pale-goldenrod-2);
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 16px;
}

.reset-button._w-button {
  background-color: var(--white);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.filter-form {
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  display: flex;
  box-shadow: 0 0 10px -2px #0003;
}

.filter-searchbar {
  color: var(--black-slate);
  border: 1px #000;
  flex: 1;
  margin-bottom: 0;
  padding: 8px;
}

.filter-searchbutton {
  background-color: var(--white);
  color: var(--black-slate);
}

.filtersearchb {
  margin-bottom: 0;
  margin-right: 10px;
  display: none;
}

.wrap-img-mov {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.mov-image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 0 5px -3px #0006;
}

.mov-image.big-img {
  height: 300px;
}

.mov-image.sm-img {
  margin-top: -5%;
}

.sm-img {
  max-width: 50%;
  margin-top: -60px;
  margin-left: auto;
}

.counter-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stat-icon {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 12px;
  display: inline-flex;
}

.areas-work-tabs {
  flex: 1;
  margin-top: 20px;
}

.aw-tabs {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  background-color: var(--azure);
  border-radius: 12px 12px 0 0;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.aw-tabs.w--current {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  background-color: var(--light-blue);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.aw-tabs.green-tab {
  background-color: var(--light-green);
}

.aw-tabs.green-tab.w--current {
  background-color: #d5f5c6;
}

.tab-title {
  color: var(--white);
}

.areas-tabs-menu {
  background-color: var(--light-blue);
}

.aw-tabspane {
  background-image: linear-gradient(180deg, var(--light-blue), white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.aw-tabspane.tab-green {
  background-image: linear-gradient(#d5f5c6, #fff);
}

.aw-tabs-menu {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
  overflow: auto;
}

.card-title {
  color: var(--dark-slate-grey);
  font-size: 1.1em;
  font-weight: 600;
}

.tw-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: clip;
}

.big-number {
  background-color: var(--slate);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 10px;
  padding: 6px;
  font-size: 3em;
  display: flex;
}

.partner-image {
  background-color: var(--white);
  object-fit: contain;
  border-radius: 12px;
  max-width: 100%;
  height: 16em;
  padding: 2em;
}

.partner-image.pop-up {
  width: 100%;
}

.partner-name {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.profile-card-v2 {
  color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 16px;
  flex-flow: wrap;
  min-width: 23%;
  margin-bottom: 2%;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.profile-card-v2:hover {
  transform: scale(1.01);
}

.profile-card-v2.c-white {
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--white);
  overflow: auto;
}

.profile-card-v2.white-bg {
  background-color: var(--white);
}

.profile-card-v2.c-light-blue {
  background-color: var(--light-blue);
}

.profile-card-v2.cd-stats {
  background-color: var(--slate);
  color: var(--white);
  justify-content: center;
  display: flex;
}

.profile-card-v2._w-inline {
  border: 1px solid var(--dark-slate-grey);
  margin-bottom: 2%;
  padding: 0;
  overflow: clip;
}

.profile-card-v2._w-inline:hover {
  transform: scale(1.01);
}

.profile-image-v2 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.profile-image-v2.pop-up {
  width: 100%;
}

.profile-text-v2 {
  z-index: 1;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 20em;
  padding: 1em;
  display: flex;
  position: relative;
}

.prof-gradient {
  mix-blend-mode: multiply;
  background-image: linear-gradient(360deg, #002d2ec4 6%, #00616600 67%);
  border-radius: 12px;
  width: 100%;
  height: 20em;
  position: absolute;
  inset: 0%;
}

.highlighted-text {
  color: var(--dark-turquoise);
}

._2img-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

._2-imgblock {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-width: 30%;
  max-width: 40%;
  margin-top: -20%;
  margin-left: auto;
  margin-right: 10%;
  display: flex;
}

._2-imgblock.big-img {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  max-width: 70%;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
}

._2-img-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  margin-top: 20px;
  position: relative;
}

.card-v2 {
  color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-width: 32%;
  margin-bottom: 2%;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.card-v2:hover {
  transform: scale(1.02);
}

.card-v2.c-white {
  background-color: var(--white);
  overflow: auto;
  box-shadow: 0 0 5px -2px #0003;
}

.card-v2.white-bg {
  background-color: var(--white);
}

.card-v2.c-light-blue {
  background-color: var(--light-blue);
}

.card-v2.cd-stats {
  background-color: var(--slate);
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.card-v2._w-inline {
  justify-content: center;
  margin-bottom: 2%;
  padding: 0;
  overflow: clip;
  box-shadow: 0 0 8px -2px #00616666;
}

.card-v2._w-inline:hover {
  transform: scale(1.01);
}

.card-v2.c-green {
  background-color: var(--pale-goldenrod-2);
}

.card-image-v2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.card-gradient {
  mix-blend-mode: multiply;
  background-image: linear-gradient(360deg, #002d2ec4 31%, #00616600 67%);
  border-radius: 12px;
  width: 100%;
  height: 20em;
  position: absolute;
  inset: 0%;
}

.card-text-v2 {
  z-index: 1;
  border-style: none solid none none;
  border-width: 0;
  border-color: var(--pale-goldenrod-2) var(--dark-slate-grey) black black;
  color: var(--white);
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 20em;
  padding: 1em;
  display: flex;
  position: relative;
}

.feat-col {
  flex: 1;
  min-width: 25%;
  max-width: 75%;
}

.feat-col.centred-text {
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.feat-col.small-col {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.feat-col.profile-photo {
  max-width: 3.4722%;
  margin-right: 20px;
}

.feat-col.footer-col {
  min-width: 20%;
}

.introblock {
  z-index: 3;
  background-color: var(--white);
  border-radius: 24px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.h1-highlight {
  color: var(--vibrant-goldenrod);
}

.sq-image {
  border-radius: 0;
}

.card-title-v2 {
  margin-bottom: 0;
}

.accordion-wrapper {
  flex-flow: column;
  flex: 1;
  width: 100%;
  max-width: 800px;
}

.aw-tab-title {
  color: var(--dark-slate-grey);
  max-width: 200px;
}

.graph, .gra-h {
  width: 100%;
}

.image-3 {
  margin-top: 20px;
}

.tiny-icon {
  background-color: var(--slate);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding-top: 5px;
  font-size: 1.3em;
  line-height: 1em;
  display: flex;
}

.div-block-4 {
  width: 40px;
  height: 40px;
}

.big-icon {
  border: 3px solid var(--slate);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 10px;
  padding: 6px;
  font-size: 3em;
  display: flex;
}

.searchbar {
  flex: 1;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.page-num {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  text-transform: none;
  border-radius: 100px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: color .2s, background-color .2s, transform .2s;
  display: inline-block;
  box-shadow: 0 0 10px -2px #0003;
}

.page-num:hover {
  background-color: #003033;
  transform: scale(1.04);
}

.page-num.alt {
  background-color: var(--white);
  color: #5c5d64;
}

.page-num.alt:hover {
  background-color: var(--gold);
  color: var(--dark-slate-grey);
}

.page-num.alt.yellow {
  color: var(--dark-slate-grey);
}

.page-num.dark-grey-slateb {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.page-num.dark-grey-slateb:hover {
  color: var(--dark-slate-grey);
  background-color: #d2fcff;
}

.page-num.yellow {
  background-color: var(--gold);
}

.page-num.light-blue {
  background-color: var(--azure);
}

.page-num.green {
  background-color: var(--yellow-green);
}

.page-num.orange {
  background-color: var(--orange);
}

.page-num.turq {
  background-color: var(--dark-turquoise);
}

.page-num.cta-but {
  background-color: var(--vibrant-goldenrod);
  box-shadow: 0 0 10px -2px var(--pale-goldenrod-2);
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 16px;
}

.page-num.white-button {
  background-color: var(--white);
  color: var(--dark-slate-grey);
  transition-property: none;
  box-shadow: 0 0 10px -2px #fff9;
}

.number-row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.page-number {
  color: var(--slate);
  text-align: center;
  border-radius: 80px;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}

.page-number:hover {
  background-color: #101c421a;
}

.page-number.pn-active {
  background-color: var(--slate);
  color: #fff;
}

.page-number.pn-ends {
  width: auto;
  font-weight: 700;
}

.page-number.pn-ends:hover {
  background-color: var(--transparent);
}

.card-search {
  background-color: var(--slate);
  color: var(--white);
  text-align: center;
  border-radius: 16px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-width: 23%;
  max-width: 1100px;
  height: 240px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-search.c-white {
  background-color: var(--white);
  overflow: auto;
  box-shadow: 0 0 5px -2px #0003;
}

.card-search.white-bg {
  background-color: var(--white);
}

.card-search.c-light-blue {
  background-color: var(--light-blue);
}

.card-search.cd-stats {
  background-color: var(--slate);
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.card-search._w-inline {
  justify-content: center;
  margin-bottom: 2%;
  padding: 0;
  overflow: clip;
  box-shadow: 0 0 8px -2px #00616666;
}

.card-search._w-inline:hover {
  transform: scale(1.01);
}

.card-search.c-green {
  background-color: var(--pale-goldenrod-2);
}

.card-search.c-slate {
  background-color: var(--slate);
  color: var(--white);
}

.cresults-img {
  object-fit: cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 30%;
  position: relative;
  overflow: clip;
}

.results-img-wrapper {
  object-fit: cover;
  width: 30%;
  height: 100%;
  overflow: clip;
}

.results-ctext {
  z-index: 1;
  border-style: none solid none none;
  border-width: 0;
  border-color: var(--pale-goldenrod-2) var(--dark-slate-grey) black black;
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 1em;
  display: flex;
  position: relative;
}

.search-results-wrapper {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: column;
  flex: 1;
  place-content: stretch center;
  align-items: flex-start;
  width: 100%;
  margin: 16px auto;
  display: block;
  position: relative;
}

.cresults-img-wrap {
  z-index: 1;
  aspect-ratio: 3 / 2;
  max-width: 30%;
  min-height: 30px;
  position: relative;
  overflow: hidden;
}

.card-date {
  font-size: .8em;
  line-height: 1.5em;
}

.fa {
  font-family: "Fa solid 900", sans-serif;
}

@media screen and (min-width: 1440px) {
  h5 {
    font-family: Clashdisplay, sans-serif;
    font-weight: 600;
  }

  .container {
    flex-flow: row;
    align-items: center;
  }

  .container.center {
    justify-content: center;
    align-items: center;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.hero.h43 {
    min-height: 900px;
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .section.section-stats {
    padding-top: 0;
  }

  .section.feat-block {
    border-radius: 24px;
    max-width: 1400px;
  }

  .navcontainer {
    box-shadow: none;
  }

  .navlink {
    font-size: 1em;
  }

  .navlink.homenl:hover {
    border-radius: 20px;
  }

  .footer {
    z-index: 2;
  }

  .button.cta-but {
    color: var(--dark-slate-grey);
  }

  .heroimage {
    object-fit: contain;
  }

  .heroimage.h23 {
    mix-blend-mode: normal;
    border-radius: 0 0 500px;
  }

  .table-image {
    box-shadow: 0 20px 20px -20px var(--dark-slate-grey);
  }

  .timecol:hover {
    transform: scale(1.1)translate(0, -1.1px);
  }

  .logo-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .white-text {
    color: #fff;
  }

  .card {
    align-self: stretch;
  }

  .card-row {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image {
    box-shadow: none;
  }

  .button-2 {
    color: #006166;
    background-color: #fff;
  }

  .button-2:hover {
    color: #006166;
    background-color: #ffd629;
  }

  .timelineblock {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .circular-image {
    object-fit: contain;
    background-color: #fff;
    border-radius: 500px;
    width: 150px;
    height: 150px;
    box-shadow: 0 2px 5px #0003;
  }

  .bgimage-hero {
    border-radius: 0;
  }

  .subscribe-footer {
    font-size: 1.3em;
  }

  .line-wrapper {
    height: 100%;
    position: fixed;
    inset: 0% 0% 0% auto;
    overflow: clip;
  }

  .line-path {
    position: absolute;
    inset: -55% 0% auto auto;
    overflow: hidden;
  }

  .icon-2 {
    height: 16px;
  }

  .text-block-2 {
    margin-right: 10px;
  }

  .profile-card {
    justify-content: flex-start;
    align-self: stretch;
  }

  .filterbar {
    flex-flow: row;
    align-items: center;
  }

  .filterbar.center {
    justify-content: center;
    align-items: center;
  }

  .profile-card-v2 {
    justify-content: flex-start;
    align-self: stretch;
  }

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

  .div-block-3 {
    margin-left: auto;
  }

  .introblock {
    padding-bottom: 40px;
  }

  .page-num.cta-but {
    color: var(--dark-slate-grey);
  }

  .page-number {
    min-width: 33px;
    height: 33px;
  }

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

  .search-results-wrapper {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2em;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col {
    max-width: 100%;
  }

  .col.small-col {
    max-width: 50%;
  }

  .col.hide-col {
    display: none;
  }

  .col.profile-photo {
    min-width: 40%;
  }

  .section {
    padding: 40px 20px;
  }

  .section.hero {
    margin-bottom: 5px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.hero.h43 {
    min-height: 500px;
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .section.article {
    padding-top: 90px;
  }

  .section.section-stats {
    margin-top: -50px;
    margin-left: 0;
    margin-right: 0;
  }

  .section.feat-block {
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 400px;
    margin-bottom: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .section.introb-sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navcontainer {
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .gridblock {
    min-width: 60%;
    max-width: none;
    padding: 20px;
  }

  .gridblock.hero {
    max-width: 80%;
  }

  .gridblock.gb-image {
    min-height: 250px;
  }

  .navlink {
    justify-content: center;
    align-items: center;
    font-size: 1em;
    display: flex;
  }

  .navlink:hover {
    border-radius: 40px;
  }

  .navlink.homenl {
    border-radius: 0;
    margin-left: 0;
  }

  .navlink.ctalink {
    display: flex;
  }

  .nav-menu {
    z-index: 1;
    background-color: var(--black-slate);
    border-radius: 16px;
    width: 100%;
    max-width: 300px;
    padding: 20px;
    display: block;
    top: 60px;
  }

  .navbar {
    padding: 10px;
    position: absolute;
  }

  .heroimage {
    width: 100%;
    height: 100%;
  }

  .heroimage.h23 {
    border-radius: 0 0 300px;
  }

  .table-image {
    width: 90%;
  }

  .logoimageinner {
    z-index: 1;
    max-width: 195px;
    margin-left: 14px;
    position: relative;
  }

  .ddarrow {
    width: 26px;
    height: 36px;
    font-size: 22px;
  }

  .timecol {
    width: 28%;
    height: 80px;
  }

  .logo-grid {
    flex-flow: wrap;
  }

  .menu-button {
    padding: 10px;
    font-size: 36px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    background-color: var(--black-slate);
    border-radius: 80px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .card {
    width: 48%;
    min-width: 48%;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .card.c-light-blue {
    align-items: center;
  }

  .slate-gradient {
    mix-blend-mode: multiply;
    background-image: linear-gradient(#666 28%, #fff);
    border-bottom-right-radius: 300px;
  }

  .header-col {
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hover-titles {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.5em;
  }

  .background-image {
    width: 100%;
    height: 100%;
  }

  .icon {
    justify-content: center;
    align-items: center;
  }

  .tabs {
    display: flex;
  }

  .tab-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tab-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-heading {
    font-size: 1.5em;
  }

  .hero-gradient-background {
    opacity: .78;
    background-image: linear-gradient(60deg, #001b1be6 42%, #0000 82%);
    inset: 0%;
  }

  .long-reads {
    min-width: 60%;
    max-width: none;
    padding: 10px 40px;
  }

  .tab-card-icon {
    width: 150px;
    height: 150px;
    font-size: 10em;
    top: 8%;
  }

  .circular-image {
    width: 120px;
    height: 120px;
  }

  .brand {
    position: relative;
  }

  .brand.w--current {
    z-index: 2;
  }

  .gradient-hero {
    inset: 0%;
  }

  .section-stats {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .tagrow.res-ctag {
    margin-bottom: 10px;
  }

  .subscribe-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-logo {
    max-width: 40%;
  }

  .quote-mark {
    width: 60px;
  }

  .quote-image {
    width: 60px;
    height: 60px;
  }

  .accord-layout {
    grid-column-gap: 1.5%;
    grid-row-gap: 1.5%;
    flex-flow: wrap;
    justify-content: space-between;
    position: relative;
  }

  .ha-title {
    margin-bottom: 0;
    font-size: 1.2em;
  }

  .horiz-accord-2 {
    flex: 1;
    min-width: 31.333%;
    height: 24em;
    margin-bottom: 1.5%;
  }

  .horiz-accord-2:hover {
    transform: scale(1.01);
  }

  .horiz-accord-2.hacc2-first {
    min-width: 66.3333%;
  }

  .hacc-col-2 {
    opacity: 100;
  }

  .navtext {
    margin-right: 10px;
  }

  .dropdown-navlink {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
  }

  .dropdown-navlink.w--open {
    margin-left: 0;
    margin-right: 0;
  }

  .profile-card {
    width: 48%;
    min-width: 33.3333%;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .people-wrap {
    padding-right: 0;
  }

  .profile-popup {
    display: none;
  }

  .popup-container {
    width: 90%;
  }

  .name--popup {
    margin-bottom: 10px;
  }

  .search-navbar-form {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: inline-block;
  }

  .search-form {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .search-field-navbar {
    margin-right: 0;
  }

  .search-navbar {
    flex: 1;
  }

  .filterbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .areas-work-tabs {
    min-width: 100%;
  }

  .aw-tabs {
    min-width: 160px;
    padding: 0 10px;
    font-size: 10px;
    line-height: 17px;
  }

  .aw-tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .big-number {
    width: 60px;
    height: 60px;
    font-size: 3em;
  }

  .partner-image {
    height: 10em;
  }

  .profile-card-v2 {
    width: 49%;
    margin-bottom: 16px;
  }

  .card-v2 {
    width: 48%;
    min-width: 48%;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .summary-text {
    display: none;
  }

  .feat-title {
    margin-bottom: 0;
  }

  .feat-col {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .feat-col.hide-col {
    display: none;
  }

  .feat-col.profile-photo {
    min-width: 40%;
  }

  .aw-tab-title {
    font-size: 1.2em;
  }

  .big-icon {
    width: 60px;
    height: 60px;
    font-size: 3em;
  }

  .number-row {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20%;
  }

  .card-search {
    min-width: 48%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  blockquote {
    font-size: 1em;
  }

  .container {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
  }

  .container.aligntop {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .col {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
  }

  .col.small-col {
    min-width: 100%;
  }

  .col.profile-photo {
    min-width: 45%;
    padding: 0;
  }

  .col.footer-col, .col.logo-footer-col {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.hero {
    flex-direction: column-reverse;
    padding-top: 100px;
    display: flex;
  }

  .section.hero.h43 {
    padding-bottom: 0;
    display: block;
  }

  .section.feat-block {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .section.introb-sec {
    margin-top: -80px;
  }

  .gridblock {
    min-width: 100%;
  }

  .gridblock.hero {
    max-width: none;
  }

  .socialrow {
    justify-content: center;
  }

  .footer {
    text-align: center;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .footerlink {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footerlink.logotext {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    justify-content: center;
    align-items: flex-start;
  }

  .footlogo {
    max-width: 180px;
    max-height: 70px;
    margin-left: -10px;
  }

  .heroimage {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }

  .heroimage.h23 {
    border-bottom-right-radius: 250px;
    inset: 0%;
  }

  .logoimageinner {
    max-width: 160px;
  }

  .highlight-banner {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .timecol {
    flex-direction: row;
    flex: 0 auto;
    width: 20%;
    display: flex;
  }

  .logo-grid {
    display: flex;
  }

  .arrowt {
    inset: auto 0% 0%;
  }

  .menu-button {
    color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-manager_component {
    bottom: 0;
    left: 0;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-manager_button {
    border-radius: 0 24px 0 0;
    padding-bottom: 2px;
    padding-left: 2px;
  }

  .card {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .card.c-light-blue {
    margin-bottom: 16px;
  }

  .card._w-inline {
    margin-bottom: 20px;
  }

  .slate-gradient {
    background-color: #727070;
    border-bottom-right-radius: 250px;
  }

  .card-row {
    z-index: 1;
  }

  .hover-titles {
    border-bottom-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
  }

  .background-image {
    object-fit: cover;
    width: 100%;
    margin-top: 0;
    inset: 0%;
  }

  .tabs {
    flex-flow: wrap;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tabs-content {
    width: 100%;
    padding-top: 10px;
  }

  .tab-link {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 48%;
    margin-right: 2%;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tab-card {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tab-pane {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-gradient-background {
    background-image: linear-gradient(60deg, #001b1be6 27%, #0000 82%);
    height: 100%;
  }

  .long-reads {
    min-width: 100%;
  }

  .tab-card-icon {
    width: 100px;
    height: 100px;
    font-size: 8em;
    top: 8%;
    right: 7%;
  }

  .timecol-2 {
    flex-direction: row;
    flex: 0 auto;
    display: flex;
  }

  .timelineblock {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .circular-image {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .gradient-hero {
    height: 100%;
  }

  .section-stats {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .tag.t-green {
    padding: 6px;
  }

  .tagrow.res-ctag {
    display: none;
  }

  .footertitle {
    margin-bottom: 10px;
  }

  .subscribe-box {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .text-logo {
    max-width: 10%;
  }

  .slider-quote {
    margin-left: 0;
    margin-right: 0;
  }

  .horiz-accord-2 {
    min-width: 48%;
    height: 20em;
  }

  .horiz-accord-2.hacc2-first {
    min-width: 100%;
  }

  .dropdown-navlink {
    position: relative;
  }

  .form-block {
    width: 100%;
  }

  .profile-card {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .profile-card.c-light-blue {
    margin-bottom: 16px;
  }

  .profile-popup {
    display: none;
  }

  .popup-container {
    flex-flow: column;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: clip;
  }

  .name--popup {
    margin-bottom: 10px;
  }

  .form {
    flex-flow: column;
    display: flex;
  }

  .form-block-2 {
    width: 100%;
    display: flex;
  }

  .form-3 {
    min-width: 100%;
  }

  .social-icon---row {
    flex-flow: row;
    width: 100%;
  }

  .filterbar {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .filterbar.aligntop {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .areas-work-tabs {
    width: 100%;
  }

  .profile-card-v2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .profile-card-v2.c-light-blue {
    margin-bottom: 16px;
  }

  ._2-imgblock {
    margin-right: 0%;
  }

  ._2-imgblock.big-img {
    margin-left: 5%;
    margin-right: 5%;
  }

  .card-v2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .card-v2.c-light-blue {
    margin-bottom: 16px;
  }

  .card-v2._w-inline {
    margin-bottom: 20px;
  }

  .feat-col {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .feat-col.small-col {
    min-width: 70%;
  }

  .feat-col.profile-photo {
    min-width: 45%;
    padding: 0;
  }

  .feat-col.footer-col {
    margin-top: 10px;
  }

  .searchbar {
    min-width: 100%;
  }

  .page-number {
    justify-content: center;
    align-items: center;
    margin-left: 2px;
    margin-right: 2px;
    display: flex;
  }

  .page-number.pn-ends {
    min-width: auto;
  }

  .card-search {
    min-width: 100%;
    height: auto;
    margin-right: 0;
  }

  .card-search.c-light-blue {
    margin-bottom: 16px;
  }

  .card-search._w-inline {
    margin-bottom: 20px;
  }

  .search-results-wrapper {
    z-index: 1;
  }

  .card-summary {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.2em;
  }

  .container {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.aligntop {
    flex-flow: column;
  }

  .container.align-left {
    flex: 1;
  }

  .col {
    margin-bottom: 10px;
  }

  .col.centred-text {
    margin-top: 20px;
  }

  .col.small-col {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .col.profile-photo, .col.footer-col, .col.logo-footer-col {
    min-width: 100%;
  }

  .section.hero {
    flex-direction: column-reverse;
    padding-top: 80px;
    padding-bottom: 60px;
    display: flex;
  }

  .section.section-stats {
    margin-top: -30px;
  }

  .section.feat-block {
    border-radius: 16px;
    flex-direction: column-reverse;
    justify-content: flex-start;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .section.introb-sec {
    margin-top: -60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gridblock {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gridblock.hero {
    max-width: none;
  }

  .gridblock.gb-image {
    min-height: 170px;
  }

  .bgimage {
    object-position: 100% 50%;
  }

  .footer {
    padding: 40px 20px;
  }

  .button {
    margin-right: 5px;
    padding: 5px 15px;
    font-size: 12px;
  }

  .footlogo {
    margin-left: -10px;
  }

  .heroimage.h23 {
    border-bottom-right-radius: 150px;
  }

  .logoimageinner {
    margin-left: 0;
  }

  .highlight-banner {
    padding-bottom: 7px;
  }

  .ddcontainer {
    max-width: 100vw;
  }

  .timecol {
    width: 44%;
  }

  .menu-button {
    padding: 8px;
    font-size: 30px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .card {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .card-image.cresul-img {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
  }

  .slate-gradient {
    border-radius: 0 0 150px;
  }

  .hover-titles {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
  }

  .tabs-menu {
    flex-flow: wrap;
    padding-left: 10px;
    padding-right: 0;
  }

  .tab-link {
    padding-top: 5px;
  }

  .tab-card {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .tab-card.green-gradient {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-pane {
    padding-left: 0;
    padding-right: 0;
  }

  .long-reads {
    padding: 5px 10px;
  }

  .tab-card-icon {
    top: 8%;
  }

  .button-2 {
    margin-top: 0;
    margin-right: 5px;
    padding: 12px 15px;
    font-size: 12px;
  }

  .timelineblock {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    justify-content: flex-start;
  }

  .section-stats {
    padding-top: 0;
  }

  .header-stat {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.5em;
  }

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

  .subscribe-box {
    max-width: 100%;
  }

  .text-logo {
    max-width: 25%;
  }

  .accord-layout {
    flex-flow: wrap;
  }

  .horiz-accord-2 {
    min-width: 100%;
    height: 15em;
    margin-bottom: 3%;
  }

  .horiz-accord-2.hacc2-first {
    height: 30em;
    margin-bottom: 3%;
  }

  .c-text {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .accord-toggle {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 30px;
  }

  .profile-card {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .profile-popup {
    display: none;
  }

  .popup-container {
    flex-flow: column;
    width: 90%;
    padding: 50px 12px 12px;
    display: flex;
  }

  .close-icon {
    font-size: 1.5em;
    top: 1.5%;
  }

  .search-navbar-form {
    justify-content: center;
    align-items: center;
  }

  .drop-button {
    margin-top: 0;
    margin-right: 5px;
    padding: 5px 15px;
    font-size: 12px;
  }

  .filterbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .reset-button {
    margin-top: 0;
    margin-right: 5px;
    padding: 5px 15px;
    font-size: 12px;
  }

  .areas-work-tabs {
    width: 100%;
  }

  .big-number {
    width: 50px;
    height: 50px;
    font-size: 2.6em;
  }

  .profile-card-v2, .card-v2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .feat-title {
    padding-top: 50%;
  }

  .feat-col {
    justify-content: flex-end;
  }

  .feat-col.centred-text {
    margin-top: 20px;
  }

  .feat-col.small-col {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .feat-col.profile-photo, .feat-col.footer-col {
    min-width: 100%;
  }

  .text-block-4 {
    display: flex;
  }

  .accord-title {
    flex-flow: column;
    flex: 1;
  }

  .text-block-6 {
    flex: 0 auto;
  }

  .accordion-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .accor-icon, .icon-3 {
    padding-left: 10px;
  }

  .big-icon {
    width: 50px;
    height: 50px;
    font-size: 2.6em;
  }

  .page-num {
    margin-right: 5px;
    padding: 5px 15px;
    font-size: 12px;
  }

  .number-row {
    padding-left: 0;
    padding-right: 0%;
  }

  .page-number.pn-ends {
    display: none;
  }

  .card-search {
    flex-flow: column;
    justify-content: space-between;
    min-width: 100%;
  }

  .cresults-img-wrap {
    max-width: 100%;
    min-height: 40px;
  }

  .card-summary {
    display: none;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay Bold';
  src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay Light';
  src: url('../fonts/ClashDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay Medium';
  src: url('../fonts/ClashDisplay-Medium.otf') format('opentype'), url('../fonts/ClashDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay Regular';
  src: url('../fonts/ClashDisplay-Regular.otf') format('opentype'), url('../fonts/ClashDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
