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

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

:root {
  --dark-blue: #231f20;
  --white: white;
  --transparent: #03172400;
  --black: black;
  --royal-blue: #03267d;
  --red: #d40619;
  --grey: #e5e5e5;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  flex-direction: column;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.button-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-end center;
  width: 100%;
  display: flex;
}

.h5 {
  color: #080f33;
  align-self: flex-start;
  margin-top: .2rem;
  margin-bottom: .1rem;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}

.h5.right {
  text-align: right;
  align-self: flex-end;
}

.h5.light {
  color: #f7f7f7;
  margin-top: auto;
  margin-bottom: auto;
}

.h5.middle {
  text-align: center;
  align-self: center;
}

.h5.ad-sub-heading {
  text-align: center;
  letter-spacing: .2rem;
  text-transform: uppercase;
  align-self: center;
  font-size: 1.4rem;
}

.h5.header-point {
  color: #f7f7f7;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.3rem;
  font-weight: 400;
}

.h1 {
  color: #080f33;
  align-self: flex-start;
  margin-top: .2rem;
  margin-bottom: .2rem;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.h1.middle {
  text-align: center;
  align-self: center;
}

.h1.middle.light {
  font-size: 3.2rem;
  font-weight: 600;
}

.h1.right {
  text-align: right;
  align-self: flex-end;
}

.h1.light, .h1.header {
  color: #f7f7f7;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.h3 {
  color: #080f33;
  align-self: flex-start;
  margin-top: .2rem;
  margin-bottom: .1rem;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 2.6rem;
  line-height: 1.2;
}

.h3.right {
  text-align: right;
  align-self: flex-end;
}

.h3.right.light {
  font-size: 2.6rem;
}

.h3.light {
  color: #f7f7f7;
}

.h3.middle {
  text-align: center;
  align-self: center;
}

.h3.ad-heading {
  text-align: center;
  align-self: center;
  font-size: 2.2rem;
  line-height: 1.1;
}

.h2 {
  color: #080f33;
  align-self: flex-start;
  margin-top: .2rem;
  margin-bottom: .1rem;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
}

.h2.middle {
  color: var(--dark-blue);
  text-align: center;
  align-self: center;
  font-size: 3rem;
}

.h2.light {
  color: #f7f7f7;
}

.h2.right {
  text-align: right;
  align-self: flex-end;
}

.h2.right.light {
  font-size: 3.5rem;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.container.style-guide {
  flex-direction: row;
}

.styles-conatiner {
  border-bottom: .5px solid #080f33;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.styles-conatiner.light {
  border-bottom-color: #f7f7f7;
}

.style-guide-wrapper {
  background-color: var(--transparent);
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  padding: 4rem;
  display: flex;
}

.style-guide-wrapper.dark {
  background-color: #080f33;
}

.paragraph {
  color: #080f33;
  align-self: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

.paragraph.middle {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  font-size: 1.2rem;
  display: flex;
}

.paragraph.middle.light {
  text-align: center;
  align-self: center;
  font-weight: 300;
}

.paragraph.small {
  font-size: 1.2rem;
}

.paragraph.small.middle {
  align-self: center;
}

.paragraph.right {
  text-align: right;
  align-self: flex-end;
}

.paragraph.light {
  color: #f7f7f7;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph.footer {
  color: #fff;
  align-self: flex-start;
  font-size: 1rem;
}

.paragraph.ad {
  color: var(--black);
  text-align: center;
}

.paragraph.header {
  color: #f7f7f7;
  align-self: flex-start;
  max-width: 35rem;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph.status {
  margin-top: 0;
  margin-bottom: 0;
}

.call-out {
  color: #080f33;
  text-align: center;
  letter-spacing: .1em;
  flex: none;
  align-self: center;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1.2;
}

.call-out.light {
  color: #f7f7f7;
}

.button {
  background-color: var(--white);
  width: auto;
  color: var(--royal-blue);
  text-align: center;
  letter-spacing: .15rem;
  text-transform: uppercase;
  background-image: url('../images/icon-button-arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 25vw;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: .8rem 3rem .8rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  transition: transform .4s, color .4s, background-color .4s;
  display: flex;
}

.button:hover {
  border: .2rem none var(--white);
  background-color: var(--white);
  color: var(--royal-blue);
  padding-top: .8rem;
  padding-bottom: .8rem;
  transform: translate(0, -.8rem);
}

.button.w--current {
  background-position: 95%;
  padding-right: 3rem;
}

.button.tertiary {
  background-color: #0000;
  background-image: url('../images/icon-button-arrow.svg');
  background-position: 90%;
  background-size: auto;
  border: .2em solid #080f33;
}

.button.tertiary:hover {
  color: var(--royal-blue);
}

.button.tertiary.light {
  color: #f7f7f7;
  border-width: .15em;
  border-color: #f7f7f7;
}

.button.secondary {
  color: #f7f7f7;
  background-color: #080f33;
  background-image: url('../images/icon-button-arrow.svg');
  background-position: 90%;
  background-size: auto;
}

.button.secondary.light {
  color: #080f33;
  background-color: #f7f7f7;
}

.button.blue {
  background-color: var(--royal-blue);
  color: var(--white);
  background-position: 90%;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 3rem;
}

.section {
  background-color: var(--white);
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.section.style-guide {
  flex-direction: row;
}

.section.header {
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}

.section.faq {
  padding-top: 3rem;
}

.h4 {
  color: #080f33;
  align-self: flex-start;
  margin-top: .2rem;
  margin-bottom: .1rem;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}

.h4.right {
  text-align: right;
  align-self: flex-end;
}

.h4.middle {
  text-align: center;
  align-self: center;
  font-size: 1.6rem;
}

.h4.light {
  color: #f7f7f7;
}

.body {
  background-color: var(--royal-blue);
  justify-content: space-between;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.body._404 {
  background-color: var(--royal-blue);
}

.utility-page-wrapper {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
}

.footer-link-wrapper {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.main-content-wrapper {
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding: 8em;
  display: flex;
}

.main-content-wrapper.footer {
  background-color: var(--royal-blue);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  align-self: center;
  width: 100%;
  margin-top: auto;
  padding: 4rem 8rem;
  overflow: hidden;
}

.footer-logo-container {
  justify-content: flex-start;
  align-items: center;
  width: 20rem;
  text-decoration: none;
  display: flex;
}

.footer-info-container {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-self: center;
  place-items: flex-start center;
  width: 60rem;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
}

.footer-info-container.copyright {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-top: 1rem;
}

.footer-icon-container {
  background-image: url('../images/icon-footer-phone.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 2rem;
  height: 2rem;
  margin-right: 1em;
}

.footer-icon-container.mail {
  background-image: url('../images/icon-footer-mail.svg');
}

.footer-icon-container.call {
  background-image: url('../images/icon-phone.svg');
  background-size: contain;
}

.footer-icon-container.mail {
  background-image: url('../images/icon-mail.svg');
  background-size: contain;
}

.footer-icon-container.linked-in {
  background-image: url('../images/social---linked-in.svg');
}

.footer-icon-container.facebook {
  background-image: url('../images/Icon-facebook.svg');
  background-size: contain;
}

.footer-icon-container.twitter {
  background-image: url('../images/icon-twitter.svg');
}

.navigation {
  z-index: 19;
  background-color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 2em;
  display: flex;
  position: relative;
  inset: 0% auto auto;
  overflow: hidden;
}

.brand {
  flex: none;
  align-self: center;
  width: 20rem;
  margin-right: auto;
  padding-left: 0;
}

.brand.dark {
  background-image: url('../images/logo-navigation.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.brand.dark.w--current {
  background-image: url('../images/logo-navigation.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  width: 20rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.navigation-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: none;
  display: none;
}

.navigation-link {
  color: #fff;
  text-align: center;
  letter-spacing: .3rem;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  display: flex;
}

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

.navigation-link.button-style {
  background-color: var(--white);
  color: var(--royal-blue);
  letter-spacing: .15rem;
  border-radius: 100vw;
  flex: none;
  padding: .8rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: color .4s, background-color .4s;
}

.navigation-link.button-style:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.navigation-link.button-style.outline {
  border: .15rem solid var(--white);
  background-color: var(--transparent);
  color: var(--white);
}

.navigation-link.button-style.outline:hover {
  border-color: var(--red);
  color: var(--red);
}

.navigation-link.button-style.outline.dark, .navigation-link.button-style.outline.dark.w--current {
  border-color: var(--royal-blue);
  background-color: var(--transparent);
  color: var(--royal-blue);
}

.navigation-link.button-style.dark {
  background-color: var(--royal-blue);
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
}

.navigation-link.button-style.dark.w--current {
  background-color: var(--royal-blue);
  color: var(--white);
}

.section-container {
  border-radius: 2.5rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 0 0% 6rem;
  display: flex;
  overflow: visible;
}

.body-header-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 45rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 2rem;
  display: flex;
}

.navigation-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-info-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-right: 0;
  padding-top: 4rem;
  display: flex;
}

.header-container {
  background-image: linear-gradient(96deg, #000000ab 36%, var(--transparent) 89%), url('../images/banner-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 0;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 4rem 12%;
  display: flex;
  overflow: hidden;
}

.platforms {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--royal-blue);
  text-transform: none;
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: 22rem;
  padding: 3rem 2rem;
  text-decoration: none;
  transition: transform .5s;
  display: flex;
}

.platforms:hover {
  transform: translate(0, -1.5rem);
}

.portal-card-info-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.portal-icon {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-right: auto;
  display: flex;
}

.services-card-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  flex: none;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-width: 60rem;
  display: flex;
}

.navigation-dark {
  z-index: 19;
  background-color: var(--white);
  border-radius: 100vw;
  width: 80vw;
  margin-top: 2rem;
  padding: 2em;
  display: flex;
  position: relative;
  inset: 0% auto auto;
}

.slider {
  background-color: var(--transparent);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 30rem;
  max-width: 30rem;
  height: auto;
  display: flex;
  overflow: visible;
}

.slider-mask {
  flex: none;
  align-self: center;
  width: 30rem;
  max-width: 30rem;
  height: auto;
  overflow: hidden;
}

.slider-navigation-button {
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider-navigation {
  justify-content: center;
  align-items: center;
  font-size: .8rem;
  display: flex;
  bottom: -3rem;
}

.slide {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.keypoint-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.keypoint-icon {
  background-image: url('../images/icon-portal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #ffffff5e;
  border-radius: 100vw;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.keypoint-icon.security {
  background-image: url('../images/icon-secure-access.svg');
}

.keypoint-icon._247 {
  background-image: url('../images/icon-247.svg');
}

.keypoint {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider {
  background-color: #ffffff1a;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 60rem;
  height: .05rem;
  min-height: .05px;
  display: flex;
}

.divider.dark {
  background-color: #0000002b;
  width: 100%;
}

.divider.white {
  background-color: #ffffff1a;
  width: 100%;
}

.ad-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.ad-slide {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  background-color: #ffffff82;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  padding: 3rem 2.5rem;
  display: flex;
}

.ad-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.ad-heading-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header-sub-header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h3-2 {
  color: #080f33;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.h3-2.faq {
  font-size: 1.2rem;
}

.accordion-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: .1rem solid #031724;
  border-radius: 100vw;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 2rem;
  text-decoration: none;
  display: flex;
}

.plus-icon {
  background-color: var(--red);
  background-image: url('../images/icon-close-open-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px #fff;
  border-radius: 100vw;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 2.5rem;
  max-width: none;
  height: 2.5rem;
  max-height: none;
  padding: 1rem;
  display: flex;
}

.accordion-info-container {
  padding: 1rem 2rem;
}

.step-info-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-content-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 65rem;
  padding: 0;
  display: flex;
}

.plus-icon-line {
  width: 1.8rem;
  height: .3rem;
}

.plus-icon-line._2 {
  width: 1.8rem;
}

.accordion-point-container {
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.paragraph-2 {
  color: #080f33;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
}

.h2-2 {
  color: #080f33;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.h2-2.body-heading {
  color: #031724;
  text-align: center;
  align-self: center;
}

.faq-info-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 980px;
  height: 100%;
  display: flex;
}

.accordion-info-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.h6 {
  color: #080f33;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.h6.right {
  text-align: right;
  align-self: flex-end;
}

.h6.light {
  color: #f7f7f7;
  margin-top: auto;
  margin-bottom: auto;
}

.h6.middle {
  text-align: center;
  align-self: center;
}

.h6.ad-sub-heading {
  text-align: center;
  letter-spacing: .2rem;
  text-transform: uppercase;
  align-self: center;
  font-size: 1.4rem;
}

.h6.header-point {
  color: #f7f7f7;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.3rem;
  font-weight: 400;
}

.list {
  padding-left: 1rem;
}

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

.status-column {
  border-right: .05rem solid var(--dark-blue);
  border-bottom: .05rem solid var(--dark-blue);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding: 1rem 2rem;
  display: flex;
}

.status-column.right {
  border-right-style: none;
  width: 70%;
}

.status-column.last {
  border-bottom-style: none;
}

.column-wrapper {
  flex: none;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .button-container {
    flex-flow: row;
  }

  .h5.header-point {
    text-align: center;
  }

  .h1 {
    font-size: 4.4rem;
  }

  .h1.middle.light {
    font-size: 3rem;
  }

  .h1.light {
    font-size: 2.2rem;
  }

  .h1.header {
    text-align: center;
    font-size: 2.2rem;
  }

  .h3.right.light {
    text-align: right;
  }

  .h3.light {
    text-align: left;
  }

  .h3.middle.light {
    text-align: center;
  }

  .h2.right.light {
    text-align: right;
    font-size: 3.5rem;
  }

  .container {
    overflow: visible;
  }

  .container.style-guide {
    flex-direction: column;
  }

  .style-guide-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph.middle.light {
    text-align: center;
    font-size: 1.2rem;
  }

  .paragraph.right.light {
    text-align: right;
  }

  .paragraph.light {
    text-align: left;
  }

  .paragraph.header {
    text-align: center;
    align-self: center;
    font-size: 1.2rem;
  }

  .call-out {
    font-size: 4em;
  }

  .button {
    letter-spacing: .15rem;
    width: auto;
    transition-property: none;
  }

  .button:hover {
    background-color: var(--white);
    color: var(--royal-blue);
    padding-top: .8rem;
    padding-bottom: .8rem;
    transform: none;
  }

  .button.w--current {
    letter-spacing: .2rem;
    transition-property: none;
  }

  .button.w--current:hover {
    transform: none;
  }

  .button.blue {
    letter-spacing: .2rem;
  }

  .button.blue:hover {
    background-color: var(--royal-blue);
    color: var(--white);
  }

  .section {
    width: 100vw;
    overflow: visible;
  }

  .section.style-guide {
    flex-direction: column;
  }

  .section.header {
    width: 100vw;
    overflow: visible;
  }

  .utility-page-content {
    width: 80%;
  }

  .footer-column {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-content-wrapper.footer {
    background-position: 150% 300%;
    background-size: 28rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .footer-logo-container {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-info-container {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: start;
    display: grid;
  }

  .footer-info-container.copyright {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: none;
    padding-top: 0;
    display: flex;
  }

  .navigation {
    width: 100vw;
    height: 6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .brand.dark.w--current {
    justify-content: center;
    align-items: center;
    height: 6rem;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% auto auto;
  }

  .navigation-menu {
    -webkit-backdrop-filter: blur(1.5rem);
    backdrop-filter: blur(1.5rem);
    background-color: #0056a7e8;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 4em;
    padding-bottom: 4em;
    display: none;
    position: fixed;
    inset: 0% 0;
  }

  .navigation-link {
    letter-spacing: .2em;
    font-size: 1.8rem;
  }

  .navigation-link.button-style {
    flex: none;
    width: 20rem;
    margin-bottom: 1rem;
    padding: 1.5rem 2.5rem;
  }

  .navigation-link.button-style.outline.dark {
    border-color: var(--royal-blue);
    color: var(--royal-blue);
  }

  .navigation-link.button-style.dark {
    background-color: var(--royal-blue);
    color: var(--white);
    padding: 1rem 2.5rem;
  }

  .menu-button {
    background-color: var(--transparent);
    color: #fff;
    border-radius: 100vw;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    padding: 0;
    font-size: 3em;
    display: none;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: #0000;
    font-size: 3rem;
  }

  .menu-button.dark {
    background-color: var(--royal-blue);
    border: 0 #000;
  }

  .section-container {
    border-radius: 2.5rem;
    width: 90vw;
    padding: 0 4rem 10rem;
  }

  .body-header-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
    width: 40rem;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .navigation-button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 100svh;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    inset: 0% 0 auto 0%;
  }

  .navigation-button-wrapper.light {
    background-color: var(--white);
  }

  .navigation-icon-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid var(--white);
    border-radius: 100vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: none;
  }

  .navigation-line {
    background-color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: .25rem;
    display: flex;
  }

  .body-info-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .header-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 0;
    flex-flow: column;
    padding: 4rem 2rem;
  }

  .platforms {
    max-width: 80%;
    padding-left: 3rem;
    padding-right: 3rem;
    transition-property: none;
  }

  .platforms:hover {
    transform: none;
  }

  .services-card-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 50rem;
  }

  .navigation-dark {
    width: 90vw;
  }

  .slider {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .slider-mask {
    width: 100%;
    max-width: 100%;
    height: 70rem;
  }

  .slider-navigation {
    bottom: 28.5rem;
  }

  .keypoint-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .keypoint-icon {
    background-size: 2rem;
    width: 5rem;
    height: 5rem;
  }

  .keypoint-icon._247 {
    background-size: 2.2rem;
  }

  .keypoint {
    flex-flow: column;
  }

  .divider {
    display: none;
  }

  .divider.dark, .divider.white {
    display: flex;
  }

  .ad-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .ad-slide {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .ad-heading-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h3-2.faq {
    font-size: 1.2rem;
  }

  .accordion-button {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .body-content-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    width: 100%;
  }

  .h2-2 {
    font-size: 1.6rem;
  }

  .faq-info-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-info-wrapper {
    display: flex;
  }

  .h6.header-point {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .h5 {
    font-size: 1.2em;
  }

  .h1 {
    font-size: 3.8rem;
  }

  .h1.middle.light, .h1.light {
    font-size: 2rem;
  }

  .h1.header {
    font-size: 1.6rem;
  }

  .h3 {
    align-self: flex-start;
    font-size: 2.2rem;
  }

  .h3.right {
    align-self: flex-end;
  }

  .h3.right.light {
    align-self: flex-end;
    font-size: 2.2rem;
  }

  .h3.light {
    align-self: flex-start;
    font-size: 2.2rem;
  }

  .h3.middle, .h3.middle.light, .h3.ad-heading {
    align-self: center;
  }

  .h2, .h2.middle {
    font-size: 2.8rem;
  }

  .h2.middle.light {
    align-self: center;
  }

  .h2.right.light {
    align-self: flex-end;
    font-size: 2.8rem;
  }

  .style-guide-wrapper {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph.middle, .paragraph.small.light, .paragraph.small.middle, .paragraph.light {
    font-size: 1.2rem;
  }

  .paragraph.footer {
    text-align: left;
  }

  .paragraph.header {
    font-size: 1.2rem;
  }

  .paragraph.status {
    text-align: center;
  }

  .button {
    font-size: 1.2rem;
  }

  .button:hover {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .h4 {
    font-size: 1.4rem;
  }

  .h4.light {
    font-size: 1.8rem;
  }

  .footer-column {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-content-wrapper.footer {
    background-position: 200% 450%;
  }

  .footer-logo-container {
    width: 10em;
    margin-left: 0;
  }

  .footer-info-container {
    display: flex;
  }

  .navigation-menu {
    z-index: 1;
  }

  .menu-button {
    background-color: var(--transparent);
    border-radius: 100vw;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    display: none;
  }

  .menu-button.w--open {
    z-index: 2;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .menu-button.dark {
    border-style: none;
    border-width: 0;
  }

  .section-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .body-header-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-icon-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .navigation-line {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: .25rem;
    display: flex;
  }

  .body-info-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-left: 0;
    margin-right: 0;
  }

  .header-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .platforms {
    max-width: 100%;
    padding: 2rem 3rem 3rem;
  }

  .portal-icon {
    width: 4rem;
    height: 4rem;
  }

  .services-card-wrapper {
    flex-flow: column;
    min-width: 100%;
  }

  .slider {
    width: 100%;
  }

  .slider-mask {
    height: 65rem;
  }

  .slider-navigation {
    bottom: 20rem;
  }

  .slide {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .keypoint-icon {
    background-size: 1.7rem;
    width: 4rem;
    height: 4rem;
  }

  .ad-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .ad-slide {
    width: 70%;
  }

  .header-sub-header-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .h3-2 {
    align-self: flex-start;
    font-size: 2.2rem;
  }

  .h3-2.faq {
    align-self: center;
    font-size: 1rem;
  }

  .accordion-button {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem 1rem 1rem 2rem;
  }

  .accordion-info-container {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-2 {
    font-size: 1.8rem;
  }

  .h2-2.body-heading {
    color: #031724;
    font-size: 2rem;
  }

  .faq-info-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-info-wrapper {
    display: flex;
  }

  .h6 {
    font-size: 1.2em;
  }

  .status-column {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .button-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .h5 {
    font-size: 1rem;
  }

  .h5.light {
    font-size: 2rem;
  }

  .h5.header-point {
    font-size: 1rem;
  }

  .h1 {
    font-size: 2.2rem;
  }

  .h1.middle.light {
    font-size: 2rem;
    line-height: 1.2;
  }

  .h1.light {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .h1.header {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .h3 {
    margin-bottom: .2rem;
    font-size: 1.4rem;
  }

  .h3.right.light {
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .h3.light {
    margin-bottom: .2rem;
    font-size: 1.4rem;
  }

  .h2 {
    font-size: 1.7rem;
  }

  .h2.middle {
    color: var(--dark-blue);
    font-size: 1.7rem;
  }

  .h2.middle.light {
    color: var(--white);
    font-size: 1.7rem;
  }

  .h2.right.light {
    font-size: 1.7rem;
  }

  .style-guide-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    padding: 2rem 1.4rem;
  }

  .paragraph {
    font-size: 1.2rem;
  }

  .paragraph.middle {
    color: var(--dark-blue);
    font-size: 1rem;
  }

  .paragraph.middle.light {
    color: var(--white);
    font-size: 1rem;
  }

  .paragraph.small, .paragraph.small.light, .paragraph.small.middle {
    font-size: 1rem;
  }

  .paragraph.light {
    margin-top: 0;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6;
  }

  .paragraph.ad {
    color: var(--black);
    font-size: 1.2rem;
  }

  .paragraph.header {
    margin-top: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
  }

  .paragraph.status {
    align-self: center;
    font-size: 1rem;
  }

  .call-out {
    font-size: 4em;
  }

  .button {
    text-align: left;
    letter-spacing: .15rem;
    background-position: 90%;
    width: auto;
    padding-left: 1.5rem;
    padding-right: 3rem;
    font-size: .8rem;
  }

  .button:hover {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .button.w--current {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button.tertiary {
    background-position: 90%;
  }

  .button.secondary {
    background-position: 90%;
    padding-right: 3rem;
  }

  .section {
    overflow: visible;
  }

  .section.faq {
    padding-top: 2rem;
  }

  .h4, .h4.middle {
    font-size: 1.2rem;
  }

  .h4.middle.light {
    margin-bottom: .1rem;
  }

  .h4.light {
    font-size: 1.8rem;
  }

  .body {
    background-color: var(--royal-blue);
  }

  .main-content-wrapper {
    width: 90vw;
    padding: 4em 1em 2em;
  }

  .main-content-wrapper.footer {
    background-position: 50% 170%;
    background-size: 25rem;
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    padding-bottom: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-logo-container {
    flex: none;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 16em;
    margin-left: 0;
  }

  .footer-info-container {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .navigation {
    align-self: center;
    height: 8rem;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brand {
    width: 12rem;
    margin-right: 1rem;
    display: flex;
  }

  .brand.w--current, .brand.dark {
    width: 14rem;
  }

  .brand.dark.w--current {
    width: 18rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-menu {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .navigation-link.button-style {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navigation-link.button-style.dark {
    padding: 1rem;
  }

  .menu-button {
    width: 4rem;
    height: 4rem;
    margin-left: auto;
    display: none;
  }

  .section-container {
    border-radius: 2rem;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .body-header-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-icon-wrapper {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    display: none;
  }

  .navigation-line {
    width: 2rem;
  }

  .body-info-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .header-container {
    background-image: linear-gradient(146deg, #031724ab 59%, var(--transparent)), url('../images/banner-image.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    border-radius: 0;
    flex: 0 auto;
    align-self: center;
    min-height: 0;
    padding-bottom: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .platforms {
    width: 90%;
    max-width: 90%;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .services-card-wrapper {
    flex-flow: wrap;
    width: 100%;
  }

  .navigation-dark {
    padding-left: 1em;
    padding-right: 1em;
  }

  .slider {
    width: 100%;
    max-width: 100%;
  }

  .slider-mask {
    width: 105%;
    height: auto;
    overflow: hidden;
  }

  .slider-navigation {
    bottom: -2.8rem;
  }

  .keypoint-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .keypoint-icon {
    background-size: 1.3rem;
    width: 3rem;
    height: 3rem;
  }

  .keypoint-icon._247 {
    background-size: 1.5rem;
  }

  .ad-container {
    margin-left: 0;
    margin-right: 0;
  }

  .ad-slide {
    width: 20rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ad-heading-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-sub-header-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-self: center;
  }

  .h3-2 {
    margin-bottom: .2rem;
    font-size: 1.4rem;
  }

  .accordion-button {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fff;
    border: .1rem solid #031724;
    border-radius: 10vw;
    flex: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 1rem 1rem 1rem 2rem;
    text-decoration: none;
    display: flex;
  }

  .plus-icon {
    background-image: url('../images/icon-close-open-icon.svg');
    background-repeat: no-repeat;
    background-size: auto;
    border: 2px #fff;
    border-radius: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2rem;
    max-width: none;
    height: 2rem;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
    display: flex;
  }

  .accordion-info-container {
    background-color: #0000;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    display: flex;
  }

  .step-info-wrapper {
    background-color: #0000;
    flex-direction: column;
    flex: none;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .plus-icon-line {
    background-color: #0000;
    width: 1.8rem;
    height: .3rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    transform: translate(0, 2px);
  }

  .plus-icon-line._2 {
    transform: translate(0, -2px)rotate(90deg);
  }

  .accordion-point-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-2 {
    font-size: 1.1rem;
  }

  .paragraph-2.faq {
    font-size: 1rem;
  }

  .h2-2, .h2-2.body-heading {
    font-size: 1.7rem;
  }

  .faq-info-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-info-wrapper {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
    display: flex;
  }

  .h6 {
    font-size: 1.2rem;
  }

  .h6.light {
    font-size: 2rem;
  }

  .h6.header-point {
    font-size: 1rem;
  }

  .statuses-wrapper {
    width: 100%;
  }

  .status-column {
    width: 35%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .status-column.right {
    width: 65%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_68c0fbe4-ce2f-3477-4c12-e3cb55bc017d-55bc017b {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/century-gothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/gothicb0.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}