:root {
  --text-dark-backgrounds: #3f2767;
  --all-links: #c13894;
  --hover-color: #c13894;
  --alternative-color-3: #c78dbe;
  --active-color: #c13894;
  --alternative-color-1: #5fabd5;
  --light-backgrounds: #eef8f9;
  --alternative-color-2: #0296af;
  --white: white;
  --lines: #d7e9ea;
  --pink: #ff69ce;
 --alternative-color-4: #4bc5de;
 --purle : #6a49a1
}

.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('../images/custom-checkbox-checkmark.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;
}

.w-embed-youtubevideo {
  background-image: url('../images/youtube-placeholder.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--text-dark-backgrounds);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.5rem;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.6rem;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.8rem;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 9px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

p {
  margin-bottom: 12px;
}

a {
  color: var(--all-links);
  -webkit-text-stroke-color: var(--all-links);
  text-decoration: none;
  transition: all .25s;
}

a:hover {
  color: var(--all-links);
  text-decoration: underline;
}

ul {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 0;
  list-style-type: none;
}

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

li {
  background-image: url('../images/Oval.svg');
  background-position: 0 11px;
  background-repeat: no-repeat;
  margin-bottom: 6px;
  padding-left: 18px;
}

label {
  margin-bottom: 6px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.6rem;
  display: block;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 4px solid var(--alternative-color-3);
  color: var(--text-dark-backgrounds);
  letter-spacing: .5px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0 0 0 24px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
}

.p-large {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.p-small {
  flex: 0 auto;
  font-size: .8rem;
  line-height: 1.4rem;
}

.p-small.caption {
  margin-top: -36px;
  margin-bottom: 48px;
  font-style: italic;
}

.p-small.quote-author-in-slider {
  margin-top: 30px;
}

.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: 400px;
  display: flex;
}

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

.style-guide-color {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  display: flex;
}

.style-guide-color.active-color {
  background-color: var(--active-color);
}

.style-guide-color.text-dark-backgrounds {
  background-color: var(--text-dark-backgrounds);
}

.style-guide-color.hover-color {
  background-color: var(--hover-color);
}

.style-guide-color.alternative-color-1 {
  background-color: var(--alternative-color-1);
}

.style-guide-color.light-backgrounds {
  background-color: var(--light-backgrounds);
}

.style-guide-color.alternative-color-2 {
  background-color: var(--alternative-color-2);
}

.style-guide-color.alternative-color-3 {
  background-color: var(--alternative-color-3);
}

.button {
  background-color: var(--active-color);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 40px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 14px 48px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.6rem;
  display: inline-flex;
  position: relative;
  box-shadow: 0 10px 30px #0000001a;
}

.button:hover {
  background-color: var(--hover-color);
  color: var(--white);
  text-decoration: none;
  transform: scale(1.03);
  box-shadow: 0 10px 40px #0003;
}

.button.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.section {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: stretch;
  position: relative;
}

.section.no-t-padding {
  padding-top: 0;
}

.section._404 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.tint {
  background-color: var(--light-backgrounds);
}

.section.dark {
  background-color: var(--text-dark-backgrounds);
  color: var(--white);
  background-image: linear-gradient(#0000001a, #0000 50%);
}

.section._w-floating-block {
  padding-top: 0;
  padding-bottom: 0;
}

.section._w-split-cells {
  background-image: linear-gradient(90deg, var(--alternative-color-1) 50%, #fff0 50%), linear-gradient(to bottom, #3f2767bf, #3f2767bf), url('../images/Pattern-01.svg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.faux-dark {
  color: var(--white);
}

.section.faux-dark._50-p-right {
  background-image: linear-gradient(270deg, var(--text-dark-backgrounds) 50%, transparent 50%);
}

.section.faux-dark._50-p-left {
  background-image: linear-gradient(90deg, var(--text-dark-backgrounds) 50%, transparent 50%);
}

.section.the-footer {
  background-color: var(--text-dark-backgrounds);
  color: var(--white);
  font-size: .9rem;
  line-height: 1.5rem;
}

.section.no-relative {
  position: static;
}

.section._w-secondary-nav {
  z-index: 10;
  border-bottom: 1px solid var(--lines);
  background-color: var(--white);
  position: sticky;
  top: 0;
  box-shadow: 0 2px 20px #0000000d;
}

.section.list-view {
  background-color: var(--text-dark-backgrounds);
  color: var(--white);
  background-image: linear-gradient(#0000001a, #0000 50%);
}

.fluid-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 1.8vh 18px;
}

.fluid-cell._67-p {
  flex: 0 auto;
  width: 66.7%;
}

.fluid-cell._50-p {
  flex: 0 auto;
  width: 50%;
}

.fluid-cell._25-p {
  flex: 0 auto;
  width: 25%;
}

.fluid-cell._70-p {
  flex: 0 auto;
  width: 70%;
}

.fluid-cell._100-p {
  flex: 0 auto;
  width: 100%;
}

.fluid-cell._33-p {
  flex: 0 auto;
  width: 33.3%;
}

.fluid-cell.center-object {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fluid-cell.center-intro {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.fluid-cell.no-b-padding {
  padding-bottom: 0;
}

.fluid-cell._55-p-w-floating-block {
  z-index: 3;
  flex: 0 auto;
  width: 50%;
  position: relative;
}

.fluid-cell.aside-title {
  flex: 0 auto;
  width: 33.3%;
  padding-top: 72px;
  padding-right: 48px;
}

.fluid-cell._w-center-header-image {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.fluid-cell.text-w-symbol {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 66.7%;
  display: flex;
}

.fluid-cell.text-w-symmbol-deco {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 33.3%;
  display: flex;
}

.fluid-cell.events-feed-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 0 auto;
  width: 50%;
  display: flex;
}

.fluid-cell._w-anchor-nav {
  flex: 0 auto;
  width: 33.3%;
  position: sticky;
  top: 128px;
}

.fluid-cell.list-links-wrap {
  border-left: 1px solid var(--lines);
  flex: 0 auto;
  width: 50%;
  margin-left: 4%;
  padding-left: 4%;
}

.fluid-cell.footer-info {
  padding-right: 84px;
}

.fluid-cell.intro-title {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  padding-bottom: 0;
  display: flex;
}

.fluid-cell.intro-title.center {
  justify-content: flex-start;
  align-items: center;
  margin-left: 15%;
  margin-right: 15%;
}

.fluid-cell.table-col {
  flex: 0 auto;
  width: 50%;
}

.fluid-cell._60-p {
  flex: 0 auto;
  width: 60%;
}

.invert {
  color: #fff;
}

.subheading {
  color: var(--active-color);
  letter-spacing: 1px;
  padding-top: 6px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.subheading.division {
  color: var(--alternative-color-1);
  margin-top: -6px;
  padding-top: 0;
  padding-bottom: 24px;
  font-size: .9rem;
}

.subheading.division.hide-in-grid {
  display: none;
}

.text-field {
  background-color: var(--light-backgrounds);
  color: var(--text-dark-backgrounds);
  border: 1px #000;
  border-radius: 6px;
  min-height: 55px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7rem;
  transition: all .2s;
}

.text-field:focus {
  border-bottom-color: var(--black\<deleted\|variable-d441be9d\>);
}

.text-field::placeholder {
  color: var(--text-dark-backgrounds);
}

.text-field.text-area {
  min-height: 100px;
  padding-top: 12px;
}

.text-field._w-border {
  border: 2px solid #0003;
  border-bottom-color: #060c1f33;
  padding-left: 24px;
}

.text-field._w-border:hover {
  border-color: var(--text-dark-backgrounds);
}

.text-field._w-border::placeholder {
  color: #0d194140;
}

.text-field.newsletter {
  background-color: var(--lines);
  border-radius: 40px;
  flex: 1;
  min-width: 300px;
}

.container {
  z-index: 3;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

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

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

.container.footer-cols {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container._w-container-bg {
  color: var(--text-dark-backgrounds);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.container._w-floating-block {
  align-items: center;
  height: 100%;
  padding: 48px 24px;
  position: relative;
}

.container._w-floating-block.right {
  justify-content: flex-end;
}

.container._w-split-cells {
  justify-content: space-between;
  align-items: flex-start;
}

.container.stretch {
  align-items: stretch;
}

.container._3-col-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container._3-col-grid.team-cards {
  align-items: stretch;
  position: static;
}

.container._4-col-grid-xxx {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 54px;
  display: grid;
}

.container.z-index-10 {
  z-index: 10;
  position: relative;
}

.container._w-slider-x {
  padding-left: 54px;
  padding-right: 54px;
}

.container._3-col-grid-xxx {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 54px;
  display: grid;
}

.container._2-col-grid-xxx {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 54px;
  display: grid;
}

.container._w-aside-image {
  justify-content: space-between;
  padding-right: 0;
}

.form-section {
  text-align: left;
  flex-flow: wrap;
  align-items: stretch;
  margin-left: -1%;
  display: flex;
}

.ordered-item {
  background-image: none;
  background-repeat: repeat;
  padding-left: 10px;
}

.faux-h1 {
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.5rem;
}

.faux-h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.6rem;
}

.faux-h3 {
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.faux-h4 {
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
}

.faux-h5 {
  text-transform: uppercase;
  margin-bottom: 8px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

.faux-h5:hover {
  text-decoration: none;
}

.faux-h5.in-footer {
  margin-bottom: 18px;
}

.style-guide-color-block {
  border-bottom: 1px solid var(--light-backgrounds);
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
}

.form-item-wrap {
  width: 100%;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
}

.form-item-wrap.half {
  width: 48%;
}

.form-item-wrap.action {
  margin-top: 12px;
  margin-bottom: -18px;
  padding-bottom: 0%;
}

.form-item-wrap.third {
  width: 31.3%;
}

.center {
  text-align: center;
}

.faux-h6 {
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Oswald, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.7rem;
}

.faux-h6:hover {
  text-decoration: none;
}

.img-in-text {
  border-radius: 18px;
  min-width: 120%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -10%;
  display: block;
}

.footer-nav-link {
  color: var(--white);
  border-bottom: 1px solid #fff3;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-link:hover {
  border-bottom-color: var(--white);
  opacity: 1;
  color: var(--active-color);
  text-decoration: none;
}

.thumb-img {
  min-width: 100%;
}

.thumb-img.nfi-img {
  object-fit: cover;
  height: 220px;
}

.thumb-img.nfi-img.large {
  height: 320px;
}

.button-hover {
  background-color: var(--hover-color);
  width: 100%;
  height: 200%;
  display: none;
  position: absolute;
  inset: 101% auto 0% 0;
}

.button-text {
  z-index: 2;
  position: relative;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.6rem;
  transition: all .25s;
}

.nav-link:hover {
  color: var(--hover-color);
  text-decoration: none;
}

.nav-link.w--current {
  border-top-color: #98b839;
}

.nav-link.w--current:hover {
  color: var(--text-dark-backgrounds);
}

.nav-link.hide-desktop {
  display: none;
}

.nav-link.as-button {
  background-color: var(--active-color);
  color: var(--white);
  border-bottom-style: none;
  border-radius: 100px;
  padding: 6px 24px;
  box-shadow: 0 10px 30px #0000001a;
}

.nav-link.as-button:hover {
  background-color: var(--hover-color);
  color: var(--white);
  box-shadow: 0 20px 30px #0003;
}

.embedded-image {
  z-index: 2;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.highlighted-text {
  background-color: var(--alternative-color-3);
  box-shadow: -6px 0 0 0 var(--alternative-color-3), 6px 0 0 0 var(--alternative-color-3);
  color: var(--text-dark-backgrounds);
  margin-left: 6px;
  margin-right: 6px;
}

.article-thumb-tint {
  z-index: -1;
  background-color: var(--light-backgrounds);
  position: absolute;
  inset: 36px -36px -36px 36px;
}

.thumb-link {
  z-index: 1;
  border-radius: 18px 18px 0 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.article-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 24px;
}

.article-cell:hover {
  text-decoration: none;
}

.article-cell._50-p-article {
  flex: 0 auto;
  width: 50%;
}

.hide-desktop {
  display: none;
}

.t-margin-24 {
  margin-top: 24px;
}

.pagination {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.page-no {
  border-bottom: 1px solid var(--lines);
  background-color: var(--white);
  color: var(--text-dark-backgrounds);
  letter-spacing: .5px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.6rem;
  transition: all .2s;
}

.page-no:hover {
  border-bottom-color: var(--text-dark-backgrounds);
  color: var(--hover-color);
  text-decoration: none;
}

.page-no.current {
  background-color: var(--alternative-color-3);
  border-radius: 40px;
  padding: 3px 12px;
}

.page-no.current:hover {
  border-color: var(--alternative-color-3);
  color: #131212;
}

.tmln-wrap {
  z-index: 3;
  flex-wrap: wrap;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.tmln-wrap.last {
  padding-bottom: 2vw;
}

.tmln-circle {
  z-index: 11;
  background-color: var(--alternative-color-1);
  border: 4px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  right: -16px;
}

.tmln-circle.right {
  left: -16px;
  right: auto;
}

.tmln-dot {
  background-color: #fff;
  border-radius: 20px;
  width: 6px;
  height: 6px;
}

.tmln-cell {
  text-align: right;
  border-right: 2px solid #0000001a;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding: 2% 36px 2% 2%;
  display: flex;
  position: relative;
}

.tmln-cell.right {
  text-align: left;
  border-right-style: none;
  align-items: flex-start;
  padding-left: 36px;
  padding-right: 2%;
}

.slider-arrow {
  background-color: var(--active-color);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: -72px 18px 0% auto;
  box-shadow: 0 11px 24px #0000001a;
}

.hide {
  display: none;
}

.container-bg {
  z-index: -1;
  background-color: var(--light-backgrounds);
  position: absolute;
  inset: 0%;
}

.embedded-media {
  z-index: 2;
  justify-content: center;
  align-items: center;
  min-width: 80%;
  max-width: 80%;
  margin-bottom: 12px;
  padding: 24px;
  display: flex;
  position: relative;
}

.embedded-media._100-p {
  min-width: 100%;
  max-width: 100%;
}

.dropdown-content-wrap {
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  box-shadow: 0 15px 30px #0000000d;
}

.dropdown-wrap {
  z-index: 10;
  border-bottom: 1px solid #00000026;
  position: relative;
}

.dropdown-wrap.last {
  margin-bottom: 18px;
}

.dropdown-wrap.team-bio-mobile {
  display: none;
}

.dropdown-trigger {
  z-index: 20;
  color: var(--text-dark-backgrounds);
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.dropdown-icon {
  background-color: var(--active-color);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-left: 24px;
  display: flex;
}

.dropdown-icon.faq, .dropdown-icon.team-bio {
  margin-top: 3px;
}

.dropdown-content {
  padding: 36px 36px 24px;
}

.simple-slider-arrow-icon {
  color: var(--active-color);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.simple-slider-arrow-icon.down {
  margin-top: 1px;
  transform: rotate(90deg);
}

.side-graphic-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 72px;
  height: 500px;
  display: flex;
  position: absolute;
  inset: -60px 0% auto auto;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.select-field {
  border: 1px solid var(--text-dark-backgrounds);
  background-color: var(--white);
  color: var(--text-dark-backgrounds);
  cursor: pointer;
  background-image: url('../images/Dropdown-Arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  height: 54px;
  margin-bottom: 0;
  padding-left: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7rem;
  transition: all .2s;
}

.select-field:hover, .select-field:active, .select-field:focus {
  border-color: var(--active-color);
}

.text-block {
  background-color: var(--text-dark-backgrounds);
  color: var(--white);
  border-radius: 18px;
  height: 100%;
  margin-bottom: 18px;
  padding: 48px 48px 36px;
  transition: all .4s;
  display: block;
}

.text-block:hover {
  color: var(--white);
  text-decoration: none;
  transform: scale(1.03);
}

.text-block.blue {
  background-color: var(--alternative-color-1);
  color: var(--white);
}

.text-block.yellow {
  background-color: var(--alternative-color-3);
  color: var(--text-dark-backgrounds);
}

.text-block.t-margin {
  margin-top: 48px;
}

.text-block.white {
  background-color: var(--white);
  color: var(--text-dark-backgrounds);
  box-shadow: 0 15px 30px #0000001a;
}

.social-icon {
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
}

.social-icon:hover {
  transform: translate(0, -3px);
}

.dropdown-trigger-2 {
  z-index: 20;
  color: #005689;
  cursor: pointer;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  position: relative;
}

.menu-open {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-icon-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 50px;
  display: flex;
  position: relative;
}

.nav-icon-button._w-mobile-menu {
  display: none;
}

.header-bg-img {
  object-fit: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: 0%;
}

.breadcrumbs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
  display: flex;
}

.header {
  align-content: stretch;
  position: relative;
}

.header.dark {
  z-index: 100;
}

.avatar-large {
  object-fit: cover;
  border-radius: 100px;
  width: 160px;
  height: 160px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.card-flip-large {
  position: absolute;
  inset: 0;
}

.flip-block-large {
  perspective: 1000px;
  justify-content: center;
  height: 400px;
  position: relative;
}

.card-flip-side-large {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1200px;
  padding: 24px 12px;
  position: absolute;
  inset: 0;
}

.card-flip-side-large.back {
  background-color: var(--text-dark-backgrounds);
  color: #fff;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 30px 24px;
  font-size: 1rem;
  line-height: 1.7rem;
  display: flex;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
  box-shadow: 8px 8px 48px #00000026;
}

.card-flip-side-large.front {
  border: 2px solid var(--text-dark-backgrounds);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 42px;
  display: flex;
  transform: rotate(0);
}

.card-flip-side-large.front.yellow {
  background-color: var(--alternative-color-1);
  border-color: #0000;
}

.card-flip-side-large.front.blue {
  background-color: var(--alternative-color-2);
  border-color: #0000;
}

.card-flip-side-large.front.orange {
  background-color: var(--hover-color);
  border-color: #0000;
}

.block-floating {
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 72px 60px 60px;
  display: flex;
}

.block-floating.right {
  padding-left: 84px;
}

.parallax-image {
  object-fit: cover;
  width: 100%;
  height: 116%;
  position: absolute;
  inset: -8% 0% 0%;
}

.parallax-bg-wrap {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.parallax-bg-wrap.left {
  width: 60%;
  right: auto;
}

.parallax-bg-wrap.right {
  width: 60%;
  left: auto;
}

.push-me-down {
  margin-top: 96px;
  position: relative;
}

.ppm-intro-page-link {
  border: 1px solid var(--lines);
  color: var(--text-dark-backgrounds);
  border-radius: 6px;
  width: 100%;
  margin-bottom: 12px;
  padding: 12px 24px;
  display: block;
}

.ppm-intro-page-link:hover {
  border-color: var(--hover-color);
  color: var(--text-dark-backgrounds);
  text-decoration: none;
}

.cta-link {
  border-bottom: 2px solid var(--active-color);
  color: var(--text-dark-backgrounds);
  margin-bottom: 18px;
  margin-right: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 12px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6rem;
  transition: all .2s;
  display: inline-block;
}

.cta-link:hover {
  border-bottom-color: var(--text-dark-backgrounds);
  color: var(--active-color);
  text-decoration: none;
  transform: scale(1.03);
}

.cta-link.in-flip-block {
  color: var(--white);
}

.cta-link.in-flip-block:hover {
  border-bottom-color: var(--white);
  color: var(--hover-color);
}

.cta-link.in-flip-block.open-modal {
  cursor: pointer;
}

.title-line-wrap {
  background-color: var(--active-color);
  border-radius: 4px;
  width: 48px;
  height: 4px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.title-line {
  background-color: var(--alternative-color-1);
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0 auto 0 -40px;
  transform: rotate(45deg);
}

.title-block {
  width: 90%;
  transition: all .25s;
  display: block;
}

.slider-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 24px;
  position: relative;
}

.slider-cell._67-p {
  flex: 0 auto;
  width: 66.7%;
}

.slider-arrow-2 {
  border: 1px solid var(--lines);
  color: var(--active-color);
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 1.4rem;
  transition: all .25s;
  display: flex;
  inset: 0% 0% 0% auto;
}

.slider-arrow-2:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px #1616321a;
}

.slider-arrow-2.left {
  inset: 0% auto 0% 0%;
}

.slider-arrow-2.quote-l-02 {
  inset: 108px 0% auto auto;
}

.slider-arrow-2.quote-r-02 {
  inset: 24px 0% auto auto;
}

.testimonial-image-wrap {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.testimonial-img {
  z-index: 2;
  position: absolute;
  bottom: -23px;
}

.slider {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.isolated-image-wrap {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 110%;
  margin-left: 50%;
  display: flex;
  position: absolute;
  top: -10%;
}

.isolated-image {
  object-fit: contain;
  max-height: 100%;
}

.floating-deco {
  z-index: -1;
}

.floating-deco.right {
  position: absolute;
  inset: 30% 10% 0% auto;
}

.floating-deco.left {
  position: absolute;
  inset: 50% auto 0% 10%;
}

.breadcrumb-link {
  color: var(--active-color);
  border-bottom: 1px solid #0000001a;
}

.breadcrumb-link:hover {
  border-bottom-color: var(--text-dark-backgrounds);
  color: var(--hover-color);
  text-decoration: none;
}

.blog-filter {
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.filter-item {
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
}

.blog-filter-wrap {
  width: 100%;
  margin-bottom: 36px;
}

.stplit-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stplit-bg.left {
  width: 50%;
  inset: 0% 50% 0% 0%;
}

.stplit-bg.right {
  width: 50%;
  left: 50%;
}

.stplit-bg.dark {
  background-color: var(--text-dark-backgrounds);
  background-image: linear-gradient(#3f2767b3, #3f2767b3), url('../images/Pattern-01.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.stplit-bg.blue {
  background-color: var(--alternative-color-1);
}

.split-cell {
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  width: 45%;
  padding: 24px 24px 12px;
}

.split-cell.dark {
  color: var(--white);
}

.close-line-1 {
  background-color: #f54f3d;
  border-radius: 2px;
  width: 28px;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 6px;
  transform: rotate(45deg);
}

.close-line-1.white {
  background-color: #fff;
}

.close-modal {
  background-color: var(--text-dark-backgrounds);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .25s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-modal:hover {
  background-color: var(--hover-color);
}

.modal-window {
  background-color: #fff;
  width: 900px;
  margin-bottom: 0;
  padding: 48px;
  overflow: scroll;
}

.modal-window.team-bio {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border-radius: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.close {
  width: 40px;
  height: 30px;
  display: block;
  position: relative;
}

.modal-wrapper {
  z-index: 2222;
  color: var(--text-dark-backgrounds);
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  min-width: 100vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-line-2 {
  background-color: #f54f3d;
  border-radius: 2px;
  width: 28px;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 6px;
  transform: rotate(-45deg);
}

.close-line-2.white {
  background-color: #fff;
}

.modal {
  flex-flow: column;
  display: flex;
  position: relative;
}

.flip-block-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 24px 24px 12px;
}

.flip-block-cell._33-p {
  flex: 0 auto;
  width: 33.3%;
}

.flip-block {
  perspective: 1000px;
  justify-content: center;
  height: 200px;
  position: relative;
}

.nav-bar-bg-trigger {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.modal-overlay {
  z-index: -1;
  background-color: #000000b3;
  width: 200%;
  height: 200%;
  position: absolute;
  inset: -50% 0% 0% -50%;
}

.text-link {
  border-bottom: 1px solid var(--active-color);
  color: var(--text-dark-backgrounds);
  transition: all .2s;
}

.text-link:hover {
  border-bottom-color: var(--text-dark-backgrounds);
  color: var(--active-color);
  text-decoration: none;
}

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

.text-link.invert:hover {
  border-bottom-color: var(--white);
  color: #ff7cd4;
}

.text-link.download-report {
  color: var(--pink);
  border-bottom-style: none;
  line-height: 1rem;
}

.text-link.download-report:hover {
  border-bottom-color: var(--white);
  color: #fff;
}

.form-block {
  margin-bottom: 0;
}

.action-wrap {
  flex-wrap: wrap;
  padding-top: 12px;
  display: flex;
}

.horizontal-spacer._24 {
  width: 24px;
  height: 0;
}

.header-image {
  z-index: 2;
  border-radius: 6px;
  margin-bottom: 12px;
  position: relative;
}

.div-block {
  z-index: -1;
  background-color: var(--alternative-color-1);
  opacity: .15;
  width: 90%;
  height: 90%;
  position: absolute;
  inset: auto auto -24px -24px;
}

.spacer {
  width: 100%;
  height: 5vh;
  max-height: 60px;
}

.spacer.in-large-header {
  height: 7vh;
  max-height: none;
}

.spacer._36 {
  height: 36px;
}

.section-tint {
  z-index: -2;
  background-color: var(--light-backgrounds);
  position: absolute;
  inset: 0%;
}

.top-divider {
  background-color: var(--black\<deleted\|variable-d441be9d\>);
  opacity: .1;
  width: 100%;
  height: 1px;
}

.top-divider.invert {
  background-color: var(--white);
}

.icon-shadow {
  background-color: var(--alternative-color-3);
  opacity: 1;
  border-radius: 10px 30px 30px;
  width: 42px;
  height: 42px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(20deg);
}

.icon-shadow.in-spotlight {
  background-color: var(--white);
  opacity: 1;
}

.icon-wrap {
  margin-top: 12px;
  margin-bottom: 12px;
  display: inline-block;
  position: relative;
}

.icon-x {
  z-index: 1;
  position: relative;
}

.link-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  letter-spacing: .5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.6rem;
  display: inline-flex;
  position: relative;
}

.link-2:hover {
  color: #0f203e;
  border-bottom-color: #0f203e;
  text-decoration: none;
}

.link-arrow-2 {
  background-color: var(--active-color);
  background-image: url('../images/Link-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  display: flex;
}

.link-text-2 {
  color: var(--text-dark-backgrounds);
}

.link-text-2.invert {
  color: var(--white);
}

.header-bg-wrap {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header-bg-overlay {
  z-index: 1;
  background-image: linear-gradient(#3f2767f2, #3f2767bf);
  position: absolute;
  inset: 0%;
}

.center-header-image {
  min-width: 100%;
}

.inline-header-image {
  z-index: 1;
  border-radius: 6px;
  min-width: 100%;
}

.top-right-deco {
  z-index: 3;
  position: absolute;
  inset: -16% -15% auto auto;
}

.bottom-left-deco {
  z-index: 3;
  position: absolute;
  inset: auto auto -10% -10%;
}

.bottom-right-deco {
  z-index: 3;
  min-width: 30%;
  position: absolute;
  inset: auto 10% -5% auto;
}

.client-name {
  color: var(--alternative-color-1);
  letter-spacing: 1px;
  margin-bottom: -6px;
  padding-top: 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7rem;
}

.logo-img {
  height: 70px;
}

.nav-link-v2 {
  color: var(--text-dark-backgrounds);
  letter-spacing: 1px;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Basiercircle Bold, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.nav-link-v2:hover {
  color: var(--text-dark-backgrounds);
  text-decoration: none;
}

.hamburger {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 24px;
  height: 15px;
  display: flex;
}

.navtainer {
  z-index: 3;
  border-radius: 20px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 48px;
  display: flex;
  position: relative;
}

.hamburger-row {
  background-color: var(--white);
  border-radius: 2px;
  width: 24px;
  height: 2px;
}

.hamburger-row._3 {
  width: 12px;
}

.nav {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-around;
  align-items: center;
  display: none;
}

.sticky-bg {
  z-index: -1;
  background-color: var(--text-dark-backgrounds);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.nav-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-bar {
  z-index: 1111;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.button-4 {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fe3c74;
  border-bottom: 4px solid #c92f5c;
  border-radius: 6px;
  min-width: 160px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 48px;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.5rem;
  transition: all .5s;
  position: relative;
  box-shadow: 0 20px 20px #0000001a;
}

.button-4:hover {
  color: #fff;
  background-color: #eb366a;
  border-bottom-color: #af284f;
  text-decoration: none;
  transform: scale(1.03);
  box-shadow: 0 30px 30px #0003;
}

.nav-icon-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  padding-left: 18px;
  font-size: .9rem;
  line-height: 1.6rem;
  display: flex;
}

.nav-spacer {
  height: 18px;
}

.sticky-nav-trigger {
  width: 100%;
  height: 0;
}

.block {
  border: 1px solid var(--lines);
  background-color: var(--white);
  border-radius: 18px;
  padding: 30px 36px;
}

.block._w-hover {
  transition: all .25s;
  position: relative;
  overflow: hidden;
}

.block._w-hover:hover {
  background-color: var(--lines);
  transform: translate(0, -6px);
  box-shadow: 0 20px 30px #0000000d;
}

.block._w-hover.on-spotlight {
  border-color: var(--white);
  background-color: var(--alternative-color-3);
}

.block.logo-wrap {
  justify-content: center;
  align-items: center;
  height: 160px;
  display: flex;
}

.block._w-shadow-hover {
  transition: all .25s;
}

.block._w-shadow-hover:hover {
  border-color: #d7e9ea00;
  transform: scale(1.02);
  box-shadow: 0 20px 40px #0000001a;
}

.block.team-card {
  cursor: pointer;
  height: 100%;
  transition: all .25s;
  position: relative;
  overflow: hidden;
}

.block.team-card:hover {
  background-color: var(--lines);
  box-shadow: 0 20px 30px #0000000d;
}

.block.in-stretch {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.xxx-line {
  padding-top: 12px;
  padding-bottom: 12px;
}

.divider {
  background-color: var(--lines);
  width: 100%;
  height: 1px;
}

.divider.vertical {
  width: 1px;
  height: 20px;
}

.event-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.event-item-date {
  background-image: url('../images/Date-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  min-width: 54px;
  min-height: 56px;
  margin-top: 15px;
  padding-bottom: 7px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  display: flex;
}

.nfi-text {
  border-right: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  border-left: 1px solid var(--lines);
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  padding: 36px;
}

.nfi-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-size: .9rem;
  line-height: 1.6rem;
  display: flex;
}

.nfi-wrap {
  border-radius: 18px;
  flex: 1;
  transition: all .25s;
  overflow: hidden;
}

.nfi-wrap:hover {
  transform: scale(1.01);
  box-shadow: 0 20px 40px #0000001a;
}

.tab-container {
  z-index: 3;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: hidden;
}

.tab-container._w-table {
  flex-flow: row;
  align-items: stretch;
}

.embed-image-deco {
  z-index: -1;
  width: 160px;
  position: absolute;
  inset: auto auto 0% -12%;
}

.tabs-content {
  width: 100%;
}

.tabs-menu {
  border-radius: 40px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 72px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  overflow: hidden;
}

.fluid-cell-2 {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 24px 24px 12px;
}

.tab-link {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  background-color: #0003;
  border-left: 1px solid #0000;
  border-right: 1px solid #fff3;
  padding: 10px 20px;
}

.tab-link:hover {
  background-color: var(--hover-color);
  color: var(--white);
  text-decoration: none;
}

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

.tabs {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.embed-shadow {
  z-index: -1;
  background-image: linear-gradient(#bce0e699, #fff0 70%);
  border-radius: 36px 400px 400px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -8% -8% auto auto;
}

.tab-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 24px;
}

.tab-cell.table-intro-text {
  width: 70%;
}

.default-image {
  z-index: 3;
  border-radius: 12px;
  min-width: 100%;
  position: relative;
}

.quote-rating {
  color: var(--alternative-color-3);
  margin-bottom: 18px;
}

.testimonial-author {
  flex: 0 auto;
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: .9rem;
  line-height: 1.6rem;
}

.testimonial-author-info {
  flex: 0 auto;
  margin-top: -12px;
  margin-bottom: 12px;
  font-size: .9rem;
  line-height: 1.6rem;
}

.embed-deco-1, .embed-deco-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.not-default-image {
  z-index: 3;
  object-fit: cover;
  border-radius: 100px 250px 250px 400px;
  min-width: 100%;
  position: relative;
  transform: rotate(5deg);
  box-shadow: 0 10px 60px #0000001a;
}

.not-default-image.left {
  border-radius: 250px 100px 400px 250px;
  transform: rotate(-5deg);
}

.fluid-cell-4 {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 24px 24px 12px;
}

.table-cell {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 12px 6px;
  display: flex;
}

.table-cell.tint {
  background-color: #0000001a;
}

.table-cell.intro {
  border-left-style: none;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  font-weight: 600;
}

.table-cell.last {
  justify-content: flex-end;
  align-items: center;
}

.table {
  flex-flow: column;
  flex: 1;
  align-items: stretch;
  font-size: .8rem;
  line-height: 1.4rem;
  display: flex;
}

.table-row {
  border-bottom: 1px solid #ffffff26;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.category-above-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: -6px;
  font-size: .9rem;
  line-height: 1.6rem;
  display: flex;
}

.dropdown-button-wrap {
  z-index: 100;
  color: #fff;
  letter-spacing: .5px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.6rem;
  display: inline-block;
  position: relative;
}

.dropdown-button-trigger {
  z-index: 20;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--active-color);
  text-align: center;
  cursor: pointer;
  border-radius: 26px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 48px;
  transition: all .25s;
  display: flex;
  position: relative;
  box-shadow: 0 10px 20px #0000001a;
}

.dropdown-button-trigger:hover {
  background-color: var(--hover-color);
  transform: scale(1.03);
  box-shadow: 0 20px 40px #0003;
}

.dropdown-button-content {
  background-color: var(--active-color);
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: absolute;
  top: 120%;
  overflow: hidden;
  box-shadow: 0 20px 40px #0003;
}

.dropdown-button-link {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #061a1012;
  width: 100%;
  padding: 10px 24px;
  transition: all .25s;
}

.dropdown-button-link:hover {
  background-color: var(--hover-color);
  color: var(--white);
  text-decoration: none;
}

.dropdown-button-link.w--current {
  border-top-color: #98b839;
}

.filter-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--light-backgrounds);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 48px;
  display: flex;
}

.fluid-cell-5 {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 24px;
  position: relative;
}

.anchor-nav {
  z-index: 5;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: 18px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 18px;
  margin-bottom: 18px;
  display: flex;
  overflow: hidden;
}

.anchor-link {
  background-color: var(--active-color);
  color: #fff;
  background-image: url('../images/Arrow-anchor-link.svg');
  background-position: -100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-right: 2px;
  padding: 14px 36px;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.anchor-link:hover {
  background-color: var(--text-dark-backgrounds);
  color: var(--white);
  background-image: url('../images/Arrow-anchor-link.svg');
  background-position: -16px;
  background-repeat: no-repeat;
  background-size: auto;
  text-decoration: none;
}

.anchor-link.w--current {
  background-color: #142732;
}

.anchor-link.w--current:hover {
  box-shadow: none;
}

.anchor {
  z-index: -1;
  height: 0;
  margin-top: -65px;
  position: absolute;
}

.table-scroll-notice {
  display: none;
}

.notice {
  background-color: var(--alternative-color-3);
  color: var(--text-dark-backgrounds);
  text-align: center;
  padding: 6px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.6rem;
  display: block;
}

.notice:hover {
  color: var(--text-dark-backgrounds);
}

.header-v2 {
  background-color: var(--text-dark-backgrounds);
  color: var(--white);
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.header-v2.tint {
  background-color: var(--light-backgrounds);
}

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

.footer-copyright-v2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  border-top: 1px solid #ffffff26;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 36px;
  padding-top: 36px;
  display: flex;
}

.footer-social-v2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 36px;
  display: flex;
}

.footer-links-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-deco-1 {
  z-index: 2;
  object-fit: cover;
  object-position: 100% 50%;
  width: 33.3%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header-deco-3 {
  z-index: 3;
  object-fit: fill;
  object-position: 100% 50%;
  width: 15%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header-deco-2 {
  z-index: 4;
  object-fit: fill;
  object-position: 100% 50%;
  width: 15%;
  height: 35%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.wave-block-hover {
  max-width: 200%;
  position: absolute;
  inset: -30px -280px 0% auto;
}

.wave-block-hover.in-4-col-grid {
  right: -320px;
}

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

.tab-bg-deco-1 {
  position: absolute;
  inset: 10% -10% auto auto;
}

.tab-bg-deco-2 {
  z-index: 1;
  position: absolute;
  inset: 90% 0 0 auto;
}

.tab-bg-deco-3 {
  position: absolute;
  inset: 70% 0 0 auto;
}

.horizontal-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  padding-top: 24px;
  padding-bottom: 12px;
  display: flex;
}

.blob-header-bg-wrap {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blob-2 {
  z-index: 2;
  object-fit: contain;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blob-1 {
  z-index: 2;
  object-fit: cover;
  object-position: 100% 50%;
  width: 33.3%;
  height: 150%;
  position: absolute;
  inset: -50% auto 0% 0%;
}

.hide-ui {
  display: none;
}

.play-button {
  z-index: 10;
  border: 6px solid var(--alternative-color-3);
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 108px;
  display: flex;
  position: absolute;
}

.play-arrow-wrap {
  width: 30px;
  height: 40px;
  margin-left: 6px;
  position: relative;
  overflow: hidden;
}

.play-arrow {
  background-color: var(--text-dark-backgrounds);
  transform-style: preserve-3d;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -20px;
  transform: rotateX(50deg)rotateY(0)rotateZ(45deg);
}

.no-relative {
  position: static;
}

.team-bio-image {
  border-radius: 18px;
  width: 33.3%;
  margin-top: 18px;
}

.modal-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 18px;
}

.cta-bg-wrap {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cta-bg-deco-1 {
  position: absolute;
  inset: auto auto -300px -300px;
}

.cta-bg-deco-2 {
  position: absolute;
  inset: -100px -100px auto auto;
}

.cta-bg-deco-3 {
  position: absolute;
  inset: auto -300px -350px auto;
}

.slider-cell-x {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 18px;
}

.slider-cell-x.center-intro {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.number-x {
  z-index: 1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  position: relative;
}

.number-as-icon {
  margin-bottom: 12px;
  padding: 6px;
  display: inline-block;
  position: relative;
}

.number-wrap-xx {
  z-index: 1;
  background-color: var(--white);
  color: var(--text-dark-backgrounds);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: relative;
}

.number-shadow-1 {
  background-color: var(--alternative-color-3);
  opacity: 1;
  border-radius: 60px 50px 60px 80px;
  width: 70px;
  height: 70px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(20deg);
}

.number-shadow-2 {
  background-color: var(--alternative-color-1);
  opacity: 1;
  border-radius: 60px 80px 60px 50px;
  width: 70px;
  height: 70px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(20deg);
}

.form-section-x {
  text-align: left;
  flex-flow: wrap;
  align-items: stretch;
  display: flex;
}

.form-row-wrap {
  width: 100%;
  display: flex;
}

.form-row-wrap.action {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.button-7 {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fe3c74;
  border-bottom: 4px solid #c92f5c;
  border-radius: 6px;
  min-width: 160px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 48px;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.5rem;
  transition: all .5s;
  position: relative;
  box-shadow: 0 20px 20px #0000001a;
}

.button-7:hover {
  color: #fff;
  background-color: #eb366a;
  border-bottom-color: #af284f;
  text-decoration: none;
  transform: scale(1.03);
  box-shadow: 0 30px 30px #0003;
}

.form-item-wrap-x {
  flex: 1;
  padding-top: 8px;
  padding-bottom: 8px;
}

.contact-page-title {
  margin-bottom: 24px;
}

.nav-dropdown-trigger {
  z-index: 20;
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
  position: relative;
}

.nav-dropdown-trigger:hover {
  text-decoration: none;
}

.nav-dropdown-arrow {
  cursor: pointer;
  background-image: url('../images/Dropdown-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 24px;
  height: 24px;
}

.nav-dropdown-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  font-weight: 600;
  display: none;
  position: absolute;
  inset: 100% 0 auto auto;
}

.child-link {
  color: #fff;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 1px solid #061a1026;
  width: 100%;
  font-family: Basiercircle Bold, sans-serif;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.child-link:hover {
  color: #fff;
  border-bottom-color: #03234d;
  text-decoration: none;
}

.child-link.w--current {
  color: #01c6e4;
}

.nav-dropdown-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--active-color);
  border-radius: 12px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.nav-dropdown-link {
  align-items: center;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.6rem;
  transition: all .25s;
  display: flex;
  position: relative;
}

.nav-dropdown-link:hover {
  color: #e74c18;
  text-decoration: none;
}

.nav-dropdown-link.w--current {
  border-top-color: #98b839;
}

.nav-dropdown-link.w--current:hover {
  color: #18184b;
}

.sub-nav-wrap {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.sub-nav-link {
  color: var(--text-dark-backgrounds);
  text-transform: uppercase;
  border-bottom: 3px solid #0000;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  display: inline-block;
  position: relative;
  bottom: -1px;
}

.sub-nav-link:hover {
  border-bottom-color: var(--hover-color);
  color: var(--text-dark-backgrounds);
  text-decoration: none;
}

.sub-nav-link.w--current {
  border-bottom-color: var(--hover-color);
}

.spotlight-text {
  color: var(--active-color);
}

.header-title-1 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
}

.header-title-2 {
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 5.4rem;
}

.legend-item {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.aside {
  background-color: var(--light-backgrounds);
  color: var(--text-dark-backgrounds);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 440px;
  padding: 36px;
  position: relative;
}

.reset-aside-filter {
  z-index: 100;
  background-image: url('../images/Rest-icon-white_1Rest icon white.png');
  background-position: 0 40%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-top: 24px;
  padding-left: 24px;
  position: relative;
}

.reset-aside-filter:hover {
  color: #fff;
  text-decoration: none;
}

.aside-tooltip-trigger {
  cursor: pointer;
}

.faux-h4-2 {
  color: #061a10;
  margin-bottom: 18px;
  padding-top: 12px;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
}

.faux-h4-2.invert {
  color: #fff;
}

.aside-tooltip {
  float: left;
  flex: 0 auto;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.subheading-2 {
  color: #2bbd77;
  letter-spacing: 1px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.legend-color {
  border-radius: 33px;
  width: 12px;
  height: 12px;
}

.filter-item-wrap {
  z-index: 1;
  border-bottom: 1px solid var(--lines);
  width: 100%;
  padding-top: .5vh;
  padding-bottom: .5vh;
  position: relative;
}

.filter-item-wrap.in-aside {
  z-index: 1;
  width: 100%;
  padding: .5vw 0;
  position: relative;
}

.toggle {
  z-index: 2;
  background-color: var(--text-dark-backgrounds);
  border-radius: 100px;
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-left: 4px;
  display: flex;
  position: absolute;
  inset: 0;
}

.p-small-2 {
  flex: 0 auto;
  font-size: 14px;
  line-height: 24px;
}

.toggle-ticker {
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0;
}

.map-section {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.map-section.as-intro {
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.dropdown-link {
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #ffffff26;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  transition: all .2s;
}

.dropdown-link:hover {
  color: var(--white);
  text-decoration: none;
}

.dropdown-link.w--current {
  border-top-color: #98b839;
}

.dropdown-link.in-aside {
  color: #31c77f;
  border-top-color: #fff3;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 400;
}

.dropdown-link.in-aside:hover {
  color: #fff;
}

.map-placeholder {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.dropdown-content-2.scroll {
  overflow: scroll;
}

.tooltip {
  z-index: 10;
  background-color: var(--white);
  border-top-style: solid;
  border-top-width: 4px;
  border-radius: 12px;
  width: 400px;
  padding: 12px 24px 24px;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 12px 48px #00000026;
}

.tooltip._w-legend-item {
  border-top-style: none;
  width: 150px;
  padding: 18px;
  inset: auto 0% 24px auto;
}

.tooltip.grade-f {
  border-top-color: var(--active-color);
}

.aside-alphabet {
  background-color: var(--light-backgrounds);
  color: #fff;
  justify-content: space-around;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Oswald, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.4rem;
  display: flex;
  position: sticky;
  top: 0;
}

.aside-alphabet.w--current {
  border-top-color: #98b839;
}

.indicator-highlight {
  color: var(--white);
  background-color: #000;
  border-radius: 20px;
  margin-right: 6px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}



.legend-text {
  color: var(--text-dark-backgrounds);
  text-transform: uppercase;
  margin-left: 6px;
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
}

.question-mark {
  background-color: var(--active-color);
  color: var(--white);
  border-radius: 20px;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  font-weight: 600;
  display: inline;
}

.dropdown-trigger-3 {
  z-index: 20;
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  padding: 14px 24px 14px 48px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.dropdown-trigger-3.countries {
  background-image: url('../images/Down-arrow-icon.svg');
  background-position: 93%;
  border: 1px solid #ffffff4d;
  border-radius: 30px;
  width: 100%;
  padding-left: 24px;
}

.dropdown-trigger-3.invert {
  color: #fff;
}

.dropdown-nav {
  z-index: 10;
  display: none;
}

.dropdown-nav.tb-margin {
  margin-top: 24px;
  margin-bottom: 24px;
}

.dropdown-nav.tb-margin.hide-desktop {
  display: none;
}

.faux-h5-2 {
  color: #061a10;
  margin-bottom: 12px;
  padding-top: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.faux-h5-2:hover {
  text-decoration: none;
}

.toggle-filter-button {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex;
}

.toggle-filter-button.in-aside {
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.map-legend {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 18px;
  display: flex;
  position: absolute;
  inset: 0% 24px auto auto;
}

.map-wrap {
  flex: 1;
  padding-top: 36px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.show-map-tooltip {
  cursor: pointer;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 25%;
  left: 25%;
}

.toggle-wrap {
  float: left;
  background-color: var(--alternative-color-3);
  border-radius: 24px;
  min-width: 38px;
  max-width: 38px;
  min-height: 20px;
  max-height: 20px;
  margin-top: 3px;
  margin-bottom: 0;
  margin-right: 12px;
  padding-left: 0;
  display: block;
  position: relative;
}

.aside-title {
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.reports-title {
  z-index: 1;
  text-align: left;
  flex: 1;
  justify-content: center;
  width: 50%;
  margin-bottom: -88px;
  position: relative;
}

.reports-title._67-p {
  flex: 0 auto;
  width: 66.7%;
}

.reports-title._50-p {
  flex: 0 auto;
  width: 50%;
}

.reports-title._25-p {
  flex: 0 auto;
  width: 25%;
}

.reports-title._70-p {
  flex: 0 auto;
  width: 70%;
}

.reports-title._100-p {
  flex: 0 auto;
  width: 100%;
}

.reports-title._33-p {
  flex: 0 auto;
  width: 33.3%;
}

.reports-title.center-object {
  justify-content: center;
  align-items: center;
  display: flex;
}

.reports-title.center-intro {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.reports-title.no-b-padding {
  padding-bottom: 0;
}

.reports-title._55-p-w-floating-block {
  z-index: 3;
  flex: 0 auto;
  width: 50%;
  position: relative;
}

.reports-title.aside-title {
  flex: 0 auto;
  width: 33.3%;
  padding-top: 72px;
  padding-right: 48px;
}

.reports-title._w-center-header-image {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.reports-title.text-w-symbol {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 66.7%;
  display: flex;
}

.reports-title.text-w-symmbol-deco {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 33.3%;
  display: flex;
}

.reports-title.events-feed-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 0 auto;
  width: 50%;
  display: flex;
}

.reports-title._w-anchor-nav {
  flex: 0 auto;
  width: 33.3%;
  position: sticky;
  top: 128px;
}

.reports-title.list-links-wrap {
  border-left: 1px solid var(--lines);
  flex: 0 auto;
  width: 50%;
  margin-left: 4%;
  padding-left: 4%;
}

.reports-title.footer-info {
  padding-right: 84px;
}

.reports-title.intro-title {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  padding-bottom: 0;
  display: flex;
}

.reports-title.intro-title.center {
  justify-content: flex-start;
  align-items: center;
  margin-left: 15%;
  margin-right: 15%;
}

.reports-title.table-col {
  flex: 0 auto;
  width: 50%;
}

.tooltip-title {
  border-bottom: 1px solid var(--lines);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.rich-text h3 {
  border-top: 1px solid var(--lines);
  margin-top: 36px;
  padding-top: 36px;
}

.rich-text h2 {
  font-size: 3.2rem;
  line-height: 4rem;
}

.aside-image-wrap {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
  position: sticky;
  top: 13vh;
  right: 0;
}

.div-block-3 {
  background-image: url('../images/women-puzzle.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 80vh;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.image {
  position: sticky;
  top: 0;
}

.aside-image {
  object-fit: cover;
  object-position: 0% 50%;
  height: 80vh;
}

.aside-shadow {
  z-index: -1;
  background-color: var(--light-backgrounds);
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
  width: 80%;
  height: 110%;
  position: absolute;
  inset: -5% auto 0% 20%;
}

.down-arrow {
  border-right: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  display: flex;
  transform: rotate(45deg);
}

.grade-a {
  background-color: var(--alternative-color-2);
}

.grade-b {
  background-color: var(--alternative-color-4);
}

.grade-c {
  background-color: var(--purle);
}

.grade-d {
  background-color: var(--alternative-color-3);
}

.grade-f {
  background-color: var(--active-color);
}

.top {
  height: 0;
}

.modal-tab-title {
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.modal-score {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.modal-title {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.5rem;
}

.overview-score {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: baseline;
  padding: 12px 18px 12px 24px;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6rem;
  display: inline-flex;
  box-shadow: 0 20px 40px #0000001a;
}

.overview-title {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.usa-score {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

.usa-score:hover {
  text-decoration: none;
}

.usa-score.in-footer {
  margin-bottom: 18px;
}

.no-space {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.mobile-map-title {
  display: none;
}

@media screen and (min-width: 1280px) {
  .spacer {
    max-height: 72px;
  }

  .sub-nav-wrap {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }
}

@media screen and (min-width: 1440px) {
  .section._w-aside-image {
   /* overflow: hidden; */
  }

  .fluid-cell {
    padding: 2vh 24px;
  }

  .fluid-cell._55-p-w-floating-block {
    width: 50%;
  }

  .fluid-cell.list-links-wrap {
    margin-left: 8%;
    padding-left: 8%;
  }

  .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .container._w-floating-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container._4-col-grid-xxx {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container._w-slider-x {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container._3-col-grid-xxx, .container._2-col-grid-xxx {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .thumb-img.nfi-img {
    height: 260px;
  }

  .article-cell {
    padding: 36px;
  }

  .avatar-large {
    width: 180px;
    height: 180px;
  }

  .card-flip-side-large {
    padding: 36px;
  }

  .parallax-bg-wrap.left {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .parallax-bg-wrap.right {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    right: 48px;
  }

  .slider-cell {
    padding: 36px;
  }

  .spacer {
    height: 6vh;
    max-height: 84px;
  }

  .spacer._36 {
    height: 48px;
  }

  .top-divider {
    display: block;
  }

  .header-bg-wrap, .header-bg-overlay {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .navtainer {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 84px;
    padding-right: 84px;
  }

  .nav {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .nav-icon-buttons {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-left: 24px;
  }

  .dropdown-button-trigger {
    transition: all .25s;
  }

  .dropdown-button-trigger:hover {
    background-color: var(--hover-color);
  }

  .blob-header-bg-wrap {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .modal-cell, .slider-cell-x {
    padding: 24px;
  }

  .reports-title._55-p-w-floating-block {
    width: 50%;
  }

  .reports-title.list-links-wrap {
    margin-left: 8%;
    padding-left: 8%;
  }

  .aside-shadow {
    border-radius: 48px;
    width: 300%;
  }

  .map-image-placeholder {
    min-width: 70vw;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-image: none;
  }

  h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  a:hover {
    color: var(--hover-color);
  }

  blockquote {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .section._w-floating-block {
    overflow: visible;
  }

  .fluid-cell {
    flex: 1;
  }

  .fluid-cell._67-p._100-p-tablet, .fluid-cell._50-p._100-p-tablet {
    width: 100%;
  }

  .fluid-cell._25-p._50-p-on-tablet {
    width: 50%;
  }

  .fluid-cell._70-p {
    width: 80%;
  }

  .fluid-cell._33-p._100-p-tablet {
    width: 100%;
  }

  .fluid-cell._33-p._50-p-tablet {
    width: 50%;
  }

  .fluid-cell.center-intro {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .fluid-cell._55-p-w-floating-block {
    width: 100%;
    margin-top: -24px;
    padding-left: 0;
    padding-right: 0;
  }

  .fluid-cell.aside-title {
    width: 100%;
    padding-top: 24px;
    padding-right: 24px;
  }

  .fluid-cell.text-w-symbol {
    width: 100%;
  }

  .fluid-cell.text-w-symmbol-deco {
    display: none;
  }

  .fluid-cell._w-anchor-nav {
    top: 108px;
  }

  .fluid-cell.footer-info {
    padding-right: 18px;
  }

  .fluid-cell.intro-title {
    width: 100%;
  }

  .fluid-cell.intro-title.center {
    margin-left: 10%;
    margin-right: 10%;
  }

  .fluid-cell.table-col, .fluid-cell.table-col._100-p-tablet {
    width: 100%;
  }

  .fluid-cell.table-col._1 {
    padding-bottom: 0;
  }

  .fluid-cell.table-col._2 {
    padding-top: 0;
  }

  .fluid-cell._60-p._100-p-tablet {
    width: 100%;
  }

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

  .container.footer-cols {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container._w-container-bg {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .container._w-floating-block {
    flex-wrap: wrap-reverse;
    justify-content: flex-start;
    padding: 0 24px;
  }

  .container._w-floating-block.right {
    justify-content: flex-start;
  }

  .container._3-col-grid.team-cards {
    grid-template-columns: 1fr 1fr;
  }

  .container._4-col-grid-xxx {
    grid-template-columns: 1fr 1fr;
    padding-left: 36px;
    padding-right: 36px;
  }

  .container._w-slider-x {
    padding-left: 36px;
    padding-right: 36px;
  }

  .container._3-col-grid-xxx, .container._2-col-grid-xxx {
    grid-template-columns: 1fr 1fr;
    padding-left: 36px;
    padding-right: 36px;
  }

  .faux-h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }

  .faux-h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  .faux-h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  .faux-h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .faux-h5.in-footer {
    margin-bottom: 12px;
  }

  .thumb-img.nfi-img.large {
    height: 220px;
  }

  .nav-link {
    color: var(--white);
    border-top: 1px solid #ffffff26;
    padding: 12px 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    display: inline-block;
  }

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

  .nav-link.w--current {
    background-color: #0000;
  }

  .nav-link.hide-desktop {
    display: block;
  }

  .nav-link._w-dropdown {
    border-bottom-style: none;
  }

  .nav-link.as-button {
    text-align: center;
    order: 1;
    margin: 36px 0 18px;
    padding: 12px 30px 14px;
  }

  .article-thumb-tint {
    inset: 24px -24px -24px 24px;
  }

  .thumb-link, .article-cell {
    flex: 1;
  }

  .hide-desktop {
    display: block;
  }

  .pagination {
    padding-top: 24px;
  }

  .slider-arrow {
    right: -6px;
  }

  .container-bg {
    left: 24px;
    right: 24px;
  }

  .embedded-media {
    min-width: 100%;
    max-width: 100%;
  }

  .dropdown-content {
    padding: 24px 24px 12px;
  }

  .text-block {
    padding: 36px 36px 24px;
  }

  .dropdown-trigger-2 {
    padding-right: 36px;
  }

  .nav-icon-button {
    width: 48px;
    height: 48px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-icon-button._w-dropdown {
    display: none;
  }

  .breadcrumbs {
    padding-bottom: 6px;
  }

  .card-flip-side-large {
    padding: 24px;
  }

  .block-floating {
    background-color: var(--text-dark-backgrounds);
    color: var(--white);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 36px;
  }

  .block-floating.right {
    padding-left: 36px;
  }

  .parallax-bg-wrap {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    height: 450px;
    position: relative;
  }

  .parallax-bg-wrap.left {
    width: 100%;
    right: 0;
  }

  .parallax-bg-wrap.right {
    width: 100%;
    left: 0;
  }

  .push-me-down {
    margin-top: 0;
  }

  .title-block {
    width: 100%;
    padding-top: 0;
  }

  .slider-cell {
    flex: 1;
  }

  .slider-arrow-2 {
    width: 48px;
    height: 48px;
    font-size: 1rem;
  }

  .slider-arrow-2.left, .slider-arrow-2.quote-r-02 {
    width: 48px;
    height: 48px;
  }

  .isolated-image-wrap {
    width: 50%;
  }

  .isolated-image {
    height: auto;
  }

  .floating-deco {
    width: 40%;
  }

  .floating-deco.right {
    right: 0%;
  }

  .floating-deco.left {
    left: 0%;
  }

  .filter-item {
    flex: 0 auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .blog-filter-wrap {
    margin-bottom: 30px;
  }

  .modal-window {
    width: 700px;
  }

  .flip-block-cell {
    flex: 1;
  }

  .flip-block-cell._33-p._50-p-tablet {
    width: 50%;
  }

  .header-image {
    min-width: 100%;
    max-width: 100%;
  }

  .spacer {
    height: 48px;
  }

  .spacer.in-large-header {
    height: 72px;
  }

  .logo-img {
    z-index: 3;
    height: 60px;
    position: relative;
  }

  .nav-link-v2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger {
    justify-content: space-between;
    align-items: flex-end;
  }

  .navtainer {
    align-items: center;
    padding-left: 36px;
    padding-right: 24px;
  }

  .hamburger-row {
    height: 2px;
  }

  .nav {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--text-dark-backgrounds);
    background-image: linear-gradient(#0003, #0000 50%);
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    padding: 144px 42px 120px;
    position: absolute;
    inset: -18px 0% auto;
    overflow: scroll;
  }

  .nav-icon-buttons {
    z-index: 3;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: relative;
  }

  .nav-spacer {
    height: 18px;
  }

  .block {
    padding: 24px;
  }

  .nfi-text {
    padding: 24px 24px 12px;
  }

  .tab-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .fluid-cell-2 {
    flex: 1;
  }

  .tab-cell {
    z-index: 10;
    flex: 1;
    position: relative;
  }

  .tab-cell.table-intro-text {
    width: 100%;
  }

  .fluid-cell-4 {
    flex: 1;
  }

  .table-cell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .table {
    width: 100%;
  }

  .table-row.hide-tablet {
    display: none;
  }

  .dropdown-button-link.w--current {
    color: #fff;
    background-image: none;
    background-repeat: repeat;
    border-bottom-color: #fff3;
  }

  .fluid-cell-5, .anchor-nav {
    flex: 1;
  }

  .anchor-link {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .anchor-link:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .anchor {
    margin-top: -60px;
  }

  .header-v2 {
    padding-top: 108px;
  }

  .footer-copyright-v2, .footer-social-v2 {
    flex: 1;
  }

  .wave-block-hover {
    display: none;
  }

  .tab-bg-deco-1 {
    max-width: 40%;
    display: none;
  }

  .tab-bg-deco-2, .tab-bg-deco-3 {
    max-width: 50%;
  }

  .modal-cell {
    flex: 1;
  }

  .cta-bg-deco-1 {
    left: -350px;
  }

  .cta-bg-deco-2 {
    top: -130px;
    right: -130px;
  }

  .cta-bg-deco-3 {
    right: -400px;
  }

  .slider-cell-x {
    flex: 1;
  }

  .slider-cell-x.center-intro {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .nav-dropdown-trigger {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 60px;
  }

  .nav-dropdown-arrow {
    z-index: 100;
    background-size: 12px;
    width: 54px;
    height: 54px;
    position: absolute;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-content-wrap {
    padding: 0;
    position: static;
  }

  .child-link {
    color: var(--text-dark-backgrounds);
    background-color: #0000;
    border-bottom-style: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .child-link:hover {
    color: #03234d;
    background-color: #0000;
  }

  .nav-dropdown-content {
    background-color: #fe4d1d00;
    padding: 6px 0 24px;
  }

  .nav-dropdown-link {
    border-bottom: 1px solid #0000001a;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .nav-dropdown-link:hover {
    color: #18184b;
  }

  .nav-dropdown-link.w--current {
    color: #fff;
    background-color: #0000;
  }

  .nav-dropdown-link.w--current:hover {
    color: #fff;
  }

  .sub-nav-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    font-size: .8rem;
    line-height: 1.4rem;
  }

  .header-title-1 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .header-title-2 {
    font-size: 3rem;
    line-height: 3.75rem;
  }

  .aside {
    border-radius: 40px;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .faux-h4-2 {
    font-size: 24px;
    line-height: 36px;
  }

  .map-section {
    flex-direction: column;
  }

  .dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-link:hover {
    border-bottom-color: #fff3;
  }

  .dropdown-link.w--current {
    color: #fff;
    background-image: none;
    background-repeat: repeat;
    border-bottom-color: #fff3;
  }

  .map-placeholder {
    background-image: none;
  }

  .aside-alphabet:hover {
    border-bottom-color: #fff3;
  }

  .aside-alphabet.w--current {
    color: #fff;
    background-image: none;
    background-repeat: repeat;
    border-bottom-color: #fff3;
  }

  .map-wrap {
    width: 100%;
    padding: 24px;
  }

  .aside-title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .reports-title {
    flex: 1;
  }

  .reports-title._67-p._100-p-tablet, .reports-title._50-p._100-p-tablet {
    width: 100%;
  }

  .reports-title._25-p._50-p-on-tablet {
    width: 50%;
  }

  .reports-title._70-p {
    width: 80%;
  }

  .reports-title._33-p._100-p-tablet {
    width: 100%;
  }

  .reports-title._33-p._50-p-tablet {
    width: 50%;
  }

  .reports-title.center-intro {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .reports-title._55-p-w-floating-block {
    width: 100%;
    margin-top: -24px;
    padding-left: 0;
    padding-right: 0;
  }

  .reports-title.aside-title {
    width: 100%;
    padding-top: 24px;
    padding-right: 24px;
  }

  .reports-title.text-w-symbol {
    width: 100%;
  }

  .reports-title.text-w-symmbol-deco {
    display: none;
  }

  .reports-title._w-anchor-nav {
    top: 108px;
  }

  .reports-title.footer-info {
    padding-right: 18px;
  }

  .reports-title.intro-title {
    width: 100%;
  }

  .reports-title.intro-title.center {
    margin-left: 10%;
    margin-right: 10%;
  }

  .reports-title.table-col, .reports-title.table-col._100-p-tablet {
    width: 100%;
  }

  .reports-title.table-col._1 {
    padding-bottom: 0;
  }

  .reports-title.table-col._2 {
    padding-top: 0;
  }

  .rich-text h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  .down-arrow {
    justify-content: space-between;
    align-items: flex-end;
  }

  .modal-tab-title, .modal-score {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  .modal-title {
    font-size: 3rem;
    line-height: 3.75rem;
  }

  .usa-score.in-footer {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-position: -300px -20px;
  }

  h1 {
    margin-bottom: 12px;
    padding-top: 8px;
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 2.1rem;
    line-height: 2.75rem;
  }

  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.6rem;
    line-height: 2.25rem;
  }

  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  h5 {
    padding-top: 8px;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  blockquote {
    margin-left: 0;
    font-size: 1.75rem;
    line-height: 2.6rem;
  }

  .p-large {
    margin-bottom: 18px;
  }

  .p-small.caption {
    margin-top: -24px;
    margin-bottom: 36px;
  }

  .p-small.quote-author-in-slider {
    margin-top: 24px;
  }

  .section {
    overflow: hidden;
  }

  .section._w-split-cells {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section._w-secondary-nav {
    background-color: var(--text-dark-backgrounds);
    border-bottom-style: none;
    top: 60px;
  }

  .section.list-view {
    display: none;
  }

  .fluid-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding: 2vh 12px;
  }

  .fluid-cell._67-p, .fluid-cell._50-p, .fluid-cell._25-p, .fluid-cell._25-p._50-p-on-tablet, .fluid-cell._70-p, .fluid-cell._33-p, .fluid-cell._33-p._50-p-tablet {
    width: 100%;
  }

  .fluid-cell.center-intro {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .fluid-cell._55-p-w-floating-block {
    margin-top: -18px;
    padding-bottom: 0;
  }

  .fluid-cell.aside-title {
    width: 100%;
    padding-right: 12px;
  }

  .fluid-cell.text-w-symbol {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .fluid-cell.text-w-symmbol-deco, .fluid-cell.events-feed-wrap {
    width: 100%;
  }

  .fluid-cell._w-anchor-nav {
    width: 100%;
    position: static;
  }

  .fluid-cell.list-links-wrap {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    padding-left: 12px;
  }

  .fluid-cell.footer-info {
    padding-right: 12px;
  }

  .fluid-cell.intro-title.center {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0%;
    margin-right: 0%;
  }

  .fluid-cell.table-col, .fluid-cell._60-p {
    width: 100%;
  }

  .subheading {
    background-image: none;
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .subheading.division {
    padding-bottom: 18px;
  }

  .subheading.division.hide-in-grid {
    display: block;
  }

  .text-field {
    padding-right: 24px;
  }

  .container {
    flex-flow: column;
    align-items: stretch;
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .container.footer-cols {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .container._w-container-bg {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container._w-floating-block {
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .container.reverse-mobile {
    flex-direction: column-reverse;
  }

  .container._w-split-cells {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .container._3-col-grid, .container._3-col-grid.team-cards {
    grid-template-columns: 1fr;
  }

  .container._4-col-grid-xxx {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container._w-slider-x {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container._3-col-grid-xxx, .container._2-col-grid-xxx {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container._w-aside-image {
    padding-right: 18px;
  }

  .container._w-sub-nav {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .faux-h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  .faux-h1.in-modal {
    font-size: 13vw;
    line-height: 14vw;
  }

  .faux-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 2.1rem;
    line-height: 2.75rem;
  }

  .faux-h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.6rem;
    line-height: 2.25rem;
  }

  .faux-h3.modal-indicator-score {
    border-top: 1px solid var(--lines);
    padding-top: 24px;
  }

  .faux-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .faux-h5 {
    padding-top: 8px;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .img-in-text {
    min-width: 100%;
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: 0%;
  }

  .thumb-img {
    min-width: 100%;
  }

  .thumb-img.nfi-img.large {
    height: 320px;
  }

  .article-thumb-tint {
    inset: 18px -18px -18px 18px;
  }

  .thumb-link {
    flex-direction: column;
    justify-content: flex-start;
  }

  .article-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding: 3vw;
  }

  .article-cell._50-p-article {
    width: 100%;
  }

  .hide-mobile {
    display: none;
  }

  .pagination {
    padding-top: 18px;
  }

  .tmln-wrap.reverse {
    flex-direction: column-reverse;
  }

  .tmln-wrap.last {
    padding-bottom: 3vw;
  }

  .tmln-circle {
    left: -16px;
    right: auto;
  }

  .tmln-cell {
    text-align: left;
    border-left: 2px solid #0000001a;
    border-right-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 12px;
    padding: 2% 3% 0% 24px;
  }

  .tmln-cell.right {
    border-left-color: #0000001a;
    padding-left: 24px;
  }

  .slider-arrow {
    inset: auto 8% -30px auto;
  }

  .container-bg {
    left: 0;
    right: 0;
  }

  .dropdown-content-wrap.team-bio {
    box-shadow: none;
    background-color: #fff0;
    border-radius: 0;
  }

  .dropdown-wrap.team-bio-mobile {
    border-bottom-style: none;
    display: block;
  }

  .dropdown-trigger.team-bio {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.6rem;
  }

  .dropdown-icon.team-bio {
    margin-top: 0;
    margin-left: 0;
  }

  .dropdown-content.team-bio {
    border-bottom: 1px solid var(--lines);
    margin-bottom: 18px;
    padding: 0 0 12px;
  }

  .side-graphic-wrap {
    background-position: 0%;
    width: 48px;
  }

  .select-field {
    padding-left: 18px;
  }

  .text-block.t-margin {
    margin-top: 30px;
  }

  .menu-open {
    border-left: 1px solid #ffffff26;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .nav-icon-button._w-mobile-menu {
    margin-left: 12px;
    display: block;
  }

  .avatar-large {
    width: 140px;
    height: 140px;
    margin-right: 30px;
  }

  .card-flip-large {
    position: static;
  }

  .flip-block-large {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .card-flip-side-large.back {
    box-shadow: none;
    color: var(--text-dark-backgrounds);
    background-color: #0000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 24px 0 0;
    font-size: 20px;
    line-height: 32px;
    position: static;
    transform: none;
  }

  .card-flip-side-large.front {
    text-align: left;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    position: static;
    transform: none;
  }

  .parallax-bg-wrap {
    height: 370px;
  }

  .parallax-bg-wrap.right {
    padding-left: 0;
    padding-right: 0;
  }

  .ppm-intro-page-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ppm-intro-page-link:hover {
    box-shadow: none;
    transform: none;
  }

  .cta-link.in-flip-block {
    color: var(--text-dark-backgrounds);
  }

  .cta-link.in-flip-block:hover {
    border-bottom-color: var(--text-dark-backgrounds);
  }

  .slider-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .slider-cell._67-p {
    width: 100%;
  }

  .slider-arrow-2 {
    width: 48px;
    height: 48px;
    inset: auto 0% 0% 60px;
  }

  .slider-arrow-2.left, .slider-arrow-2.quote-r-02 {
    inset: auto 60px 0% 0%;
  }

  .testimonial-image-wrap {
    display: none;
  }

  .testimonial-img {
    height: 150px;
  }

  .slider {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 48px;
  }

  .slide {
    padding-left: 18px;
    padding-right: 18px;
  }

  .isolated-image-wrap {
    display: none;
  }

  .isolated-image {
    padding-left: 18px;
    padding-right: 18px;
  }

  .floating-deco {
    width: 30%;
  }

  .filter-item {
    width: 100%;
    padding: 6px 12px;
  }

  .blog-filter-wrap {
    margin-bottom: 24px;
  }

  .stplit-bg.left {
    width: 100%;
    right: 0%;
  }

  .stplit-bg.right {
    width: 100%;
    left: 0%;
  }

  .split-cell {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 48px 30px 36px;
    position: relative;
  }

  .close-modal {
    width: 60px;
    height: 60px;
  }

  .modal-window {
    border-top: 2px solid var(--text-dark-backgrounds);
  }

  .modal-wrapper {
    background-color: var(--white);
    text-transform: none;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    overflow: scroll;
  }

  .modal {
    padding: 6vh 6vw;
    overflow: scroll;
  }

  .flip-block-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .flip-block-cell._33-p, .flip-block-cell._33-p._50-p-tablet {
    width: 100%;
  }

  .flip-block {
    flex-direction: column;
    justify-content: flex-start;
    height: 150px;
  }

  .modal-overlay {
    display: none;
  }

  .spacer, .spacer.in-large-header {
    height: 36px;
  }

  .link-2.team-bio {
    display: none;
  }

  .client-name {
    background-image: none;
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .logo-img {
    height: 48px;
  }

  .navtainer {
    padding: 6px 30px;
  }

  .hamburger-row.pink {
    background-color: var(--active-color);
  }

  .nav {
    padding-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-bar {
    position: fixed;
  }

  .button-4 {
    margin-bottom: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-spacer {
    height: 12px;
  }

  .block.team-card {
    cursor: auto;
  }

  .block.team-card:hover {
    background-color: var(--light-backgrounds);
  }

  .tab-container {
    flex-direction: column;
    padding: 36px;
  }

  .tab-container._w-table {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content {
    width: 100%;
  }

  .tabs-menu {
    border-bottom-style: none;
    flex-direction: column;
  }

  .tabs-menu.in-modal {
    flex-flow: row;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    display: flex;
  }

  .fluid-cell-2 {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .tab-link {
    background-color: var(--text-dark-backgrounds);
    text-align: left;
    border-bottom: 1px solid #ffffff26;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .tab-link.w--current {
    border-left-style: none;
    border-right-style: none;
  }

  .tab-link.in-modal {
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    flex: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: .8rem;
    line-height: 1.4rem;
  }

  .tabs.in-modal {
    margin-top: 42px;
  }

  .tab-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 0;
  }

  .tab-cell.table-intro-text {
    padding: 0 36px 36px;
  }

  .tab-cell._w-table {
    border-top: 1px solid #ffffff26;
    border-bottom: 1px solid #ffffff26;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fluid-cell-4 {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .table-cell {
    min-width: 40%;
    padding-left: 36px;
    padding-right: 36px;
  }

  .table-cell.intro {
    flex: none;
    width: 60%;
  }

  .table {
    overflow: scroll;
  }

  .table-row {
    flex: none;
    min-width: auto;
  }

  .dropdown-button-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .filter-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 18px;
    flex-flow: column;
    width: 100%;
    padding-bottom: 24px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .fluid-cell-5 {
    flex-direction: column;
    justify-content: flex-start;
    padding: 18px 12px;
  }

  .anchor-nav {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .anchor {
    margin-top: -96px;
  }

  .table-scroll-notice {
    margin-top: 24px;
    font-size: .8rem;
    font-style: italic;
    line-height: 1.4rem;
    display: block;
  }

  .header-v2 {
    padding-top: 84px;
    overflow: hidden;
  }

  .header-v2.large-header {
    background-color: var(--text-dark-backgrounds);
    color: var(--white);
    flex-flow: column-reverse;
    padding-top: 0;
    display: flex;
  }

  .footer-copyright-v2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-v2 {
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 36px;
  }

  .header-deco-1 {
    width: 25%;
  }

  .tab-bg-deco-1 {
    inset: auto 0% 0%;
  }

  .blob-header-bg-wrap {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .blob-2 {
    width: 100%;
    left: 50%;
  }

  .modal-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 12px;
    padding-right: 12px;
  }

  .short-bio {
    display: none;
  }

  .trigger-titles {
    display: flex;
  }

  .close-bio {
    display: none;
  }

  .slider-cell-x {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 12px;
    padding-right: 12px;
  }

  .slider-cell-x.center-intro {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .button-7 {
    margin-bottom: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sub-nav-wrap {
    display: none;
  }

  .sub-nav-link {
    border-top-style: none;
    border-bottom: 1px solid #e0e6eb;
    font-size: 16px;
    line-height: 28px;
  }

  .sub-nav-link:hover {
    border-bottom-color: #e0e6eb;
  }

  .header-title-1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .header-title-2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 15vw;
    line-height: 16vw;
  }

  .legend-item {
    cursor: auto;
  }

  .aside {
    padding: 36px 6vw;
    display: none;
    overflow: visible;
  }

  .reset-aside-filter {
    right: 1vw;
  }

  .faux-h4-2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }

  .subheading-2 {
    background-image: none;
    font-size: 13px;
    line-height: 23px;
  }

  .filter-item-wrap {
    padding: 1.5vw;
  }

  .map-section {
    min-height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .map-section.as-intro {
    padding-top: 72px;
  }

  .dropdown-link {
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 24px;
    display: flex;
  }

  .dropdown-content-2.scroll {
    height: 50vh;
    max-height: 50vh;
  }

  .tooltip {
    display: none;
  }

  .aside-alphabet {
    background-color: var(--text-dark-backgrounds);
    border-radius: 60px;
  }

  .indicator-highlight.grade-c {
    background-image: linear-gradient(#0003, #0003);
  }

  .indicator-highlight.grade-d {
    color: var(--text-dark-backgrounds);
  }

  .question-mark {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 16px;
  }

  .dropdown-trigger-3 {
    background-color: var(--active-color);
    justify-content: space-between;
    align-items: center;
    padding: 12px 36px 12px 30px;
    display: flex;
  }

  .dropdown-trigger-3:hover {
    color: var(--white);
    text-decoration: none;
  }

  .dropdown-nav, .dropdown-nav.tb-margin.hide-desktop {
    display: block;
  }

  .faux-h5-2 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }

  .toggle-filter-button {
    padding: 3px 22px;
  }

  .map-legend {
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    inset: auto 0% 0%;
  }

  .map-wrap {
    padding-bottom: 48px;
  }

  .show-map-tooltip {
    display: none;
  }

  .aside-title {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .reports-title {
    flex-direction: column;
    justify-content: flex-start;
    padding: 2vh 12px;
  }

  .reports-title._67-p, .reports-title._50-p, .reports-title._25-p, .reports-title._25-p._50-p-on-tablet, .reports-title._70-p, .reports-title._33-p, .reports-title._33-p._50-p-tablet {
    width: 100%;
  }

  .reports-title.center-intro {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .reports-title._55-p-w-floating-block {
    margin-top: -18px;
    padding-bottom: 0;
  }

  .reports-title.aside-title {
    width: 100%;
    padding-right: 12px;
  }

  .reports-title.text-w-symbol {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .reports-title.text-w-symmbol-deco, .reports-title.events-feed-wrap {
    width: 100%;
  }

  .reports-title._w-anchor-nav {
    width: 100%;
    position: static;
  }

  .reports-title.list-links-wrap {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    padding-left: 12px;
  }

  .reports-title.footer-info {
    padding-right: 12px;
  }

  .reports-title.intro-title.center {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0%;
    margin-right: 0%;
  }

  .reports-title.table-col {
    width: 100%;
  }

  .alphabet-link {
    color: var(--pink);
    padding-left: 6px;
    padding-right: 6px;
  }

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

  .rich-text h2 {
    font-size: 2.1rem;
    line-height: 2.755rem;
  }

  .aside-image-wrap {
    display: none;
  }

  .grade-c, .grade-f {
    color: var(--white);
  }

  .div-block-4 {
    padding: 36px;
  }

  .modal-map {
    background-image: url('../images/US-map.svg');
    background-position: 50%;
    background-size: auto;
    width: 100%;
  }

  .div-block-5 {
    border-top: 1px solid var(--lines);
    margin-top: 18px;
    padding-top: 18px;
  }

  .modal-tab-title {
    border-bottom: 1px solid var(--lines);
    margin-bottom: 24px;
    padding-top: 8px;
    padding-bottom: 24px;
    font-size: 1.6rem;
    line-height: 2.25rem;
  }

  .modal-tab-title.modal-indicator-score {
    border-top: 1px solid var(--lines);
    padding-top: 24px;
  }

  .modal-letter {
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
  }

  .div-block-6 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .modal-score {
    margin-bottom: 3px;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .modal-score.modal-indicator-score {
    border-top: 1px solid var(--lines);
    padding-top: 24px;
  }

  .modal-title {
    margin-bottom: 12px;
    font-size: 3.4rem;
    line-height: 4.1rem;
  }

  .modal-title.in-modal {
    font-size: 13vw;
    line-height: 14vw;
  }

  .overview-score {
    padding: 9px 12px 9px 18px;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .usa-score {
    padding-top: 8px;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .mobile-map-title {
    text-align: center;
    width: 100%;
    margin-top: 6px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-position: -330px -20px;
  }

  h1 {
    line-height: 3.1rem;
  }

  p {
    margin-bottom: 12px;
  }

  blockquote {
    padding-left: 24px;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }

  .p-large {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .p-small.caption {
    margin-top: -18px;
    margin-bottom: 30px;
  }

  .utility-page-content {
    width: 260px;
  }

  .button {
    padding-left: 36px;
    padding-right: 36px;
  }

  .section.faux-dark._50-p-right, .section.faux-dark._50-p-left {
    padding-bottom: 24px;
  }

  .fluid-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .fluid-cell.center-intro {
    text-align: left;
    align-items: flex-start;
  }

  .fluid-cell._55-p-w-floating-block {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fluid-cell.aside-title {
    padding-right: 0;
  }

  .fluid-cell.text-w-symbol {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .fluid-cell.list-links-wrap {
    padding-left: 0;
  }

  .fluid-cell.footer-info {
    padding-right: 0;
  }

  .fluid-cell.intro-title {
    text-align: left;
  }

  .text-field.newsletter {
    flex: 0 auto;
    min-width: auto;
  }

  .container {
    align-items: stretch;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container._w-container-bg {
    padding-top: 24px;
    padding-bottom: 18px;
  }

  .container._4-col-grid-xxx {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    padding: 12px 8vw;
  }

  .container._w-slider-x {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container._3-col-grid-xxx, .container._2-col-grid-xxx {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    padding: 12px 8vw;
  }

  .container._w-aside-image {
    padding-right: 6vw;
  }

  .form-section {
    flex-direction: column;
    margin-left: 0;
  }

  .faux-h1.in-modal {
    font-size: 15vw;
    line-height: 16vw;
  }

  .form-item-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .form-item-wrap.half, .form-item-wrap.third {
    width: 100%;
  }

  .img-in-text {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .thumb-img.nfi-img.large {
    height: 220px;
  }

  .nav-link.as-button {
    margin-top: 24px;
  }

  .article-thumb-tint {
    inset: 12px -12px -12px 12px;
  }

  .article-cell {
    padding: 18px 0;
  }

  .pagination {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-top: 12px;
  }

  .tmln-circle {
    inset: auto auto 0% -16px;
  }

  .tmln-cell {
    border-left-color: #e0e6eb;
    margin-left: 0;
    padding-right: 0;
  }

  .tmln-cell.right {
    border-left-color: #e0e6eb;
  }

  .slider-arrow {
    bottom: -30px;
  }

  .dropdown-trigger {
    padding-right: 6px;
  }

  .side-graphic-wrap {
    width: 24px;
  }

  .text-block {
    padding: 24px 24px 12px;
  }

  .nav-icon-button {
    width: 42px;
    height: 42px;
  }

  .nav-icon-button._w-mobile-menu {
    width: 48px;
  }

  .avatar-large {
    margin-bottom: 18px;
  }

  .card-flip-side-large {
    padding: 24px;
  }

  .card-flip-side-large.front {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 36px;
  }

  .block-floating {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .block-floating.right {
    padding-left: 8vw;
  }

  .parallax-bg-wrap {
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-cell {
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-arrow-2 {
    inset: auto auto 0% 60px;
  }

  .slider-arrow-2.left, .slider-arrow-2.quote-r-02 {
    inset: auto auto 0% 0%;
  }

  .slide {
    padding-left: 30px;
    padding-right: 30px;
  }

  .isolated-image {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .filter-item {
    width: 100%;
    padding: 6px 0;
  }

  .blog-filter-wrap {
    margin-bottom: 12px;
  }

  .split-cell {
    padding: 36px 6vw 24px;
  }

  .flip-block-cell {
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .action-wrap {
    margin-top: 6px;
  }

  .horizontal-spacer._24 {
    width: 16px;
  }

  .spacer, .spacer.in-large-header, .spacer._36 {
    height: 24px;
  }

  .navtainer, .nav {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .button-4 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .nav-icon-buttons {
    padding-left: 0;
  }

  .tab-container {
    align-items: stretch;
    padding: 24px 8vw;
  }

  .embed-image-deco {
    width: 120px;
  }

  .tabs-menu.in-modal {
    margin-bottom: 6vw;
  }

  .fluid-cell-2 {
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-link.in-modal {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tabs.in-modal {
    margin-top: 8vw;
  }

  .embed-shadow {
    opacity: .5;
    top: -4%;
  }

  .tab-cell.table-intro-text {
    padding-left: 24px;
    padding-right: 24px;
  }

  .quote-rating {
    margin-bottom: 12px;
  }

  .testimonial-author, .testimonial-author-info {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .fluid-cell-4 {
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .table-cell {
    min-width: 60%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .table {
    width: 84vw;
  }

  .dropdown-button-trigger {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-button-content {
    margin-top: 12px;
    position: static;
  }

  .dropdown-button-link {
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
  }

  .filter-wrap {
    background-color: #eef8f900;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .fluid-cell-5 {
    padding: 18px 0;
  }

  .footer-copyright-v2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .footer-social-v2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-top: 24px;
  }

  .horizontal-form {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .play-button {
    width: 84px;
    height: 84px;
  }

  .modal-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-bg-deco-1 {
    bottom: -250px;
    left: -250px;
  }

  .cta-bg-deco-2 {
    top: -90px;
  }

  .cta-bg-deco-3 {
    bottom: -300px;
    right: -300px;
  }

  .slider-cell-x {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-cell-x.center-intro {
    text-align: left;
    align-items: flex-start;
  }

  .form-section-x {
    flex-direction: column;
    margin-left: 0;
  }

  .form-row-wrap {
    flex-direction: column;
  }

  .button-7 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .form-item-wrap-x {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-dropdown-arrow {
    width: 50px;
    height: 50px;
  }

  .nav-dropdown-link {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .header-title-2 {
    font-size: 14vw;
  }

  .aside {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .reset-aside-filter {
    margin-top: 12px;
    margin-bottom: 12px;
    position: static;
  }

  .filter-item-wrap {
    width: 100%;
    padding: 2vw 0;
  }

  .map-section.as-intro {
    padding-top: 60px;
  }

  .dropdown-link {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .dropdown-trigger-3 {
    padding-left: 6vw;
    padding-right: 8vw;
  }

  .dropdown-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .toggle-filter-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reports-title {
    padding-left: 0;
    padding-right: 0;
  }

  .reports-title.center-intro {
    text-align: left;
    align-items: flex-start;
  }

  .reports-title._55-p-w-floating-block {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .reports-title.aside-title {
    padding-right: 0;
  }

  .reports-title.text-w-symbol {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .reports-title.list-links-wrap {
    padding-left: 0;
  }

  .reports-title.footer-info {
    padding-right: 0;
  }

  .reports-title.intro-title {
    text-align: left;
  }

  .alphabet-link {
    padding-left: 4px;
    padding-right: 4px;
  }

  .div-block-4 {
    padding: 8vw 6vw;
  }

  .modal-tab-title {
    border-bottom: 1px solid var(--lines);
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .modal-title {
    margin-bottom: 2vw;
  }

  .modal-title.in-modal {
    font-size: 15vw;
    line-height: 16vw;
  }

  .overview-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
}

#w-node-_4ed7fe15-5208-5423-6b97-4a77facac678-3de25921 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_4ed7fe15-5208-5423-6b97-4a77facac678-3de25921 {
    grid-column: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Basiercircle Bold';
  src: url('../fonts/BasierCircle-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}