/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  height: 100%;
}
html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ededed;
  font-family: "Lato", sans-serif;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
p {
  font-size: 1em;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ccc;
  width: 100%;
}
.button {
  padding: 0;
  border: 0;
  margin: 0;
  text-decoration: none;
  background: none;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: bold;
  min-width: 255px;
  height: 66px;
  border-radius: 5px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.button--primary {
  background-color: #5a2e84;
  transition: background-color 0.2s;
  color: #fff !important;
}
.button--primary:hover {
  background-color: rgba(90, 46, 132, 0.9);
}
.button--comment::before {
  content: "\f075";
  font-family: fontAwesome;
  margin-right: 8px;
  transform: rotateY(180deg);
}
.button--secondary {
  background-color: #426ba0;
}
.button--slate-blue {
  background-color: #333d50;
}
.button--white {
  background-color: #fff;
  color: #293241;
  height: 44px;
  width: 230px;
  letter-spacing: 0.3px;
  font-size: 12px;
}
.button--outline {
  background-color: #fff;
  border: 1px solid #979797;
  color: #374047;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.1s;
}
.button--outline:hover {
  background-color: #5a2e84;
  color: #fff;
  border: 1px solid transparent;
}
.button--full-width {
  width: 100%;
  height: 66px;
}
.button--small {
  width: 220px;
  height: 46px;
}
.button--form {
  height: 53px;
  width: 251px;
}
.button--disabled {
  background-color: #e2e2e2;
  color: #333d50;
  cursor: not-allowed;
}
.button--small {
  height: 66px;
  width: 100%;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
  text-align: center;
  padding-bottom: 25px;
}
.button--margin-top {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .button--small {
    min-width: 314px;
    height: 66px;
  }
}
.button.hide-on-mobile {
  display: none;
}
@media (min-width: 768px) {
  .button.hide-on-mobile {
    display: flex !important;
  }
}
.container {
  width: 100%;
}
.container__inner {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container--no-overflow .container__inner {
  overflow: hidden;
}
.container--desktop-overlap {
  margin-top: 0;
}
.container--limited-width {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.container__intro {
  max-width: 95%;
  margin: 0 auto;
}
.container--flex .container__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
.container--bg-white {
  background-color: #fff;
}
.container--bg-white-mobile-only {
  background-color: #fff;
}
.container--padding-top {
  padding-top: 20px;
}
.container--padding-20 .container__inner {
  padding-top: 20px;
  padding-bottom: 20px;
  padding: 20px;
}
.container--padding-standard {
  padding: 20px;
}
.container--margin-bottom {
  margin-bottom: 20px;
}
.container--bg-white {
  background: #fff;
}
.container--bg-primary {
  background: #5a2e84;
}
.container--bg-primary .container__inner {
  color: #fff;
}
.container--standard-spacing {
  padding-top: 40px;
  padding-bottom: 40px;
}
.container--standard-spacing-bottom {
  padding-bottom: 40px;
}
.container--standard-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
.container--standard-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}
.container--extra-spacing {
  padding-top: 60px;
  padding-bottom: 60px;
}
.container--standard-padding-top {
  padding-top: 40px;
}
.container--standard-padding-bottom-medium {
  padding-bottom: 0;
}
.container--standard-padding-top-medium {
  padding-bottom: 0;
}
.container--background-image {
  background: #fff;
}
.container--standard-padding-bottom-only {
  padding-bottom: 30px;
}
.container--full-width-mobile .container__inner {
  width: 100%;
  max-width: 100%;
}
.container--background-primary-overlay {
  position: relative;
}
.container--background-primary-overlay::before {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  background-color: rgba(90, 46, 132, 0.85);
}
.container--background-primary-overlay > * {
  z-index: 5;
  position: relative;
}
@media (min-width: 576px) {
  .container__inner {
    max-width: 540px;
  }
  .container__intro {
    max-width: 540px;
  }
}
@media (min-width: 576px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .container--standard-padding-bottom-medium {
    padding-bottom: 40px;
  }
  .container--standard-padding-top-medium {
    padding-top: 40px;
  }
  .container--background-image {
    background: url(img/houses-bg.svg) no-repeat;
    background-size: 100%;
  }
  .container--standard-padding {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .container__intro {
    margin-bottom: 50px;
  }
  .container__intro--no-margin {
    margin-bottom: 0;
  }
  .container--desktop-overlap {
    margin-top: -100px;
    position: relative;
    z-index: 4;
    border-radius: 4px;
    border-radius: 5px;
  }
}
.container--margin-top {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .container__intro,
  .container__inner,
  .container--limited-width,
  .container--full-width-mobile .container__inner,
  .container--bg-white-mobile-only {
    background-color: transparent;
  }
  .container--limited-width .container__inner {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container__intro,
  .container__inner,
  .container--limited-width,
  .container--full-width-mobile .container__inner {
    max-width: 1140px;
  }
  .container--limited-width .container__inner {
    max-width: 100%;
  }
  .container__inner {
    max-width: 1140px;
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .container__intro,
  .container__inner,
  .container--limited-width,
  .container--full-width-mobile .container__inner {
    max-width: 1240px;
  }
  .container--limited-width .container__inner {
    max-width: 100%;
  }
  .container__inner {
    max-width: 1240px;
    width: 100%;
  }
}
.card {
  padding-top: 20px;
  margin-bottom: 20px;
  max-width: 319px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  text-decoration: none;
}
.card__image {
  margin: 0 0 20px 0;
  position: relative;
}
.card__header {
  font-family: "Poppins", sans-serif;
  margin: 20px;
  font-weight: bold;
}
.card__img {
  width: 100%;
  max-width: 100%;
}
.card__title {
  font-size: 16px;
  color: #293241;
  font-family: "Poppins", sans-serif;
  margin: 0 0 10px 20px;
}
.card__heading {
  font-size: 20px;
  line-height: 1;
  color: #000;
}
.card__heading--white {
  color: #fff;
}
.card__sub-heading {
  color: #5a2e84;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
}
.card__sub-heading--secondary {
  color: rgba(41, 50, 65, 0.7);
}
.card__content {
  padding: 0 20px 20px 20px;
  font-family: "Lato", sans-serif;
  color: #293241;
  line-height: 1.5;
}
.card__content p {
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #878787;
  font-family: "Poppins", sans-serif;
}
.card__content--center > * {
  margin: 0 auto;
  text-align: center;
}
.card__button {
  width: 100%;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #c5c5c5;
}
.card:hover .card__button {
  background-color: #5a2e84;
  color: #fff !important;
}
.card--with-hero {
  padding-top: 0;
}
.card--document .card__header {
  padding-left: 50px;
  position: relative;
}
.card--document .card__header::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(img/document.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.card--timeline {
  position: relative;
  padding-top: 44px;
}
.card--timeline .card__header::before {
  content: "";
  background-image: url(img/purple-logo.svg);
  background-repeat: no-repeat;
  width: 49px;
  height: 44px;
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
}
.card--shadow {
  background: #ffffff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.card--no-top-padding {
  padding-top: 0;
}
.card--purple {
  background-color: #f4f1f7;
}
.card--full-width {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.card--full-width .card__content {
  flex-grow: 1;
}
.card--no-shadow {
  box-shadow: none;
}
.card--horizontal-on-medium {
  flex-direction: column;
  padding-top: 0;
}
.card--horizontal-on-medium .card__header {
  position: absolute;
  background: none;
  color: #fff;
  bottom: 20px;
  left: 20px;
  right: auto;
  margin: 0;
  text-align: left;
}
.card--horizontal-on-medium .card__heading {
  font-size: 16px;
  font-size: 1rem;
}
.card--horizontal-on-medium .card__sticker {
  right: 20px;
  left: auto;
  width: 73px;
  height: 66px;
}
.card--horizontal-on-medium .card__image {
  margin: 0;
  min-height: 164px;
}
.card--bg-grey {
  box-shadow: none;
  padding-top: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #f8f8f8;
}
.card--bg-grey .card__image {
  border: 1px solid #cbcbcb;
  background: #fff;
}
.card--bg-grey .card__button {
  background-color: #f8f8f8;
}
.card--bg-grey .card__button:hover {
  background-color: #293241;
}
.card--profile {
  position: relative;
}
.card--profile img {
  max-width: 100%;
}
.card--profile .card__icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  transition: transform 0.4s;
}
.card--profile .card__icon:hover {
  transform: scale(1.2);
}
.card__image--full-width img {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
.card--contact-block {
  align-items: center;
}
.card--contact-block img {
  margin-right: 0;
  margin-top: 0;
  width: auto;
}
.card--contact-block .card__content {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .card--horizontal-on-medium {
    flex-direction: row-reverse;
  }
  .card--horizontal-on-medium .card__header {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
  }
  .card--horizontal-on-medium .card__heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.swiper-slide > .card {
  box-shadow: none;
}
.swiper-slide-visible > .card {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
.accordion {
  width: 100%;
}
.accordion__card {
  border-bottom: 1px solid #c5c5c5;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
.accordion__card:last-child {
  border-bottom: 0;
}
.accordion__header {
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 20px;
  width: 100%;
}
.accordion__button {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  text-align: left;
  font-weight: 600;
  padding: 0;
  margin-left: 0;
  position: relative;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  color: #333d50;
  text-decoration: none;
}
.accordion__button p {
  padding: 0;
  margin: 0;
}
.accordion__button::after {
  content: "\f078";
  font-family: fontAwesome;
  margin-left: 20px;
}
.accordion__body {
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  color: #5a2e84;
  color: #000;
  display: none;
  font-size: 16px;
  font-size: 1rem;
}
.accordion__card--is-open .accordion__button::after {
  content: "\f077";
}
.accordion__card--is-open .accordion__body {
  display: block;
}
.accordion__body img {
  max-width: 100%;
}
.accordion--padding .accordion__header,
.accordion--padding .accordion__body {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.accordion--icon-left {
  justify-content: flex-start;
}
.accordion--icon-plus .accordion__button {
  justify-content: flex-start;
}
.accordion--icon-plus .accordion__button::after {
  display: none;
}
.accordion--icon-plus .accordion__button::before {
  font-family: fontAwesome;
  content: "\f055";
  margin-right: 20px;
  font-size: 30px;
  color: #5a2e84;
}
.accordion--icon-plus .accordion__card--is-open .accordion__button::before {
  content: "\f056";
}
.accordion__icon {
  background-color: #446c9e;
  width: auto;
}
.accordion__card-wrapper {
  display: flex;
  align-items: flex-start;
  padding-right: 20px;
  flex-wrap: wrap;
}
.accordion__card-wrapper .accordion__body {
  width: 100%;
}
.accordion--style-funnel .accordion__card {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 40px;
  border-bottom: 0;
}
.accordion--style-funnel .accordion__card > div {
  flex-grow: 1;
}
.accordion--style-funnel .accordion__card .accordion__icon {
  padding: 30px;
  margin-right: 20px;
  flex-grow: 0;
  display: none;
}
.accordion--style-funnel .accordion__card .accordion__card-wrapper {
  padding-left: 20px;
}
.accordion--style-funnel .accordion__button {
  margin-bottom: 0;
}
.accordion--style-funnel .accordion__button::after {
  display: none;
}
.accordion--style-funnel .accordion__card {
  background-color: rgba(68, 108, 158, 0.1);
  position: relative;
  overflow: visible;
}
.accordion--style-funnel .accordion__card::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: rgba(68, 108, 158, 0.1);
  border-width: 20px;
  margin-left: -20px;
}
.accordion--style-funnel .accordion__card:last-child::after {
  display: none;
}
@media (min-width: 768px) {
  .accordion__button {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .accordion--style-funnel .accordion__card .accordion__icon {
    display: block;
  }
  .accordion--style-funnel .accordion__card .accordion__card-wrapper {
    padding-left: 0;
  }
}
.cta-card {
  border: 10px solid #ededed;
  width: 290px;
  height: 180px;
  background-color: #5a2e84;
  margin: 0 auto;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  background-clip: content-box;
}
.cta-card--blue {
  background-color: #426ba0;
}
.cta-card__heading {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  font-weight: 400;
}
.cta-card__heading::before {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 1em;
  margin-right: 5px;
}
.cta-card__content {
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.cta-card__button {
  display: flex;
  margin: 0 auto;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.cta-card__purple-caret {
  color: #5a2e84;
  padding-left: 10px;
}
.cta-card--thick-border {
  border: 10px solid #ededed;
  border-radius: 4px;
}
.cta-card__button i {
  transition: all 0.5s;
  position: relative;
  right: 0;
}
.cta-card__button:hover i {
  right: -10px;
}
@media (min-width: 768px) {
  .cta-card {
    border: 10px solid #eeeeee;
  }
  .cta-card--thick-border {
    border: 10px solid rgba(255, 255, 255, 0.4);
  }
} 
.nav {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2a2e40;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
  transform: translateX(-100%);
  transform-origin: top left;
  z-index: 999;
  visibility: hidden;
}
.nav__heading {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 90px;
  display: flex;
  align-items: center;
}
.nav__logo {
  margin: 10px 0 10px 20px;
  margin-left: 5px;
  height: 100%;
  max-width: 80px;
}
.nav__items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nav__items--subnav {
  display: none;
}
.nav__items .nav__items--subnav .nav__link {
  font-weight: lighter;
  font-size: 14px;
  padding-left: 40px;
}
.nav__items .nav__items--subnav .nav__link::after {
  content: "\f054";
  display: block;
  font-size: 14px;
  font-family: fontAwesome;
  color: #fff;
}
.nav__item--has-subnav .nav__link::after {
  content: "\f078";
}
.nav__item--is-open .nav__link::after {
  content: "\f077";
}
.nav__item--is-open .nav__items--subnav {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.nav__item:active {
  background-color: #5a2e84;
}
.nav__link:focus {
  background-color: #5a2e84;
}
.nav__link {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav__link::after {
  content: "\f054";
  display: block;
  font-size: 14px;
  font-family: fontAwesome;
  color: #fff;
}
.nav--show {
  z-index: 999;
  transform: translateX(0);
  visibility: visible;
}
.nav__item--cta {
  display: none;
  min-height: 85px;
  height: 100%;
  width: 95px;
  background: #5a2e84;
  justify-content: center;
  align-items: center;
}
.nav__item--cta .nav__link::before {
  transform: perspective(1px) translateZ(0);
}
.nav__item--cta:hover .nav__link::before {
  -webkit-animation-name: icon-animation;
  animation-name: icon-animation;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.nav__item--cta-secondary {
  background: #426ba0;
}
.nav__item--cta-tertiary {
  background: #2a2e40;
}
.nav__item--cta .nav__link::after {
  display: none;
}
.nav__item--cta .nav__link {
  color: #fff;
  margin-right: 0;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-bottom: 0;
}
.nav__item--cta .nav__link::before {
  content: "";
  font-family: "FontAwesome";
  display: block;
  margin-bottom: 10px;
  color: #fff;
  width: 100%;
  font-size: 18px;
}
.nav__item--cta.nav__item--cta-chat .nav__link::before {
  content: "\f075";
}
.nav__item--cta.nav__item--cta-tick .nav__link::before {
  content: "\f00c";
}
.nav__item--cta.nav__item--cta-plane .nav__link::before {
  content: "\f1d8";
}
@media (min-width: 1024px) {
  .nav__item:active {
    background-color: transparent;
  }
  .nav__item--cta {
    display: none;
  }
  .nav__heading {
    display: none;
  }
  .nav__items {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .nav__link {
    color: #333d50;
    font-size: 14px;
    padding: 0;
    margin-right: 20px;
    font-weight: 600;
    align-items: center;
    font-size: 12px;
    font-size: 0.75rem;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .nav__link::after {
    color: #333d50;
    margin-left: 10px;
    display: none;
  }
  .nav__link:focus {
    background: none;
  }
  .nav__item--has-subnav .nav__items--subnav .nav__item {
    display: none;
  }
  .nav__item--has-subnav .nav__link::after {
    display: block;
  }
  .nav__item--has-subnav .nav__items--subnav .nav__link:hover {
    background: #f8f8f8;
    color: #5a2e84;
  }
  .nav__item--has-subnav:hover > .nav__link {
    color: #5a2e84;
  }
  .nav__item--has-subnav .nav__items--subnav {
    position: absolute;
    z-index: 4;
    background: #fff;
    overflow: hidden;
    height: auto;
    border-radius: 4px;
    border: 2px solid #f8f8f8;
    min-width: 160px;
  }
  .nav__item--has-subnav .nav__item .nav__link {
    flex-direction: row;
    padding: 10px;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Lato", sans-serif;
  }
  .nav__items--subnav {
    display: block;
    opacity: 0;
    transform: translateY(25%);
    pointer-events: none;
    transition: all 0.3s;
  }
  .nav__items--subnav-last-dropdown {
    right: 0;
    background: red;
  }
  .nav__item--has-subnav:hover .nav__items {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
  .nav__item--is-open .nav__items--subnav .nav__item,
  .nav__item--has-subnav:hover .nav__items--subnav .nav__item {
    display: block;
  }
  .nav__items .nav__items--subnav .nav__link:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .nav__item--cta {
    display: flex;
  }
  .nav__items--subnav-last-dropdown {
    right: auto;
  }
}
@-webkit-keyframes icon-animation {
  50% {
    transform: scale(1.2);
  }
}
@keyframes icon-animation {
  50% {
    transform: scale(1.2);
  }
}
.js-nav-open {
  overflow: hidden;
}
.header {
  display: flex;
  justify-content: space-between;
  background: #fff;
  width: 100%;
  justify-content: center;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header__logo {
  display: flex;
  text-decoration: none;
  height: 100%;
}
.header__logo-image {
  padding: 10px;
  height: 100%;
  width: 70px;
  background-color: #5a2e84;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo-image img {
  max-width: 100%;
}
.header__logo-text {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-left: 10px;
  margin-top: 10px;
  text-decoration: none;
  color: #5a2e84;
}
.header__logo-text span {
  font-size: 12px;
  color: #293241;
  opacity: 50%;
  font-family: "Poppins", sans-serif;
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__hamburger {
  padding: 10px;
  margin: 0;
  background: none;
  border: 0;
  margin-right: 10px;
  cursor: pointer;
}
.header__hamburger-box {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 10px;
}
.header__hamburger-inner {
  transition: background-color 0s linear 0.13s;
}
.header__hamburger-inner::before,
.header__hamburger-inner::after {
  display: block;
  content: "";
}
.header__hamburger-inner,
.header__hamburger-inner::before,
.header__hamburger-inner::after {
  position: absolute;
  width: 15px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #5a2e84;
  left: 0;
}
.header__hamburger-inner::before {
  top: 4px;
  transition: top,
    background-color 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.header__hamburger-inner::after {
  top: 8px;
  transition: top,
    background-color 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.header__hamburger--close {
  z-index: 1000;
  top: 20px;
  right: 0;
  position: absolute;
}
.header__hamburger--close .header__hamburger-inner,
.header__hamburger--close .header__hamburger-inner::before,
.header__hamburger--close .header__hamburger-inner::after {
  background-color: #fff;
}
.header__hamburger--close .header__hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.header__hamburger--close .header__hamburger-inner::before {
  top: 0;
  transition: top,
    background-color 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 4px, 0) rotate(45deg);
}
.header__hamburger--close .header__hamburger-inner::after {
  top: 0;
  transition: top,
    background-color 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 4px, 0) rotate(-45deg);
}
@media (min-width: 576px) {
  .header__wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .header__wrapper {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .header {
    background-color: #fff;
  }
  .header__logo {
    padding: 0;
    margin: 0;
    align-items: center;
  }
  .header__logo-image {
    height: 100%;
    width: 93px;
  }
  .header__logo-image img {
    height: 100%;
  }
  .header__wrapper {
    width: auto;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    max-width: 960px;
  }
  .header__hamburger {
    display: none;
  }
  .header__nav {
    visibility: visible;
    width: auto;
    height: 100%;
    position: relative;
    background: none;
    transform: none;
    width: 100%;
    height: 100%;
    white-space: nowrap;
  }
  .header__menu {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .header__wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .header__wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .header__wrapper {
    max-width: 1240px;
  }
}
.hero {
  position: relative;
  font-family: "Lato", sans-serif;
  height: 177px;
}
.hero__container {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  height: 100%;
}
.hero__background {
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
}
.hero__background::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.hero__background--no-overlay::before {
  display: none;
}
.hero__heading,
.hero__subheading {
  font-family: "Poppins", sans-serif;
}
.hero__headings {
  max-width: 80%;
}
.hero__heading {
  letter-spacing: 0.8px;
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0;
  font-weight: normal;
  line-height: 1;
  width: 100%;
}
.hero__heading p {
  padding: 0 !important;
  margin: 0 !important;
}
.hero__subheading {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 15px;
}
.hero__cta {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.hero__description {
  color: #fff;
}
.hero__page-summary {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.56rem;
  font-weight: bold;
  margin-top: 20px;
  font-family: "Lato", sans-serif;
}
.hero__features {
  display: flex;
}
.hero__feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  margin-right: 20px;
  font-weight: bold;
}
.hero__feature img {
  margin-right: 10px;
}
.hero--large-with-cta-cards {
  justify-content: center;
}
.hero--large-with-cta-cards .hero__heading {
  font-size: 26px;
  font-size: 1.625rem;
  text-transform: none;
  line-height: 1.2;
}
.hero--large-with-cta-cards .hero__subheading {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 10px;
  text-transform: none;
  margin-bottom: 20px;
}
.hero--large-with-cta-cards .hero__background {
  height: 240px;
}
.hero--large-with-cta-cards .hero__cta-card-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.hero--large-with-cta-cards .hero__cta-card {
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
}
.hero--large-with-cta-cards .hero__cta-card .cta-card__heading-link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-size: 1em;
}
.hero--large-with-cta-cards .hero__features {
  display: none;
}
@media (min-width: 768px) {
  .hero {
    height: 306px;
  }
  .hero__headings {
    margin-top: -50px;
  }
  .hero__container {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .hero__heading {
    font-size: 35px;
    font-size: 2.1875rem;
    font-family: "Poppins", sans-serif;
    text-transform: none;
    font-weight: normal;
    margin-top: 0;
    font-weight: 200;
  }
  .hero__subheading {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2rem;
  }
  .hero__cta {
    display: none;
  }
  .hero__container {
    max-width: 720px;
    margin: 0 auto;
  }
  .hero__description {
    line-height: 28px;
    font-size: 16px;
    font-size: 1rem;
  }
  .hero--large-with-cta-cards {
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
  }
  .hero--large-with-cta-cards .hero__container {
    padding-top: 0;
  }
  .hero--large-with-cta-cards .hero__background {
    height: 100%;
    min-height: 640px;
    background-position: top left;
  }
  .hero--large-with-cta-cards .hero__container {
    height: 100%;
    display: grid;
    grid-template-columns: 4fr 4fr;
    grid-template-rows: 1fr 3fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hero--large-with-cta-cards .hero__content {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
  }
  .hero--large-with-cta-cards .hero__cta-card-wrapper {
    display: flex;
    justify-content: space-between;
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 4;
    height: 100%;
    min-height: none;
    margin-left: 0;
  }
  .hero--large-with-cta-cards .hero__features .hero__feature:nth-child(1n) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .hero--large-with-cta-cards .hero__features .hero__feature:nth-child(2n) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .hero--large-with-cta-cards .hero__features .hero__feature:nth-child(3n) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .hero--large-with-cta-cards .hero__features .hero__feature:nth-child(4n) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .hero--large-with-cta-cards .hero__features .hero__feature:nth-child(5n) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
  }
  .hero--large-with-cta-cards .hero__features .hero__feature:nth-child(6n) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  .hero--large-with-cta-cards .hero__features .hero__feature:nth-child(7n) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
  }
  .hero--large-with-cta-cards .hero__features .hero__feature:nth-child(8n) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  .hero--large-with-cta-cards .hero__features .hero__feature:nth-child(9n) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
  }
  .hero--large-with-cta-cards .hero__features .hero__feature:nth-child(10n) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }
  .hero--large-with-cta-cards .hero__feature {
    -webkit-animation: fadeIn ease-in 0.8s forwards;
    animation: fadeIn ease-in 0.8s forwards;
    opacity: 0;
  }
  .hero--large-with-cta-cards .hero__features {
    grid-row-start: 3;
    grid-column-start: 1;
    width: 100%;
    grid-column-end: 4;
    justify-content: space-between;
    margin-top: 40px;
  }
  .hero--large-with-cta-cards .hero__cta-card {
    height: 100%;
    max-height: 340px;
    max-width: auto;
    width: calc((100% / 2) - 20px);
    margin: 0;
  }
  .hero--large-with-cta-cards .hero__cta-card .cta-card__heading i {
    display: none;
  }
  .hero--large-with-cta-cards .hero__cta-card .cta-card__heading {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
  }
  .hero--large-with-cta-cards .hero__cta-card .cta-card__content {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
  .hero--large-with-cta-cards .hero__features {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .hero--large-with-cta-cards .hero__background {
    height: 100%;
    background-size: cover;
  }
  .hero__container {
    max-width: 960px;
  }
  .hero--large-with-cta-cards .hero__container {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 2fr;
    min-height: 450px;
  }
  .hero--large-with-cta-cards .hero__content {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    align-self: center;
    justify-self: center;
  }
  .hero--large-with-cta-cards .hero__heading {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .hero--large-with-cta-cards .hero__cta-card-wrapper {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-column-end: 4;
    margin-left: 20px;
    align-self: center;
    justify-self: center;
    align-items: center;
  }
  .hero--large-with-cta-cards .hero__cta-card .cta-card__heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .hero--large-with-cta-cards .hero__cta-card {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .hero--large-with-cta-cards .hero__cta-card-wrapper {
    margin-left: 50px;
  }
  .hero__container {
    max-width: 1140px;
  }
  .hero--large-with-cta-cards .hero__cta-card {
    margin-right: 0;
    max-width: 350px;
  }
}
@media (min-width: 1300px) {
  .hero__container {
    max-width: 1240px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cta-button {
  position: relative;
  width: 60px;
  height: 59px;
  background-color: #333;
  display: block;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  font-size: 8px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.cta-button::before {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 10px;
}
.cta-button--chat {
  background-color: #5a2e84;
}
.cta-button--chat::before {
  background-image: url(img/chat.png);
  padding-bottom: 5px;
}
.cta-button--tick {
  background-color: #426ba0;
}
.cta-button--tick::before {
  background-image: url(img/tick.png);
  padding-bottom: 5px;
}
.cta-button--contact {
  background-color: #333d50;
}
.cta-button--contact::before {
  background-image: url(img/send.png);
  padding-bottom: 5px;
}
.heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.heading--lighter {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: lighter;
}
.heading--margin-top {
  margin-top: 20px;
}
.heading--margin-bottom {
  margin-bottom: 20px;
}
.heading--h2 {
  font-size: 26px;
}
.heading--center {
  text-align: center;
}
.heading--has-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.heading--has-icon .heading__icon {
  margin-right: 20px;
}
.heading--callout {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 26px;
  font-size: 1.625rem;
}
.heading--style-lighter {
  font-weight: 300;
}
.heading--style-standard {
  font-weight: 400;
}
.heading--style-spacing-below {
  padding-bottom: 35px;
}
.heading--uppercase {
  text-transform: uppercase;
}
.heading--colour-white {
  color: #fff;
}
.heading--white-on-desktop-black-on-mobile {
  color: #000;
}
.heading--size-large {
  font-size: 21px;
  font-size: 1.3125rem;
}
.heading--size-xsmall {
  font-size: 14px;
  font-size: 0.875rem;
}
.heading--size-regular {
  font-size: 28px;
  font-size: 1.75rem;
}
.heading--rule {
  padding-bottom: 40px;
  border-bottom: 1px solid #c5c5c5;
}
.heading--medium {
  padding-bottom: 1em;
  padding-top: 1em;
  font-size: 24px;
  font-size: 1.5rem;
}
.heading--small {
  padding-bottom: 1em;
  padding-top: 1em;
  font-size: 21px;
  font-size: 1.3125rem;
}
.heading--flush {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.heading--flush-top {
  margin-top: 0;
  padding-top: 0;
}
.heading--size-medium {
  font-size: 24px;
  font-size: 1.5rem;
}
.heading--colour-primary {
  color: #5a2e84;
}
.heading--two-col-video {
  font-weight: normal;
  font-size: 26px;
  font-size: 1.625rem;
}
.heading--two-col-video strong {
  font-weight: 600;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  .heading--two-col-video {
    font-size: 32px;
    font-size: 2rem;
  }
  .heading--two-col-video strong {
    font-size: 31px;
    font-size: 1.9375rem;
  }
  .heading--white-on-desktop-black-on-mobile {
    color: #fff;
  }
  .heading--size-large {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .heading--lighter {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .heading--heading-size-large {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.contact {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  background-color: #fff;
  padding-top: 10px;
}
.contact__box {
  margin: 0 auto;
  background-color: #f8f8f8;
  border-radius: none;
  padding: 20px;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}
.contact__box:first-child {
  padding-top: 35px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.contact__box:nth-of-type(2) {
  padding-bottom: 35px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.contact__box--social {
  order: 3;
}
.contact__icon {
  display: none;
}
.contact__inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.contact__heading {
  font-size: 18px;
  font-size: 1.125rem;
  max-width: 95%;
  margin: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
.contact__content {
  font-size: 13.5px;
  font-size: 0.84375rem;
  margin-bottom: 5px;
  font-weight: 600;
}
.contact__text {
  flex-grow: 1;
}
.contact__email {
  font-size: 18px;
  font-size: 1.125rem;
  word-wrap: break-word;
}
.contact__email a {
  color: #000;
  text-decoration: none;
}
.contact__email span {
  color: #5a2e84;
}
.contact__number {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
}
.contact__number a {
  color: #000;
  text-decoration: none;
}
.contact__number span {
  color: #5a2e84;
}
.contact__detail {
  margin-top: 5px;
  font-weight: normal;
  font-size: 10.5px;
  font-size: 0.65625rem;
}
.contact__social {
  display: flex;
}
.contact__social-icon {
  margin-right: 20px;
  margin-top: 10px;
  max-width: 43px;
}
@media (min-width: 576px) {
  .contact__inner,
  .contact__heading {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .contact__inner,
  .contact__heading {
    max-width: 720px;
  }
  .contact__heading {
    margin: 0 auto;
    margin-bottom: 45px;
  }
  .contact__box,
  .contact__box:nth-of-type(2),
  .contact__box:first-child {
    margin: 0;
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% / 3) - 10px);
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact__inner {
    margin: 0 auto;
    justify-content: space-between;
    padding: 0;
    flex-direction: row;
  }
  .contact__box--social {
    order: 0;
  }
  .contact__box--social .contact__content {
    display: none;
  }
  .contact__content {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contact__detail {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 10px;
  }
  .contact__number {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .contact__email {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .contact__icon {
    display: block;
    margin-right: 20px;
  }
  .contact__icon i {
    font-size: 40px;
    font-size: 2.5rem;
    color: #426ba0;
  }
  .contact__content {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  .contact__detail {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 10px;
  }
  .contact__box,
  .contact__box:nth-of-type(2),
  .contact__box:first-child {
    margin: 0;
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% / 3) - 20px);
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact__social .contact__content {
    display: none;
  }
  .contact__social-icon {
    max-width: 70px;
  }
  .contact__number {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .contact__inner,
  .contact__heading {
    max-width: 960px;
  }
  .contact__email {
    font-size: 18px;
    font-size: 1.125rem;
    word-break: break-all;
  }
  .contact__email a {
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .contact__inner,
  .contact__heading {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .contact__inner,
  .contact__heading {
    max-width: 1240px;
  }
  .contact__email {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .contact__number {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.content-wrapper {
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
}
.content-wrapper--bg-white {
  background-color: #fff;
}
.content-wrapper--bg-primary {
  background-color: #5a2e84;
}
.content-wrapper--shadow {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.content-wrapper--rounded {
  border-radius: 4px;
}
.content-wrapper--padding-standard {
  padding: 30px;
}
.content-wrapper--padding-2x {
  padding: 30px;
}
.content-wrapper--margin-standard-bottom {
  margin-bottom: 30px;
}
.content-wrapper--margin-standard {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-wrapper--full-width-mobile {
  max-width: 100%;
}
.content-wrapper--has-sidebar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-wrapper__sidebar {
  background: #fff;
  padding: 0;
  width: 100%;
  height: auto;
  align-self: flex-start;
}
.content-wrapper__content {
  width: 100%;
  background: #fff;
  padding: 0;
}
.content-wrapper__content--pull-right {
  align-self: flex-end;
  margin-left: auto;
  padding-left: 0 !important;
}
.content-wrapper--center {
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) {
  .content-wrapper {
    max-width: 540px;
  }
  .content-wrapper--full-width-mobile {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .content-wrapper {
    max-width: 720px;
  }
  .content-wrapper--full-width-mobile {
    max-width: 100%;
  }
  .content-wrapper--padding-2x {
    padding: 60px;
  }
}
@media (min-width: 1024px) {
  .content-wrapper {
    max-width: 960px;
  }
  .content-wrapper__sidebar,
  .content-wrapper__content {
    padding: 30px;
    border-radius: 4px;
  }
  .content-wrapper__content {
    width: calc((100% / 3) * 2);
  }
  .content-wrapper__sidebar {
    width: calc(100% / 3 - 30px);
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }
  .content-wrapper__sidebar--not-sticky {
    position: static;
  }
  .content-wrapper__sidebar--no-padding {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .content-wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .content-wrapper {
    max-width: 1240px;
  }
}
.cta-bar {
  max-width: auto;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.cta-bar__inner {
  max-width: 95%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}
.cta-bar__column {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  text-decoration: none;
  color: inherit;
}
.cta-bar__column--divider {
  border-right: none;
}
.cta-bar__heading {
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 1.375rem;
}
.cta-bar__icon {
  margin-bottom: 20px;
  display: block;
}
.cta-bar__column--flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-bar__column--flex > :first-child {
  margin-right: 20px;
}
@media (min-width: 576px) {
  .cta-bar__inner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cta-bar {
    background-color: transparent;
    max-width: 720px;
  }
  .cta-bar__column--divider {
    border-right: 1px solid #ccc;
  }
  .cta-bar__inner {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    overflow: hidden;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cta-bar__column {
    width: calc(100% / 3);
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .cta-bar__column {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .cta-bar {
    max-width: 960px;
  }
  .cta-bar__inner {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .cta-bar {
    max-width: 1140px;
  }
  .cta-bar__inner {
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  .cta-bar {
    max-width: 1240px;
  }
}
.cta-bar__column--align-left {
  text-align: left;
}
.quote {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.quote--standard-spacing {
  margin-bottom: 20px;
}
.quote--flip {
  flex-direction: row-reverse;
}
.quote__person {
  width: 100%;
  text-align: center;
  margin-right: 20px;
  max-width: 95%;
}
.quote__job-title {
  color: #5a2e84;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.quote__name {
  color: #333d50;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.quote__content {
  width: 100%;
  max-width: 95%;
}
.quote__large-quote {
  font-size: 30px;
  font-size: 1.875rem;
  color: #5a2e84;
  font-weight: lighter;
}
.quote__large-quote::before {
  display: inline-block;
  content: "";
  background-image: url(img/quote-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1em;
  height: 1em;
  margin-right: 1em;
}
.quote__text {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
.quote__image-wrapper {
  margin-bottom: 20px;
}
.quote__image {
  max-width: 100%;
}
@media (min-width: 768px) {
  .quote {
    padding: 40px;
  }
  .quote__person {
    width: 25%;
    margin-right: 40px;
  }
  .quote--flip .quote__person {
    margin-left: 40px;
    margin-right: 0;
  }
  .quote__large-quote {
    font-size: 48px;
    font-size: 3rem;
  }
  .quote__content {
    width: calc(75% - 40px);
  }
}
.button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.button-group__button {
  margin-right: 0;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .button-group__button {
    margin-right: 20px;
    width: calc(100% / 2 - 20px);
  }
}
.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.skip-main:focus,
.skip-main:active {
  color: #fff;
  background-color: #5a2e84;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}
.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.link-list__link {
  color: #333d50;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.link-list__item {
  margin-bottom: 0.5em;
}
.download-box {
  background-color: rgba(68, 108, 158, 0.1);
  border-radius: 4px;
  padding: 20px;
  overflow: hidden;
}
.download-box__header {
  height: 70px;
  background-color: #426ba0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}
.download-box__header-text {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.download-box__header-text img {
  margin-top: -10px;
  margin-right: 10px;
}
.download-box__files {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 20px;
}
.download-box__file {
  display: block;
  margin-bottom: 10px;
}
.download-box__link {
  color: #293241;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
.message {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
}
.message--error {
  background-color: #f8d7da;
}
.message--success {
  background-color: lightgreen;
  color: #000;
}
.content-area strong {
  font-weight: bold;
}
.content-area p {
  line-height: 1.5;
  margin-top: 1.5rem;
  color: #293241;
  margin-bottom: 0;
}
.content-area a {
  color: #293241;
}
.content-area ul,
.content-area ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.content-area ul li,
.content-area ol li {
  line-height: 1.5;
}
.content-area ul ul,
.content-area ul ol,
.content-area ol ul,
.content-area ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.content-area li {
  color: #293241;
  line-height: 1.5;
  margin-top: 0.3rem;
}
.content-area blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
  font-family: "Poppins", sans-serif;
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem;
  font-weight: 400;
}
.content-area h1 {
  font-size: 4.242rem;
  line-height: 4.5rem;
  margin-top: 3rem;
}
.content-area h2 {
  font-size: 2.828rem;
  line-height: 3rem;
  margin-top: 3rem;
}
.content-area h3 {
  font-size: 1.414rem;
}
.content-area h4 {
  font-size: 0.707rem;
}
.content-area h5 {
  font-size: 0.47133rem;
}
.content-area h6 {
  font-size: 0.3535rem;
}
.content-area table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse;
}
.content-area td,
.content-area th {
  padding: 0;
  line-height: 24px;
}
.content-area code {
  vertical-align: bottom;
}
.content-area .lead {
  font-size: 1.414rem;
}
.content-area .hug {
  margin-top: 0;
}
.content-area img {
  max-width: 100%;
}
.content-area--feature-text p {
  color: #333d50;
}
.content-area--feature-text p:first-child {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #293241;
}
@media (min-width: 768px) {
  .content-area p {
    color: #333d50;
  }
  .content-area p:first-child {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.375;
  }
}
.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.list__row {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #dddddd;
  padding-top: 25px;
  padding-bottom: 25px;
}
.list__row:last-child {
  border-bottom: 1px solid #dddddd;
}
.list__image {
  width: 100%;
}
.list__body {
  width: 100%;
}
@media (min-width: 768px) {
  .list__row {
    flex-wrap: nowrap;
  }
  .list__image {
    max-width: 187px;
    margin-right: 20px;
  }
  .list__body {
    width: auto;
  }
}
.banner {
  background-color: #000;
}
.banner__content {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.6;
}
.banner__content a {
  text-decoration: underline;
  color: #fff;
}
.text--purple {
  color: #5a2e84;
}
.text--primary {
  color: #5a2e84;
  text-decoration: none;
}
.text--bold {
  font-weight: bold;
}
.text--grey {
  color: #293241;
  opacity: 80%;
}
.text--underline {
  text-decoration: underline;
}
.text--center {
  text-align: center;
}
.text--colour-white {
  color: #fff;
}
.text--light-mid-grey {
  color: #929292;
}
.text--body * {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
  line-height: 1.4;
}
.text--intro-copy {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #333d50;
  line-height: 1.4;
}
.text--smaller {
  font-size: 12px;
  font-size: 0.75rem;
}
.text--mid-grey {
  color: #929292;
}
.text--more-spacing {
  line-height: 1.375rem;
}
.text--phone-number-large {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #333d50;
  text-decoration: none;
}
.text--phone-number-standard {
  font-size: 35px;
  font-size: 2.1875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #333d50;
  text-decoration: none;
}
.header-row {
  font-family: "Poppins", sans-serif;
  width: 100%;
}
.header-row__heading {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 10px 0 20px 0;
  font-weight: 600;
  margin: 0;
}
.header-row__heading--has-icon {
  display: flex;
  align-items: center;
}
.header-row__heading--has-icon::before {
  font-family: "FontAwesome";
  content: "\f059";
  color: #5a2e84;
  margin-right: 20px;
  font-size: 40px;
  font-weight: lighter;
}
.header-row--links {
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
}
.header-row__header {
  margin: 0;
  padding: 0;
}
.header-row__link {
  display: none;
  color: #5a2e84;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 16px;
}
.header-row__link--has-arrow {
  display: none;
  align-items: center;
  justify-content: space-between;
}
.header-row__link--has-arrow::after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 1em;
  display: block;
  margin-left: 15px;
}
.header-row--has-seperator {
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 20px;
}
.header-row--margin-top {
  margin-top: 20px;
}
.header-row--standard-margin-bottom {
  margin-bottom: 30px;
}
.header-row--white {
  color: #fff;
}
@media (min-width: 768px) {
  .header-row__link,
  .header-row__link--has-arrow {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .header-row__heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.newsletter {
  background-color: #5a2e84;
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: normal;
  align-items: center;
}
.newsletter__wrapper {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
}
.newsletter__heading {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
}
.newsletter__bold {
  font-weight: bold;
}
.newsletter__input-wrapper {
  width: 75%;
}
.newsletter__input {
  max-width: none !important;
}
.newsletter__icon {
  display: none;
  margin-bottom: 11px;
}
.newsletter__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsletter__button {
  width: 20%;
  height: 46px;
  background-color: #2a2e40;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 10px;
  border: 1px solid #2a2e40;
}
.newsletter__text {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 5px;
  width: 100%;
  text-align: right;
}
.newsletter__link {
  color: #fff;
}
@media (min-width: 576px) {
  .newsletter__wrapper {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .newsletter__wrapper {
    display: flex;
    flex-direction: row;
    max-width: 720px;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .newsletter__form {
    flex-wrap: wrap;
  }
  .newsletter__heading {
    margin-right: 30px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 11px;
  }
}
@media (min-width: 1024px) {
  .newsletter__wrapper {
    max-width: 960px;
  }
  .newsletter__icon {
    display: block;
    margin-right: 20px;
  }
  .newsletter__icon i {
    font-size: 30px;
    font-size: 1.875rem;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .newsletter__wrapper {
    max-width: 1140px;
  }
}
.form__email {
  height: 46px;
  max-width: 233px;
  width: 100%;
  font-size: 16px;
  padding: 20px;
  font-family: "Poppins", sans-serif;
}
.form__row {
  margin-bottom: 20px;
}
.form__label {
  width: 100%;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.form__fieldset {
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.form__heading {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #333d50;
  line-height: 1;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.form__description {
  font-family: "Lato", sans-serif;
  color: #333d50;
  font-size: 16px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form__actions {
  text-align: center;
}
.form--purple {
  background: #64378f;
  border-radius: 4px;
  padding: 20px;
}
.form--primary {
  background: #5a2e84;
  border-radius: 4px;
  padding: 20px;
}
.form--primary .form__label {
  color: #fff;
}
.form--purple .form__label {
  color: #fff;
}
.form--horizontal {
  display: flex;
  width: 100%;
}
.form--push-end {
  justify-content: flex-end;
}
.form__error-summary {
  display: none;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 20px;
}
.form__row--has-error .form__help {
  color: #ff4136;
}
.form__row--has-error input,
.form__row--has-error textarea {
  border: 2px solid #ff4136;
}
.form__row--has-success .form__help {
  color: #19a974;
}
.footer-links {
  background-color: #333d50;
  color: #fff;
  font-weight: normal;
  font-family: "Lato", sans-serif;
  padding-bottom: 20px;
  display: block;
}
.footer-links__list {
  padding: 0;
  margin: 0;
}
.footer-links__col {
  width: calc(100% / 2 - 10px);
  margin-bottom: 30px;
}
.footer-links__container {
  display: flex;
  width: 100%;
  align-items: flex-start;
  padding-top: 20px;
  padding-right: 30px;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 95%;
}
.footer-links__heading {
  font-weight: bold;
  margin-top: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}
.footer-links__link {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 13px;
}
.footer-links__link a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 576px) {
  .footer-links__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .footer-links__list {
    width: auto;
  }
  .footer-links__col {
    width: auto;
  }
  .footer-links__heading {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .footer-links__container {
    max-width: 720px;
    margin: 0 auto;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .footer-links__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .footer-links__container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .footer-links__container {
    max-width: 1240px;
  }
}
.footer {
  background-color: #293241;
  color: #ffffff;
  height: 100px;
  font-size: 13px;
}
.footer__container {
  max-width: 95%;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.footer__inner {
  display: flex;
  padding-top: 20px;
}
.footer__privacy a {
  text-decoration: none;
  color: #fff;
  margin-right: 30px;
  font-weight: 600;
}
.footer__terms a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
.footer__copyright {
  margin-top: 10px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .footer__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .footer__container {
    max-width: 720px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer__inner {
    padding: 0;
  }
  .footer__copyright {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .footer__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .footer__container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .footer__container {
    max-width: 1240px;
  }
}
.tile {
  width: 30%;
  padding-bottom: 30%;
  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  max-width: 180px;
  max-height: 180px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-right: 10px;
}
@media (min-width: 576px) {
  .tile {
    padding-bottom: 0;
    min-height: 180px;
    min-width: 180px;
  }
}
.tile__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tile--bg-white {
  background: #fff;
}
.content {
  padding-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.content--bg-white {
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: "Poppins", sans-serif;
}
.content li {
  font-family: "Lato", sans-serif;
}
.content p {
  font-family: "Lato", sans-serif;
}
.glide--cards .glide__bullets {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.glide--cards .glide__arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.glide--cards .glide__arrows .glide__arrow {
  font-size: 20px;
  color: #5a2e84;
  background: none;
  border: none;
}
.glide__controls {
  position: relative;
}
.glide__bullet {
  background: #595959;
  border-radius: 100%;
  height: 11px;
  width: 11px;
  opacity: 0.3;
  padding: 0;
  margin: 0;
  border: 0;
}
.glide__slides {
  margin: 0;
  padding: 0;
  width: 100%;
}
.glide__bullet--active {
  opacity: 1;
}
.timeline {
  position: relative;
  padding-top: 20px;
}
.timeline__card {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  overflow: visible;
  max-width: none;
}
.timeline__card::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #5a2e84;
  height: 11px;
  width: 11px;
  z-index: 3;
  border-radius: 50%;
}
.timeline__card:last-child::after {
  display: none;
}
.timeline__header {
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 30px;
}
.timeline__content {
  font-size: 16px;
  font-size: 1rem;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.timeline:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid #c2c2c2;
}
@media (min-width: 1024px) {
  .timeline__card {
    max-width: 319px;
  }
}
@media (min-width: 1024px) {
  .timeline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 125px;
    grid-auto-rows: minmax(100px, auto);
    row-gap: 10px;
  }
  .timeline__card {
    max-width: 100%;
  }
  .timeline__card:nth-child(1n) {
    align-self: flex-start;
  }
  .timeline__card:nth-child(1n)::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 100px;
    border-color: transparent transparent transparent #fff;
    top: 0;
    right: 0;
    transform: rotate(-26deg) translateX(70%) translateY(4px);
    border-radius: 4px;
    position: absolute;
  }
  .timeline__card:nth-child(1n)::after {
    top: -3px;
    right: -74px;
    display: block;
    position: absolute;
    left: auto;
  }
  .timeline__card:nth-child(2n) {
    margin-top: 80px;
    align-self: flex-end;
  }
  .timeline__card:nth-child(2n)::after {
    top: -3px;
    left: -62px;
    display: block;
  }
  .timeline__card:nth-child(2n)::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 100px 50px 0;
    border-color: transparent #fff transparent transparent;
    top: 0;
    left: 0;
    transform: rotate(27deg) translateX(-70%) translateY(5px);
    border-radius: 4px;
    position: absolute;
  }
}
.media {
  font-family: "Lato", sans-serif;
  display: flex;
  background-color: #fff;
  margin-top: 10px;
  text-decoration: none;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.media__image-container {
  position: relative;
  font-size: 11px;
  font-size: 11px;
  font-size: 0.6875rem;
  min-width: 100px;
  width: 100px;
}
.media__image {
  height: 100%;
  height: auto;
  max-width: 100%;
}
.media__content {
  padding: 15px;
  color: #293241;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
.media__summary {
  display: none;
}
.media__content p {
  color: #293241;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
.media__heading {
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 70%;
  font-weight: bold;
  text-decoration: none;
  color: #333d50;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
}
.media__location {
  color: #5a2e84;
  padding-top: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  display: flex;
  text-decoration: none;
}
.media__button {
  display: block;
  min-width: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  overflow: hidden;
  text-indent: -99999999px;
  border-left: 2px solid #e2e2e2;
  transition: all 0.2s;
}
.media__button::after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 16px;
  font-size: 1rem;
  color: #5a2e84;
  text-indent: 0;
}
.media:hover .media__button {
  background-color: #5a2e84;
}
.media:hover .media__button::after {
  color: #fff;
}
@media (min-width: 768px) {
  .media__image-container {
    width: 200px;
    min-width: 200px;
    max-width: auto;
  }
  .media__button {
    min-width: 80px;
  }
  .media__summary {
    display: block;
  }
  .media__heading {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .media__location {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.sticker {
  width: 70px;
  height: 66px;
  background-color: #5a2e84;
  position: absolute;
  top: 0;
  left: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
}
.sticker__uppercase {
  font-size: 22px;
  text-transform: uppercase;
  padding-top: 15px;
}
.sticker__date {
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.homepage {
  background-color: #f8f8f8;
}
.homepage__heading {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
.homepage__content {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  margin-top: 20px;
  line-height: 1.6;
}
.tabs__nav {
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
  margin-right: 10px;
}
.tabs__controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.tabs__panel {
  position: relative;
}
.tabs__control {
  min-height: 60px;
  background: #333d50;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin-right: 0;
}
.tabs__control--is-active {
  background: #5a2e84;
}
.tabs__link {
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
.tabs__panel-intro {
  text-align: center;
}
.tabs__content {
  background: #5a2e84;
  color: #fff;
  padding: 20px;
  font-family: "Lato", sans-serif;
  display: none;
}
.tabs__content--is-active {
  display: block;
}
.tabs__content--no-padding {
  padding: 0;
}
.tabs__content--more-padding {
  padding: 20px;
}
.tabs__content--rounded {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
}
.tabs--clean .tabs__link::after {
  content: "";
  display: block;
  height: 4px;
  background: none;
  width: 0;
  transition: all 0.5s;
}
.tabs--clean .tabs__link {
  font-size: 20px;
  font-weight: bold;
  color: #333d50;
  transition: all 0.2s ease-in;
  line-height: 1.5;
  display: block;
}
.tabs--clean .tabs__control--is-active .tabs__link {
  color: #5a2e84;
}
.tabs--clean .tabs__nav {
  margin: 0;
}
.tabs--clean .tabs__control {
  background: none;
  margin: 0;
  padding: 10px;
}
.tabs--clean .tabs__content {
  background: none;
}
.tabs--clean .tabs__link:hover::after,
.tabs--clean .tabs__control--is-active .tabs__link::after {
  width: 100%;
  background: #5a2e84;
}
.tabs--arrow-bottom {
  position: relative;
  margin-bottom: 60px;
}
.tabs--arrow-bottom::after {
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #5a2e84;
  border-width: 30px;
  margin-left: -30px;
}
.tabs--flush .tabs__content {
  padding: 0;
}
.tabs--flush .tabs__control {
  padding-left: 0;
}
.tabs__controls--large .tabs__link {
  margin-right: 10px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
.tabs__controls--large .tabs__control:last-child .tabs__link {
  margin-right: 0;
}
.tabs__more-link {
  align-self: flex-end;
  text-decoration: none;
  color: #5a2e84;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  display: none;
  align-items: center;
}
.tabs__more-link::after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 1em;
  display: block;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .tabs__more-link {
    display: flex;
  }
  .tabs__controls--large .tabs__link {
    margin-right: 20px;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .tabs__panel-intro {
    text-align: left;
  }
  .tabs__link {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .tabs__controls {
    justify-content: flex-start;
  }
  .tabs__control {
    margin-right: 20px;
  }
  .tabs__content--more-padding {
    padding: 50px;
  }
  .tabs__content--rounded {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
@media (min-width: 1024px) {
  .tabs__controls--large .tabs__link {
    margin-right: 30px;
  }
}
.badge {
  display: inline-flex;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.badge--circle {
  background: #5a2e84;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  width: 35px;
  font-family: "Lato", sans-serif;
  height: 35px;
  border-radius: 50%;
  color: #ffffff;
  letter-spacing: -0.39px;
  line-height: 14px;
  padding-left: 2px;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
}
.badge--medium {
  height: 69px;
  width: 69px;
  font-size: 30px;
  font-size: 1.875rem;
}
.badge--center {
  margin: 0 auto;
  display: flex;
}
.badge--margin-right {
  margin-right: 20px;
}
.badge--center {
  margin: 0 auto;
}
.alert {
  font-size: 18px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
.alert--info {
  background-color: none;
  display: flex;
  color: #333d50;
}
.alert--info::before {
  content: "\f05a";
  font-family: "FontAwesome";
  font-weight: 22px;
  margin-right: 20px;
  color: #5a2e84;
}
.logo-box {
  display: flex;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  text-decoration: none;
}
.logo-box__inner {
  position: absolute;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 10px;
}
.logo-box img {
  max-width: 100%;
}
.logo-box::after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.logo-grid {
  display: grid;
  flex-wrap: wrap;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.logo-grid__item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 120px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  text-decoration: none;
  overflow: hidden;
}
.logo-grid__image {
  max-width: 100%;
}
.logo-grid__letter {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 3;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333d50;
  font-weight: bold;
}
.logo-grid__content-text {
  opacity: 0;
  font-weight: bold;
  color: #000;
  background: #fff;
  z-index: 2;
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s;
  padding: 5px;
}
.logo-grid__item--no-logo .logo-grid__content-text {
  opacity: 1;
}
.logo-grid__item:hover .logo-grid__content-text {
  opacity: 1;
}
.logo-grid__content {
  position: absolute;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.logo-grid__item::after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
@media (min-width: 768px) {
  .logo-grid--five-cols {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  .logo-grid--six-cols {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
  .logo-grid--six-cols .logo-grid__letter {
    grid-template-columns: repeat(6, 1fr);
  }
}
.icon {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.icon--phone {
  background-image: url(img/phone.svg);
}
.icon--cursor {
  background-image: url(img/cursor.svg);
}
.icon--calendar {
  background-image: url(img/calendar.svg);
}
.partner {
  background-color: #fff;
  border-bottom: solid 1px #293241;
  padding: 20px;
}
.partner__image-wrapper {
  padding: 40px;
  background: #ffffff;
  box-shadow: 0 0 1000px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 220px;
  max-height: 206px;
  margin-bottom: 20px;
}
.partner__image {
  max-width: 100%;
  height: auto;
}
.video {
  background-color: #fff;
}
.video__heading {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  padding-top: 20px;
}
.video__container {
  width: 100%;
  margin-bottom: 20px;
}
.video__placeholder {
  width: 100%;
}
.video__button {
  width: 100%;
  color: #5a2e84;
  border: 1.3px solid #c5c5c5;
  letter-spacing: 0.2px;
}
.video__wrapper {
  position: relative;
}
.video__object {
  width: 100%;
}
.video__wrapper .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.3s;
  width: 136px;
  height: 136px;
  background: url(img/play-icon.png) no-repeat;
  z-index: 5;
  border: none;
  overflow: hidden;
  text-indent: -999999px;
  cursor: pointer;
  margin-left: 0;
  margin-top: 0;
}
.video__play-button--hide {
  opacity: 0;
}
.video__play-button:hover {
  opacity: 0.5;
}
.video__play-button:hover .video__play-button--hide {
  opacity: 0;
}
.alphabet-nav__all {
  color: #5a2e84;
  font-size: 15px;
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
.alphabet-nav__items {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
.alphabet-nav__item {
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  box-shadow: 0 0 49px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  width: 40px;
  overflow: hidden;
  height: 40px;
}
.alphabet-nav__item--is-active {
  background-color: #5a2e84;
  color: #fff;
}
.alphabet-nav__link {
  display: block;
  font-size: 23px;
  color: #333d50;
  text-decoration: none;
  line-height: 23px;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.2s all;
}
.alphabet-nav__item--is-active .alphabet-nav__link {
  color: #fff;
}
.alphabet-nav__link:hover {
  background: #293241;
  color: #fff;
}
.alphabet-nav__link:active {
  background: #5a2e84;
}
.alphabet-nav--hide-on-medium {
  display: none;
}
@media (min-width: 768px) {
  .alphabet-nav--hide-on-medium {
    display: none;
  }
}
.steps {
  display: flex;
  flex-wrap: wrap;
}
.steps__step {
  background: #fff;
  width: 100%;
  display: flex;
  padding: 20px;
  flex-wrap: wrap;
  align-items: center;
  min-height: 125px;
  margin-bottom: 40px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.steps__position {
  margin-right: 10px;
  margin-left: 0;
  width: calc(20% - 10px);
}
.steps__text {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  width: 80%;
}
.steps__right {
  margin-left: auto;
  margin-right: auto;
}
.steps__cta {
  width: 100%;
}
.steps__badge {
  transform: scale(1);
  font-family: "Poppins", sans-serif;
}
@media (min-width: 1024px) {
  .steps__position {
    margin-left: 20px;
    margin-right: 40px;
    width: auto;
  }
  .steps__badge {
    transform: scale(1.8);
  }
  .steps__text {
    font-size: 24px;
    font-size: 1.5rem;
    width: auto;
  }
  .steps__right {
    margin-right: 0;
  }
}
.form-search-input {
  background-color: #f8f8f8;
  border: 1px solid #dadada;
  overflow: hidden;
  border-radius: 2px;
  width: 100%;
  height: 36px;
  display: block;
  padding: 15px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #293241;
  border-style: solid;
  background-image: url(img/search.svg);
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: center;
  background-size: auto calc(100% - 20px);
  padding-left: 40px;
}
.form-search-input--larger {
  height: 70px;
  font-size: 24px;
  background-size: 26px 26px;
  padding-left: 50px;
}
.form-search-input--extra-large {
  border: 1px solid #dadada;
  border-radius: 3px;
  padding-top: 28px;
  font-size: 1.3rem;
  font-family: "Lato", sans-serif;
  padding-bottom: 28px;
  padding-left: 60px;
  min-height: 58px;
}
.form-text {
  background-color: #f8f8f8;
  border-radius: 4px;
  border: 2px solid #e2e2e2;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  color: #293241;
  width: 100%;
}
.form-textarea {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 1px;
  min-height: 150px;
  width: 100%;
  display: block;
}
.form-radio {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  font-size: 1em;
}
.form-radio__element {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.form-radio__state {
  position: relative;
  margin-right: 1em;
}
.form-radio__label {
  display: inline-block;
  position: relative;
  text-indent: 1.5em;
}
.form-radio__label::before {
  display: inline-block;
  background: #f1f1f1;
  border: 1px solid #979797;
}
.form-radio__label::after {
  background: #5a2e84;
  border: 1px solid transparent;
  transform: scale(0);
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.form-radio__label::before,
.form-radio__label::after {
  z-index: 0;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
}
.form-radio__element:focus + .form-radio__state .form-radio__label {
  outline: #3b99fc auto 5px;
}
.form-radio__element:checked + .form-radio__state .form-radio__label::after {
  visibility: visible;
  transform: scale(0.5);
}
.datelist {
  display: block;
}
.datelist__option {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.datelist__label {
  border: 1px solid #979797;
  padding: 10px;
  font-family: "Lato", sans-serif;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
}
.datelist__input:checked + .datelist__label {
  background-color: #5a2e84;
  color: #fff;
}
.datelist__input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.autoComplete__results {
  background: #ffffff;
  border: 1px solid #979797;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 20;
}
.autoComplete__results:empty {
  display: none;
}
.autoComplete_result {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #333d50;
  letter-spacing: -0.32px;
  line-height: 58.3px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.3s;
}
.autoComplete_result:hover {
  background-color: rgba(90, 46, 132, 0.2);
  cursor: pointer;
}
.autoComplete_selected {
  background-color: rgba(90, 46, 132, 0.1);
}
.autoComplete__wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.choices {
  display: block;
}
.choices__inner {
  background: #ffffff;
  color: #000;
  font-family: "Lato", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 20px;
}
.choices__item {
  color: #000;
  font-size: 10px;
  opacity: 1;
  filter: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.choices__list--dropdown .choices__item {
  font-size: 10px;
  opacity: 1 !important;
  filter: none !important;
  font-family: Arial;
  font-size: 14px;
  font-size: 0.875rem;
}
.choices__item {
  font-size: 1rem;
}
.choices__button {
  border-left: 1px solid #5a2e84;
}
.choices__list--multiple .choices__item.is-highlighted {
  text-decoration: underline;
  background-color: #5a2e84;
  color: #fff;
  border: 1px solid #5a2e84;
}
.choices__list--multiple .choices__item {
  background-color: #5a2e84;
  color: #fff;
  border: 1px solid #5a2e84;
}
.choices {
  margin-bottom: 0;
}
.choices[data-type*="select-one"]
  > .choices__list
  > .choices__list
  > .choices__item--selectable {
  padding-right: 0px;
}
.choices[data-type*="select-one"]
  > .choices__list
  > .choices__list
  > .choices__item--selectable::after {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.swiper-container--navigation-after {
  padding-bottom: 0;
}
.swiper-container--navigation-after .swiper-button-prev,
.swiper-container--navigation-after .swiper-button-next {
  width: 20px;
  height: 20px;
  bottom: 0px;
  top: auto;
}
.swiper-container--navigation-after .swiper-button-prev::after,
.swiper-container--navigation-after .swiper-button-next::after {
  color: #5a2e84;
  font-size: 15px;
  font-weight: bold;
}
.swiper-container--navigation-after .swiper-button-prev {
  left: 0;
}
.swiper-container--navigation-after .swiper-button-next {
  right: 0;
}
.swiper-container--navigation-after .swiper-pagination {
  bottom: 5px;
}
@media (min-width: 1024px) {
  .swiper-container {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .swiper-container {
    width: calc(100% + 80px);
    margin-left: -40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .swiper-container--navigation-after {
    padding-bottom: 50px;
  }
  .swiper-container--show-all-large .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  @supports (display: grid) {
    .swiper-container--show-all-large .swiper-wrapper {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      grid-gap: 20px;
    }
  }
}
.swiper-controls-wrapper {
  position: relative;
}
.swiper-controls-float-left-right {
  display: none;
}
@media (min-width: 1300px) {
  .swiper-controls-float-left-right {
    display: block;
  }
  .swiper-controls-float-left-right .swiper-button-prev::after,
  .swiper-controls-float-left-right .swiper-button-next::after {
    color: #5a2e84;
    font-size: 26px;
  }
  .swiper-controls-float-left-right .swiper-button-prev,
  .swiper-controls-float-left-right .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
  }
  .swiper-controls-float-left-right .swiper-button-prev {
    left: -60px;
  }
  .swiper-controls-float-left-right .swiper-button-next {
    right: -60px;
  }
}
.swiper-controls-outside {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
.swiper-controls-outside .swiper-pagination-bullet {
  margin-right: 10px;
  background: #5a2e84;
}
.swiper-controls-outside .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-controls-outside .swiper-pagination {
  width: 100%;
}
.swiper-controls-outside .swiper-pagination {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.swiper-controls-outside .swiper-button-prev,
.swiper-controls-outside .swiper-button-next {
  top: 0;
  margin-top: 0;
  color: #5a2e84;
  position: relative;
}
.swiper-controls-outside .swiper-button-prev::after,
.swiper-controls-outside .swiper-button-next::after {
  font-size: 15px;
}
.swiper-controls-outside .swiper-button-prev {
  left: 0;
}
.swiper-controls-outside .swiper-button-next {
  right: 0;
}
@media (min-width: 768px) {
  .swiper-controls-outside {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  .swiper-controls-outside .swiper-pagination {
    position: relative;
    width: auto;
    left: auto;
    right: auto;
    transform: none;
    margin-right: 30px;
    margin-left: 30px;
  }
  .swiper-controls-outside .swiper-button-prev,
  .swiper-controls-outside .swiper-button-next {
    position: relative;
    left: auto;
    right: auto;
  }
}
.swiper-slide {
  height: auto;
}
.swiper-wrapper--three {
  padding-bottom: 40px;
}
.swiper-wrapper--three .swiper-pagination {
  bottom: 10px;
}
.swiper-wrapper--three .swiper-slide .card {
  width: 100%;
  max-width: none;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.swiper-wrapper--three .swiper-slide .card .card__content {
  flex-grow: 1;
}
.swiper-wrapper--three .swiper-slide .card .button {
  justify-self: flex-end;
}
.grid__row {
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  flex-flow: row wrap;
}
.grid__column {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.grid--align-center {
  align-items: center;
}
.grid--justify-center {
  justify-content: center;
}
.grid--two-columns .grid__column {
  width: 100%;
}
.grid--align-center .grid__column {
  align-items: center;
  display: flex;
}
.grid__column--center {
  text-align: center;
}
.grid__column--bg-white-mobile {
  background-color: #fff;
}
.grid--two .grid__column {
  width: 100%;
}
.grid--five .grid__column {
  max-width: calc(100% / 2);
}
.grid--four .grid__column {
  max-width: calc(100%);
}
.grid--space-between {
  justify-content: space-between;
  margin: 0;
}
.grid--reverse-medium .grid__row {
  flex-direction: row;
}
.grid__column--pull-right {
  display: flex;
  justify-content: flex-end;
}
.grid--six .grid__column {
  width: calc(100% / 2);
}
.grid--three .grid__column {
  width: 100%;
}
.grid__column--align-right {
  text-align: center;
}
.grid__column--align-center {
  margin: 0 auto;
}
.grid__column--padding-standard {
  padding: 30px;
}
.grid__column--divider-right {
  border-right: 1px solid #eee;
}
.grid__column-auto {
  width: auto !important;
  margin-right: 40px;
}
@media (min-width: 576px) {
  .grid--six .grid__column {
    width: calc(100% / 3);
  }
}
@media (min-width: 768px) {
  .grid__column--align-right {
    text-align: right;
  }
  .grid__column--bg-white-mobile {
    background-color: transparent;
  }
  .grid--three .grid__column {
    width: calc(100% / 3);
  }
  .grid--four .grid__column {
    width: calc(100% / 4);
  }
  .grid--five .grid__column {
    max-width: calc(100% / 5);
  }
  .grid--two-columns .grid__column {
    width: 50%;
  }
  .grid--no-gap-between .grid__column {
    width: 50%;
  }
  .grid--six .grid__column {
    width: calc(100% / 5);
  }
  .grid--cols-medium-2 .grid__column {
    width: 50%;
  }
  .grid--cols-medium-3 .grid__column {
    width: 33.33333%;
  }
  .grid--two .grid__column {
    width: 50%;
  }
  .grid--reverse-medium > .grid__row {
    flex-direction: row-reverse;
  }
  .grid__column-auto {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .grid--six .grid__column {
    width: calc(100% / 6);
  }
}
.page-course-detail__grid {
  max-width: auto;
  margin: 0 auto;
  position: relative;
}
.page-course-detail__content {
  overflow: hidden;
  width: 100%;
}
.page-course-detail__accordion .container__inner .accordion {
  display: block;
  width: 95%;
  padding: 0;
  margin: 0 auto;
}
.page-course-detail__pull-right {
  width: 100%;
}
.page-course-detail__flex-end {
  display: block;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .page-course-detail__pull-right {
    width: calc(100% - 30% - 30px);
    padding: 20px;
    max-width: auto;
    margin: 0;
  }
  .page-course-detail__flex-end {
    display: flex !important;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
  }
  .page-course-detail__grid {
    margin-top: -100px;
    z-index: 5;
    max-width: 1240px;
  }
  .page-course-detail__accordion .container__inner .accordion {
    width: calc(100% - 30% - 30px);
    padding: 20px;
    display: none;
  }
  .page-course-detail__form {
    background: #fff;
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }
  .page-course-detail__form .container__inner,
  .page-course-detail__accordion .container__inner {
    display: flex;
    justify-content: flex-end;
    max-width: 1240px;
    margin: 0 auto;
    max-width: auto;
  }
  .page-course-detail__form .container__inner .form {
    width: calc(100% - 30% - 30px);
    padding: 20px;
  }
}
.page-membership__ctas {
  max-width: none;
}
@media (min-width: 768px) {
  .page-membership__ctas {
    max-width: 1240px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .page-membership__ctas .grid__column::after {
    content: "";
    height: 60%;
    width: 1px;
    background: #cccccc;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-membership__ctas .grid__column--last-on-medium-and-up::after {
    content: none;
    display: none;
  }
  .page-membership__form,
  .page-membership__content {
    width: calc(50% - 10px);
  }
  .page-membership__faqs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-dispute__search {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-dispute__search {
    margin-top: -100px;
  }
  .page-dispute__search .tabs__nav {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .page-members__list {
    margin-top: 20px;
  }
}
.page-homepage .main .container:first-child .grid__column:first-child {
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .page-homepage .main .container:first-child .grid__column:first-child {
    background-color: transparent;
    padding-top: none;
    padding-bottom: none;
  }
}
.page-homepage .main .container:first-child .button {
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-homepage .main .container:first-child .button {
    width: 255px;
  }
}
.page-homepage__hero {
  height: auto;
  background: #fff;
}
@media (min-width: 768px) {
  .page-homepage {
    background: none;
  }
}
.js-magic-highlight {
  color: #293241;
}
.js-magic-highlight span {
  color: #5a2e84;
}
@media (min-width: 768px) {
  .hide--medium-and-up {
    display: none;
  }
}
.js-hide {
  display: none;
}
.hide-on-medium {
  display: auto;
}
.hide-on-mobile {
  display: none;
}
@media (min-width: 768px) {
  .hide-on-medium {
    display: none;
  }
  .hide-on-mobile {
    display: block;
  }
}
.line-break {
  white-space: pre;
  content: " ";
  display: block;
  content: none;
}
.ie9 img[src$=".svg"] {
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
