body {
  font-family: 'Avenir Book', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: Avenir, sans-serif;
  font-size: 72px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: -0.86px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: Avenir, sans-serif;
  font-size: 56px;
  line-height: 135%;
  font-weight: 800;
  letter-spacing: -0.6px;
}

h3 {
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  line-height: 160%;
  font-weight: 800;
}

p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 170%;
}

.s-header {
  position: relative;
  z-index: 200;
  overflow: hidden;
  background-color: #0332ff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
}

.container {
  position: relative;
  z-index: 210;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 120px;
  padding-left: 120px;
}

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

.container.decorholder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  margin-top: -200px;
  margin-bottom: -200px;
}

.container.decorholder.header {
  margin-top: 0px;
  margin-bottom: 0px;
}

.container.decorholder.header---news {
  z-index: 50;
  margin-top: 0px;
  margin-bottom: 0px;
}

.container.decorholder.header---about {
  margin-top: 0px;
  margin-bottom: 0px;
}

.container.decorholder.header---jobs {
  z-index: 50;
  margin-top: 0px;
  margin-bottom: 0px;
}

.container.header {
  padding-bottom: 240px;
}

.container.header---generic-page {
  padding-bottom: 140px;
}

.container.company-events {
  position: relative;
  z-index: 210;
}

.container.header---about {
  padding-bottom: 240px;
}

.container.header---jobs {
  padding-bottom: 100px;
}

.container.apollo72 {
  position: relative;
  z-index: 210;
}

.container.header---accset {
  padding-bottom: 240px;
}

.container.header---h5app {
  padding-bottom: 120px;
}

.container.header---login {
  padding-bottom: 220px;
}

.container.header---b2b {
  padding-bottom: 100px;
}

.container.bg-anim-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding-right: 0px;
  padding-left: 0px;
}

.container.hamburger-button-wrap {
  position: fixed;
  left: 50%;
  z-index: 1000;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.container.header---apollo {
  padding-bottom: 60px;
}

.container.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.navbar-logo-container {
  display: inline-block;
  padding-left: 0px;
  float: none;
}

.navbar-logo-apollo {
  width: 240px;
  margin-right: 15px;
}

.navbar-logo-text {
  width: 150px;
}

._w-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -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;
}

.navbar {
  background-color: transparent;
}

.navbar-link {
  padding: 10px 14px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 170%;
  font-weight: 700;
  letter-spacing: -0.6px;
}

.navbar-link.w--current {
  color: #ffc075;
}

.navbar-link.cn {
  letter-spacing: 1px;
}

.navbar-globe-link {
  padding: 15px;
}

.nav-menu {
  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-50-50 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-50-50.home-header {
  margin-top: 220px;
}

.grid-50-50.news-header {
  margin-top: 120px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-50-50.support-header {
  margin-top: 120px;
  margin-bottom: 100px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-50-50.contact-us-header {
  margin-top: 120px;
  margin-bottom: 60px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-50-50.partners-header {
  margin-top: 120px;
  margin-bottom: 60px;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-50-50.about-header {
  margin-top: 160px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-50-50.jobs-header {
  margin-top: 120px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-50-50.center-all {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-50-50.strategy-header {
  margin-top: 120px;
}

.grid-50-50.hidden {
  display: none;
}

.grid-50-50.awards {
  grid-column-gap: 120px;
}

.grid-50-50.accset-header {
  margin-top: 220px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-50-50.login-header {
  margin-top: 240px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-50-50.b2b-header {
  margin-top: 250px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-50-50.authdata {
  grid-column-gap: 80px;
}

.grid-50-50.estab-credit {
  grid-column-gap: 80px;
}

.grid-50-50.closedloop {
  grid-column-gap: 80px;
}

.grid-50-50.fin-app {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.grid-50-50.h5app {
  margin-top: 140px;
  grid-column-gap: 100px;
  -ms-grid-columns: 1fr 1.8fr;
  grid-template-columns: 1fr 1.8fr;
}

.header-text-block.about {
  max-width: 540px;
}

.header-text-block.account-set {
  max-width: 535px;
  margin-bottom: 60px;
}

.header-text-block.log-in {
  max-width: 660px;
  margin-bottom: 120px;
}

.header-text-block.b2b {
  max-width: 660px;
  margin-bottom: 120px;
}

.header-text-block.h5-app {
  margin-bottom: 60px;
}

.s-history {
  position: relative;
}

.history-events {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.year-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.yearrow-year {
  min-width: 30%;
  font-family: Avenir, sans-serif;
  font-size: 40px;
  line-height: 140%;
  font-weight: 800;
}

.yearrow-year.pc {
  position: absolute;
}

.yearrow-year.pc._2 {
  top: 13%;
}

.yearrow-year.pc._3 {
  left: 0%;
  top: 64%;
  right: auto;
  bottom: auto;
}

.yearrow-months {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.historyevent-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.historyevent-month {
  width: 20%;
  padding-right: 35px;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-weight: 800;
}

.historyevent-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 170%;
}

.s-blue {
  position: relative;
  z-index: 50;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #0332ff;
  color: #fff;
}

.side-graphics-wrap {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 70px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.side-icon {
  width: 150px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.side-icon.bigger {
  width: 150px;
  height: auto;
}

.side-icon.bigger.b2b {
  width: 220px;
}

.side-icon.bigger.account-set {
  width: 270px;
}

.side-icon.bigger.fin-app {
  position: relative;
  z-index: 10;
  width: 220px;
}

.side-icon.b2b {
  width: 90px;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.side-icon.account-set {
  width: 90px;
}

.side-icon.acct {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.heading {
  font-size: 56px;
}

.centered-info {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.centered-info.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-white {
  position: relative;
}

.button-regular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 25px 17px 35px;
  -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;
  border-radius: 50px;
  background-color: #ffc075;
  font-family: Avenir, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 120%;
  font-weight: 800;
  text-decoration: none;
}

.button-regular.cn {
  font-size: 16px;
  letter-spacing: 2px;
}

.p1 {
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 175%;
}

.p1.cn {
  font-size: 18px;
  line-height: 200%;
}

.p1.fin-app {
  margin-top: 40px;
  font-size: 20px;
  line-height: 160%;
}

.p1.no-margin.bottom-margin-20 {
  margin-bottom: 20px;
}

.buttonregular-icon {
  margin-left: 35px;
}

.s-footer {
  padding-top: 150px;
  padding-bottom: 120px;
  background-color: #0332ff;
  color: #FFFFFF;
}

._w-footer {
  display: -ms-grid;
  display: grid;
  margin-bottom: 70px;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 35px;
  grid-template-areas: ". Menus"". Menus";
  -ms-grid-columns: 2fr 70px 3fr;
  grid-template-columns: 2fr 3fr;
  -ms-grid-rows: auto 35px auto;
  grid-template-rows: auto auto;
}

.heading-footer {
  font-size: 56px;
}

.footer-contact-us {
  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;
}

.footer-menu {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-contact-text {
  max-width: 190px;
  margin-left: 25px;
  line-height: 24px;
}

.footer-copy-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  opacity: 0.4;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 140%;
}

.footer-copy-row.dark {
  color: #fff;
}

.footer-menu-group {
  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;
}

.footermenu-link {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
  text-transform: capitalize;
}

.footermenu-link:hover {
  color: #ffc075;
}

.footermenu-link.light {
  color: #fff;
}

.footermenu-title {
  margin-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-copy-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer-copy-text a{
  color: #FFFFFF;
}

.s-edge {
  position: relative;
  z-index: 100;
  width: 100%;
}

.s-edge.edge-history-top {
  z-index: 200;
  display: block;
  height: 140px;
  margin-top: -139px;
}

.s-edge.edge-history-bottom {
  display: block;
  height: 100px;
  margin-bottom: -98px;
}

.s-edge.edge-b2b-top {
  display: block;
  height: 105px;
  margin-top: -104px;
}

.s-edge.edge-b2b-bottom {
  display: block;
  height: 105px;
  margin-bottom: -104px;
}

.s-edge.edge-apollo-top {
  height: 100%;
  background-image: url('/images/wave.svg');
  background-position: 0% 100%;
  background-size: 150vw 100%;
  background-repeat: repeat-x;
}

.s-edge.edge-apollo-bottom {
  display: block;
  height: 100px;
  margin-bottom: -99px;
}

.s-edge.edge-pressrelease-top {
  display: block;
  height: 140px;
  margin-top: -139px;
  margin-bottom: 0px;
}

.s-edge.edge-comp_events-top {
  display: block;
  height: 100px;
  background-color: #f3f6fb;
}

.s-edge.edge-comp_events-bottom {
  display: block;
  height: 55px;
  margin-bottom: -54px;
}

.s-edge.edge-footer-top {
  display: block;
  height: 70px;
  margin-top: -69px;
}

.s-edge.edge-footer-top.dark {
  margin-top: -1px;
}

.s-edge.edge-awards-top {
  display: block;
  height: 140px;
  margin-top: -139px;
}

.s-edge.edge-awards-bottom {
  display: block;
  height: 70px;
  margin-bottom: -69px;
}

.s-edge.edge-jobs-header-bottom {
  display: block;
  height: 70px;
  margin-bottom: -69px;
}

.s-edge.edge-jobs-top {
  display: block;
  height: 70px;
  margin-top: -69px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.s-edge.edge-dark-footer {
  display: block;
  height: 105px;
  margin-top: -1px;
}

.s-edge.edge-dark-footer.dark {
  margin-top: -1px;
}

.s-edge.edge-dark-footer.flipped {
  height: 70px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.s-edge.edge-footer-top-blue {
  display: block;
  height: 90px;
  margin-bottom: -1px;
}

.s-edge.edge-footer-top-blue.dark {
  margin-top: -1px;
}

.s-edge.edge-h5app-bottom {
  display: block;
  height: 80px;
  margin-bottom: -1px;
}

.s-edge.edge-h5app-bottom.dark {
  margin-top: -1px;
}

.s-edge.edge-h5app-bottom.flipped {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.s-edge.edge-login-bottom {
  display: block;
  height: 140px;
  margin-top: -139px;
  margin-bottom: 0px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.s-edge.edge-b2b-bottom {
  display: block;
  height: 100px;
  margin-top: -99px;
  margin-bottom: 0px;
}

.s-edge.edge-b2b-bottom-hp {
  display: block;
  height: 105px;
  margin-bottom: -104px;
}

.s-edge.edge-advlayout-bottom {
  display: block;
  height: 140px;
  margin-top: -139px;
  margin-bottom: 0px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.s-edge.edge-apollo-bottom {
  display: block;
  height: 140px;
  margin-top: 0px;
  margin-bottom: -139px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.s-edge.edge-closedloop-top {
  display: block;
  height: 100px;
  margin-top: -99px;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.s-edge.edge-finapp-top {
  display: block;
  height: 70px;
  margin-top: -69px;
}

.s-edge.edge-finapp-bottom {
  display: block;
  height: 140px;
  margin-bottom: -139px;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.s-edge.edge-stdbill-bottom {
  display: block;
  height: 140px;
  margin-bottom: -139px;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.s-edge.edge-grey-top {
  display: block;
  height: 70px;
  margin-top: -69px;
}

.s-edge.edge-grey-top.dark {
  margin-top: -1px;
}

.section-bg-wrap {
  background-color: #fff;
}

._w-history {
  padding-top: 80px;
  padding-bottom: 120px;
}

.s-history-bottom {
  position: absolute;
  bottom: -98px;
  width: 100%;
  height: 100px;
}

.s-b2b-top {
  position: absolute;
  top: -108px;
  width: 100%;
  height: 110px;
}

.s-b2b-bottom {
  position: absolute;
  bottom: -102px;
  width: 100%;
  height: 105px;
}

.s-b2b {
  position: relative;
  overflow: hidden;
}

._w-b2b {
  padding-top: 200px;
  padding-bottom: 160px;
}

.s-ben-inclusive {
  position: relative;
  z-index: 50;
  padding-top: 110px;
  padding-bottom: 220px;
  background-color: #0332ff;
  color: #fff;
}

._w-ben-inclusive {
  padding-top: 100px;
  padding-bottom: 130px;
}

.s-h5-app {
  position: relative;
  z-index: 50;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 105px;
  background-color: #0332ff;
  color: #fff;
}

._w-h5-app {
  padding-top: 200px;
  padding-bottom: 160px;
}

.s-capital-flow {
  position: relative;
  z-index: 50;
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #0332ff;
  color: #fff;
}

._w-capital-flow {
  padding-top: 200px;
  padding-bottom: 160px;
}

.s-apollo-fintech {
  position: relative;
  overflow: hidden;
}

._w-apollo-fintech {
  padding-top: 170px;
  padding-bottom: 160px;
}

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

.h2-extra {
  display: block;
  font-size: 64px;
}

.h2-extra.hideondesktop {
  display: none;
}

.heading-3 {
  letter-spacing: -0.5px;
}

.heading-4 {
  letter-spacing: -0.6px;
}

.div-block {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h2-40px {
  font-size: 40px;
}

.h2-40px.align-center {
  text-align: center;
}

.h2-40px.underlined {
  padding-bottom: 12px;
  background-image: url('/images/underline-1.svg');
  background-position: 0% 100%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.h2-40px.partners-hack {
  margin-top: -20px;
  margin-bottom: 60px;
}

.h2-40px.fix-bottom-pad {
  width: 100%;
  margin-bottom: 20px;
}

.h2-40px.fullwidth {
  width: 100%;
}

.side-icon-outlined {
  position: absolute;
  width: 45vw;
  height: auto;
  max-width: none;
  opacity: 0.1;
  -webkit-transform: translate(-25%, 0px);
  -ms-transform: translate(-25%, 0px);
  transform: translate(-25%, 0px);
  -o-object-fit: contain;
  object-fit: contain;
}

.side-icon-outlined.bigger {
  width: 150px;
  height: auto;
}

.side-icon-outlined.right {
  -webkit-transform: translate(25%, 0px);
  -ms-transform: translate(25%, 0px);
  transform: translate(25%, 0px);
}

.side-icon-outlined.right.fin-app {
  opacity: 0.05;
}

.hide-overflow {
  overflow: hidden;
}

.decor-1 {
  position: absolute;
  left: 60px;
  top: 20%;
  color: #ffc075;
  line-height: 60%;
}

.home__decor_0 {
  position: absolute;
  left: 50%;
  top: 35%;
  width: 16px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.home__decor_0.debug {
  left: 150%;
}

.home__decor_1 {
  position: absolute;
  left: 25%;
  bottom: 0px;
  width: 13px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.decor-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 120px;
}

.decor-left.full-width {
  width: 100%;
}

.decor-right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 120px;
}

.decor-right.full-width {
  width: 100%;
}

.history__decor_0 {
  position: absolute;
  top: 25%;
  width: 100px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.history__decor_1 {
  position: absolute;
  left: 50%;
  bottom: 20%;
  width: 20px;
  opacity: 0.2;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.history__decor_2 {
  position: absolute;
  left: 65%;
  bottom: 20%;
  width: 80px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.history__decor_3 {
  position: absolute;
  left: 35%;
  bottom: 15%;
  width: 100px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.history__decor_4 {
  position: absolute;
  left: 50%;
  bottom: 20%;
  width: 20px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.history__decor_5 {
  position: absolute;
  left: 0%;
  bottom: 20%;
  width: 55px;
}

.inclusive__decor_0 {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 70px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.inclusive__decor_1 {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 20px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.inclusive__decor_2 {
  position: absolute;
  left: 65%;
  bottom: 30%;
  width: 45px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.inclusive__decor_3 {
  position: absolute;
  left: 15%;
  bottom: 25%;
  width: 70px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.inclusive__decor_4 {
  position: absolute;
  right: 60px;
  bottom: 40%;
  width: 120px;
  -webkit-transform: translate(-50%, 0px) scale(2);
  -ms-transform: translate(-50%, 0px) scale(2);
  transform: translate(-50%, 0px) scale(2);
}

.apollo__decor_0 {
  position: absolute;
  left: 50%;
  bottom: 35%;
  width: 11px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -o-object-fit: contain;
  object-fit: contain;
}

.h5app__decor_0 {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 70px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.h5app__decor_1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.h5app__decor_2 {
  position: absolute;
  top: 35%;
  right: -40px;
  width: 70px;
  -webkit-transform: translate(-50%, 0px) scale(2);
  -ms-transform: translate(-50%, 0px) scale(2);
  transform: translate(-50%, 0px) scale(2);
}

.h5app__decor_3 {
  position: absolute;
  left: 50%;
  bottom: 30%;
  width: 20px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.b2b__decor_0 {
  position: absolute;
  left: 100%;
  top: 25%;
  width: 100px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.b2b__decor_1 {
  position: absolute;
  left: 50%;
  bottom: 20%;
  width: 20px;
  opacity: 0.2;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.b2b__decor_2 {
  position: absolute;
  left: 50%;
  bottom: 35%;
  width: 11px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -o-object-fit: contain;
  object-fit: contain;
}

.capflow__decor_0 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.footer-decors {
  position: relative;
}

.footer__decor_0 {
  position: absolute;
  left: 0%;
  bottom: 25%;
  width: 100px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.footer__decor_1 {
  position: absolute;
  left: -30px;
  bottom: 22%;
  width: 70px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news_header__decor_0 {
  position: absolute;
  left: 50%;
  top: 308px;
  -webkit-transform: translate(-50%, 0px) rotate(-90deg);
  -ms-transform: translate(-50%, 0px) rotate(-90deg);
  transform: translate(-50%, 0px) rotate(-90deg);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ffc075;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  white-space: nowrap;
}

.home_header__decor_0 {
  position: absolute;
  left: 50%;
  top: 407px;
  -webkit-transform: translate(-50%, 0px) rotate(-90deg);
  -ms-transform: translate(-50%, 0px) rotate(-90deg);
  transform: translate(-50%, 0px) rotate(-90deg);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ffc075;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  white-space: nowrap;
}

.s-header---news {
  position: relative;
  overflow: hidden;
  background-color: #0332ff;
  color: #fff;
}

.news_header__decor_1 {
  position: absolute;
  top: 0px;
  right: -80px;
  width: 440px;
  -webkit-transform: translate(30%, 0%);
  -ms-transform: translate(30%, 0%);
  transform: translate(30%, 0%);
}

.s-press-release {
  position: relative;
  margin-top: -2px;
  padding-bottom: 150px;
  background-color: #f3f6fb;
}

._w-press-release {
  padding-top: 1px;
}

.press_release__decor_2 {
  position: absolute;
  left: -210px;
  top: -10px;
  width: 70px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.press_release__decor_0 {
  position: absolute;
  left: -30px;
  top: 15%;
  width: 90px;
}

.press_release__decor_1 {
  position: absolute;
  left: 50%;
  top: 15%;
  width: 20px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.footer-decors-code {
  display: none;
}

.s-company-events {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  color: #fff;
}

._w-company-events {
  color: #333;
}

.h2-32px {
  font-size: 32px;
  line-height: 150%;
}

.h2-32px.right {
  text-align: right;
}

.h2-32px.center {
  text-align: center;
}

.s-news-photos {
  position: relative;
  padding-bottom: 100px;
  background-color: #f3f6fb;
}

._w-news-photos {
  padding-bottom: 100px;
}

.slider-pressrelease {
  height: auto;
  margin-top: 60px;
  background-color: transparent;
}

.slider-nav {
  margin-bottom: -70px;
}

.slider-button {
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 40px;
  margin-bottom: -70px;
  -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-color: #fff;
}

.slider-button.dark {
  background-color: #f3f6fb;
}

.slider-iconarrow {
  width: 8px;
}

.slider-iconarrow.right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slide-pressrelease-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pressrelease-thumb {
  overflow: hidden;
  width: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pressrelease-date {
  margin-top: 5px;
  margin-right: 50px;
  margin-left: 50px;
  font-family: Avenir, sans-serif;
  color: #acacac;
  font-size: 12px;
  line-height: 130%;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.pressrelease-link {
  margin-left: 40px;
  padding-top: 1px;
  padding-right: 19px;
  background-image: url('/images/arrow-right-blue.svg');
  background-position: 100% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  font-family: Avenir, sans-serif;
  color: #0332ff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.pressrelease-title {
  margin-top: 0px;
  font-size: 20px;
  line-height: 120%;
}

.pressrelease-text {
  margin-top: 30px;
}

.pressrelease-line {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #c9cbcf;
}

.comp_events__decor_1 {
  position: absolute;
  left: 65%;
  top: 25%;
  width: 80px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.comp_events__decor_0 {
  position: absolute;
  left: 35%;
  top: 30%;
  width: 100px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.slider-compevents {
  height: auto;
  margin-top: 60px;
  margin-bottom: 100px;
  background-color: transparent;
}

.slide-compevents-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.slide-compevents-list {
  width: 100%;
}

.slide-compevents-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slide-compevents-thumbbig {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 10px;
  background-color: #f3f6fb;
  color: #fff;
}

.slide-compevents-thumbs {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slide-compevents-bgimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-compevents-titlebig {
  position: relative;
  margin-top: 0px;
  font-family: Avenir, sans-serif;
  font-size: 32px;
  line-height: 120%;
  font-weight: 800;
}

.slide-compevents-thumbbig-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block {
  font-family: Avenir, sans-serif;
  font-size: 12px;
  line-height: 160%;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.slide-compevents-thumb {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 10px;
  background-color: #f3f6fb;
  color: #fff;
}

.slide-compevents-thumb-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 30px;
}

.slide-compevents-title {
  position: relative;
  margin-top: 0px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  line-height: 160%;
  font-weight: 800;
}

.slide-compevents-bigtop {
  margin-top: 20px;
}

.compevents-link {
  display: inline-block;
  padding: 15px 25px 15px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('/images/icon-9grid.svg');
  background-position: 25px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.compevents-icon {
  margin-right: 10px;
}

.compevents-label {
  padding-top: 2px;
}

.s-header---support {
  position: relative;
  overflow: hidden;
  color: #333;
}

.support_header__decor_1 {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 560px;
  -webkit-transform: translate(35%, -50%);
  -ms-transform: translate(35%, -50%);
  transform: translate(35%, -50%);
}

.support_header__decor_0 {
  position: absolute;
  left: 50%;
  top: 320px;
  -webkit-transform: translate(-50%, 0px) rotate(-90deg);
  -ms-transform: translate(-50%, 0px) rotate(-90deg);
  transform: translate(-50%, 0px) rotate(-90deg);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0332ff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  white-space: nowrap;
}

.footer-wrap {
  background-color: #0332ff;
  color: #fff;
}

.support_header__decor_2 {
  position: absolute;
  top: 30%;
  right: 60px;
  width: 55px;
  -webkit-transform: translate(35%, 0%);
  -ms-transform: translate(35%, 0%);
  transform: translate(35%, 0%);
}

.support_header__decor_3 {
  position: absolute;
  left: -80px;
  top: 40%;
  width: 35px;
  -webkit-transform: translate(35%, 0%);
  -ms-transform: translate(35%, 0%);
  transform: translate(35%, 0%);
}

.h2-20px {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 160%;
}

.h2-20px.right {
  text-align: right;
}

.h2-20px.center {
  text-align: center;
}

.contacts-addresses {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.s-header---contact-us {
  position: relative;
  overflow: hidden;
  color: #333;
}

.contact_us_header__decor_2 {
  position: absolute;
  left: 14px;
  top: 35%;
  width: 40px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.contact_us_header__decor_1 {
  position: absolute;
  left: 25%;
  top: 35%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.contact_us_header__decor_0 {
  position: absolute;
  left: 50%;
  top: 332px;
  -webkit-transform: translate(-50%, 0px) rotate(-90deg);
  -ms-transform: translate(-50%, 0px) rotate(-90deg);
  transform: translate(-50%, 0px) rotate(-90deg);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0332ff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  white-space: nowrap;
}

.contaddress-label {
  font-family: Avenir, sans-serif;
  color: #acacac;
  font-size: 12px;
  line-height: 160%;
  font-weight: 800;
  text-transform: uppercase;
}

.contaddress-label.bj {
  font-size: 14px;
}

.contaddress-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 160%;
}

.contaddress-title.bj {
  font-size: 28px;
}

.contaddress-text.bj {
  font-size: 18px;
}

.s-header---partners {
  position: relative;
  overflow: hidden;
  color: #333;
}

.partners-logos-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.partner-logo {
  max-height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.partners_header__decor_0 {
  position: absolute;
  left: 50%;
  top: 323px;
  -webkit-transform: translate(-50%, 0px) rotate(-90deg);
  -ms-transform: translate(-50%, 0px) rotate(-90deg);
  transform: translate(-50%, 0px) rotate(-90deg);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0332ff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  white-space: nowrap;
}

.partners_header__decor_2 {
  position: absolute;
  left: 14px;
  bottom: 100px;
  width: 40px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.partners_header__decor_1 {
  position: absolute;
  left: 25%;
  bottom: -30px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.s-header---about {
  position: relative;
  background-color: #0332ff;
  color: #fff;
}

.about_header__decor_1 {
  position: absolute;
  top: 180px;
  right: 0px;
  width: 440px;
}

.about_header__decor_0 {
  position: absolute;
  left: 50%;
  top: 412px;
  -webkit-transform: translate(-50%, 0px) rotate(-90deg);
  -ms-transform: translate(-50%, 0px) rotate(-90deg);
  transform: translate(-50%, 0px) rotate(-90deg);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ffc075;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  white-space: nowrap;
}

.about_header__decor_2 {
  position: absolute;
  top: 310px;
  right: 135px;
  width: 180px;
}

.s-awards {
  position: relative;
}

._w-awards {
  padding-top: 60px;
  padding-bottom: 140px;
}

.org_structure__decor_0 {
  position: absolute;
  left: 60px;
  top: 110px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.org_structure__decor_1 {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 70px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.org_structure__decor_2 {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 20px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.h1-about {
  font-size: 56px;
  line-height: 135%;
  letter-spacing: -0.5px;
}

.s-org-structure {
  position: relative;
  z-index: 50;
  padding-top: 70px;
  padding-bottom: 105px;
  background-color: #0332ff;
  color: #fff;
}

._w-org-structure {
  padding-top: 80px;
  padding-bottom: 120px;
}

.div-block-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". .""bottom-image bottom-image";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.image {
  width: 100%;
}

.award-image-half {
  width: 100%;
}

._2-awards {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-awards {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.org-structure---mobile {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.org-structure-chart {
  text-align: center;
}

.jobs-item {
  position: relative;
  z-index: 100;
}

.jobsitem-poster {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.jobsitem-wrap {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.jobsitem-wrap.reverse {
  -ms-grid-columns: 0.7fr 2fr;
  grid-template-columns: 0.7fr 2fr;
}

.jobsitem-poster-image {
  min-width: 300px;
  box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.2);
}

.jobsitem-poster-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Avenir, sans-serif;
  color: #0332ff;
  font-size: 12px;
  line-height: 160%;
  font-weight: 800;
  text-transform: uppercase;
}

.jobsitem-poster-cta.light {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  text-align: left;
}

.jobsitem-cta-arrow {
  margin-top: -1px;
  margin-left: 8px;
}

.jobs_item__decor_0 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.h3.job-subheading {
  margin-top: 40px;
  margin-bottom: 20px;
}

.p-job-intro {
  font-family: Avenir, sans-serif;
  font-size: 16px;
  line-height: 160%;
  font-weight: 800;
}

.s-job-item {
  position: relative;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 100px;
}

.s-job-item.dark {
  padding-top: 200px;
  padding-bottom: 150px;
  background-color: #0332ff;
  color: #fff;
}

.s-job-item.white {
  padding-top: 130px;
  padding-bottom: 130px;
}

.jobs_item__decor_1 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.jobsitem-posterwrap {
  position: relative;
}

.s-header---jobs {
  position: relative;
  overflow: hidden;
  padding-bottom: 130px;
  color: #333;
}

.jobs_item__decor_2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.jobs_item_poster__decor_0 {
  position: absolute;
  top: 10%;
  right: 0px;
  width: 560px;
  -webkit-transform: translate(35%, 0%);
  -ms-transform: translate(35%, 0%);
  transform: translate(35%, 0%);
}

.jobs_item_poster__decor_1 {
  position: absolute;
  left: 0px;
  top: 22%;
  width: 560px;
  -webkit-transform: translate(-35%, 0%);
  -ms-transform: translate(-35%, 0%);
  transform: translate(-35%, 0%);
}

.jobs_item_poster__decor_2 {
  position: absolute;
  top: 10%;
  right: 0px;
  width: 560px;
  -webkit-transform: translate(35%, 0%);
  -ms-transform: translate(35%, 0%);
  transform: translate(35%, 0%);
}

.s-apollo72 {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #0332ff;
  color: #fff;
}

.p-intro {
  font-family: Avenir, sans-serif;
  font-size: 16px;
  line-height: 160%;
  font-weight: 800;
}

.p-intro.cn {
  line-height: 175%;
}

._2-cols-centered {
  display: -ms-grid;
  display: grid;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 110px;
  grid-row-gap: 35px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-cols-centered.home-header {
  margin-top: 220px;
}

._2-cols-centered.news-header {
  margin-top: 120px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

._2-cols-centered.support-header {
  margin-top: 120px;
  margin-bottom: 100px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

._2-cols-centered.contact-us-header {
  margin-top: 120px;
  margin-bottom: 60px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

._2-cols-centered.partners-header {
  margin-top: 120px;
  margin-bottom: 60px;
  grid-column-gap: 60px;
}

._2-cols-centered.about-header {
  margin-top: 160px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

._2-cols-centered.jobs-header {
  margin-top: 120px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

._2-cols-centered.center-all {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.apollo72-preview {
  width: 100%;
  box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.25);
}

.curriculum-2-cols {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 35px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.curriculum-2-cols.home-header {
  margin-top: 220px;
}

.curriculum-2-cols.news-header {
  margin-top: 120px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.curriculum-2-cols.support-header {
  margin-top: 120px;
  margin-bottom: 100px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.curriculum-2-cols.contact-us-header {
  margin-top: 120px;
  margin-bottom: 60px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.curriculum-2-cols.partners-header {
  margin-top: 120px;
  margin-bottom: 60px;
  grid-column-gap: 60px;
}

.curriculum-2-cols.about-header {
  margin-top: 160px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.curriculum-2-cols.jobs-header {
  margin-top: 120px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.curriculum-2-cols.center-all {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.apollo72__decor_0 {
  position: absolute;
  left: -180px;
  top: 16%;
  width: 600px;
}

.apollo72__decor_1 {
  position: absolute;
  top: 60%;
  right: -30px;
  width: 120px;
}

.jobs__decor_0 {
  position: absolute;
  left: 50%;
  top: 308px;
  -webkit-transform: translate(-50%, 0px) rotate(-90deg);
  -ms-transform: translate(-50%, 0px) rotate(-90deg);
  transform: translate(-50%, 0px) rotate(-90deg);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0332ff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  white-space: nowrap;
}

.job_item0__decor_0 {
  position: absolute;
  left: 50%;
  top: 200px;
  width: 20px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.job_item0__decor_1 {
  position: absolute;
  left: 0%;
  top: 200px;
  width: 55px;
}

.job_item1__decor_0 {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 70px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.job_item1__decor_1 {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 20px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.curriculum-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.curriculumitem-num {
  margin-right: 12px;
  font-family: Avenir, sans-serif;
  font-weight: 800;
}

.tutor-intro {
  max-width: 800px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.h3-underlined {
  padding-bottom: 12px;
  background-image: url('/images/underline-1.svg');
  background-position: 50% 100%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.tutors-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 4vw;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tutoritem-title {
  margin-bottom: 17px;
  padding-bottom: 12px;
  background-image: url('/images/underline-1.svg');
  background-position: 0% 100%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  line-height: 200%;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.strategy_header__decor_1 {
  position: absolute;
  top: 15%;
  right: 0px;
  width: 45vw;
  -webkit-transform: translate(30%, 0%);
  -ms-transform: translate(30%, 0%);
  transform: translate(30%, 0%);
}

.strategy_header__decor_0 {
  position: absolute;
  left: 50%;
  top: 307px;
  -webkit-transform: translate(-50%, 0px) rotate(-90deg);
  -ms-transform: translate(-50%, 0px) rotate(-90deg);
  transform: translate(-50%, 0px) rotate(-90deg);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ffc075;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  white-space: nowrap;
}

.s-header---strategy {
  position: relative;
  overflow: hidden;
  background-color: #0332ff;
  color: #fff;
}

._w-strategy {
  padding-top: 120px;
  padding-bottom: 100px;
}

.strategy__decor_0 {
  position: absolute;
  left: -30px;
  top: 15%;
  width: 90px;
}

.strategy__decor_1 {
  position: absolute;
  left: 50%;
  top: 15%;
  width: 20px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.strategy__decor_2 {
  position: absolute;
  left: -130%;
  top: 5%;
  width: 70px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.s-strategy {
  position: relative;
  margin-top: -2px;
  padding-bottom: 140px;
  background-color: #f3f6fb;
}

.abcd {
  display: -ms-grid;
  display: grid;
  margin-right: 35px;
  margin-left: 35px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.four-logos {
  position: relative;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.four-logos-title {
  position: absolute;
  left: 50%;
  width: 50%;
}

.bold {
  font-family: Avenir, sans-serif;
  font-weight: 800;
}

.image-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.wave-anim {
  display: none;
}

.wave-wrap {
  position: relative;
  z-index: 200;
  overflow: hidden;
  width: 100%;
  height: 220px;
  margin-top: -220px;
}

.wave-bg {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 140px;
  margin-bottom: -1px;
  background-image: url('/images/wave.svg');
  background-position: 0% 100%;
  background-size: 150vw 100%;
  background-repeat: repeat-x;
}

.wave-2outlines-bg {
  position: absolute;
  width: 100%;
  height: 140px;
  background-image: url('/images/wave-2-outlines.svg');
  background-position: 0% 100%;
  background-size: 150vw 100%;
  background-repeat: repeat-x;
}

.navbar-lang-dd {
  color: #fff;
}

.navbar-lang-dd-arrow {
  margin-right: 0px;
}

.navbar-lang-dd-arrow.white {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.navbar-lang-toggle {
  padding: 10px 24px 10px 14px;
}

.navbar-lang-list.w--open {
  background-color: transparent;
}

.navbar-lang-list.dark {
  color: #000;
}

.abcd-logo {
  display: block;
  max-width: 220px;
}

.about-accset-title {
  margin-top: -20px;
}

.acc_set_header__decor_0 {
  position: absolute;
  left: 50%;
  top: 473px;
  -webkit-transform: translate(-50%, 0px) rotate(-90deg);
  -ms-transform: translate(-50%, 0px) rotate(-90deg);
  transform: translate(-50%, 0px) rotate(-90deg);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ffc075;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  white-space: nowrap;
}

.acc_set_header__decor_1 {
  position: absolute;
  top: 236px;
  right: -390px;
  width: 970px;
  max-width: none;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.acc_set_header__decor_2 {
  position: absolute;
  top: 420px;
  right: 105px;
  width: 300px;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.s-header---accset {
  position: relative;
  overflow: hidden;
  background-color: #0332ff;
  color: #fff;
}

.h5app_header__decor_0 {
  position: absolute;
  left: 60px;
  top: 395px;
  -webkit-transform: translate(-50%, 0px) rotate(-90deg);
  -ms-transform: translate(-50%, 0px) rotate(-90deg);
  transform: translate(-50%, 0px) rotate(-90deg);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ffc075;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  white-space: nowrap;
}

.h5app_header__decor_1 {
  position: absolute;
  top: 240px;
  right: -120px;
  width: 550px;
  max-width: 550px;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.h5app_header__decor_2 {
  position: absolute;
  top: 440px;
  right: 120px;
  width: 150px;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.s-header---h5app {
  position: relative;
  overflow: hidden;
  background-color: #0332ff;
  color: #fff;
}

.footer-patch {
  height: 110px;
  margin-bottom: -110px;
  background-color: #0332ff;
}

.enterprise-customer {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1.2fr 2fr;
  grid-template-columns: 1.2fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h3-dense {
  margin-bottom: 10px;
}

.h3-dense.fin-app {
  margin-top: 10px;
}

.app-stores-qr-codes {
  display: -ms-grid;
  display: grid;
  margin-top: 70px;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.appstoreqrcode-wrap {
  overflow: hidden;
  margin-top: 20px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.appstoreqrcode-applogo {
  width: 100%;
}

.appstoreqrcode-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  line-height: 160%;
  font-weight: 800;
  text-transform: uppercase;
}

.appstoreqrcode-cta.light {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  text-align: left;
}

.appstoreqrcode-image {
  width: 100%;
}

.enterp-marketing-phone {
  margin-top: 100px;
}

.button-inline-wrap {
  display: inline-block;
}

.login_header__decor_0 {
  position: absolute;
  left: 50%;
  top: 431px;
  -webkit-transform: translate(-50%, 0px) rotate(-90deg);
  -ms-transform: translate(-50%, 0px) rotate(-90deg);
  transform: translate(-50%, 0px) rotate(-90deg);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ffc075;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  white-space: nowrap;
}

.header-micro-label {
  margin-top: -20px;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  line-height: 160%;
  font-weight: 800;
}

.login-cards-list {
  display: -ms-grid;
  display: grid;
  margin-top: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.login-card {
  padding: 20px 24px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  font-family: Avenir, sans-serif;
  font-weight: 800;
}

.logincard-title {
  margin-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: 800;
}

.logincard-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logincard-link {
  display: inline-block;
  margin-top: 20px;
  padding-right: 18px;
  background-image: url('/images/arrow-right-blue.svg');
  background-position: 100% 2px;
  background-size: 8px;
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.login_header__decor_1 {
  position: absolute;
  top: 70px;
  right: -20px;
  width: 680px;
  -webkit-transform: translate(20%, 0%);
  -ms-transform: translate(20%, 0%);
  transform: translate(20%, 0%);
}

.login_header__decor_1.apollo {
  right: -80px;
}

.s-header---login {
  position: relative;
  overflow: hidden;
  background-color: #0332ff;
  color: #fff;
}

.b2b_header__decor_0 {
  position: absolute;
  left: 50%;
  top: 431px;
  -webkit-transform: translate(-50%, 0px) rotate(-90deg);
  -ms-transform: translate(-50%, 0px) rotate(-90deg);
  transform: translate(-50%, 0px) rotate(-90deg);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ffc075;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  white-space: nowrap;
}

.b2b-login-cards-list {
  display: -ms-grid;
  display: grid;
  margin-top: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.b2b-login-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 70px;
  -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;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  font-family: Avenir, sans-serif;
  font-weight: 800;
}

.b2b_header__decor_1 {
  position: absolute;
  top: 70px;
  right: -90px;
  display: block;
  width: 714px;
}

.b2b_header__decor_2 {
  position: absolute;
  left: -35px;
  top: 18%;
  width: 70px;
}

.s-header---b2b {
  position: relative;
  overflow: hidden;
  background-color: #022575;
  color: #fff;
}

.accset-h3---1 {
  max-width: 520px;
}

.p-partners {
  font-size: 16px;
}

.s-b2b-login {
  position: relative;
  margin-top: -2px;
  padding-bottom: 140px;
  background-color: #f3f6fb;
}

._w-b2b-login {
  padding-top: 70px;
  padding-bottom: 100px;
}

.p-h5app {
  max-width: 550px;
  font-size: 20px;
}

.home_header_decor_00 {
  position: absolute;
  top: -450px;
  right: -600px;
  display: block;
  width: 1350px;
  max-width: none;
}

.home_header_decor_00.hidden {
  display: none;
  opacity: 0.2;
}

.helpsupport-p-group {
  margin-bottom: 60px;
}

.abcd-wrap {
  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;
}

.s-enterprise-customer {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  color: #fff;
}

.footer-uber-wrap {
  position: relative;
}

.width-100 {
  width: 100%;
}

.bg-anim-wrap {
  width: 100%;
  height: 100%;
}

.bg-anim-embed {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
}

.global-menu__item.global-menu__item--demo-3.global-menu-langs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.global-menu__item.global-menu__item--demo-3.lang-link {
  margin-right: 25px;
}

.hamburger-button {
  position: fixed;
  top: 20px;
  right: 100px;
}

.scripts {
  display: none;
}

.global-menu-langs {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-advlayout {
  position: relative;
  z-index: 10;
  margin-top: -2px;
  padding-top: 200px;
  padding-bottom: 100px;
  background-color: #f3f6fb;
}

._w-advlayout {
  position: relative;
  min-height: 500px;
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: hsla(0, 0%, 67.8%, 0);
}

.s-estab-credit {
  position: relative;
  z-index: 50;
  padding-top: 110px;
  padding-bottom: 150px;
  background-color: #0332ff;
  color: #fff;
}

._w-estab-credit {
  padding-top: 100px;
  padding-bottom: 60px;
}

.s-auth-data {
  position: relative;
  z-index: 50;
  background-color: #fff;
}

._w-auth-data {
  padding-top: 100px;
  padding-bottom: 60px;
}

.s-dyn-data {
  position: relative;
  z-index: 50;
  padding-top: 110px;
  padding-bottom: 150px;
  background-color: #0332ff;
  color: #fff;
}

._w-dyn-data {
  padding-top: 100px;
  padding-bottom: 60px;
  text-align: center;
}

.lottie-c {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.s-s2b2c {
  position: relative;
  z-index: 50;
  background-color: #f3f6fb;
}

._w-s2b2c {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

.s-apollo-login {
  position: relative;
  overflow: hidden;
  margin-top: -2px;
  padding-top: 100px;
  padding-bottom: 140px;
  background-color: #fff;
}

._w-apollo-login {
  padding-top: 120px;
}

.sub-h3 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sub-h3.no-bot-pad {
  margin-bottom: 0px;
}

.adv-layout-desktop {
  position: absolute;
  left: -8%;
  top: -100px;
  right: 0px;
  -webkit-transform: translate(-110px, -340px) scale(1.3);
  -ms-transform: translate(-110px, -340px) scale(1.3);
  transform: translate(-110px, -340px) scale(1.3);
  -webkit-transform-origin: 480px 1150px;
  -ms-transform-origin: 480px 1150px;
  transform-origin: 480px 1150px;
}

.s-header---apollo {
  position: relative;
  z-index: 100;
  overflow: hidden;
  background-color: #0332ff;
  color: #fff;
}

.login-popups {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.popups-a {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.login-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  padding: 20px 24px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: Avenir, sans-serif;
  font-weight: 800;
  text-align: left;
}

.letter-a {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.login-p {
  width: 100%;
}

.adv-layout-mobile {
  display: none;
}

.s-closed-loop {
  position: relative;
  z-index: 50;
  background-color: #f3f6fb;
}

._w-closed-loop {
  padding-top: 120px;
  padding-bottom: 140px;
}

.closedloop-card {
  margin-bottom: 60px;
  font-family: Avenir, sans-serif;
  font-weight: 800;
  text-align: left;
}

.closedloop-text {
  font-weight: 400;
}

.closedloop-title {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: 800;
}

.sub-closedloop {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: capitalize;
}

.sub-closedloop.no-bot-pad {
  margin-bottom: 0px;
}

.s-enterp-marketing {
  position: relative;
  overflow: hidden;
  padding-top: 240px;
  padding-bottom: 240px;
  background-color: #0332ff;
  color: #fff;
}
.enterp-marketing-bg{
	background-color: #FFFFFF;
	color: #222222;
}

.s-fin-app {
  position: relative;
  overflow: hidden;
}

._w-fin-app {
  padding-top: 120px;
  padding-bottom: 40px;
}

.h5app_header__decor_3 {
  position: absolute;
  left: -190px;
  top: 180px;
  width: 620px;
  opacity: 0.5;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.p-h5app-header {
  margin-bottom: 40px;
}

.pc-timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pc-year-col-wrapper {
  position: relative;
  width: 100px;
  min-width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.timeline-lottie {
  margin-left: 80px;
}

.pc-year-col {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.mob-timeline {
  display: none;
}

.h1.cn {
  font-size: 80px;
  line-height: 120%;
}

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

.cn {
  line-height: 175%;
}

.line-height-200 {
  line-height: 200%;
}

.line-height-175 {
  line-height: 175%;
}

.center {
  text-align: center;
}

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

.link {
  color: #333;
  text-decoration: none;
}

.link:hover {
  color: #0332ff;
}

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

.b2b_header__decor_3 {
  position: absolute;
  top: 370px;
  right: 100px;
  width: 225px;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

._w-std-bill {
  padding-top: 40px;
  padding-bottom: 40px;
}

.s-std-bill {
  position: relative;
  z-index: 55;
  overflow: hidden;
}

.s-open-to-ind {
  position: relative;
  z-index: 50;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 220px;
  background-color: #022575;
  color: #fff;
}

._w-open-to-ind {
  padding-top: 100px;
  padding-bottom: 130px;
}

._w-open-to-ind.align-center {
  text-align: center;
}

._2-waves-wrap {
  position: absolute;
  bottom: 0px;
  z-index: 200;
  overflow: hidden;
  width: 100%;
  height: 150px;
}

.p-open-to-ind {
  max-width: 70%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

._2-screenshots-wrap {
  position: relative;
  right: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.std-bill-screenshot {
  position: relative;
  z-index: 10;
  width: 45%;
  margin-right: -10%;
  box-shadow: 18px 18px 20px 0 rgba(0, 0, 0, 0.2);
}

.std-bill-screenshot.front {
  top: 5vh;
}

.std-bill-screenshot.end {
  z-index: 2;
}

.openind__decor_0 {
  position: absolute;
  left: -160px;
  top: 0%;
  width: 530px;
  opacity: 0.6;
}

.openind__decor_1 {
  position: absolute;
  left: 130px;
  top: 350px;
  width: 50px;
}

.openind__decor_2 {
  position: absolute;
  left: 20px;
  top: 490px;
  width: 100px;
}

.openind__decor_3 {
  position: absolute;
  right: 40px;
  bottom: 31%;
  width: 10px;
  -webkit-transform: translate(-50%, 0px) scale(2);
  -ms-transform: translate(-50%, 0px) scale(2);
  transform: translate(-50%, 0px) scale(2);
}

.openind__decor_4 {
  position: absolute;
  right: -20px;
  bottom: 30%;
  width: 80px;
}

.b2b-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.b2b-icon {
  height: 60px;
  margin-bottom: 20px;
}

.b2b-icon._3 {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.b2b-icon._2 {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.b2b-icon._4 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.b2b-columns {
  margin-top: 60px;
}

.b2b-flow-pc {
  width: 100%;
  margin-top: 60px;
}

.b2b-flow-mob {
  display: none;
}

@media screen and (min-width: 1280px) {
  .container._6-2 {
    top: -80px;
  }

  .adv-layout-desktop {
    top: -200px;
  }

  .b2b_header__decor_3 {
    right: 160px;
  }
}

@media screen and (min-width: 1440px) {
  .container._6-2 {
    top: 0px;
  }

  .navbar-logo-apollo {
    width: 300px;
  }

  .navbar-link {
    padding-right: 30px;
    padding-left: 30px;
  }

  .header-text-block.about {
    max-width: 730px;
  }

  .header-text-block.account-set {
    max-width: 700px;
  }

  .header-text-block.log-in {
    max-width: 730px;
  }

  .header-text-block.b2b {
    max-width: 730px;
  }

  .button-regular.cn {
    font-size: 16px;
  }

  .footer-contact-text.cn {
    line-height: 175%;
  }

  ._w-ben-inclusive {
    padding-bottom: 190px;
  }

  .slider-compevents {
    height: 590px;
  }

  .about_header__decor_1 {
    width: 580px;
  }

  .about_header__decor_2 {
    top: 370px;
    right: 200px;
  }

  .jobsitem-wrap {
    grid-column-gap: 180px;
    -ms-grid-columns: 1.5fr 0.6fr;
    grid-template-columns: 1.5fr 0.6fr;
  }

  .jobsitem-wrap.reverse {
    -ms-grid-columns: 0.6fr 2fr;
    grid-template-columns: 0.6fr 2fr;
  }

  .h3.cn {
    font-size: 24px;
  }

  .wave-wrap {
    height: 200px;
    margin-top: -200px;
  }

  .acc_set_header__decor_1 {
    right: -210px;
    width: 80vw;
    max-width: 810px;
  }

  .acc_set_header__decor_2 {
    top: 380px;
    right: 170px;
  }

  .h5app_header__decor_1 {
    top: 230px;
  }

  .h5app_header__decor_2 {
    top: 470px;
    right: 360px;
  }

  .app-stores-qr-codes {
    width: 70%;
  }

  .login-cards-list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .login_header__decor_1 {
    right: -160px;
    width: 880px;
    -webkit-transform: translate(10%, 0%);
    -ms-transform: translate(10%, 0%);
    transform: translate(10%, 0%);
  }

  .b2b_header__decor_2 {
    left: -35px;
    width: 70px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .p-partners {
    max-width: 450px;
  }

  .p-partners.center {
    max-width: 100%;
  }

  ._w-advlayout {
    min-height: 650px;
  }

  .s-apollo-login {
    padding-top: 180px;
  }

  .adv-layout-desktop {
    left: 0%;
    top: 0px;
    bottom: 0px;
    -webkit-transform: translate(-240px, -630px) scale(1.3);
    -ms-transform: translate(-240px, -630px) scale(1.3);
    transform: translate(-240px, -630px) scale(1.3);
  }

  .s-enterp-marketing {
    padding-bottom: 140px;
  }

  .h1.cn {
    font-size: 88px;
  }

  .b2b_header__decor_3 {
    top: 380px;
    right: 170px;
  }

  ._w-open-to-ind {
    padding-bottom: 190px;
  }

  ._2-waves-wrap {
    height: 200px;
    margin-top: -200px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 18px;
  }

  .container {
    z-index: 210;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .container.header {
    padding-bottom: 170px;
  }

  .container.header---generic-page {
    padding-bottom: 120px;
  }

  .container.header---about {
    padding-bottom: 170px;
  }

  .container.header---accset {
    padding-bottom: 170px;
  }

  .container.header---h5app {
    padding-bottom: 80px;
  }

  .container.header---login {
    padding-bottom: 120px;
  }

  .container.header---b2b {
    padding-bottom: 80px;
  }

  .container.above__decors {
    position: relative;
    z-index: 210;
  }

  .container.b2b {
    position: relative;
    z-index: 210;
  }

  .navbar-logo-apollo {
    width: 300px;
  }

  ._w-navbar {
    padding-top: 50px;
  }

  .navbar-link {
    width: 100%;
    background-color: #0332ff;
    color: #fff;
    font-size: 14px;
  }

  .navbar-link.white-bg {
    width: 100%;
    background-color: #fff;
    color: #333;
  }

  .navbar-link.dark-bg {
    background-color: #022575;
  }

  .nav-menu {
    display: none;
    background-color: #0332ff;
  }

  .nav-menu.white-bg {
    background-color: #fff;
  }

  .nav-menu.dark-bg {
    background-color: #022575;
  }

  .grid-50-50.home-header {
    margin-top: 140px;
  }

  .grid-50-50.news-header {
    margin-top: 140px;
  }

  .grid-50-50.support-header {
    margin-top: 140px;
  }

  .grid-50-50.contact-us-header {
    margin-top: 140px;
  }

  .grid-50-50.partners-header {
    margin-top: 140px;
  }

  .grid-50-50.about-header {
    margin-top: 140px;
  }

  .grid-50-50.jobs-header {
    margin-top: 100px;
  }

  .grid-50-50.strategy-header {
    margin-top: 140px;
  }

  .grid-50-50.accset-header {
    margin-top: 140px;
  }

  .grid-50-50.login-header {
    margin-top: 140px;
  }

  .grid-50-50.b2b-header {
    margin-top: 140px;
  }

  .grid-50-50.h5app {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-text-block.about {
    max-width: 60vw;
  }

  .header-text-block.account-set {
    max-width: 60vw;
  }

  .header-text-block.log-in {
    max-width: 60vw;
  }

  .header-text-block.b2b {
    max-width: 60vw;
  }

  .header-text-block.h5-app {
    max-width: none;
  }

  .historyevent-text {
    font-size: 14px;
  }

  .side-icon.bigger.fin-app {
    width: 180px;
  }

  .button-regular.cn {
    font-size: 14px;
  }

  .p1 {
    font-size: 14px;
  }

  .p1.cn {
    font-size: 16px;
  }

  .s-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._w-footer {
    margin-bottom: 40px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-footer {
    margin-bottom: 20px;
    font-size: 42px;
  }

  .footer-menu {
    margin-bottom: 40px;
  }

  .s-edge.edge-history-top {
    height: 80px;
    margin-top: -79px;
  }

  .s-edge.edge-history-bottom {
    height: 60px;
    margin-bottom: -59px;
  }

  .s-edge.edge-b2b-top {
    height: 60px;
    margin-top: -59px;
  }

  .s-edge.edge-b2b-bottom {
    height: 60px;
    margin-bottom: -59px;
  }

  .s-edge.edge-apollo-top {
    height: 80px;
    margin-top: -80px;
  }

  .s-edge.edge-apollo-bottom {
    height: 60px;
    margin-bottom: -59px;
  }

  .s-edge.edge-pressrelease-top {
    height: 80px;
    margin-top: -79px;
  }

  .s-edge.edge-comp_events-top {
    height: 60px;
  }

  .s-edge.edge-footer-top {
    height: 60px;
    margin-top: -59px;
  }

  .s-edge.edge-awards-top {
    height: 80px;
    margin-top: -79px;
  }

  .s-edge.edge-awards-bottom {
    height: 60px;
    margin-bottom: -59px;
  }

  .s-edge.edge-jobs-header-bottom {
    height: 60px;
    margin-bottom: -59px;
  }

  .s-edge.edge-jobs-top {
    height: 60px;
    margin-top: -59px;
  }

  .s-edge.edge-dark-footer {
    height: 60px;
    margin-top: -59px;
  }

  .s-edge.edge-dark-footer.flipped {
    height: 60px;
  }

  .s-edge.edge-footer-top-blue {
    height: 60px;
    margin-top: -59px;
  }

  .s-edge.edge-h5app-bottom {
    height: 60px;
  }

  .s-edge.edge-login-bottom {
    height: 80px;
    margin-top: -79px;
  }

  .s-edge.edge-b2b-bottom {
    height: 80px;
    margin-top: -79px;
    margin-bottom: 0px;
  }

  .s-edge.edge-b2b-bottom-hp {
    height: 60px;
    margin-bottom: -59px;
  }

  .s-edge.edge-advlayout-bottom {
    height: 80px;
    margin-top: -79px;
  }

  .s-edge.edge-apollo-bottom {
    height: 80px;
    margin-bottom: -79px;
  }

  .s-edge.edge-closedloop-top {
    height: 80px;
    margin-top: -79px;
  }

  .s-edge.edge-finapp-top {
    height: 60px;
    margin-top: -59px;
  }

  .s-edge.edge-finapp-bottom {
    height: 80px;
    margin-bottom: -79px;
  }

  .s-edge.edge-stdbill-bottom {
    height: 80px;
    margin-bottom: -79px;
  }

  .s-edge.edge-grey-top {
    height: 60px;
    margin-top: -59px;
  }

  .s-apollo-fintech {
    overflow: visible;
  }

  .h2-extra {
    font-size: 48px;
  }

  .heading-5 {
    font-size: 17px;
  }

  .heading-6 {
    font-size: 40px;
  }

  .menu-button {
    padding: 14px 11px 14px 14px;
  }

  .menu-button.w--open {
    background-color: #ffc075;
  }

  .burger-icon {
    display: none;
    width: 26px;
  }

  .home__decor_1 {
    display: none;
  }

  .inclusive__decor_4 {
    right: 20px;
  }

  .apollo__decor_0 {
    left: 85%;
    top: 15%;
    bottom: auto;
  }

  .h5app__decor_1 {
    left: 15%;
  }

  .h5app__decor_2 {
    right: 20px;
  }

  .b2b__decor_2 {
    left: 85%;
  }

  .capflow__decor_0 {
    left: 15%;
  }

  .news_header__decor_0 {
    display: none;
  }

  .home_header__decor_0 {
    display: none;
  }

  .press_release__decor_2 {
    left: -60px;
    top: 50px;
  }

  .s-company-events {
    padding-bottom: 140px;
  }

  .slider-pressrelease {
    margin-right: 40px;
    margin-left: 40px;
  }

  .pressrelease-date {
    margin-right: 20px;
    margin-left: 20px;
  }

  .slider-compevents {
    margin-right: 40px;
    margin-left: 40px;
  }

  .slide-compevents-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-compevents-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slide-compevents-thumbs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slide-compevents-thumbbig-container {
    padding: 40px 30px;
  }

  .slide-compevents-thumb-container {
    padding: 15px 20px;
  }

  .slide-compevents-bigbottom {
    display: none;
  }

  .support_header__decor_1 {
    top: 30%;
  }

  .support_header__decor_0 {
    display: none;
  }

  .contact_us_header__decor_2 {
    top: 16%;
  }

  .contact_us_header__decor_1 {
    top: 18%;
  }

  .contact_us_header__decor_0 {
    display: none;
  }

  .partners_header__decor_0 {
    display: none;
  }

  .partners_header__decor_2 {
    top: 16%;
  }

  .partners_header__decor_1 {
    top: 18%;
  }

  .about_header__decor_1 {
    top: 130px;
  }

  .about_header__decor_0 {
    display: none;
  }

  .about_header__decor_2 {
    top: 250px;
    right: 130px;
  }

  .org_structure__decor_0 {
    left: 40px;
    width: 400px;
  }

  ._w-org-structure {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .org-structure---desktop {
    display: none;
  }

  .org-structure---mobile {
    display: block;
  }

  .jobsitem-poster-image {
    min-width: 250px;
  }

  .jobs_item__decor_0 {
    -webkit-transform: translate(-50%, 50%) scale(0.5);
    -ms-transform: translate(-50%, 50%) scale(0.5);
    transform: translate(-50%, 50%) scale(0.5);
  }

  .s-job-item.dark {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .jobs_item__decor_1 {
    -webkit-transform: translate(50%, 50%) scale(0.5);
    -ms-transform: translate(50%, 50%) scale(0.5);
    transform: translate(50%, 50%) scale(0.5);
  }

  .jobs_item__decor_2 {
    -webkit-transform: translate(-50%, 50%) scale(0.5);
    -ms-transform: translate(-50%, 50%) scale(0.5);
    transform: translate(-50%, 50%) scale(0.5);
  }

  .jobs_item_poster__decor_0 {
    top: 20%;
  }

  .jobs_item_poster__decor_1 {
    top: 20%;
  }

  .jobs_item_poster__decor_2 {
    top: 20%;
  }

  .s-apollo72 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  ._2-cols-centered.home-header {
    margin-top: 140px;
  }

  ._2-cols-centered.news-header {
    margin-top: 140px;
  }

  ._2-cols-centered.support-header {
    margin-top: 140px;
  }

  ._2-cols-centered.contact-us-header {
    margin-top: 140px;
  }

  ._2-cols-centered.partners-header {
    margin-top: 140px;
  }

  ._2-cols-centered.about-header {
    margin-top: 140px;
  }

  ._2-cols-centered.jobs-header {
    margin-top: 100px;
  }

  .curriculum-2-cols.home-header {
    margin-top: 140px;
  }

  .curriculum-2-cols.news-header {
    margin-top: 140px;
  }

  .curriculum-2-cols.support-header {
    margin-top: 140px;
  }

  .curriculum-2-cols.contact-us-header {
    margin-top: 140px;
  }

  .curriculum-2-cols.partners-header {
    margin-top: 140px;
  }

  .curriculum-2-cols.about-header {
    margin-top: 140px;
  }

  .curriculum-2-cols.jobs-header {
    margin-top: 100px;
  }

  .apollo72__decor_0 {
    top: 16%;
    width: 550px;
  }

  .jobs__decor_0 {
    display: none;
  }

  .job_item0__decor_0 {
    left: 75%;
  }

  .job_item0__decor_1 {
    left: 35%;
  }

  .strategy_header__decor_1 {
    width: 70vw;
  }

  .strategy_header__decor_0 {
    display: none;
  }

  ._w-strategy {
    position: relative;
    z-index: 210;
    padding-top: 100px;
  }

  .abcd {
    margin-right: 50px;
    margin-left: 50px;
  }

  .navbar-lang-dd-arrow {
    margin-right: 20px;
  }

  .navbar-lang-dd-arrow.white {
    margin-right: 20px;
  }

  .acc_set_header__decor_0 {
    display: none;
  }

  .acc_set_header__decor_1 {
    top: 36px;
    right: -550px;
  }

  .acc_set_header__decor_2 {
    top: 220px;
    right: -50px;
  }

  .h5app_header__decor_0 {
    display: none;
  }

  .h5app_header__decor_2 {
    right: 25px;
  }

  .enterprise-customer {
    grid-column-gap: 20px;
  }

  .app-stores-qr-codes {
    grid-column-gap: 50px;
  }

  .login_header__decor_0 {
    display: none;
  }

  .login-cards-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .login_header__decor_1 {
    width: 580px;
  }

  .b2b_header__decor_0 {
    display: none;
  }

  .b2b-login-cards-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .b2b_header__decor_1 {
    right: -67px;
    width: 70vw;
  }

  .b2b_header__decor_2 {
    top: 18%;
  }

  ._w-b2b-login {
    position: relative;
    z-index: 210;
    padding-top: 100px;
  }

  .home_header_decor_00 {
    top: -270px;
    right: -350px;
    width: 950px;
    opacity: 0.6;
  }

  .s-enterprise-customer {
    padding-bottom: 140px;
  }

  .s-advlayout {
    padding-top: 100px;
    padding-bottom: 10px;
  }

  ._w-advlayout {
    position: relative;
    display: none;
    min-height: 300px;
    padding-top: 100px;
  }

  ._w-apollo-login {
    position: relative;
    z-index: 210;
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .sub-h3.adv-layout-p1 {
    margin-top: 60px;
    font-size: 16px;
  }

  .adv-layout-desktop {
    display: none;
    -webkit-transform: translate(-180px, -520px) scale(1.4);
    -ms-transform: translate(-180px, -520px) scale(1.4);
    transform: translate(-180px, -520px) scale(1.4);
  }

  .adv-layout-mobile {
    display: block;
  }

  .adv-layout-img-mobile {
    width: 85%;
    margin-left: -30px;
  }

  .superscript {
    position: relative;
    top: -5px;
    display: inline-block;
    margin-right: 1px;
    margin-left: 1px;
    color: #0332ff;
    font-size: 11px;
  }

  .sub-closedloop.adv-layout-p1 {
    margin-top: 60px;
    font-size: 16px;
  }

  ._w-fin-app {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .timeline-lottie {
    margin-left: 20px;
  }

  .b2b_header__decor_3 {
    top: 290px;
    right: 70px;
    width: 170px;
  }

  .s-open-to-ind {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  ._2-screenshots-wrap {
    position: relative;
    right: 5%;
  }

  .std-bill-screenshot.front {
    margin-right: -5%;
  }

  .openind__decor_3 {
    right: 20px;
  }

  .b2b-col {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 16px;
  }

  p {
    line-height: 150%;
  }

  .container.header {
    padding-bottom: 120px;
  }

  .container.header---generic-page {
    padding-bottom: 120px;
  }

  .container.header---about {
    padding-bottom: 120px;
  }

  .container.header---accset {
    padding-bottom: 120px;
  }

  .container.header---login {
    padding-bottom: 120px;
  }

  .container.header---b2b {
    padding-bottom: 55px;
  }

  .navbar-logo-apollo {
    width: 200px;
  }

  .grid-50-50 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-50-50.home-header {
    margin-top: 240px;
    grid-column-gap: 35px;
  }

  .grid-50-50.news-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  .grid-50-50.support-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  .grid-50-50.contact-us-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  .grid-50-50.partners-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  .grid-50-50.about-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  .grid-50-50.jobs-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  .grid-50-50.strategy-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  .grid-50-50.accset-header {
    margin-top: 230px;
    grid-column-gap: 35px;
  }

  .grid-50-50.login-header {
    margin-top: 220px;
    grid-column-gap: 35px;
  }

  .grid-50-50.b2b-header {
    margin-top: 230px;
    grid-column-gap: 35px;
  }

  .grid-50-50.apollo {
    grid-row-gap: 100px;
    text-align: center;
  }

  .grid-50-50.fin-app {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-text-block.about {
    max-width: 70vw;
  }

  .header-text-block.account-set {
    max-width: 70vw;
  }

  .header-text-block.log-in {
    max-width: 70vw;
  }

  .header-text-block.b2b {
    max-width: 70vw;
  }

  .year-row {
    -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;
  }

  .yearrow-year {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .historyevent-month {
    width: 15%;
  }

  .side-graphics-wrap {
    min-height: 300px;
  }

  .side-icon.bigger {
    width: 120px;
  }

  .side-icon.bigger.fin-app {
    width: 150px;
  }

  .p1 {
    margin-bottom: 60px;
  }

  .p1.cn {
    font-size: 14px;
  }

  .p1.fin-app {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .s-footer {
    padding-bottom: 20px;
  }

  ._w-footer {
    margin-bottom: 40px;
  }

  .heading-footer {
    font-size: 42px;
  }

  .footer-menu {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-qr-code {
    max-width: 100px;
  }

  .footer-contact-text {
    font-size: 13px;
  }

  .footer-copy-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
	z-index: 1000;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 130%;
  }

  .s-edge.edge-history-top {
    height: 55px;
    margin-top: -54px;
  }

  .s-edge.edge-history-bottom {
    height: 40px;
    margin-bottom: -39px;
  }

  .s-edge.edge-b2b-top {
    height: 40px;
    margin-top: -39px;
  }

  .s-edge.edge-b2b-bottom {
    height: 40px;
    margin-bottom: -39px;
  }

  .s-edge.edge-apollo-top {
    height: 55px;
    margin-top: -55px;
  }

  .s-edge.edge-apollo-bottom {
    height: 40px;
    margin-bottom: -39px;
  }

  .s-edge.edge-pressrelease-top {
    height: 55px;
    margin-top: -54px;
  }

  .s-edge.edge-comp_events-top {
    height: 40px;
  }

  .s-edge.edge-comp_events-bottom {
    height: 40px;
    margin-bottom: -39px;
  }

  .s-edge.edge-footer-top {
    height: 40px;
    margin-top: -39px;
  }

  .s-edge.edge-awards-top {
    height: 55px;
    margin-top: -54px;
  }

  .s-edge.edge-awards-bottom {
    height: 40px;
    margin-bottom: -39px;
  }

  .s-edge.edge-jobs-header-bottom {
    height: 40px;
    margin-bottom: -39px;
  }

  .s-edge.edge-jobs-top {
    height: 40px;
    margin-top: -39px;
  }

  .s-edge.edge-dark-footer {
    height: 40px;
    margin-top: -39px;
  }

  .s-edge.edge-dark-footer.flipped {
    height: 40px;
  }

  .s-edge.edge-footer-top-blue {
    height: 40px;
    margin-top: -39px;
  }

  .s-edge.edge-h5app-bottom {
    height: 40px;
  }

  .s-edge.edge-login-bottom {
    height: 55px;
    margin-top: -54px;
  }

  .s-edge.edge-b2b-bottom {
    height: 55px;
    margin-top: -54px;
    margin-bottom: 0px;
  }

  .s-edge.edge-b2b-bottom-hp {
    height: 40px;
    margin-bottom: -39px;
  }

  .s-edge.edge-advlayout-bottom {
    height: 55px;
    margin-top: -54px;
  }

  .s-edge.edge-apollo-bottom {
    height: 55px;
    margin-bottom: -54px;
  }

  .s-edge.edge-closedloop-top {
    height: 55px;
    margin-top: -54px;
  }

  .s-edge.edge-finapp-top {
    height: 40px;
    margin-top: -39px;
  }

  .s-edge.edge-finapp-bottom {
    height: 55px;
    margin-bottom: -54px;
  }

  .s-edge.edge-stdbill-bottom {
    height: 55px;
    margin-bottom: -54px;
  }

  .s-edge.edge-grey-top {
    height: 40px;
    margin-top: -39px;
  }

  ._w-history {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  ._w-b2b {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .s-ben-inclusive {
    padding-bottom: 110px;
    text-align: center;
  }

  ._w-ben-inclusive {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .s-h5-app {
    text-align: center;
  }

  ._w-h5-app {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .s-capital-flow {
    text-align: center;
  }

  ._w-capital-flow {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._w-apollo-fintech {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .h2-extra {
    font-size: 32px;
  }

  .h2-extra.hideondesktop {
    display: block;
  }

  .menu-button {
    margin-top: -5px;
    margin-right: -5px;
  }

  .h2-40px {
    font-size: 32px;
  }

  .h2-40px.partners-hack {
    font-size: 26px;
  }

  .side-icon-outlined {
    width: 75vw;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

  .side-icon-outlined.right {
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

  .side-icon-outlined.right.apollo {
    width: 100vw;
  }

  .side-icon-outlined.right.fin-app {
    width: 50vw;
  }

  .burger-icon {
    width: 24px;
  }

  .decor-left {
    width: 40px;
  }

  .decor-right {
    width: 40px;
  }

  .history__decor_0 {
    top: 20%;
  }

  .history__decor_1 {
    bottom: 13%;
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
  }

  .history__decor_2 {
    left: 50%;
    bottom: 14%;
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
  }

  .history__decor_3 {
    bottom: 10%;
  }

  .history__decor_4 {
    bottom: 12%;
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
  }

  .history__decor_5 {
    left: -10px;
    bottom: 13%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .inclusive__decor_0 {
    top: 40%;
  }

  .inclusive__decor_1 {
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
  }

  .inclusive__decor_2 {
    left: 50%;
    bottom: 15%;
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
  }

  .inclusive__decor_4 {
    top: 30%;
    bottom: auto;
  }

  .apollo__decor_0 {
    left: auto;
    top: 240px;
    right: 20px;
    bottom: auto;
    -webkit-transform: translate(0%, 0px) scale(0.5);
    -ms-transform: translate(0%, 0px) scale(0.5);
    transform: translate(0%, 0px) scale(0.5);
  }

  .h5app__decor_0 {
    top: 25%;
  }

  .h5app__decor_1 {
    left: 20px;
    top: 25%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .h5app__decor_2 {
    -webkit-transform: translate(-50%, 0px) scale(1);
    -ms-transform: translate(-50%, 0px) scale(1);
    transform: translate(-50%, 0px) scale(1);
  }

  .h5app__decor_3 {
    bottom: 15%;
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
  }

  .b2b__decor_0 {
    top: 22%;
  }

  .b2b__decor_1 {
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
  }

  .b2b__decor_2 {
    left: auto;
    top: 260px;
    right: 20px;
    bottom: auto;
    -webkit-transform: translate(0%, 0px) scale(0.5);
    -ms-transform: translate(0%, 0px) scale(0.5);
    transform: translate(0%, 0px) scale(0.5);
  }

  .capflow__decor_0 {
    left: 20px;
    top: 25%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .footer__decor_0 {
    left: 50%;
  }

  .footer__decor_1 {
    left: 0px;
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
  }

  .button-wrapper.centeronmobile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .news_header__decor_1 {
    top: 10px;
    width: 380px;
  }

  ._w-press-release {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .press_release__decor_2 {
    left: -140px;
    top: 110px;
  }

  .press_release__decor_0 {
    left: -10px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .press_release__decor_1 {
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
  }

  .s-company-events {
    padding-bottom: 100px;
    text-align: center;
  }

  ._w-news-photos {
    padding-bottom: 40px;
  }

  .slider-pressrelease {
    margin-right: 0px;
    margin-left: 0px;
  }

  .slide-pressrelease-item {
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pressrelease-thumb {
    width: 100%;
    height: 270px;
  }

  .pressrelease-date {
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 11px;
  }

  .pressrelease-link {
    margin-left: 0px;
    font-size: 11px;
  }

  .pressrelease-title {
    font-size: 17px;
  }

  .pressrelease-text {
    font-size: 13px;
    line-height: 140%;
  }

  .pressrelease-line {
    display: none;
  }

  .comp_events__decor_1 {
    left: 50%;
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
  }

  .slider-compevents {
    margin-right: 0px;
    margin-left: 0px;
  }

  .slide-compevents-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contacts-addresses {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact_us_header__decor_2 {
    left: 0px;
    top: 15%;
    -webkit-transform: scale(0.5) translate(-50%, 0%);
    -ms-transform: scale(0.5) translate(-50%, 0%);
    transform: scale(0.5) translate(-50%, 0%);
  }

  .contact_us_header__decor_1 {
    top: 17%;
    -webkit-transform: scale(0.5) translate(-50%, 0%);
    -ms-transform: scale(0.5) translate(-50%, 0%);
    transform: scale(0.5) translate(-50%, 0%);
  }

  .partners-logos-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .partners_header__decor_2 {
    left: 0px;
    top: 15%;
    -webkit-transform: scale(0.5) translate(-50%, 0%);
    -ms-transform: scale(0.5) translate(-50%, 0%);
    transform: scale(0.5) translate(-50%, 0%);
  }

  .partners_header__decor_1 {
    top: 17%;
    -webkit-transform: scale(0.5) translate(-50%, 0%);
    -ms-transform: scale(0.5) translate(-50%, 0%);
    transform: scale(0.5) translate(-50%, 0%);
  }

  .about_header__decor_1 {
    top: 50px;
    width: 320px;
    opacity: 0.6;
  }

  .about_header__decor_2 {
    top: 155px;
    right: 110px;
    width: 100px;
    opacity: 0.5;
  }

  ._w-awards {
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .org_structure__decor_0 {
    left: 10px;
    top: 80px;
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
  }

  .org_structure__decor_2 {
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
  }

  .h1-about {
    font-size: 40px;
  }

  .s-org-structure {
    text-align: center;
  }

  ._w-org-structure {
    padding-top: 1px;
    padding-bottom: 20px;
  }

  .jobs-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jobsitem-poster {
    text-align: center;
  }

  .jobsitem-wrap {
    justify-items: center;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .jobsitem-wrap.reverse {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .jobsitem-poster-image {
    width: auto;
    height: 100%;
    min-width: auto;
  }

  .jobsitem-poster-cta {
    margin-top: 30px;
    font-size: 9px;
  }

  .jobsitem-cta-arrow {
    margin-top: 0px;
    margin-left: 5px;
  }

  .jobs_item__decor_0 {
    -webkit-transform: translate(-50%, 50%) scale(0.3);
    -ms-transform: translate(-50%, 50%) scale(0.3);
    transform: translate(-50%, 50%) scale(0.3);
  }

  .p-job-intro {
    font-size: 14px;
  }

  .s-job-item.white {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .jobs_item__decor_1 {
    -webkit-transform: translate(50%, 50%) scale(0.3);
    -ms-transform: translate(50%, 50%) scale(0.3);
    transform: translate(50%, 50%) scale(0.3);
  }

  .jobsitem-posterwrap {
    display: inline-block;
    height: 200px;
  }

  .jobs_item__decor_2 {
    -webkit-transform: translate(-50%, 50%) scale(0.3);
    -ms-transform: translate(-50%, 50%) scale(0.3);
    transform: translate(-50%, 50%) scale(0.3);
  }

  .jobs_item_poster__decor_0 {
    top: -5%;
    right: 50%;
    width: 75vw;
    -webkit-transform: translate(50%, 0%);
    -ms-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
  }

  .jobs_item_poster__decor_1 {
    left: 50%;
    top: -5%;
    width: 75vw;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  .jobs_item_poster__decor_2 {
    top: -5%;
    right: 50%;
    width: 75vw;
    -webkit-transform: translate(50%, 0%);
    -ms-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
  }

  ._w-apollo72 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .p-intro {
    font-size: 14px;
  }

  ._2-cols-centered {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-cols-centered.home-header {
    margin-top: 240px;
    grid-column-gap: 35px;
  }

  ._2-cols-centered.news-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  ._2-cols-centered.support-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  ._2-cols-centered.contact-us-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  ._2-cols-centered.partners-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  ._2-cols-centered.about-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  ._2-cols-centered.jobs-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  .curriculum-2-cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .curriculum-2-cols.home-header {
    margin-top: 240px;
    grid-column-gap: 35px;
  }

  .curriculum-2-cols.news-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  .curriculum-2-cols.support-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  .curriculum-2-cols.contact-us-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  .curriculum-2-cols.partners-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  .curriculum-2-cols.about-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  .curriculum-2-cols.jobs-header {
    margin-top: 100px;
    grid-column-gap: 35px;
  }

  .apollo72__decor_0 {
    left: -150px;
    top: 11%;
    width: 500px;
  }

  .apollo72__decor_1 {
    top: 60%;
    right: -10px;
  }

  .job_item0__decor_0 {
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
  }

  .job_item0__decor_1 {
    left: -10px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .job_item1__decor_1 {
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
  }

  .tutor-intro {
    margin-top: 80px;
  }

  .tutors-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._w-strategy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .strategy__decor_0 {
    left: -10px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .strategy__decor_1 {
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
  }

  .abcd {
    margin: 60px 0px;
  }

  .four-logos {
    margin-top: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .four-logos-title {
    display: none;
  }

  .wave-wrap {
    height: 110px;
    margin-top: -109px;
  }

  .wave-bg {
    height: 70px;
  }

  .wave-2outlines-bg {
    height: 70px;
  }

  .abcd-logo {
    display: none;
  }

  .acc_set_header__decor_1 {
    top: 80px;
    right: -220px;
    width: 500px;
    opacity: 0.8;
  }

  .acc_set_header__decor_2 {
    top: 160px;
    right: 0px;
    width: 200px;
    opacity: 0.5;
  }

  .h5app_header__decor_1 {
    top: 30px;
    right: -60px;
    width: 280px;
    opacity: 0.5;
  }

  .h5app_header__decor_2 {
    top: 140px;
    right: 30px;
    width: 100px;
    opacity: 0.5;
  }

  .enterprise-customer {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .appstoreqrcode-cta {
    margin-top: 30px;
  }

  .enterp-marketing-phone {
    position: relative;
    left: 20px;
    height: 420px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .header-micro-label {
    font-size: 10px;
  }

  .login-cards-list {
    margin-top: 60px;
  }

  .login-card {
    padding: 15px 18px;
  }

  .login_header__decor_1 {
    top: 20px;
    right: -30px;
    width: 340px;
    opacity: 0.6;
  }

  .b2b-login-cards-list {
    margin-top: 60px;
  }

  .b2b-login-card {
    padding: 27px 20px;
  }

  .b2blogincard-logo {
    width: 70%;
  }

  .b2b_header__decor_1 {
    top: 30px;
    right: -40px;
    width: 336px;
  }

  .b2b_header__decor_2 {
    left: -15px;
    top: 100px;
  }

  ._w-b2b-login {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .p-h5app {
    font-size: 16px;
  }

  .home_header_decor_00 {
    top: -190px;
    right: -290px;
    width: 614px;
  }

  .s-enterprise-customer {
    padding-bottom: 100px;
    text-align: center;
  }

  ._w-advlayout {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .s-estab-credit {
    padding-bottom: 110px;
    text-align: center;
  }

  ._w-estab-credit {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .s-auth-data {
    text-align: center;
  }

  ._w-auth-data {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .s-dyn-data {
    padding-bottom: 110px;
    text-align: center;
  }

  ._w-dyn-data {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .s-s2b2c {
    padding-bottom: 110px;
    text-align: center;
  }

  ._w-s2b2c {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  ._w-apollo-login {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .login-popup {
    padding: 15px 18px;
  }

  .adv-layout-img-mobile {
    width: 100%;
  }

  .s-closed-loop {
    text-align: center;
  }

  ._w-closed-loop {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .closedloop-card {
    padding: 15px 18px;
    text-align: center;
  }

  .s-enterp-marketing {
    padding-top: 140px;
    padding-bottom: 100px;
    text-align: center;
  }

  ._w-fin-app {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .h5app_header__decor_3 {
    top: 130px;
    width: 470px;
    opacity: 0.5;
  }

  .image-fast-channel {
    max-width: 300px;
  }

  .pc-timeline {
    display: none;
  }

  .mob-timeline {
    display: block;
  }

  .text-span {
    font-family: Avenir, sans-serif;
    color: #ffc075;
    font-weight: 900;
  }

  .text-span-2 {
    font-family: Avenir, sans-serif;
    color: #ffc075;
    font-weight: 900;
  }

  .b2b_header__decor_3 {
    top: 160px;
    opacity: 0.5;
  }

  ._w-std-bill {
    padding-top: 40px;
  }

  .s-open-to-ind {
    padding-bottom: 110px;
    text-align: center;
  }

  ._w-open-to-ind {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  ._2-waves-wrap {
    height: 110px;
    margin-top: -109px;
  }

  .openind__decor_0 {
    left: -100px;
    top: 7%;
    width: 300px;
  }

  .openind__decor_1 {
    left: 40px;
    top: 290px;
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
  }

  .openind__decor_2 {
    left: 30px;
    top: 430px;
    width: 70px;
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
  }

  .openind__decor_3 {
    width: 7px;
  }

  .openind__decor_4 {
    -webkit-transform: translate(-50%, 0px) scale(0.5);
    -ms-transform: translate(-50%, 0px) scale(0.5);
    transform: translate(-50%, 0px) scale(0.5);
  }

  .b2b-col {
    margin-bottom: 20px;
  }

  .b2b-flow-pc {
    display: none;
  }

  .b2b-flow-mob {
    display: block;
    width: 50%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .container.header---jobs {
    padding-bottom: 20px;
  }

  .header-text-block.about {
    max-width: none;
  }

  .header-text-block.account-set {
    max-width: none;
  }

  .header-text-block.log-in {
    max-width: none;
  }

  .header-text-block.b2b {
    max-width: none;
  }

  .header-text-block.h5-app {
    max-width: none;
  }

  .side-icon.bigger.b2b {
    width: 170px;
  }

  .side-icon.bigger.fin-app {
    width: 170px;
  }

  .footer-qr-code {
    max-width: 80px;
  }

  .s-edge.edge-comp_events-bottom {
    height: 20px;
    margin-bottom: -19px;
  }

  .menu-button {
    margin-right: -10px;
  }

  .side-icon-outlined.right.fin-app {
    width: 90vw;
  }

  .history__decor_2 {
    left: 50%;
  }

  .inclusive__decor_0 {
    top: 20%;
  }

  .inclusive__decor_1 {
    top: 20%;
  }

  .inclusive__decor_2 {
    left: 50%;
  }

  .b2b__decor_2 {
    bottom: 15%;
  }

  .news_header__decor_1 {
    top: -80px;
    right: 30px;
    width: 200px;
  }

  .press_release__decor_2 {
    left: -60px;
  }

  .pressrelease-thumb {
    height: 180px;
  }

  .comp_events__decor_1 {
    left: 50%;
  }

  .support_header__decor_1 {
    top: 10%;
  }

  .support_header__decor_2 {
    top: 10%;
  }

  .support_header__decor_3 {
    top: 20%;
  }

  .partners-logos-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .about_header__decor_1 {
    width: 220px;
  }

  .about_header__decor_2 {
    top: 108px;
    right: 60px;
  }

  .jobs_item_poster__decor_0 {
    top: 5%;
  }

  .jobs_item_poster__decor_1 {
    top: 5%;
  }

  .jobs_item_poster__decor_2 {
    top: 5%;
  }

  .apollo72__decor_0 {
    top: 9%;
  }

  .abcd {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .appstoreqrcode-cta {
    font-size: 10px;
  }

  .login-cards-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .b2b-login-cards-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .b2b_header__decor_2 {
    width: 80vw;
    -webkit-transform: translate(10%, 0%);
    -ms-transform: translate(10%, 0%);
    transform: translate(10%, 0%);
  }

  .h5app_header__decor_3 {
    left: -110px;
  }

  .image-fast-channel {
    max-width: 100%;
  }

  .text-span {
    color: #ffc075;
  }

  .h1.cn {
    font-size: 60px;
  }

  .b2b_header__decor_3 {
    opacity: 0.2;
  }

  .p-open-to-ind {
    max-width: 100%;
  }

  .std-bill-screenshot.front {
    width: 50%;
  }

  .openind__decor_1 {
    left: 10px;
    width: 30px;
  }

  .openind__decor_2 {
    left: 20px;
    width: 50px;
  }

  .b2b-flow-mob {
    width: 100%;
  }
}

#w-node-ebf6b30ac9b4-6631940b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e80628fc2fca-6631940b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-1f093eeb4807-6631940b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-20f89794b3f2-6631940b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-7951a69000e4-a69000d8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-7951a69000e5-a69000d8 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

#w-node-c5caa246cf43-a246cf37 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-d1f0b4454a00-a246cf37 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

#w-node-94dfb49de4e9-e0b0a0bc {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-276d274817f3-e0b0a0bc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-6bd0a67ccab5-e0b0a0bc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-2e3f4b0fa7d7-fc5ada11 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-4fba45a7ff3e-a0f6571a {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

#w-node-65a962d8c71b-76e87ba8 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-8cf0fc21dd8d-cd9abe94 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ebf6b30ac9b4-5f16a209 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e80628fc2fca-5f16a209 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-1f093eeb4807-5f16a209 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-20f89794b3f2-5f16a209 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d80354547fe3-54547fd7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-d80354547fe4-54547fd7 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

#w-node-2e3f4b0fa7d7-4e34cf1b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-65a962d8c71b-a86e9703 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-6088be0ac1e0-84c9f28e {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c00f5ae0fbfe-5ae0fbef {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-686edf6aa8ad-5ae0fbef {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

#w-node-94dfb49de4e9-62ec2579 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-fd90ed2f7595-7299dae8 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-8b9e833d070d-beeefc5e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-8b9e833d070d-4deaa79d {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ebf6b30ac9b4-6631940b {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-e80628fc2fca-6631940b {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-1f093eeb4807-6631940b {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-20f89794b3f2-6631940b {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-85d4045cee20-6631940b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-f5c40eb5cdbe-6631940b {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-26ebfb7c206f-fc5ada11 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-acb5165668b7-a0f6571a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-4fba45a7ff51-a0f6571a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d3dc007d1649-a0f6571a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-fec047da4285-beeefc5e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-08f9fb017727-9f6f5089 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d4ee39848c17-9f6f5089 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ebf6b30ac9b4-5f16a209 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-e80628fc2fca-5f16a209 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-1f093eeb4807-5f16a209 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-20f89794b3f2-5f16a209 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-85d4045cee20-5f16a209 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-f5c40eb5cdbe-5f16a209 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-26ebfb7c206f-4e34cf1b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-acb5165668b7-84c9f28e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-4fba45a7ff51-84c9f28e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d3dc007d1649-84c9f28e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-08f9fb017727-f63f8fae {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d4ee39848c17-f63f8fae {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-fec047da4285-4deaa79d {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Black-03.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-BlackOblique-04.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Light-07.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Book';
  src: url('../fonts/Avenir-BookOblique-02.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Medium-09.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-LightOblique-08.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Oblique-11.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Roman-12.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-MediumOblique-10.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Book';
  src: url('../fonts/Avenir-Book-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-HeavyOblique-06.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Heavy-05.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

.pressrelease-thumb {
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.slide-compevents-bgimage,
.slide-compevents-bgimage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pressrelease-line {
  opacity: 0.5;
}

.decor-left,
.decor-right {
  pointer-events: none !important;
}

.decorholder,
.decor-left,
.decor-right {
  pointer-events: none;
}

.decor-left>*,
.decor-right>* {
  pointer-events: all;
}

.navbar-link {
  color: inherit;
}

.footermenu-link {
  color: inherit;
}

.login-popups {
  pointer-events: none;
}

.login-popups>* {
  /*display: none;*/
  pointer-events: all;
}

#area_0,
#area_1,
#area_2,
#area_3,
#area_4,
#area_5,
#area_6,
#area_7 {
  cursor: pointer;
}

.jobs-arrow-up-0 {
  fill: currentColor;
}

#wrap {
  width: 100%;
  height: 100%;
}

#animation_container {
  width: 100%;
  height: 100%;
}

#animation_container canvas,
#dom_overlay_container {
  top: 0;
  left: unset;
  right: 0;
}

.bg-anim-embed {
  display: block;
}

#animation_container canvas {
  transform-origin: top right;
  transform: scale(2);
  top: -870px;
  right: -1040px;
}

@media (min-width: 1440px) {
  #animation_container canvas {
    transform: scale(2.5);
    top: -1050px;
    right: -1280px;
  }
}

@media (max-width: 991px) {
  #animation_container canvas {
    transform: scale(1.6);
    top: -580px;
    right: -670px;
    opacity: .6;
  }
}

@media (max-width: 767px) {
  #animation_container canvas {
    transform: scale(1.6);
    top: -580px;
    right: -670px;
  }
}

@media (max-width: 425px) {
  #animation_container canvas {
    transform: scale(.8);
    top: -330px;
    right: -340px;
  }
}

@media (min-width: 1560px) {
  #animation_container canvas {
    transform: scale(2.8);
    top: -1200px;
    right: -1500px;
  }
}

@media (min-width: 1800px) {
  #animation_container canvas {
    transform: scale(3);
    top: -1320px;
    right: -1700px;
  }
}

.max-1-line,
.max-3-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.max-1-line {
  -webkit-line-clamp: 1;
}

.pressrelease-line {
  width: calc(100% - 170px);
}

.slider-nav .w-slider-dot {
  width: 30px;
  height: 2px;
  border-radius: 3px;
  background-color: #000;
  opacity: .2;
}

.slider-nav .w-slider-dot.w-active {
  opacity: 1;
}

.fotorama__nav-wrap {
  padding-top: 60px;
}

.fotorama__thumb-border {
  /* border: 0 !important; */
  /* border-bottom: 4px solid #0233ff !important; */
  border-color: #0233ff;
  background-image: none !important;
}

.fotorama__nav__frame--thumb {
  opacity: .25 !important;
}

.fotorama__nav__frame--thumb.fotorama__active {
  opacity: 1 !important;
}

.width-100 {
  width: 100%;
}

.timeline-lottie {
  min-width: 50vw;
}

.wave-bg,
.wave-2outlines-bg {
  animation: wave 5s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  width: 300vw;
}

.wave-2outlines-bg {
  animation-duration: 10s;
}

@keyframes wave {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-150vw, 0, 0);
  }
}

.side-icon.icon-5 {
  width: 209px;
}

.side-icon.icon-6 {
  width: 170px;
}

.side-icon.icon-7 {
  width: 180px;
}