@charset "UTF-8";

body {
  font-family: 'Aileron', 'Open Sans', local;
}

.accented {
  color: #eb305c;
}

.accent-underlined {
  display: inline-block;
  position: relative;
}

.accent-underlined:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -20px;
  width: 100px;
  height: 4px;
  background-color: #eb305c;
}

.heading--underlined {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 31px;
}

@media only screen and (min-width: 768px) {
  .heading--underlined {
    font-size: 46px;
  }
}

.heading--underlined:after {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 100px;
  left: 50%;
  bottom: -20px;
  margin-left: -50px;
  background-color: #eb305c;
}

.redBg {
  background-color: red;
  border-radius: 51px;
  color: white;
  padding: 5px;
}

.button {
  text-transform: none;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.7px;
}

.button.secondary:not(.is-outline),
.button--secondary:not(.is-outline) {
  /* Rectangle: */
  background: #3496ff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}

.button.primary:not(.is-outline),
.button--primary:not(.is-outline),
.button.accent,
.button--accent,
.field-wrap.submit-wrap .ninja-forms-field.nf-element,
.form--spy input.nf-next {
  /* Rectangle: */
  color: #fff;
  background: #eb305c;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  width: 100%;
}

.button--inverted,
a.button--inverted,
button.button--inverted {
  background-color: #fff;
  color: #eb305c;
  letter-spacing: 0;
  transition: all 0.5s;
}

.button--inverted:hover,
a.button--inverted:hover,
button.button--inverted:hover {
  background-color: #fff;
  color: #3496ff;
}

.nf-form-layout .nf-field-element select,
.nf-form-layout .nf-field-element input,
input[type='text'],
input[type='email'],
input[type='number'],
input[type='tel'],
input[type='url'] {
  height: 42px;
  border-radius: 5px;
  letter-spacing: -0.7px;
  font-size: 14px;
}

.nf-form-layout .nf-field-element select.input--size-large,
.nf-form-layout .nf-field-element input.input--size-large,
input[type='text'].input--size-large,
input[type='email'].input--size-large,
input[type='number'].input--size-large,
input[type='tel'].input--size-large,
input[type='url'].input--size-large {
  height: 60px;
  border-radius: 30px;
  padding: 0 30px;
  letter-spacing: -0.38px;
  font-size: 18px;
}

textarea,
.nf-field-element textarea {
  border-radius: 5px;
  max-height: 107px;
  font-size: 14px;
}

.nf-error-msg.nf-error-field-errors,
.nf-after-field .nf-error-msg,
.input__validation-error {
  color: #ef5f81;
  padding: 5px 10px;
  display: block;
  width: 100%;
  font-size: 14px;
}

.nf-error-msg.nf-error-field-errors:empty,
.nf-after-field .nf-error-msg:empty,
.input__validation-error:empty {
  display: none !important;
}

#ninja_forms_required_items,
nf-field .nf-field-container {
  margin-bottom: 15px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #787878;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #787878;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #787878;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #787878;
}

.container,
.row {
  max-width: 1340px;
}

.row.row-collapse .column,
.row.row-collapse .columns {
  padding: 0 5px 30px;
}

.loading .react-reveal {
  display: none;
}

body .rodal {
  z-index: 200;
}

@media screen and (min-width: 768px) {
  .gallery-columns-2 .gallery-item,
  .large-columns-2 > .col,
  .large-columns-2 .flickity-slider > .col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

#main {
  width: 100%;
  overflow-x: hidden;
}

.background-video__wrapper {
  background-color: #000;
}

.background-video__wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.025);
  background-size: auto 100%;
  background-position: center center;
  overflow: hidden;
}

@media only screen and (min-width: 1024.05px) {
  .background-video__wrapper:after {
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.05) 2px, rgba(0, 0, 0, 0.05) 3px, rgba(0, 0, 0, 0.05) 3px, rgba(0, 0, 0, 0.025) 4px);
  }
}

.background-video {
  min-width: 100%;
  min-height: 100.5%;
  /* Slightly larger than 100% to prevent rendering flicker on chrome √√*/
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0.5;
  transition: opacity 0.5s;
}

.section--brand-logos {
  flex-direction: column;
  text-align: center;
}

.brand-logos__heading {
  width: auto;
  margin-bottom: 0;
  align-self: center;
  font-size: 31px;
}

@media only screen and (min-width: 768px) {
  .brand-logos__heading {
    font-size: 46px;
  }
}

.brand-logos__heading-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.brand-logos__heading-wreath {
  max-width: 25px;
}

@media only screen and (min-width: 768px) {
  .brand-logos__heading-wreath {
    max-width: 100%;
  }
}

.brand-logos__heading-wreath--pre {
  margin-right: 10px;
}

.brand-logos__heading-wreath--post {
  margin-left: 10px;
  transform: scaleX(-1);
}

.brand-logos__row {
  display: flex;
  padding-bottom: 0;
  justify-content: space-between;
  flex-direction: row;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.brand-logos__logo {
  padding: 10px 10px 30px;
}

.brand-logos__rows--mobile-1 .brand-logos__logo {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .brand-logos__rows--mobile-1 .brand-logos__logo {
    width: 33.3%;
  }
}

@media only screen and (min-width: 1024px) {
  .brand-logos__rows--mobile-1 .brand-logos__logo {
    width: auto;
  }
}

.brand-logos__rows--mobile-2 .brand-logos__logo {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .brand-logos__rows--mobile-2 .brand-logos__logo {
    width: 33.3%;
  }
}

@media only screen and (min-width: 1024px) {
  .brand-logos__rows--mobile-2 .brand-logos__logo {
    width: auto;
  }
}

.brand-logos__rows--mobile-3 .brand-logos__logo {
  width: 33.33333%;
}

@media only screen and (min-width: 768px) {
  .brand-logos__rows--mobile-3 .brand-logos__logo {
    width: 33.3%;
  }
}

@media only screen and (min-width: 1024px) {
  .brand-logos__rows--mobile-3 .brand-logos__logo {
    width: auto;
  }
}

.section--case-study {
  padding: 80px 0 0 0;
}

@media only screen and (min-width: 768.05px) {
  .section--case-study {
    padding: 80px 0 80px 0;
  }
}

.section--case-study.section--case-study--dark {
  background-color: #18234c;
  color: #fff;
}

.section--case-study.section--case-study--dark .case-study__heading {
  color: #fff;
}

.section--case-study.section--case-study--white .stat-block,
.section--case-study.section--case-study--grey .stat-block {
  background-color: #eb305c;
}

.section--case-study.section--case-study--white .case-study__notes,
.section--case-study.section--case-study--grey .case-study__notes {
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  color: #18234c;
  letter-spacing: -0.79px;
  line-height: 18px;
}

.section--case-study.section--case-study--grey:before {
  content: '';
  display: block;
  top: 0;
  left: -10%;
  height: 100%;
  position: absolute;
  transform: translateY(-10%) rotateZ(-10deg);
  width: 150%;
  background-color: #f9f9f9;
  z-index: 1;
}

@media only screen and (min-width: 768.05px) {
  .section--case-study.section--case-study--grey:before {
    width: 120%;
  }
}

.section--case-study > .row {
  position: relative;
  z-index: 3;
}

.case-study__heading {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 5px;
  letter-spacing: -1.78px;
  line-height: 52px;
}

.case-study__subheading {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: -0.86px;
  line-height: 32px;
  color: #eb305c;
}

.case-study__note {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 18px;
}

.case-study__image-wrapper {
  position: relative;
}

@media only screen and (min-width: 768.05px) {
  .case-study__image {
    position: absolute;
  }
}

@media only screen and (min-width: 1024.05px) {
  .case-study__image {
    max-width: unset;
    max-height: 600px;
  }
}

.case-study__stats {
  display: flex;
  margin: 40px -5px 20px 0;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .case-study__stats {
    flex-direction: row;
  }
}

.case-study__stats.case-study__stats--above {
  margin-top: 0;
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
}

.case-study__stats.case-study__stats--above .stat-block__number-wrapper {
  margin-bottom: 10px;
}

.case-study__stats.case-study__stats--above .stat-block__number {
  font-size: 56px;
}

@media only screen and (min-width: 768px) {
  .case-study__stats.case-study__stats--above .stat-block__number {
    font-size: 36px;
  }
}

@media only screen and (min-width: 1024.05px) {
  .case-study__stats.case-study__stats--above .stat-block__number {
    font-size: 62px;
  }
}

.case-study__stats.case-study__stats--above .stat-block__verb,
.case-study__stats.case-study__stats--above .stat-block__what {
  font-size: 14px;
}

.case-study__stats.case-study__stats--above .stat-block {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .case-study__stats.case-study__stats--above .stat-block {
    padding-top: 30px;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .case-study__stats.case-study__stats--below {
    width: 208%;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1024px) {
  .case-study__stats.case-study__stats--below {
    transform: translateY(30%);
  }
}

.case-study__stats .stat-block__wrapper {
  flex: 1;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .case-study__stats .stat-block__wrapper {
    flex-basis: 33%;
    width: 33.3%;
  }
}

.case-study__stats .stat-block {
  height: 100%;
}

.stat-block {
  padding: 10px;
  margin: 0 5px 20px;
  background-color: #263361;
  border-radius: 5px;
  color: #fff;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 0.5s, transform 0.5s;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.stat-block.stat-block__play {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (min-width: 768px) {
  .stat-block {
    padding: 50px 10px 10px 10px;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.stat-block__number-wrapper {
  margin-bottom: 0;
  width: 50%;
  font-weight: 700;
  letter-spacing: -2.81px;
}

@media only screen and (min-width: 768px) {
  .stat-block__number-wrapper {
    line-height: 35.94px;
    margin-bottom: 20px;
    width: 100%;
  }
}

.stat-block__details {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .stat-block__details {
    width: 100%;
  }
}

.stat-block__number {
  font-size: 60px;
}

@media only screen and (min-width: 768px) {
  .stat-block__number {
    font-size: 64px;
  }
}

@media only screen and (min-width: 1024px) {
  .stat-block__number {
    font-size: 76px;
  }
}

.stat-block__suffix {
  display: inline-block;
  font-size: 32px;
  padding-left: 4px;
}

@media only screen and (min-width: 1024.05px) {
  .stat-block__suffix {
    font-size: 40px;
    padding-left: 0;
  }
}

.stat-block__verb,
.stat-block__what {
  font-size: 17px;
  letter-spacing: -0.43px;
  line-height: 22px;
}

.stat-block__what {
  font-weight: 700;
}

.stat-block__note {
  font-size: 14px;
}

.case-study__stats + .case-study__image-wrapper .case-study__image {
  margin-top: 20px;
  position: relative;
  max-width: 100%;
}

.case-study__separator {
  /* pink block: */
  margin: 40px 0;
  width: 100px;
  height: 6px;
  background-color: #eb305c;
}

.case-study__content {
  font-size: 14px;
}

.case-study__content h3 {
  font-size: 22px;
}

.section--columned-content {
  flex-direction: column;
  background-color: #f9f9f9;
  padding: 80px 0 40px 0;
}

.section--columned-content .columns {
  padding: 0 30px 30px 30px;
}

.section--columned-content .columns:first-child {
  padding-left: 15px;
}

.section--columned-content .columns:last-child {
  padding-right: 15px;
}

.section--columned-content__heading {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -1.48px;
  line-height: 52px;
  margin-bottom: 5px;
}

.section--columned-content__subheading {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  color: #eb305c;
  letter-spacing: -0.79px;
  line-height: 30px;
}

.section--columned-content__content {
  font-size: 18px;
  color: #787878;
  letter-spacing: -0.3px;
  line-height: 24px;
}

.section--contact-details {
  flex-direction: column;
  padding: 80px 0 0 0;
  font-size: 14px;
  color: #787878;
  letter-spacing: -0.5px;
  line-height: 20px;
}

.section--contact-details > .row {
  max-width: 675px;
  padding-bottom: 60px;
}

.contact-details__heading,
.contact-details__hoo_heading {
  font-weight: 700;
  font-size: 33px;
  color: #18234c;
  letter-spacing: -1.21px;
  line-height: 40px;
  margin-bottom: 30px;
}

.contact-details__address {
  margin-bottom: 20px;
}

.contact-details__phone,
.contact-details__email {
  margin-bottom: 20px;
}

.contact-details__phone dt,
.contact-details__email dt {
  font-weight: 700;
  color: #18234c;
}

.contact-details__phone dd,
.contact-details__email dd {
  margin-left: 0;
}

.contact-details__phone a,
.contact-details__email a {
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.5s;
}

.contact-details__phone a:hover,
.contact-details__email a:hover {
  color: #3496ff;
}

.hoos {
  display: flex;
  flex-direction: column;
}

.hoos .hoo {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #d8d8d8;
}

.hoos .react-reveal:first-child .hoo {
  padding-top: 0;
}

.hoos .react-reveal:last-child .hoo {
  border-bottom: none;
}

.hoos dt {
  font-weight: 700;
  color: #18234c;
}

.hoos dd {
  margin-left: 0;
}

.contact-details__map {
  position: relative;
  width: 100%;
  min-height: 450px;
}

.contact-details__map img {
  width: 100%;
  opacity: 0;
}

.contact-details__map-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 46.5% 50%;
}

@media only screen and (min-width: 768.05px) {
  .contact-details__map-background {
    background-size: cover;
    background-position: 50% 50%;
  }
}

.contact-details__pin-wrapper {
  position: absolute;
  top: 61.5%;
  left: 46%;
  width: 2px;
  height: 2px;
}

.contact-details__pin-wrapper svg {
  position: absolute;
  width: 146px;
  height: 61px;
  bottom: 0;
  left: 0;
  transform: translateX(-31%) translateY(11%);
}

@media only screen and (min-width: 768.05px) {
  .contact-details__pin-wrapper svg {
    width: 291px;
    height: 121px;
  }
}

.contact-details__map:hover .contact-details__pin-wrapper {
  animation: pinjumping 0.25s 2;
}

@keyframes pinjumping {
  0%, 100% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-15px);
  }
}

.section--featured-cards {
  flex-direction: column;
  text-align: center;
  background-color: #f9f9f9;
  padding: 60px 0;
}

.section--featured-cards > .row {
  max-width: 1220px;
}

.featured-cards__heading {
  color: #18234c;
}

.featured-cards__card {
  height: 100%;
  margin: 0 auto 20px auto;
  max-width: 366px;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.featured-cards__card h3 {
  margin: 20px 0;
  /* SEO: */
  font-weight: 600;
  font-size: 22px;
  font-size: 22px;
  color: #18234c;
  letter-spacing: -0.79px;
  line-height: 24px;
}

.featured-cards__card p {
  max-width: 280px;
  margin: 0 auto 20px auto;
  font-size: 14px;
  color: #787878;
  letter-spacing: -0.5px;
  line-height: 20px;
}

.featured-cards__card > a {
  font-weight: 700;
  font-size: 14px;
  color: #eb305c;
  letter-spacing: -0.5px;
  line-height: 20px;
  transition: color 0.5s;
}

.featured-cards__card > a:hover {
  color: #3496ff;
}

.section--featured-items {
  padding: 60px 0 0 0;
}

.section--featured-items .columns {
  display: flex;
  align-items: center;
  align-content: center;
  padding-bottom: 0;
}

.featured-items__label {
  font-size: 38px;
  font-weight: 700;
  color: #18234c;
  margin-bottom: 80px;
}

.featured-items__list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.featured-items__list.featured-items__list--mcolumn-2 {
  width: 100%;
}

.featured-items__list.featured-items__list--mcolumn-2 .featured-items__item {
  flex: 50%;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .featured-items__list.featured-items__list--column-fluid {
    width: 100%;
  }

  .featured-items__list.featured-items__list--column-fluid .featured-items__item {
    flex: 1;
  }

  .featured-items__list.featured-items__list--column-3 .featured-items__item {
    flex: 33.3%;
  }

  .featured-items__list.featured-items__list--column-4 .featured-items__item {
    flex: 25%;
  }

  .featured-items__list.featured-items__list--column-5 .featured-items__item {
    flex: 20%;
  }

  .featured-items__list.featured-items__list--column-5 .featured-items__item {
    flex: 16.6%;
  }
}

.featured-items__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
  padding: 10px;
  text-align: center;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.featured-items__image {
  max-width: 100%;
  max-height: 72px;
  display: block;
  margin: auto;
}

.section--featured-person-block {
  flex-direction: column;
  padding-top: 0;
}

.featured-person__info-block,
.featured-person__cta-block {
  width: 100%;
}

.featured-person__info-block {
  padding-top: 80px;
  padding-bottom: 40px;
  background: #18234c;
  color: #fff;
}

.featured-person__heading {
  margin-top: 10px;
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1.7px;
  line-height: 52px;
}

.featured-person__content {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 20px;
}

.featured-person__image-wrapper {
  text-align: center;
}

.featured-person__image {
  border-radius: 50%;
  margin-bottom: 10px;
}

.featured-person__image-caption {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.64px;
  line-height: 24px;
}

.featured-person__person-title {
  font-weight: 700;
}

.featured-person__cta-block {
  padding: 100px 0;
  background-color: #eb305c;
  color: #fff;
  text-align: center;
}

.featured-person__cta-heading {
  font-weight: 700;
  font-size: 46px;
  color: #fff;
  letter-spacing: -1.7px;
  line-height: 52px;
}

.featured-person__cta-content {
  font-size: 22px;
  max-width: 795px;
  margin: 0 auto;
  color: #fff;
  line-height: 30px;
}

.featured-person__cta-content p {
  letter-spacing: -0.79px;
}

a.featured-person__cta {
  width: 100%;
  max-width: 250px;
  transition: color 0.5s;
}

a.featured-person__cta:hover {
  background-color: #fff;
  color: #3496ff;
}

.featured-person__arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(75%);
  transform-origin: 50% 50%;
  margin-left: 25px;
  opacity: 0;
}

@media only screen and (min-width: 1024px) {
  .featured-person__arrow {
    opacity: 1;
  }
}

#footer {
  background-color: #18234c;
  position: relative;
  z-index: 101;
}

#footer:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* bg: */
  background-image: linear-gradient(-1deg, transparent 47%, rgba(0, 0, 0, 0.1) 100%);
}

#footer p {
  font-size: 14px;
  font-weight: 600;
}

#footer a {
  color: #eb305c;
  transition: color 0.5s, background 0.5s;
  text-decoration: underline;
  font-weight: 600;
  letter-spacing: -0.5px;
}

#footer a:hover {
  color: #3496ff;
}

.footer-svg-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 75%;
  z-index: 2;
  display: none;
}

.footer-svg-wrapper svg {
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 768.05px) {
  .footer-svg-wrapper {
    display: block;
  }
}

@media only screen and (min-width: 1024.05px) {
  .footer-svg-wrapper {
    width: 50%;
  }
}

.footer {
  position: relative;
  z-index: 10;
  padding-top: 100px;
}

.footer__subheading {
  margin-bottom: 30px;
  font-size: 28px;
}

.footer__form .nf-form-fields-required {
  display: none;
}

.footer__form__wrapper {
  margin-top: -30px;
  padding: 30px;
  background-color: #263361;
  border-radius: 10px;
}

.footer__recent-posts {
  list-style: none;
}

.footer__recent-post {
  font-size: 14px;
}

ul.footer__partners {
  display: flex;
  list-style: none;
  text-align: left;
  margin-left: -15px;
  margin-top: -15px;
}

.mobile-sticky-phone__wrapper,
.mobile-sticky-phone {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.mobile-sticky-phone__wrapper {
  position: fixed;
  z-index: 100000;
  bottom: 40px;
  right: 0;
  width: 47px;
  height: 47px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  font-size: 32px;
  background-color: #eb305c;
  color: #3496ff;
  box-shadow: 0 0 25px rgba(24, 35, 76, 0.75);
}

@media only screen and (min-width: 768.05px) {
  .mobile-sticky-phone__wrapper {
    display: none;
  }
}

.mobile-sticky-phone {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  text-decoration: none;
  background-color: #fff;
}

.mobile-sticky-phone i {
  animation: icon-rotate 5s infinite;
}

#footer .mobile-sticky-phone {
  text-decoration: none;
}

.absolute-footer {
  z-index: 10;
  position: relative;
}

@keyframes icon-rotate {
  0%, 50%, 100% {
    transform: rotateY(0);
  }

  25% {
    transform: rotateY(180deg);
  }
}

.page-template-page-transparent-header-light #top-bar.header-top {
  background: transparent;
}

#top-bar {
  margin-top: 20px;
}

#top-bar .phone.phone--topbar {
  font-size: 1em;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}

#top-bar .nav > .html {
  color: #fff;
  font-size: 16px;
}

@media only screen and (min-width: 768.05px) {
  #top-bar .nav > .html {
    font-size: 18px;
  }
}

.header-logo-dark svg .cls-1 {
  fill: #fff;
}

li.has-dropdown.current-dropdown:before,
li.has-dropdown.current-dropdown:after {
  border-bottom-color: rgba(24, 35, 76, 0.95);
}

.nav-dropdown.nav-dropdown-default {
  background-color: rgba(24, 35, 76, 0.95);
  color: #fff;
  border: none;
  padding: 10px;
}

.nav-dropdown.nav-dropdown-default > li > a {
  color: #fff;
  border-bottom: 1px solid #1e2c5f;
  font-size: 14px;
  font-weight: 600;
}

.nav-dropdown.nav-dropdown-default > li > a:hover {
  color: #eb305c;
}

.hero-form__form {
  opacity: 0.9;
}

.hero-form__title,
.hero-form__subtitle {
  text-align: center;
}

.hero-form__title {
  line-height: 1.25;
  font-size: 28px;
}

.hero-form__title br {
  display: none;
}

@media only screen and (min-width: 768px) {
  .hero-form__title {
    font-size: 52px;
  }

  .hero-form__title br {
    display: inline;
  }

  .hero-form__title .br-break {
    display: none;
  }
}

.hero-form__step2 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.hero-form__step2 .input-wrapper {
  margin-bottom: 10px;
}

.hero-form__step2 .btn--submit {
  margin-top: 20px;
}

.hero-form__step2 .btn--back {
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
}

.hero-form__step2 .btn--back:hover {
  color: #3496ff;
}

.hero-form__step2 .input__validation-error {
  display: none;
}

.hero-form__form--attempted .hero-form__step2 .input__validation-error {
  display: block;
}

.hero-form__nextTitle {
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
}

.row.hero-form__inner-form {
  max-width: 815px;
}

.row.hero-form__inner-form .hero-form__initial-cta {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .row.hero-form__inner-form .hero-form__initial-cta {
    width: auto;
  }
}

.hero-form__step-thank {
  text-align: center;
}

.hero-form__thank-title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
}

.hero-form__thank-content {
  font-size: 18px;
}

.form--popup .section--hero-form {
  border-radius: 3px;
  padding: 0;
  min-height: 0;
  height: 100%;
}

.form--popup .section--hero-form > .row > .columns,
.form--popup .section--hero-form .hero-form__form {
  padding-bottom: 0;
}

.form--popup .section--hero-form .hero-form__title {
  margin-bottom: 20px;
}

.form--popup .section--hero-form .react-reveal,
.form--popup .section--hero-form .ttl {
  opacity: 1 !important;
}

.form--popup .section--hero-form .react-swipeable-view-container > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form--popup .rodal-close {
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
}

.form--popup .rodal-close:before,
.form--popup .rodal-close:after {
  background: #fff;
}

.form--popup .rodal-mask {
  background-color: rgba(0, 0, 0, 0.75);
}

.form--popup .rodal-dialog {
  padding: 5px;
  background: #fff;
  max-width: 100%;
  max-height: 100%;
}

.hero-form__step1.hero-form__step1--has-stamp {
  padding-top: 30px;
}

.form--popup .section--hero:first-child {
  padding-top: 20px;
}

.form--popup .hero-form__step1 .hero-form__inner-form .columns {
  max-width: 100%;
  flex-basis: 100%;
  width: 100%;
}

.form--popup .hero-form__step1 .hero-form__inner-form button {
  width: 100%;
}

.hero-form__title-stamp {
  position: absolute;
  left: 10%;
  top: -40px;
  transform: scale(0.8) translateX(75%);
  transform-origin: 50% 50%;
}

@media only screen and (min-width: 768.05px) {
  .hero-form__title-stamp {
    left: 50%;
    top: -30px;
    transform: translateX(75%);
  }
}

.section--hero {
  overflow: hidden;
  background: linear-gradient(127deg, #18234c 40%, #eb305c 80%);
  background-size: 200% 200%;
  animation: HeroBackgroundGradient 8s ease infinite;
  color: #fff;
  height: 100vh;
  min-height: 320px;
  max-height: 550px;
  position: relative;
}

.section--hero:first-child {
  padding-top: 170px;
}

.section--hero.section--hero--small {
  max-height: 350px;
}

.section--hero.section--hero--large {
  min-height: 720px;
}

@media only screen and (min-width: 768.05px) {
  .section--hero.section--hero--large {
    max-height: 740px;
  }
}

.section--hero.section--hero-text {
  padding-top: 120px;
}

.section--hero.section--hero--micro {
  max-height: 190px;
  padding-top: 20px;
  min-height: 0;
}

.section--hero .section--hero__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.75;
}

.section--hero .section--hero__bg-image + .v-quadrilateral {
  /* bg: */
  background-image: linear-gradient(-41deg, rgba(235, 48, 92, 0.62) 0%, rgba(24, 35, 76, 0) 43%);
  opacity: 0.5;
}

.section--hero .h-triangle {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: auto;
}

.section--hero .v-quadrilateral {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: auto;
}

.section--hero .ninja-forms-form-wrap {
  max-width: 675px;
  margin: 0 auto;
}

.section--hero .ninja-forms-form-wrap .nf-form-fields-required,
.section--hero .ninja-forms-form-wrap .nf-error-msg.nf-error-field-errors {
  display: none;
}

@keyframes HeroBackgroundGradient {
  0% {
    background-position: 41% 0%;
  }

  50% {
    background-position: 50% 80%;
  }

  100% {
    background-position: 41% 0%;
  }
}

.section--hero__heading {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  letter-spacing: -1.93px;
  line-height: 42px;
  text-align: center;
}

@media only screen and (min-width: 768.05px) {
  .section--hero__heading {
    font-size: 52px;
    line-height: 60px;
  }
}

.stars--hero {
  margin-top: -20px;
  text-align: center;
}

.stars--hero .stars {
  justify-content: center;
}

.section--image-text-columns {
  flex-direction: column;
}

.image-text__heading {
  text-align: center;
  width: 100%;
  font-size: 46px;
  color: #18234c;
  margin-bottom: 40px;
}

.image-text-column__image-wrapper {
  height: 105px;
  display: flex;
  justify-content: center;
  justify-items: center;
}

.image-text-column__image {
  max-width: 100%;
  max-height: 100%;
}

.image-text-column__no {
  display: inline-block;
  margin-right: 20px;
  background-color: #eb305c;
  text-align: center;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 42px;
}

.image-text-column {
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768.05px) {
  .image-text-column {
    max-width: 250px;
  }
}

.image-text-column__heading {
  margin: 20px 0;
  display: flex;
  align-content: center;
  align-items: center;
}

.image-text-column__text {
  /* There is a whole wor: */
  font-size: 14px;
  color: #787878;
  letter-spacing: -0.5px;
  line-height: 20px;
}

#compress-decades-into-days {
  margin-top: 35px;
}

.section--lead-form-block {
  background-color: #18234c;
  padding: 60px 0 10px 0;
}

.section--lead-form-block > .row {
  max-width: 920px;
}

.lead-form-block__heading {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: -1.7px;
  line-height: 48px;
}

.lead-form-block__content {
  font-size: 22px;
  text-align: center;
  color: #fff;
  letter-spacing: -0.79px;
  line-height: 30px;
}

.lead-form-block__post-form {
  color: #fff;
  text-align: center;
}

.lead-form-block__post-form p {
  color: #fff;
}

.form--spy {
  max-width: 740px;
  margin: 0 auto;
}

.form--spy .nf-before-form-content {
  display: none;
}

.form--spy input.field--competitor[type='text'] {
  border-radius: 30px;
  padding: 0 15px;
}

.form--spy input.nf-next {
  color: #fff;
  text-transform: none;
  font-weight: 700;
  font-size: 14px;
  height: 42px;
  letter-spacing: 0;
}

.form--spy input.nf-previous {
  color: #fff;
  font-size: 14px;
}

.form--spy .nf-after-form-content .nf-error-msg.nf-error-field-errors {
  display: none;
}

.form--spy .nf-next-previous {
  margin: 0 !important;
}

.form--spy .nf-next-previous .nf-next-item,
.form--spy .nf-next-previous .nf-next-item input[type='button'] {
  width: 100%;
  text-align: center;
}

.form--spy .nf-next-previous .nf-next-item {
  margin-bottom: 20px !important;
}

@media only screen and (min-width: 768px) {
  .form--spy .nf-next-previous .nf-next-item {
    margin-bottom: 0 !important;
  }
}

.form--spy .nf-response-msg {
  color: #fff;
  text-align: center;
  background-color: #3496ff;
  padding: 20px 0 5px 0;
  margin-bottom: 20px;
}

.form--spy .nf-response-msg p {
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .form--spy .wrapper--competitor {
    width: 59%;
  }

  .form--spy .wrapper--competitor .nf-error-required-error {
    display: none;
  }

  .form--spy .nf-next-previous li.nf-next-item {
    width: 40%;
  }

  .form--spy .nf-next-previous li.nf-next-item input.nf-next {
    margin-top: -102px !important;
  }
}

.section--people {
  flex-direction: column;
  background-color: #f9f9f9;
  padding-bottom: 0;
}

.people__list {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.person {
  text-align: center;
  font-size: 14px;
  color: #18234c;
  letter-spacing: -0.5px;
  line-height: 18px;
  margin-bottom: 40px;
}

.person__image-wrapper {
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.person__image-wrapper:after {
  content: '';
  background-color: #c6d3f4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

.person__image-wrapper:hover:after {
  opacity: 0.5;
}

@supports (mix-blend-mode: multiply) {
  .person__image-wrapper:after {
    mix-blend-mode: multiply;
  }

  .person__image-wrapper:hover:after {
    opacity: 1;
  }
}

.person__image {
  border-radius: 50%;
  max-width: 125px;
  max-height: 125px;
}

@media only screen and (min-width: 768px) {
  .person__image {
    max-width: 200px;
    max-height: 200px;
  }
}

.person__name {
  margin-top: 20px;
}

.person__title {
  margin-bottom: 20px;
  font-weight: 700;
}

.section--people--sm-1 .person {
  width: 50%;
}

.section--people--sm-2 .person {
  width: 50%;
}

@media only screen and (min-width: 1024.05px) {
  .section--people--lg-1 .person {
    width: 100%;
  }

  .section--people--lg-2 .person {
    width: 50%;
  }

  .section--people--lg-3 .person {
    width: 33.3%;
  }

  .section--people--lg-4 .person {
    width: 25%;
  }

  .section--people--lg-5 .person {
    width: 20%;
  }

  .section--people--lg-6 .person {
    width: 16.66%;
  }
}

.people__post-content {
  width: 100%;
}

.section--review-block {
  flex-direction: column;
  padding: 60px 0;
}

.review-block {
  max-width: 910px;
  border-bottom: 1px solid #e5e5e0;
  padding-top: 20px;
  padding-bottom: 30px;
}

.review-block + .review-block {
  margin-top: 20px;
}

.review-block__person {
  display: flex;
  margin-top: 10px;
  font-size: 22px;
  color: #18234c;
  letter-spacing: -0.79px;
  line-height: 30px;
}

.review-block__name {
  font-weight: 700;
}

.review-block__text {
  position: relative;
}

.review-block__icon {
  position: absolute;
  top: 2px;
  left: 0;
}

.review-block__quote {
  padding-left: 40px;
  font-size: 16px;
  color: #787878;
  letter-spacing: -0.57px;
  line-height: 22px;
}

.section.section--sidebar-form {
  flex-direction: column;
  position: fixed;
  margin-top: 30px;
  right: 20px;
  border: 1px solid #f2f2f2;
  background-color: #fbfcfd;
  padding: 30px 30px 0;
  z-index: 100;
  width: auto;
  max-width: 300px;
  bottom: 20px;
  text-align: center;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .section.section--sidebar-form {
    display: block;
  }
}

.sidebar-form__heading {
  font-size: 28px;
  margin: 0 auto 20px;
  text-align: center;
  max-width: 200px;
  line-height: 30px;
  color: #18234c;
}

.sidebar-form__close {
  position: absolute;
  padding: 0;
  top: 10px;
  right: 20px;
}

.section--single-cta-block {
  background-color: #eb305c;
  color: #fff;
  padding: 50px 0 40px 0;
}

.section--single-cta-block .row {
  max-width: 850px;
}

.single-cta__heading {
  margin-bottom: 10px;
}

.single-cta__heading,
.single-cta__subheading {
  color: #fff;
}

.single-cta__heading {
  font-weight: 700;
  font-size: 46px;
  letter-spacing: -1.7px;
  line-height: 52px;
}

.single-cta__subheading {
  font-size: 22px;
  letter-spacing: -0.79px;
  line-height: 30px;
}

.single-cta__content-cta-wrapper {
  display: flex;
  align-items: center;
  align-content: center;
}

.section--single-post {
  background-color: #f9f9f9;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .section--single-post {
    padding: 100px 0;
  }
}

article.single-post {
  background-color: #fff;
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #e5e5e0;
  border-radius: 3px;
}

.post__metadata {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .post__metadata {
    flex-direction: row;
    padding: 0 40px;
  }
}

.post__author {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.post__author-name-wrapper,
.post__date {
  margin-top: 10px;
  margin-bottom: 10px;
}

.post__author-name-wrapper {
  margin-left: 10px;
}

.post__author-name {
  font-weight: 700;
  color: #eb305c;
}

.post__author-image__wrapper {
  position: relative;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .post__author-image__wrapper {
    margin-top: 0;
  }
}

.post__author-image {
  border-radius: 50%;
  margin-top: -15px;
  width: 64px;
  height: 64px;
}

@media only screen and (min-width: 768px) {
  .post__author-image {
    margin-top: -43px;
    width: 86px;
    height: 86px;
  }
}

.post__header {
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .post__header {
    padding: 0 40px;
  }
}

.post__title {
  font-weight: 700;
  font-size: 32px;
  color: #18234c;
  letter-spacing: -1.43px;
  line-height: 44px;
}

@media only screen and (min-width: 768px) {
  .post__title {
    font-size: 40px;
  }
}

.post__entry {
  padding: 0 20px 40px 20px;
}

@media only screen and (min-width: 768px) {
  .post__entry {
    padding: 0 40px 40px 40px;
  }
}

.post__categories {
  display: flex;
  flex-direction: row;
  list-style: none;
  font-weight: 700;
  font-size: 14px;
  color: #eb305c;
  letter-spacing: -0.5px;
  line-height: 18px;
  flex-wrap: wrap;
}

.post__category {
  padding: 0 5px 0 0;
}

.post__category:after {
  font-weight: 300;
  padding-left: 5px;
  content: '|';
  color: #18234c;
  display: inline-block;
}

.post__category:last-child {
  padding-right: 0;
}

.post__category:last-child:after {
  display: none;
}

.post__share {
  text-align: center;
}

.post__share-text {
  font-weight: 700;
  font-size: 14px;
  color: #18234c;
}

.post__share-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.post__share-buttons .SocialMediaShareButton {
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  transform: scale(0.8) rotateZ(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s ease-out;
}

.post__share-buttons .SocialMediaShareButton rect {
  transition: fill 0.5s;
}

.post__share-buttons .SocialMediaShareButton:hover {
  transform: scale(0.9) rotateZ(360deg);
}

.post__share-buttons .SocialMediaShareButton--facebook:hover rect {
  fill: #5f7ec1;
}

.post__share-buttons .SocialMediaShareButton--twitter:hover rect {
  fill: #9bcef5;
}

.post__share-buttons .SocialMediaShareButton--linkedin:hover rect {
  fill: #03aeff;
}

.post__share-buttons .SocialMediaShareButton--email rect {
  fill: #f15531;
}

.post__share-buttons .SocialMediaShareButton--email:hover rect {
  fill: #f69079;
}

.social-networks {
  list-style: none;
  display: flex;
}

a.social-network {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  background-color: #eb305c;
  text-align: center;
  line-height: 50px;
  font-size: 32px;
  margin-right: 10px;
  transition: all 0.5s;
}

a.social-network > span,
a.social-network > i {
  color: #fff;
}

.social-network--facebook:hover {
  background-color: #3b5998;
}

.social-network--twitter:hover {
  background-color: #55acee;
}

.social-network--linkedin:hover {
  background-color: #007bb5;
}

.social-network--instagram:hover {
  background-color: #833ab4;
}

.section--split-performance-block {
  flex-direction: column;
  padding: 60px 0 10px 0;
  color: #fff;
  background-color: #18234c;
  overflow: hidden;
  position: relative;
}

.section--split-performance-block > .row {
  position: relative;
  z-index: 2;
}

.section--split-performance-block:before {
  content: '';
  display: block;
  top: 75%;
  left: -10%;
  height: 100%;
  position: absolute;
  transform: translateY(-25%) rotateZ(-10deg);
  width: 150%;
  background-color: #eb305c;
}

@media only screen and (min-width: 768.05px) {
  .section--split-performance-block:before {
    width: 120%;
  }
}

.split-performance-block__heading,
.split-performance-block__sub-heading {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}

.split-performance-block__heading {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 5px;
  letter-spacing: -1.48px;
  line-height: 52px;
}

.split-performance-block__sub-heading {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.79px;
  line-height: 30px;
}

.split-performance-block__content {
  font-size: 18px;
  letter-spacing: -0.64px;
  line-height: 24px;
}

.split-performance-block__row--2 {
  margin-bottom: 40px;
}

.split-performance-block__row--2 {
  margin-top: 120px;
}

.split-performance-block__arrow-wrapper {
  position: absolute;
  top: 50%;
  transform: translateX(0%) translateY(-50%);
}

@media only screen and (min-width: 768.05px) {
  .split-performance-block__arrow-wrapper {
    transform: translateX(-10%) translateY(-50%);
  }
}

.split-performance-block__arrow {
  max-width: 300px;
}

@media only screen and (min-width: 768px) {
  .split-performance-block__arrow {
    max-width: 420px;
  }
}

@media only screen and (min-width: 1024.05px) {
  .split-performance-block__arrow {
    max-width: 640px;
  }
}

.section--spotlight-logo-row {
  flex-direction: column;
  background-color: #f9f9f9;
}

.spotlight-logo-row__logos {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
}

.spotlight-logo-row__heading {
  /* Your brand in the sp: */
  font-weight: 700;
  font-size: 40px;
  color: #18234c;
  letter-spacing: -1.11px;
  line-height: 64px;
  text-align: center;
}

.stars {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin-bottom: 0;
}

.star polygon {
  fill: #18234c;
}

.star.star--filled polygon {
  fill: #eb305c;
}

.star-container {
  position: relative;
  opacity: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  transform: translateY(-10px);
  transition: opacity 0.75s, transform 1s;
}

.star-container.star-container--1 {
  transition-delay: 0.125s;
}

.star-container.star-container--2 {
  transition-delay: 0.25s;
}

.star-container.star-container--3 {
  transition-delay: 0.375s;
}

.star-container.star-container--4 {
  transition-delay: 0.5s;
}

.stars__play .star-container {
  opacity: 1;
  transform: translateY(0);
}

.star__filler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  width: 0;
}

.stars__wrapper--normal .star {
  width: 24px;
  height: 24px;
}

.stars__wrapper--large .star {
  width: 32px;
  height: 31px;
}

.star__text {
  font-size: 22px;
  color: #ffffff;
  letter-spacing: -0.81px;
  line-height: 36px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.75s, transform 1s;
  transition-delay: 0.5s;
}

.stars__play + .star__text {
  opacity: 1;
  transform: translateY(0);
}

.section--tabbed-content {
  flex-direction: column;
  background-color: #18234c;
  color: #fff;
  padding-top: 40px;
}

@media only screen and (min-width: 768.05px) {
  .section--tabbed-content {
    padding-top: 80px;
  }
}

.tabbed-content__mobile-tabs {
  display: block;
}

@media only screen and (min-width: 768.05px) {
  .tabbed-content__mobile-tabs {
    display: none;
  }
}

.tabbed-content__mobile-tabs .tabbed-content__app-bar {
  background-color: #18234c;
  box-shadow: none;
}

.tabbed-content__mobile-tabs .tabbed-content--tab {
  color: #fff;
  font-size: 22px;
}

.tabbed-content__mobile-tabs .tabbed-content--tab--active {
  font-weight: 700;
  color: #eb305c;
}

@media only screen and (max-width: 768px) {
  .tabbed-content--wrapper {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.tabbed-content--list {
  display: none;
}

@media only screen and (min-width: 768.05px) {
  .tabbed-content--list {
    display: block;
  }
}

.tabbed-content--list .tabbed-content--list-item {
  color: #fff;
  height: 79px;
  padding: 20px;
  border-radius: 100px;
  transition: background 0.5s;
}

.tabbed-content--list .tabbed-content--list-item.list-item--active {
  color: #fff;
  letter-spacing: -0.79px;
  line-height: 30px;
  background-image: linear-gradient(-90deg, #18234c 2%, #263361 82%);
}

.tabbed-content--list .tabbed-content--list-item.list-item--active h3 {
  font-weight: 700;
}

.tabbed-content--list .tabbed-content--list-item h3 {
  color: #fff;
  font-size: 22px;
  padding: 0 10px;
}

.tabbed-content__tab-heading {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  letter-spacing: -1.7px;
  line-height: 42px;
  margin-top: 5px;
}

@media only screen and (min-width: 768.05px) {
  .tabbed-content__tab-heading {
    font-size: 46px;
    line-height: 52px;
  }
}

.section--text-image-rows {
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  padding: 80px 0 40px 0;
  position: relative;
}

.section--text-image-rows.section--text-image-rows--narrow > .row {
  max-width: 1024px;
}

.section--text-image-rows.section--text-image-rows--grey {
  background-color: #f9f9f9;
}

.section--text-image-rows.section--text-image-rows--split:before {
  content: '';
  display: block;
  top: 75%;
  left: -10%;
  height: 100%;
  position: absolute;
  transform: translateY(-25%) rotateZ(-10deg);
  width: 150%;
  background-color: #f9f9f9;
}

@media only screen and (min-width: 768.05px) {
  .section--text-image-rows.section--text-image-rows--split:before {
    width: 120%;
  }
}

.section--text-image-rows .section--text-image-rows__row-cta {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  min-width: 180px;
}

.section--text-image-rows__row-heading {
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 10px;
  color: #18234c;
  letter-spacing: -1.48px;
  line-height: 52px;
}

.section--text-image-rows__row-sub-heading {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 20px;
  color: #eb305c;
  letter-spacing: -0.79px;
  line-height: 30px;
}

.section--text-image-rows__row-highlighted-content {
  font-weight: 600;
  font-size: 18px;
  color: #787878;
  letter-spacing: -0.5px;
  line-height: 24px;
}

.section--text-image-rows__row-content {
  font-size: 14px;
  color: #787878;
  letter-spacing: -0.5px;
  line-height: 24px;
  max-width: 560px;
}

@media only screen and (min-width: 768.05px) {
  .section--text-image-rows__row--image-left .section--text-image-rows__col-image {
    order: 1;
  }

  .section--text-image-rows__row--image-left .section--text-image-rows__col-text {
    order: 2;
  }
}

.section--text-image-rows--mvaligned .section--text-image-rows__col-text,
.section--text-image-rows--mvaligned .section--text-image-rows__col-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 768.05px) {
  .section--text-image-rows__row .section--text-image-rows__content-wrapper {
    max-width: 560px;
  }

  .section--text-image-rows__row--image-left .section--text-image-rows__col-text .section--text-image-rows__content-wrapper {
    margin-left: auto;
    margin-right: 0;
  }

  .section--text-image-rows__row--image-left .section--text-image-rows__col-image .section--text-image-rows__content-wrapper {
    margin-left: 0;
    margin-right: auto;
  }

  .section--text-image-rows__row--image-right .section--text-image-rows__col-text .section--text-image-rows__content-wrapper {
    margin-left: 0;
    margin-right: auto;
  }

  .section--text-image-rows__row--image-right .section--text-image-rows__col-image .section--text-image-rows__content-wrapper {
    margin-left: auto;
    margin-right: 0;
  }

  .text-image-row--social .section--text-image-rows__col-text .section--text-image-rows__content-wrapper {
    max-width: 426px;
  }

  .text-image-row--social .section--text-image-rows__row--image-left .section--text-image-rows__col-image .section--text-image-rows__content-wrapper {
    margin-left: -30px;
    margin-right: auto;
  }

  .text-image-row--social .section--text-image-rows__row--image-right .section--text-image-rows__col-image .section--text-image-rows__content-wrapper {
    margin-left: auto;
    margin-right: -30px;
  }
}

.section--text-image-rows__image.section--text-image-rows__image--mobile {
  display: block;
  margin: 25px 0;
}

@media only screen and (min-width: 768px) {
  .section--text-image-rows__image.section--text-image-rows__image--mobile {
    display: none;
  }
}

.section--text-image-rows__image.section--text-image-rows__image--large {
  display: none;
}

@media only screen and (min-width: 768px) {
  .section--text-image-rows__image.section--text-image-rows__image--large {
    display: block;
  }
}

.section--three-steps-block {
  /* bg: */
  padding: 40px 0 10px 0;
  background: #2c3a6c;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section--three-steps-block .row {
  position: relative;
  z-index: 3;
  max-width: 1234px;
}

.section--three-steps-block:before,
.section--three-steps-block:after {
  content: '';
  display: block;
  position: absolute;
}

.section--three-steps-block .section--three-steps-block--mid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.section--three-steps-block:after {
  background-color: #1e2a5a;
  display: block;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
}

.section--three-steps-block .three-steps-block__block {
  max-width: 320px;
  margin: 0 auto;
}

.section--three-steps-block .columns:first-child .three-steps-block__block {
  margin-left: 0;
}

.section--three-steps-block .columns:nth-child(2) .three-steps-block__block {
  max-width: 300px;
}

.section--three-steps-block .columns:last-child .three-steps-block__block {
  margin-right: 0;
}

.three-steps-block__heading {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  letter-spacing: -1.33px;
  line-height: 42px;
  display: flex;
  flex-direction: row;
}

.three-steps-block__number {
  color: #eb305c;
}

.three-steps-block__content {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 20px;
}

.section--two-cta {
  text-align: center;
  padding: 80px 0 60px 0;
}

.section--two-cta > .row {
  max-width: 800px;
}

.two-cta__heading {
  /* Can we help your uni: */
  font-weight: 700;
  font-size: 46px;
  color: #18234c;
  letter-spacing: -1.7px;
  line-height: 52px;
  margin-bottom: 25px;
}

.two-cta__content {
  margin-bottom: 40px;
}

.two-cta__content,
.two-cta__content p {
  /* Your campaign is alw: */
  font-size: 16px;
  color: #787878;
  letter-spacing: -0.57px;
  line-height: 22px;
}

button.two-cta__cta {
  min-width: 260px;
}

.two-cta__connector {
  /* or: */
  font-weight: 600;
  font-size: 14px;
  color: #787878;
  letter-spacing: -0.5px;
  line-height: 20px;
  padding: 15px;
}

.two-cta__ctas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

@media only screen and (min-width: 768.05px) {
  .two-cta__ctas {
    flex-direction: row;
  }
}

.ttl [class*="word-wrapper"] {
  display: block;
  position: relative;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  white-space: pre;
}

.ttl [class*="word-wrapper"] > span:empty {
  display: none !important;
}

.word-wrapper.word-wrapper--newline:last-child {
  display: none !important;
}

p {
  letter-spacing: -0.5px;
}

.text--accent,
.text--highlighted {
  color: #eb305c;
}

.section--video-testimonials {
  position: relative;
  padding: 40px 0 0 0;
  background-color: #18234c;
  border-top: 2px solid #fff;
}

@media only screen and (min-width: 768.05px) {
  .section--video-testimonials {
    padding: 100px 0;
    border-top: none;
  }
}

.video-testimonials__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
}

@media only screen and (min-width: 768.05px) {
  .video-testimonials__background {
    opacity: 1;
  }
}

.video-testimonials__background.video-testimonials__background--mobile {
  opacity: 1;
}

@media only screen and (min-width: 768.05px) {
  .video-testimonials__background.video-testimonials__background--mobile {
    opacity: 0;
  }
}

button.video-testimonials__play-button {
  width: 70px;
  height: 70px;
  text-align: center;
}

button.video-testimonials__play-button svg {
  position: relative;
  left: 3px;
}

.video-testimonials__play-button-wrapper {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768.05px) {
  .video-testimonials__play-button-wrapper {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.video-testimonials__person-title {
  color: #eb305c;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.61px;
}

@media only screen and (min-width: 768.05px) {
  .video-testimonials__person-title {
    font-size: 24px;
  }
}

.video-testimonials__person-name {
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: -0.89px;
  line-height: 32px;
}

@media only screen and (min-width: 768.05px) {
  .video-testimonials__person-name {
    font-size: 32px;
  }
}

.video-testimonials__quote {
  font-size: 26px;
  color: #ffffff;
  letter-spacing: -1.71px;
  line-height: 54px;
}

@media only screen and (min-width: 768.05px) {
  .video-testimonials__quote {
    font-size: 48px;
  }
}

.video-testimonials__quote:after {
  content: '';
  display: block;
  width: 100px;
  height: 6px;
  background-color: #eb305c;
  margin: 30px 0;
}

.video-testimonials__rodal .rodal-mask {
  background-color: rgba(0, 0, 0, 0.75);
}

.video-testimonials__rodal .rodal-dialog {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background: #000;
}

.video-testimonials__rodal .rodal-close {
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
}

.video-testimonials__rodal .rodal-close:before,
.video-testimonials__rodal .rodal-close:after {
  background: #fff;
}

.video-testimonials__player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: 100% !important;
  height: 100% !important;
}