body {
  font-family: Neuemetananext, sans-serif;
  color: #06090f;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  cursor: default;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

p {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #12192d;
  font-size: 17px;
  font-weight: 400;
}

.section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.section.login-page {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  background-color: #12192d;
}

.custom-code {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#538bf7), to(#fff));
  background-image: linear-gradient(180deg, #538bf7, #fff);
}

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

.marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 50px;
  white-space: nowrap;
}

.marquee-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 50px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.square-stroke {
  position: relative;
  top: -5px;
  width: 15px;
  height: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1.5px;
  border-color: #acacac;
}

.footer-cta-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 20px;
  color: #fff;
  text-align: center;
}

.text-block {
  font-size: 25px;
  text-decoration: underline;
}

.main-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 5px;
}

.main-button {
  padding: 10px 20px 3px;
  background-image: linear-gradient(60deg, #538bf7, #a7fcfe);
  color: #06090f;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.main-button.form-button {
  padding-right: 35px;
  padding-left: 35px;
}

.main-button-stroke {
  position: relative;
  z-index: 2;
  padding: 2px;
  background-image: linear-gradient(66deg, #a7fcfe, #538bf7);
}

.main-button-stroke.form-button {
  padding-right: 2px;
  padding-left: 2px;
  background-image: linear-gradient(341deg, #a7fcfe, #538bf7);
}

.cta-small-text {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer-links-content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 5px;
  font-size: 22px;
  font-weight: 400;
}

.bracket-social-link {
  background-image: -webkit-gradient(linear, left top, right top, from(#538bf7), to(#a7fcfe));
  background-image: linear-gradient(90deg, #538bf7, #a7fcfe);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-icon.linkedin {
  position: relative;
  top: -3px;
  width: 22px;
  height: auto;
}

.social-icon.twitter {
  position: relative;
  top: -2px;
  width: 25px;
  height: 25px;
}

.social-icon.facebook {
  position: relative;
  top: -2px;
  width: auto;
  height: 25px;
}

.social-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-link:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
}

.legal-wrapper {
  position: relative;
  top: 1.4vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  font-weight: 400;
}

.legal-link {
  color: #fff;
  text-decoration: underline;
}

.footer-big-stroke-text {
  position: relative;
  bottom: -3.8vw;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: -16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-big-stroke-text.login {
  position: absolute;
  bottom: -3.7vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 2%;
  opacity: 0.41;
  mix-blend-mode: normal;
}

.big-stroke-text {
  position: relative;
  color: #fff;
  font-size: 14.4vw;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.big-stroke-text.login {
  position: static;
  font-size: 19vw;
}

.big-filled-text-hiding-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #12192d;
}

.big-filled-text {
  position: absolute;
  color: #fff;
  font-size: 14.4vw;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  mix-blend-mode: overlay;
}

.brand-infos-and-footer-menu {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin-top: 0px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
}

.footer-paragraph-wrapper {
  max-width: 600px;
  color: #cacaca;
}

.footer-paragraph {
  color: #fff;
  font-size: 16px;
}

.footer-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 20px;
  color: #fff;
  font-weight: 400;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: nowrap;
}

.footer-menu-title {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.footer-title-subline {
  width: 65%;
  height: 1px;
  background-image: linear-gradient(57deg, #538bf7, #a7fcfe);
}

.footer-link {
  -webkit-transition: -webkit-transform 750ms ease;
  transition: -webkit-transform 750ms ease;
  transition: transform 750ms ease;
  transition: transform 750ms ease, -webkit-transform 750ms ease;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  -webkit-transform: translate(14px, 0px);
  -ms-transform: translate(14px, 0px);
  transform: translate(14px, 0px);
}

.arrow-footer-link {
  padding-right: 5px;
  background-image: linear-gradient(58deg, #538bf7, #a7fcfe);
  font-weight: 500;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-logo {
  display: inline-block;
  margin-left: 20px;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.footer-logo:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.footer-logo.w--current {
  position: relative;
  z-index: 2;
}

.go-top-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 6%;
  bottom: 530%;
  width: 40px;
  height: 40px;
  padding: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
}

.go-top-icon {
  width: 20px;
  height: 36.203125px;
}

.go-top-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.footer-line-wrapper {
  margin-bottom: -145px;
  padding-right: 7px;
  padding-left: 7px;
}

.lens-cursor {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-image: radial-gradient(circle closest-corner at 50% 50%, #a7fcfe, hsla(0, 0%, 100%, 0) 60%);
  opacity: 1;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  mix-blend-mode: overlay;
}

.bottom-static-lens {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(55%, rgba(242, 255, 255, 0)), to(#a7fcfe));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(242, 255, 255, 0) 55%, #a7fcfe);
  opacity: 1;
  mix-blend-mode: overlay;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cta-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: -14%;
  z-index: 1;
  background-image: linear-gradient(66deg, #a7fcfe, #538bf7);
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.navbar {
  position: relative;
  z-index: 99;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1770px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-logo-link {
  position: relative;
  width: 250px;
  height: 28.796875px;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.brand-logo-link:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.nav-links-content {
  padding: 12px 33px 8px 40px;
  background-color: transparent;
}

.brand-logo {
  width: 250px;
  height: 26.34375px;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  grid-column-gap: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link.blue {
  position: relative;
  overflow: hidden;
  color: #a7fcfe;
}

.nav-link.white {
  position: relative;
  padding: 2px 5px;
  color: #fff;
}

.nav-link.dropdown {
  padding: 5px;
  color: #fff;
}

.nav-links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
}

.dropdown-icon {
  position: relative;
  top: -1px;
  width: 13px;
  height: 24px;
}

.nav-separator {
  width: 1px;
  height: 20px;
  background-color: #fff;
}

.nav-link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-shadow {
  position: absolute;
  left: 0%;
  top: 59%;
  right: 0%;
  width: 93%;
  height: 20px;
  background-color: #1951be;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.div-block {
  position: relative;
}

.navbar-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  box-shadow: 0 16px 19px -13px rgba(0, 0, 30, 0.05);
  opacity: 0;
}

.dark-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 250px;
  height: 26.34375px;
  opacity: 0;
}

.navbar-wrapper {
  position: fixed;
  left: 0%;
  top: 3%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: block;
  width: 100%;
}

.text-block-2 {
  position: absolute;
  top: -40px;
  z-index: 5;
}

.megamenu-wrapper {
  position: absolute;
  z-index: 100;
  display: none;
  overflow: hidden;
  width: 340px;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.megamenu-wrapper.w--open {
  left: -40px;
  top: 32px;
  padding-top: 10px;
  background-color: transparent;
}

.megamenu-links {
  padding: 16px 15px;
  -webkit-transition: all 575ms ease;
  transition: all 575ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.megamenu-links:hover {
  padding-left: 30px;
  background-color: #538bf7;
  background-image: linear-gradient(51deg, #5280d8, #538bf7);
}

.blue-arrow {
  color: #a7fcfe;
}

.page-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  padding-bottom: 80px;
}

.page-wrapper.no-bottom-padding {
  padding-bottom: 0px;
}

.page-wrapper.no-bottom-padding.login {
  margin-bottom: -60px;
}

.default-container {
  width: 100%;
  max-width: 1550px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.default-container.full {
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
}

.full-page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: -60px;
  padding-top: 180px;
  padding-bottom: 99px;
  background-image: linear-gradient(61deg, #00001e, #538bf7);
}

.nav-links-content-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #538bf7;
}

.nav-links-stroke-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 0px;
  background-color: hsla(0, 0%, 100%, 0.51);
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.megamenu-background {
  position: absolute;
  left: 0%;
  top: 10px;
  right: 0%;
  bottom: 0%;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.main-illustration-wrapper {
  position: relative;
  width: 515px;
}

.login-flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.login-flex-horizontal._100vh {
  height: 100vh;
}

.login-info-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.login-image-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: linear-gradient(64deg, #00001e, #538bf7);
}

.cellular-effect {
  position: absolute;
  left: -839px;
  top: -17%;
  right: auto;
  bottom: 0%;
  width: 1000px;
  max-width: none;
  -webkit-transform: rotate(34deg);
  -ms-transform: rotate(34deg);
  transform: rotate(34deg);
}

.form-button {
  padding-right: 25px;
  padding-left: 25px;
}

.form-field {
  min-height: 60px;
  margin-bottom: 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #d6d6d6;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-size: 18px;
}

.form-field:hover {
  border-bottom-color: #38ccf1;
}

.form-field:focus {
  border-bottom-color: #38ccf1;
}

.form-field::-webkit-input-placeholder {
  font-size: 17px;
}

.form-field:-ms-input-placeholder {
  font-size: 17px;
}

.form-field::-ms-input-placeholder {
  font-size: 17px;
}

.form-field::placeholder {
  font-size: 17px;
}

.double-form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
}

.template-form-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 30px;
}

.state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 15px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  border: 2px solid #8ce49f;
  border-radius: 8px;
  background-color: rgba(167, 254, 206, 0.49);
  color: #31753f;
}

.state.error {
  border-color: #e48c8c;
  background-color: rgba(254, 167, 167, 0.49);
  color: #753131;
}

.state-icon {
  width: 20px;
  height: 20px;
}

.state-text {
  position: relative;
  top: 3px;
}

@media screen and (min-width: 1280px) {
  .navbar-container {
    padding-right: 59px;
    padding-left: 59px;
  }
}

@media screen and (min-width: 1440px) {
  .cta-wrapper.login {
    margin-right: auto;
    margin-left: auto;
  }

  .login-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .state {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 15px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #8ce49f;
    border-radius: 8px;
    background-color: rgba(167, 254, 206, 0.49);
    color: #317540;
  }

  .state-text {
    position: relative;
    top: 3px;
  }
}

@media screen and (min-width: 1920px) {
  .full-page {
    background-image: linear-gradient(61deg, #00001e, #538bf7);
  }

  .login-image-column {
    position: relative;
    background-image: linear-gradient(61deg, #00001e, #538bf7);
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.login-page {
    padding-top: 60px;
  }

  .footer {
    margin-top: 0px;
  }

  .footer-cta-content {
    padding-right: 50px;
    padding-left: 50px;
  }

  .footer-links-content {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .legal-wrapper {
    width: 100%;
  }

  .footer-big-stroke-text.login {
    bottom: 0px;
  }

  .big-stroke-text.login {
    font-size: 200px;
  }

  .brand-infos-and-footer-menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-paragraph-wrapper {
    margin-bottom: 30px;
  }

  .footer-logo {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .go-top-button {
    left: auto;
    top: -220%;
    right: 0%;
    bottom: 0%;
  }

  .bottom-static-lens {
    bottom: -7%;
  }

  .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar-container {
    padding-right: 57px;
    padding-left: 57px;
  }

  .nav-links-content {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand-logo {
    opacity: 0;
  }

  .nav-link.blue {
    width: 100%;
    margin-bottom: -10px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 0px;
    background-color: #a7fcfe;
    color: #06090f;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }

  .nav-link.white {
    z-index: 3;
    width: 100%;
    padding: 20px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 450ms ease;
    transition: opacity 450ms ease;
    color: #06090f;
    font-weight: 600;
    text-transform: uppercase;
  }

  .nav-link.white:hover {
    background-color: #538bf7;
  }

  .nav-link.dropdown {
    padding: 20px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 10px;
    color: #06090f;
    font-weight: 600;
  }

  .nav-links {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-icon {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .nav-separator {
    display: none;
  }

  .nav-link-wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-shadow {
    width: 100%;
    opacity: 0;
  }

  .div-block {
    position: absolute;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .navbar-background {
    opacity: 1;
  }

  .dark-logo {
    opacity: 1;
  }

  .navbar-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
  }

  .text-block-2 {
    display: none;
  }

  .megamenu-wrapper.w--open {
    position: relative;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .megamenu-links {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: 1px solid hsla(0, 0%, 83.3%, 0.64);
    background-color: #eee;
    color: #06090f;
    font-weight: 500;
    text-align: center;
  }

  .default-container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .full-page {
    overflow: hidden;
    height: 100%;
    margin-bottom: 0px;
    padding-top: 20px;
    background-image: linear-gradient(88deg, #00001e, #538bf7);
  }

  .copyright-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .nav-links-content-bg {
    background-color: #fff;
  }

  .nav-links-stroke-background {
    width: 100%;
  }

  .megamenu-background {
    position: absolute;
    top: 0px;
  }

  .menu-button {
    padding: 16px;
    border-radius: 100%;
    background-image: linear-gradient(58deg, #538bf7, #38ccf1);
    font-size: 27px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .menu-button.w--open {
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
  }

  .login-flex-horizontal._100vh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 100px;
  }

  .login-image-column {
    width: 100%;
    height: 250px;
  }

  .cellular-effect {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .footer-cta-content {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-links-content {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-links {
    margin-bottom: 30px;
    grid-column-gap: 30px;
  }

  .legal-wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-areas: "Area Area-2"
      "Area-3 Area-3";
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
  }

  .brand-infos-and-footer-menu {
    margin-bottom: 19px;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menu-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-title-subline {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-logo {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .go-top-button {
    position: static;
  }

  .footer-line {
    width: 550px;
  }

  .footer-line-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 25px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .default-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .full-page {
    padding-top: 39px;
  }

  .login-info-column {
    padding-right: 30px;
    padding-left: 30px;
  }

  .state {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.3;
  }

  .state-icon {
    position: relative;
    top: 2px;
  }
}

@media screen and (max-width: 479px) {
  .marquee-text {
    font-size: 35px;
  }

  .square-stroke {
    border-width: 1.5px;
  }

  .text-block {
    font-size: 22px;
  }

  .main-button {
    font-size: 17px;
  }

  .main-button-stroke {
    padding: 1px;
  }

  .cta-small-text {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .go-top-button {
    width: 35px;
    height: 35px;
    padding: 7px;
  }

  .navbar-container {
    grid-column-gap: 30px;
  }

  .full-page {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .menu-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom-code---second-page {
    display: none;
  }
}

@font-face {
  font-family: 'Neuemetananext';
  src: url('../fonts/NeueMetanaNext-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemetananext';
  src: url('../fonts/NeueMetanaNext-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemetananext';
  src: url('../fonts/NeueMetanaNext-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemetananext';
  src: url('../fonts/NeueMetanaNext-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}