:root {
  --dodger-blue: #4696ff;
  --midnight-blue: #0f1c50;
  --dark-slate-blue: #45537d;
  --slate-grey: #747ea1;
  --light-steel-blue: #aac8ff;
  --steel-blue: #6785c1;
  --alice-blue: #d4e7f7;
  --alice-blue-2: #d4e7f7;
  --white: white;
  --black: black;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  transition: color .2s;
  display: flex;
}

.brand:hover {
  color: #4b6bf5;
}

.nav-dropdown-list.w--open {
  background-color: rgba(22, 26, 37, .92);
  margin-left: -8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link {
  text-transform: uppercase;
  padding: 28px 16px 10px;
  font-weight: 600;
  transition: color .1s;
}

.nav-link:hover {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dodger-blue);
  color: #4696ff;
}

.nav-link.w--current {
  color: #161a25;
}

.nav-link.w--current:hover {
  color: #4b6bf5;
}

.button {
  height: 48px;
  color: #fff;
  text-align: center;
  background-color: #4b6bf5;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
}

.button:hover {
  box-shadow: 0 4px 12px rgba(75, 107, 245, .5);
}

.button.small {
  height: 40px;
  border-radius: 20px;
  padding: 10px 24px;
  font-size: 13px;
  line-height: 20px;
}

.button.red {
  letter-spacing: 2px;
  background-color: #bc4328;
  flex: none;
  margin-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Helveticaneuemed;
  transition: box-shadow .3s;
}

.button.red:hover {
  box-shadow: 0 4px 12px rgba(255, 47, 91, .45);
}

.button.red {
  background-color: #ff2f5b;
}

.button.red:hover {
  box-shadow: 0 4px 12px rgba(255, 47, 91, .45);
}

.button.white {
  color: #161a25;
  background-color: #fff;
}

.button.white:hover {
  box-shadow: 0 4px 12px rgba(22, 26, 37, .25);
}

.button.midnight-blue {
  background-color: var(--midnight-blue);
  letter-spacing: 2px;
  flex: none;
  margin-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Helveticaneuemed;
  transition: box-shadow .3s;
}

.button.midnight-blue:hover {
  box-shadow: 0 4px 12px rgba(255, 47, 91, .45);
}

.wrapper {
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.wrapper.nav-bar-wrapper {
  z-index: 1;
  max-width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.wrapper.solution {
  justify-content: center;
  margin-top: -25px;
}

.wrapper.choose {
  margin-top: 0;
}

.wrapper.nav-bar-wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.wrapper.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper.contact {
  align-items: flex-start;
}

.wrapper.global {
  align-items: flex-end;
  top: -35px;
}

.wrapper.place-top {
  text-align: center;
  margin-top: 0;
  padding: 0;
  display: block;
  position: static;
}

.wrapper.insight-post {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-bar {
  z-index: 100;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, .8);
  justify-content: center;
  padding-left: 25px;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px rgba(22, 26, 37, .1);
}

.navigation {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.nav-dropdown-link {
  color: rgba(255, 255, 255, .7);
  padding: 8px 32px 8px 24px;
  font-size: 14px;
  transition: color .1s;
}

.nav-dropdown-link:hover, .nav-dropdown-link.w--current {
  color: #fff;
}

.nav-menu {
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-dropdown-icon {
  display: none;
}

.nav-bar-shadow {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 16px rgba(82, 91, 115, .15);
}

.text-block {
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-weight: 600;
}

.text-block-2 {
  text-transform: uppercase;
}

.nav-link-menu {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 40px;
  padding: 28px 15px 5px;
  font-family: Helveticaneue;
  font-weight: 500;
}

.nav-link-menu:hover {
  border-bottom: 1px solid var(--dodger-blue);
  color: var(--dodger-blue);
}

.nav-link-menu.w--current:focus {
  border-bottom: 1px solid var(--dodger-blue);
}

.ntt-logo {
  margin-top: 20px;
  margin-bottom: 0;
}

.colour-bar {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.bg-image {
  width: 85%;
  height: auto;
  max-width: none;
  position: static;
}

.bg-image._12 {
  background-image: url('../images/contact-hero-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
}

.bg-image._2 {
  width: 35%;
  background-image: none;
}

.section {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  margin-top: 67px;
  display: block;
  position: relative;
}

.section.future {
  background-image: url('../images/home-page-bg-1-01.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 110px 25px 90px;
  display: flex;
}

.section.event {
  background-color: #f0f0f0;
  margin-top: 50px;
  margin-bottom: 50px;
  display: none;
}

.section.event.v2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.section.register {
  background-color: rgba(170, 200, 255, .25);
  margin-top: 30px;
  padding-top: 90px;
  display: none;
}

.section.insight {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 135px 24px;
  display: block;
}

.section.insight.upcoming {
  display: block;
}

.section.insight._2 {
  display: none;
}

.section-hero {
  width: 100%;
  height: 110%;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  position: relative;
}

.section-hero.contact {
  background-image: url('../images/contact-hero-01.jpg');
  background-repeat: no-repeat;
  background-size: auto;
}

.section-hero.milestones {
  display: block;
}

.section-hero.hide {
  display: none;
}

.div-block {
  width: 600px;
  height: 200px;
  background-color: #ac5c5c;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
}

.div-left {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 139px;
  margin-left: 125px;
  display: block;
  position: static;
  top: 55vh;
  left: 15vw;
}

.div-left._2 {
  margin-top: -120px;
  margin-left: 62px;
}

.hero-text {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 20px;
  padding-left: 5px;
  font-family: Helveticaneuemed;
  font-size: 34px;
  font-weight: 300;
  line-height: 38px;
}

.heading {
  color: #fff;
  letter-spacing: 1px;
  font-family: Helveticaneuemed;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
}

.heading-2 {
  color: var(--dark-slate-blue);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Helveticaneuemed;
  font-size: 28px;
  line-height: 34px;
}

.heading-2.white {
  color: #fff;
  margin-top: 0;
}

.heading-2.white.link {
  box-shadow: none;
  border-style: none;
  margin-left: 15px;
  font-size: 21px;
  text-decoration: none;
  transition: none;
}

.heading-2.white.v2 {
  color: var(--dark-slate-blue);
  text-align: center;
  font-size: 28px;
}

.heading-2.white.left {
  text-align: left;
}

.heading-2.white.left.global {
  margin-top: -5vh;
  font-size: 24px;
}

.heading-2.v2 {
  color: var(--dark-slate-blue);
  text-align: left;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}

.heading-2.event-name {
  margin-top: 35px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-2._2 {
  margin-bottom: 0;
  top: -30px;
}

.div-block-3 {
  position: static;
}

.body {
  background-color: #f0f0f0;
  display: block;
}

.body-text {
  width: auto;
  max-width: 850px;
  color: var(--slate-grey);
  text-align: center;
  margin-top: 20px;
  margin-left: 0;
  font-family: Helveticaneuelt;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.body-text.white {
  color: #fff;
}

.body-text.white.left {
  text-align: left;
  margin-bottom: 40px;
}

.body-text.white.left.small {
  letter-spacing: .5px;
  margin-top: 57px;
  margin-bottom: 85px;
  font-size: 15px;
  line-height: 24px;
}

.body-text.v2 {
  color: var(--slate-grey);
  display: none;
}

.body-text.event {
  max-width: 900px;
  color: #828487;
  text-align: left;
  margin-top: 35px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.body-text.thanks {
  margin-bottom: 110px;
}

.body-text.align-left {
  text-align: left;
}

.body-text.thanks-copy {
  margin-bottom: 0;
}

.contact-card-v2 {
  z-index: 1;
  width: 100%;
  max-width: 770px;
  background-color: #fff;
  margin-top: 50px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 24px rgba(82, 91, 115, .12);
}

.contact-form {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.contact-form.flex-center {
  width: 100%;
  max-width: 770px;
  color: #979797;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  font-family: Helveticaneuelt;
  font-size: 12px;
  display: flex;
}

.form-success {
  background-color: rgba(0, 0, 0, 0);
}

.contact-form-wrapper {
  flex: 1;
  margin-bottom: 0;
  margin-left: 70px;
  margin-right: 70px;
  padding: 64px 56px;
  display: block;
}

.contact-form-wrapper.register {
  justify-content: center;
  display: flex;
}

.input {
  height: 48px;
  border: 1px solid #e6e8ef;
  border-radius: 24px;
  margin-bottom: 24px;
  padding: 15px 24px 14px;
  transition: border-color .2s;
}

.input:hover {
  border-color: #cbd0df;
}

.input:focus {
  border-color: #4b6bf5;
}

.input.contact-name {
  color: var(--midnight-blue);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/input-user-icon.svg');
  background-repeat: no-repeat;
  flex: none;
  padding-left: 56px;
  font-size: 14px;
  display: block;
}

.input.contact-name::-ms-input-placeholder {
  color: var(--dark-slate-blue);
}

.input.contact-name::placeholder {
  color: var(--dark-slate-blue);
}

.input.contact-name._2 {
  flex: 0 auto;
}

.input.contact-email {
  color: var(--midnight-blue);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/input-mail-con.svg');
  background-position: 0;
  background-repeat: no-repeat;
  flex: 1;
  margin-left: 0;
  padding-left: 56px;
}

.input.contact-email::-ms-input-placeholder {
  color: var(--dark-slate-blue);
}

.input.contact-email::placeholder {
  color: var(--dark-slate-blue);
}

.input.contact-message {
  width: 100%;
  height: auto;
  min-height: 160px;
  color: var(--midnight-blue);
  background-image: url('../images/input-pen-icon.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  flex: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 56px;
}

.input.contact-message::-ms-input-placeholder {
  color: var(--dark-slate-blue);
}

.input.contact-message::placeholder {
  color: var(--dark-slate-blue);
}

.input.contact-message.v2 {
  color: var(--midnight-blue);
}

.input.phone-number {
  clear: none;
  color: var(--midnight-blue);
  background-image: url('../images/icon-phone-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 64px 48px;
  flex: 1;
  margin-left: 20px;
  padding-left: 56px;
}

.input.phone-number::-ms-input-placeholder {
  color: var(--dark-slate-blue);
}

.input.phone-number::placeholder {
  color: var(--dark-slate-blue);
}

.input.contact-company {
  color: var(--midnight-blue);
  background-image: url('../images/icon_company-01.svg');
  background-repeat: no-repeat;
  background-size: 64px 48px;
  flex: 0 auto;
  padding-left: 56px;
}

.input.contact-company::-ms-input-placeholder {
  color: var(--dark-slate-blue);
}

.input.contact-company::placeholder {
  color: var(--dark-slate-blue);
}

.input.contact-country {
  color: var(--midnight-blue);
  background-image: url('../images/icon_country-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 64px 48px;
  flex: 1;
  padding-left: 56px;
}

.input.contact-country::-ms-input-placeholder {
  color: var(--dark-slate-blue);
}

.input.contact-country::placeholder {
  color: var(--dark-slate-blue);
}

.input.contact-country.width-full {
  width: 100%;
  flex: 0 auto;
}

.input.footer-email {
  height: 40px;
  background-image: url('../images/input-mail-con.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto 40px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 48px;
  font-size: 13px;
  line-height: 20px;
}

.input.designation {
  color: var(--midnight-blue);
  background-image: url('../images/icon_designation-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 64px 48px;
  padding-left: 56px;
}

.input.designation::-ms-input-placeholder {
  color: var(--dark-slate-blue);
}

.input.designation::placeholder {
  color: var(--dark-slate-blue);
}

.input.contact-name {
  color: #0f1c50;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/input-user-icon.svg');
  background-repeat: no-repeat;
  flex: none;
  padding-left: 56px;
  font-size: 14px;
}

.input.contact-name::-ms-input-placeholder {
  color: #45537d;
}

.input.contact-name::placeholder {
  color: #45537d;
}

.input.contact-company {
  color: #0f1c50;
  background-image: url('../images/icon_company-01.svg');
  background-repeat: no-repeat;
  background-size: 64px 48px;
  flex: 0 auto;
  padding-left: 56px;
}

.input.contact-company::-ms-input-placeholder {
  color: #45537d;
}

.input.contact-company::placeholder {
  color: #45537d;
}

.input.contact-country {
  color: #0f1c50;
  background-image: url('../images/icon_country-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 64px 48px;
  flex: 1;
  padding-left: 56px;
}

.input.contact-country::-ms-input-placeholder {
  color: #45537d;
}

.input.contact-country::placeholder {
  color: #45537d;
}

.input.contact-country.width-full {
  width: 100%;
  flex: 0 auto;
}

.input.phone-number {
  clear: none;
  color: #0f1c50;
  background-image: url('../images/icon-phone-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 64px 48px;
  flex: 1;
  margin-left: 20px;
  padding-left: 56px;
}

.input.phone-number::-ms-input-placeholder {
  color: #45537d;
}

.input.phone-number::placeholder {
  color: #45537d;
}

.input.contact-email {
  color: #0f1c50;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/input-mail-con.svg');
  background-position: 0;
  background-repeat: no-repeat;
  flex: 1;
  margin-left: 0;
  padding-left: 56px;
}

.input.contact-email::-ms-input-placeholder {
  color: #45537d;
}

.input.contact-email::placeholder {
  color: #45537d;
}

.form-error {
  color: #ff2f5b;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-size: 13px;
  line-height: 20px;
}

.form-error.text-left {
  text-align: left;
}

.contact-form-1 {
  background-color: #fff;
  justify-content: center;
  margin-top: 55px;
  display: block;
  position: relative;
  box-shadow: 0 10px 24px rgba(82, 91, 115, .12);
}

.paragraph {
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 75px;
  margin-right: 75px;
  display: block;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-tnc {
  flex: none;
  margin-left: 65px;
  margin-right: 65px;
  text-decoration: none;
}

.bold-text {
  letter-spacing: 1px;
  font-family: Helveticaneuemed;
}

.text-span, .text-span-2 {
  color: var(--dodger-blue);
  text-decoration: none;
}

.section-footer {
  width: auto;
  height: auto;
  background-color: #45537d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 30px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.footer {
  display: block;
}

.container {
  height: auto;
  display: flex;
  position: relative;
}

.section-2 {
  display: block;
  position: relative;
}

.div-block-4 {
  display: flex;
  position: relative;
}

.section-3 {
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.div-block-5 {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.div-block-6 {
  padding-top: 0;
  display: flex;
}

.div-footer-links {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 20px;
  display: flex;
}

.heading-3 {
  color: var(--light-steel-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneue;
  font-size: 16px;
  font-weight: 500;
}

.div-block-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -8px;
  margin-right: 75px;
  padding-top: 0;
  display: flex;
}

.div-block-8 {
  margin-top: 20px;
}

.footer-links {
  color: #fff;
  margin-top: 15px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.footer-bottom {
  width: 100%;
  border-top: .5px solid #fff;
  margin-top: 100px;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.copyright {
  color: #b6b6b7;
  letter-spacing: .5px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: block;
}

.div-block-9 {
  width: 60px;
  height: 60px;
  max-height: 60px;
  max-width: 60px;
  background-color: var(--dodger-blue);
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 60px;
  right: 15px;
}

.image {
  margin-top: -5px;
  padding-top: 0;
}

.slide {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  max-width: 100%;
  background-image: url('../images/home-slider-1-01.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.mask {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  max-width: 100%;
  overflow: hidden;
}

.link-block {
  z-index: 11;
  width: 60px;
  height: 60px;
  max-height: 60px;
  max-width: 60%;
  background-color: var(--dodger-blue);
  background-image: url('../images/scroll-top-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 50%;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 30px;
  display: flex;
  position: fixed;
  bottom: 110px;
  right: 15px;
}

.link-block.w--current {
  background-size: 25px 50%;
}

.link-block.contact {
  justify-content: center;
  align-items: center;
  position: static;
}

.right-arrow {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  background-color: var(--light-steel-blue);
  border-radius: 50px;
  justify-content: center;
  margin-right: 45px;
  display: flex;
  position: absolute;
}

.right-arrow:hover {
  border: 2px solid #fff;
}

.slider {
  width: 100%;
  height: 100vh;
}

.slide-nav {
  opacity: .4;
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  bottom: 10vh;
  right: 45px;
}

.left-arrow {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  background-color: var(--light-steel-blue);
  border-radius: 50px;
  justify-content: center;
  margin-left: 45px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.left-arrow:hover {
  border: 2px solid #fff;
}

.slider-1-contents {
  width: 375px;
  height: 100px;
  color: var(--slate-grey);
  margin-top: 25px;
  font-family: Helveticaneuelt;
  font-size: 16px;
}

.container-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 40vh;
  right: 12vw;
}

.div-block-10 {
  width: 450px;
  height: 300px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.slider-title {
  color: var(--dark-slate-blue);
  font-family: Helveticaneuemed;
  font-size: 34px;
}

.slider-title.consumer {
  text-align: left;
  padding-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
  top: -20px;
}

.slider-title.solutions {
  text-align: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 400;
}

.slider-title.choose {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  position: relative;
}

.image-3 {
  position: relative;
  top: -20px;
  left: 105px;
}

.div-block-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.div-block-11.left {
  z-index: 1;
  align-items: flex-start;
  margin-bottom: 55px;
  margin-left: 135px;
  padding-right: 70px;
  position: relative;
  top: 100px;
}

.future-payments {
  width: 100%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.payment-1 {
  background-color: var(--dark-slate-blue);
  border: 1.5px solid rgba(70, 150, 255, .75);
  border-radius: 10px;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 25%;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 35px;
  margin-right: 35px;
  padding: 72px 3%;
  transition: transform .4s;
  display: flex;
  position: relative;
}

.payment-1:hover {
  transform: translate(0, -6px);
}

.payment-icon {
  margin-bottom: 15px;
}

.payment-title.white {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: Helveticaneue;
  font-size: 20px;
  font-weight: 500;
}

.payment-title.blue {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 20px;
  padding-top: 0;
  font-family: Helveticaneue;
  font-size: 20px;
  font-weight: 500;
}

.payment-title.blue.choose {
  margin-top: 10px;
  font-family: Helveticaneuemed;
}

.para-light-blue {
  direction: ltr;
  color: var(--light-steel-blue);
  text-align: center;
  margin-top: 10px;
  font-family: Helveticaneuelt;
}

.div-block-12 {
  display: flex;
}

.section-consumer {
  width: 100%;
  height: 80vh;
  background-image: url('../images/home-solution-bg-01.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 25px 90px;
  position: relative;
}

.section-consumer.solution {
  height: 90vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-2 {
  width: 100%;
  height: 80vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-2 {
  clear: none;
  opacity: .9;
  background-image: url('../images/consumer-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2._2 {
  background-image: url('../images/consumer-02.jpg');
}

.slide-2._3 {
  background-image: url('../images/consumer-03.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.mask-2 {
  width: 100%;
  height: 80vh;
}

.slide-nav-2 {
  opacity: 1;
  align-items: center;
  display: flex;
  bottom: 9.5vh;
  left: 13.5vw;
}

.consumer-title {
  padding-bottom: 0;
}

.image-4 {
  position: relative;
  top: -25px;
  left: 145px;
}

.image-4.solution {
  top: 0;
  left: 200px;
}

.image-4.solution._2 {
  top: -25px;
  left: 70px;
}

.image-4.solution._2._3 {
  left: auto;
}

.image-4.choose {
  top: 0;
  left: 145px;
}

.image-4.v2 {
  top: 32px;
  left: 170px;
}

.consumer-contents {
  width: 425px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  top: -4vh;
  left: -23vw;
}

.block-quote {
  color: var(--steel-blue);
  text-align: left;
  border-left-style: none;
  margin-top: -15px;
  margin-bottom: -15px;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Helveticaneue;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
  position: relative;
  top: 0;
}

.quote {
  position: relative;
  top: -5px;
  right: -25px;
}

.image-5 {
  margin-left: 0;
  position: relative;
  top: 25px;
  left: -25px;
}

.image-6 {
  position: relative;
  top: 5px;
  left: 302px;
}

.source-text {
  color: #828487;
  text-align: left;
  margin-top: 15px;
  font-family: Inter, sans-serif;
}

.source-text._2 {
  margin-top: 5px;
}

.source-text._3 {
  margin-top: 30px;
}

.left-arrow-2 {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  background-color: var(--light-steel-blue);
  border-radius: 50px;
  justify-content: center;
  margin-left: 45px;
  display: flex;
}

.left-arrow-2:hover {
  border: 2px solid #fff;
}

.right-arrow-2 {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  background-color: var(--light-steel-blue);
  border-radius: 50px;
  justify-content: center;
  margin-right: 45px;
  display: flex;
}

.right-arrow-2:hover {
  border: 2px solid #fff;
}

.bold-text-2, .bold-text-3 {
  color: var(--dark-slate-blue);
  font-weight: 500;
}

.bold-text-4 {
  color: var(--steel-blue);
  font-weight: 500;
}

.bold-text-5, .bold-text-6, .bold-text-7 {
  color: var(--dark-slate-blue);
  font-weight: 500;
}

.bold-text-8 {
  font-weight: 500;
}

.solutions-title {
  flex-direction: column;
  align-items: center;
  margin-bottom: 4vh;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

.solutions {
  z-index: 1;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.our-solution {
  background-color: #fff;
  background-image: url('../images/solution-blue-bg-01-01.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 25%;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 35px 30px;
  padding: 235px 2% 70px;
  transition: none;
  display: flex;
  box-shadow: 0 10px 24px rgba(82, 91, 115, .12);
}

.our-solution:hover {
  transform: translate(0, -6px);
}

.para-solutions {
  color: var(--slate-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneuelt;
}

.image-7 {
  margin-top: -210px;
  padding-top: 0;
  padding-bottom: 10px;
}

.image-8, .image-9 {
  margin-top: -210px;
  padding-bottom: 10px;
}

.section-choose {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 25px;
  display: flex;
  position: relative;
}

.reasons {
  min-height: 475px;
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 5%, #fff 80%), url('../images/reasons-bg-01_1.jpg');
  background-position: 0 0, 50% -65px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 5px 30px;
  padding: 60px 4%;
  display: block;
  box-shadow: 0 10px 24px rgba(82, 91, 115, .12);
}

.reasons._2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 5%, #fff 80%), url('../images/reasons-bg-02_1.jpg');
  background-position: 0 0, 0 -45px;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.reasons._3 {
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 5%, #fff 80%), url('../images/reasons-bg-03_1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-bottom: 30px;
}

.why-choose-us {
  width: 100%;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.contact-huge-button {
  width: 100%;
  background-color: var(--light-steel-blue);
  opacity: 1;
  background-image: url('../images/stay-connected-01.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 120px 4%;
  text-decoration: none;
  transition: opacity .3s linear;
  display: flex;
  position: relative;
  transform: translate(0);
}

.contact-huge-button:hover {
  opacity: .8;
  background-image: url('../images/stay-connected-02.jpg');
  background-size: cover;
  border-style: none;
}

.image-10 {
  position: static;
}

.connection {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10vh;
  left: 12vw;
}

.nav-link-2 {
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 40px;
  padding: 28px 15px 5px;
  font-family: Helveticaneuemed;
  font-weight: 600;
  text-decoration: none;
  transition: color .1s;
  top: 0;
}

.nav-link-2:hover {
  color: var(--dodger-blue);
  border-bottom: 1px solid #4696ff;
  text-decoration: none;
}

.nav-link-2.w--current {
  color: #161a25;
}

.nav-link-2.w--current:hover {
  color: #4b6bf5;
}

.nav-bar-2 {
  z-index: 100;
  width: 100%;
  background-color: #fff;
  justify-content: center;
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px rgba(22, 26, 37, .1);
}

.navigation-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-3 {
  color: var(--midnight-blue);
  text-transform: uppercase;
}

.text-block-3:hover {
  color: var(--dodger-blue);
}

.text-block-4 {
  color: var(--midnight-blue);
  text-transform: uppercase;
}

.text-block-5, .text-block-6 {
  color: var(--midnight-blue);
}

.nav-link-menu-2 {
  color: #0f1c50;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-top: 25px;
  margin-left: 5px;
  margin-right: 40px;
  padding: 28px 15px 5px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.nav-link-menu-2:hover {
  color: #4696ff;
  border-bottom: 1px solid #4696ff;
}

.nav-link-menu-2.w--current {
  font-family: Helveticaneuemed;
}

.nav-link-menu-2.w--current:focus {
  border-bottom: 1px solid #4696ff;
}

.mini-heading {
  color: #7c8499;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.mini-heading.big {
  color: #161a25;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}

.mini-heading.big.white {
  color: #fff;
}

.hero-v4-heading {
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 40px;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
}

.play-button {
  z-index: 1;
  width: 200px;
  height: 56px;
  border: 2px solid var(--dodger-blue);
  background-color: var(--dark-slate-blue);
  background-image: url('../images/play-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 32px;
  margin: 80px auto auto;
  transition: transform .3s;
  display: block;
  position: relative;
  top: 0;
  box-shadow: 0 3px 9px rgba(22, 26, 37, .2);
}

.play-button:hover {
  transform: scale(1.08);
}

.play-button.red {
  border-width: 2px;
  border-color: var(--dodger-blue);
  background-color: var(--dark-slate-blue);
}

.slider-arrow {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  background-color: var(--light-steel-blue);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 45px;
  display: flex;
  bottom: -100px;
  right: -15px;
}

.slider-arrow.left {
  margin-left: 45px;
  margin-right: 0;
  bottom: -100px;
  left: -15px;
}

.bg-image-2 {
  width: 100%;
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
}

.bg-image-2.hero-slide-3, .bg-image-2.hero-slide-1 {
  height: 110%;
  background-image: url('../images/home-slider-1-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-2.hero-slide-2 {
  height: 100%;
  background-image: url('../images/home-slider-1-01_1.jpg');
  background-size: cover;
}

.bg-image-2.hero-slide-2.consumer {
  background-image: url('../images/consumer-01_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-2.hero-slide-2.consumer._2 {
  background-image: url('../images/consumer-02_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-2.hero-slide-2.consumer._3 {
  background-image: url('../images/consumer-03_1.jpg');
  background-size: cover;
}

.bg-image-2.hero-slide-2._2 {
  background-image: url('../images/2019.02.14---M2020_Banner_1600x900.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.bg-image-2._7 {
  background-image: url('../images/contact-hero-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bg-image-2._15 {
  background-image: linear-gradient(rgba(22, 26, 37, .4), rgba(22, 26, 37, .4)), url('../images/city-view-01.jpg');
  background-position: 0 0, 50% 71%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image-2._9 {
  height: 75vh;
  background-image: url('../images/company-01_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.bg-image-2.events {
  width: 95%;
  height: 70vh;
  background-image: url('../images/2019.02.12---M2020_Event_Banner_1600x900.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.bg-image-2.event {
  background-image: url('../images/2019.02.14---M2020_Banner_1200x300.jpg');
  background-position: 50% 70%;
  background-size: auto 30%;
}

.bg-image-2._15 {
  height: 100%;
  background-image: linear-gradient(rgba(22, 26, 37, .4), rgba(22, 26, 37, .4)), url('../images/city-view-01.jpg');
  background-position: 0 0, 50% 71%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.hero-v4-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #525b73;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-left: 88px;
  padding-right: 88px;
  display: flex;
  position: relative;
}

.hero-v4-slide.consumer {
  padding-top: 0;
}

.hero-v4-slide.milestones {
  background-color: #f0f0f0;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 65px;
  padding-right: 65px;
}

.hero-v4-slide._2 {
  background-color: var(--midnight-blue);
}

.paragraph-big {
  font-size: 17px;
  line-height: 28px;
}

.section-intro {
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.section-intro.wide {
  max-width: 900px;
  margin-bottom: 20px;
}

.section-intro.wide._2 {
  margin-bottom: 0;
}

.section-intro.wide.v2 {
  align-items: center;
}

.section-intro.wide.hidden {
  display: none;
}

.section-intro.left {
  width: 50%;
  max-width: none;
  text-align: left;
  align-items: flex-start;
  margin-right: 50%;
}

.section-intro.no-margin {
  margin: 0;
  display: flex;
}

.section-intro.no-margin.events {
  display: none;
}

.section-intro.big-text {
  max-width: none;
  margin-bottom: -24px;
}

.section-intro.wide {
  max-width: 900px;
  margin-bottom: 40px;
  display: block;
}

.section-intro.wide._2 {
  margin-bottom: 0;
}

.slider-arrow-button {
  width: 100%;
  height: 64px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow-button.dark {
  background-color: rgba(22, 26, 37, .5);
  transition: background-color .2s;
}

.slider-arrow-button.dark:hover {
  background-color: #161a25;
}

.hero-v4-nav {
  height: 88px;
  opacity: .5;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 10px;
  display: flex;
  bottom: 50px;
  right: 100px;
}

.hero-v4-nav.consumer {
  height: 50px;
  opacity: .75;
  justify-content: flex-start;
  display: block;
  position: absolute;
  bottom: 6vh;
  left: 14vw;
  right: auto;
}

.hero-v4-nav.milestones {
  justify-content: center;
  bottom: 0;
  left: 100px;
  right: 100px;
}

.hero-v4-section {
  height: 100vh;
  color: #fff;
}

.hero-v4-section.milestones {
  height: 55vh;
}

.slider-title-2 {
  width: 300px;
  color: #45537d;
  text-align: left;
  font-family: Helveticaneuemed;
  font-size: 34px;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: auto;
  right: 15%;
}

.slider-1-contents-2 {
  width: 300px;
  height: 100px;
  color: #747ea1;
  text-align: left;
  margin-top: 48px;
  font-family: Helveticaneuelt;
  font-size: 16px;
  position: absolute;
  top: 52%;
  bottom: auto;
  left: auto;
  right: 15%;
}

.link {
  color: #161a25;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  padding: 5px 0 3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: inline-block;
  box-shadow: 0 2px #cbd0df;
}

.link:hover {
  box-shadow: 0 2px #161a25;
}

.link.white {
  color: #fff;
  box-shadow: 0 2px rgba(255, 255, 255, .4);
}

.link.white:hover {
  box-shadow: 0 2px #fff;
}

.link.no-margin {
  margin: 0;
}

.place-top {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
  position: relative;
}

.place-top.white {
  flex-direction: column;
  align-items: center;
  margin-top: 200px;
  display: flex;
}

.place-top.v3 {
  justify-content: flex-start;
  margin-top: 210px;
  margin-bottom: 0;
  padding-top: 25px;
  padding-left: 22px;
  padding-right: 22px;
  display: block;
}

.section-4 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 136px 24px;
  display: flex;
  position: relative;
}

.section-4.dark {
  color: #fff;
  background-image: url('../images/home-page-bg-1-01_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-4.white {
  background-image: url('../images/home-solution-bg-01_1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.section-4.white.choose {
  background-color: #f0f0f0;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.section-4.white.v2 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-4.page-header-1 {
  height: 400px;
  color: #fff;
  background-color: #16225c;
  flex-direction: column;
  margin-top: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.section-4.page-header-1.event {
  height: 70vh;
  background-color: #ec2758;
  margin-top: 100px;
  padding-bottom: 0;
}

.section-4.page-header-1.v2 {
  height: 400px;
  background-color: #16225c;
  margin-top: 0;
}

.section-4.page-header-1.hidden {
  display: none;
}

.section-4.hero-v1 {
  height: 100vh;
  background-image: url('../images/contact-hero-01_1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
}

.section-4.hero-v1._2 {
  height: 70vh;
}

.section-4.grade {
  background-image: url('../images/global-bg-1-01-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
}

.section-4.grade.dark-blue {
  background-position: 100% 100%;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}

.section-4.no-padding-vertical {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section-4.border-top {
  border-top: 1px solid #e6e8ef;
}

.section-4.dark {
  color: #fff;
}

.section-4.dark.mask {
  height: 70vh;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.section-4.light-blue {
  background-color: var(--alice-blue);
  padding-bottom: 90px;
}

.section-4.white-bg {
  padding-top: 85px;
  padding-bottom: 85px;
}

.section-4.dark {
  color: #fff;
  background-image: url('../images/home-page-bg-1-01_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-4.page-header {
  height: 300px;
  color: #fff;
  background-color: #4b6bf5;
  padding: 0;
  display: block;
  overflow: visible;
}

.section-4.pt-100 {
  padding-top: 70px;
  padding-bottom: 60px;
}

.paragraph-small {
  color: var(--light-steel-blue);
  text-align: center;
  margin-bottom: 16px;
  font-family: Helveticaneuelt;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-small.dark-blue {
  color: var(--dark-slate-blue);
}

.paragraph-small.v2 {
  color: var(--slate-grey);
}

.zoom-on-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.feature-dark {
  min-height: 440px;
  background-color: var(--dark-slate-blue);
  background-image: url('../images/payments-icon-01.svg');
  background-position: 50% 50px;
  background-repeat: no-repeat;
  background-size: 55%;
  border: 2px solid rgba(70, 150, 255, .75);
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 15px;
  padding: 30px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(82, 91, 115, .12);
}

.feature-dark.choose {
  margin-left: 15px;
  margin-right: 15px;
}

.feature-dark._2 {
  background-image: url('../images/payments-icon-02.svg');
  background-position: 50% 50px;
  background-size: 55%;
  justify-content: flex-start;
}

.feature-dark._4 {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
}

.feature-dark._4.solutions {
  justify-content: flex-start;
}

.feature-dark._3 {
  background-image: url('../images/payments-icon-03.svg');
  background-position: 50% 50px;
  background-size: 55%;
}

.feature-dark.values {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
  justify-content: flex-start;
  margin: 0;
  padding-top: 0;
  padding-left: 8%;
  padding-right: 8%;
  display: block;
}

.feature-dark.values._2, .feature-dark.values._3 {
  background-image: none;
}

.feature-dark-image {
  width: 100%;
  height: 100%;
}

.feature-dark-image._4 {
  background-image: linear-gradient(rgba(22, 26, 37, 0), #161a25), url('../images/service-illustration.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.feature-dark-image._1 {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/payments-icon-01.svg');
  background-position: 50% 50px;
  background-repeat: no-repeat;
  background-size: 82px;
  border: 1.5px solid rgba(70, 150, 255, .75);
  border-radius: 10px;
}

.feature-dark-image._1.solution {
  background-color: #fff;
  background-image: url('../images/solutions-icon-01.svg'), url('../images/solution-blue-bg-01-01.svg');
  background-position: 50% 35px, 50% 25%;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%, 110%;
  border-style: none;
  box-shadow: 1px 1px 3px rgba(82, 91, 115, .12);
}

.feature-dark-image._1.solution._3 {
  background-image: url('../images/solutions-icon-03.svg'), url('../images/solution-blue-bg-01-01.svg');
  background-size: 50%, 110%;
}

.feature-dark-image._1.choose {
  background-color: #fff;
  background-image: url('../images/reasons-bg-01.jpg');
  background-position: 50% -60px;
  background-size: cover;
  border-style: none;
}

.feature-dark-image._1.choose._3 {
  background-image: url('../images/reasons-bg-03.jpg');
}

.feature-dark-image._1 {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/payments-icon-02.svg');
  background-position: 50% 50px;
  background-size: 55%;
  border: 1.5px solid rgba(70, 150, 255, .75);
  border-radius: 10px;
}

.feature-dark-image._1.solution {
  background-color: #fff;
  background-image: url('../images/solutions-icon-01.svg'), url('../images/solution-blue-bg-01-01.svg');
  background-position: 50% 35px, 50% 25%;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%, 110%;
  border-style: none;
}

.feature-dark-image._1.solution._2 {
  background-image: url('../images/solutions-icon-02.svg'), url('../images/solution-blue-bg-01-01.svg');
  background-size: 50%, 110%;
}

.feature-dark-image._1.choose._2 {
  background-image: url('../images/reasons-bg-02.jpg');
}

.feature-dark-image._3 {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/payments-icon-03.svg');
  background-position: 50% 50px;
  background-size: 55%;
  border: 1.5px solid rgba(70, 150, 255, .75);
  border-radius: 10px;
}

.feature-dark-image._2 {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/payments-icon-02.svg');
  background-position: 50% 50px;
  background-size: 55%;
  border: 2px solid rgba(70, 150, 255, .75);
  border-radius: 10px;
}

.feature-dark-image._1 {
  background-color: #45537d;
  background-image: url('../images/payments-icon-02.svg');
  background-position: 50% 50px;
  background-size: 55%;
  border: 1.5px solid rgba(70, 150, 255, .75);
  border-radius: 10px;
}

.feature-dark-image._1.solution {
  background-color: #fff;
  background-image: url('../images/solutions-icon-01.svg');
  background-position: 50% 35px;
  background-repeat: no-repeat;
  background-size: 50%;
  border-style: none;
}

.feature-dark-image._1.solution._2 {
  background-image: url('../images/solution-blue-bg-01-01.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 115%;
}

.features-dark {
  width: 100%;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  display: flex;
}

.features-dark.values {
  margin-top: -100px;
}

.icon {
  width: 64px;
  height: 64px;
  background-color: #4b6bf5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.icon.border-bg {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .3);
}

.heading-4 {
  text-align: center;
  font-family: Helveticaneue;
  font-weight: 500;
}

.heading-4.dark-blue {
  width: 200px;
  color: var(--dark-slate-blue);
  font-size: 20px;
}

.heading-4.dark-blue.v2 {
  width: 250px;
}

.heading-4.white-link {
  color: #fff;
  letter-spacing: 1px;
  margin-left: 15px;
  font-family: Helveticaneuemed;
  font-size: 21px;
  font-weight: 500;
}

.heading-4.dark-blue {
  width: auto;
  color: #45537d;
  margin-top: 25px;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.heading-5 {
  width: 150px;
  text-align: center;
  font-family: Helveticaneue;
  font-weight: 500;
}

.heading-5.v2 {
  width: auto;
  color: var(--dark-slate-blue);
  font-family: Helveticaneuemed;
}

.heading-6 {
  text-align: center;
  font-family: Helveticaneue;
  font-weight: 500;
}

.image-11 {
  padding-bottom: 25px;
}

.no-margin {
  letter-spacing: 1px;
  margin: 100px auto 0;
  font-family: Helveticaneuemed;
  font-size: 34px;
  font-weight: 500;
  display: block;
}

.no-margin.hide-static-title {
  display: none;
}

.divider {
  z-index: 1;
  width: 40px;
  height: 4px;
  background-color: #cbd0df;
  margin-top: 20px;
  margin-bottom: 24px;
  position: relative;
}

.divider.white {
  background-color: #fff;
}

.divider.dark-bg {
  background-color: rgba(255, 255, 255, .5);
}

.triangle {
  background-color: rgba(0, 0, 0, 0);
  border-top: 28px solid #f437a8;
  border-left: 16px solid rgba(0, 0, 0, 0);
  border-right: 16px solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 20%;
  right: 20%;
}

.mouse {
  width: 24px;
  height: 38px;
  border: 2px solid #cbd0df;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: absolute;
}

.hero-small-circle {
  width: 26vh;
  height: 26vh;
  background-image: linear-gradient(135deg, #00f2aa, #0083ff);
  border-radius: 50%;
  position: absolute;
  bottom: 8%;
  left: -48px;
}

.hero-intro {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.hero-scroll-link {
  width: 120px;
  height: 120px;
  opacity: .6;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  bottom: 0;
}

.hero-scroll-link:hover {
  opacity: 1;
}

.hero-square-center {
  background-color: #fff;
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 12px;
  right: 12px;
}

.hero-big-circle {
  width: 36vh;
  height: 36vh;
  background-image: linear-gradient(135deg, #ff9f2e, #f723c4);
  border-radius: 50%;
  margin-top: 104px;
  position: absolute;
  top: 2%;
  right: -80px;
}

.hero-v1-intro {
  z-index: 1;
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.mouse-wheel {
  width: 6px;
  height: 6px;
  background-color: #a7adc0;
  border-radius: 50%;
}

.hero-square {
  width: 50vmin;
  height: 50vmin;
  background-image: linear-gradient(135deg, #ff4dae, #4268ff);
  position: absolute;
}

.hero-square-1 {
  width: 28px;
  height: 28px;
  border: 3px solid #ff9c2d;
  position: absolute;
  top: 23vh;
  left: 20%;
  transform: rotate(23deg);
}

.bold-text-9, .bold-text-10, .bold-text-11 {
  color: var(--dark-slate-blue);
  font-weight: 500;
}

.bold-text-12 {
  font-weight: 500;
}

.bold-text-13 {
  color: var(--dark-slate-blue);
  font-weight: 500;
}

.page-wrapper {
  overflow: visible;
}

.intro-big-text {
  color: rgba(230, 232, 239, .5);
  margin-top: 8px;
  font-size: 128px;
  font-weight: 700;
  line-height: 96px;
  display: block;
}

.logo-link {
  margin: 20px 60px 0;
  padding: 8px 12px;
}

.footer-v1-nav {
  width: 16.66%;
  padding-bottom: 32px;
  padding-left: 15px;
  padding-right: 15px;
}

.place-top-2 {
  z-index: 1;
  position: relative;
}

.play-button-small {
  z-index: 1;
  width: 48px;
  height: 32px;
  background-color: #4b6bf5;
  background-image: url('../images/play-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 2px solid #fff;
  border-radius: 16px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 9px rgba(22, 26, 37, .2);
}

.play-button-small.yellow {
  background-color: #ff9c2d;
}

.cta-v1-heading {
  color: #fff;
  text-align: left;
  margin-bottom: 2px;
  margin-right: 32px;
}

.intro-text {
  margin-top: 8px;
  font-size: 20px;
  line-height: 32px;
}

.team-member {
  width: 25%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v1-blog {
  width: 25%;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 32px;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph-small-2 {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-small-2.text-blue {
  color: var(--slate-grey);
  text-align: left;
  line-height: 16px;
}

.team {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.video-small {
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.instagram-icon {
  width: 78%;
  opacity: .16;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.side-block {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.side-block.no-padding {
  padding: 0;
}

.side-block.flex-right {
  justify-content: center;
  align-items: flex-end;
}

.social-icon-small {
  width: 12px;
}

.instagram-promo {
  z-index: 1;
  width: 100%;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.process {
  max-width: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 120px 15px 32px;
  display: flex;
  position: relative;
}

.process.companies {
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.link-dark {
  color: #161a25;
  text-decoration: none;
}

.link-dark:hover {
  text-decoration: underline;
}

.instagram-photo-link {
  width: 230px;
  height: 230px;
  flex: none;
  margin-left: 8px;
  margin-right: 8px;
  transition: box-shadow .3s, transform .3s;
  position: relative;
}

.instagram-photo-link:hover {
  z-index: 1;
  transform: scale(1.05);
  box-shadow: 0 10px 24px rgba(22, 26, 37, .24);
}

.full-width {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
}

.full-width.hide-2020, .full-width.hide-2019, .full-width.hide-2018 {
  display: none;
}

.team-member-position {
  color: #7c8499;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 10px;
  line-height: 16px;
}

.text-light-grey {
  color: #a7adc0;
}

.process-line {
  width: 2px;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #e6e8ef 6%, #e6e8ef 94%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  bottom: 0;
}

.instagram-button {
  z-index: 2;
  width: 300px;
  height: 300px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #ff9f2e, #f723c4);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 10px 24px rgba(244, 55, 168, .4);
}

.text-grey {
  color: #828487;
  font-family: Helveticaneuelt;
}

.process-step-number {
  color: #f4f5f9;
  margin-left: auto;
  margin-right: auto;
  font-size: 88px;
  font-weight: 700;
  line-height: 64px;
  display: block;
  position: absolute;
  top: 0;
}

.process-step-number.left {
  text-align: right;
  top: -12px;
  right: -36px;
}

.process-step-number.right {
  text-align: left;
  top: -12px;
  left: -36px;
}

.team-member-photo {
  margin-bottom: 20px;
  position: relative;
}

.footer-v1-nav-links {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -8px;
  line-height: 40px;
  display: flex;
}

.footer-text-left {
  margin-right: 16px;
}

.process-icon {
  z-index: 1;
  width: 64px;
  height: 64px;
  background-color: #4b6bf5;
  border: 3px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  box-shadow: 0 6px 12px rgba(82, 91, 115, .2);
}

.footer-v1-subscribe {
  width: 25%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
}

.social-icons {
  align-items: center;
  display: flex;
}

.social-icons.footer-v1-icons {
  margin-left: -3px;
}

.side-content {
  width: 100%;
  justify-content: center;
  display: flex;
}

.big-side-media {
  width: 100%;
  height: 680px;
  background-color: #e6e8ef;
}

.big-side-media.image-3 {
  background-image: url('../images/linkedin-sales-navigator-406826-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-link {
  width: 24px;
  height: 24px;
  background-color: #a7adc0;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 3px;
  transition: background-color .3s;
  display: flex;
}

.social-link.behance:hover {
  background-color: #105dfb;
}

.social-link.twitter:hover {
  background-color: #2aa3f0;
}

.social-link.dribbble:hover {
  background-color: #ea4c89;
}

.social-link.instagram:hover {
  background-color: #ff2f5b;
}

.social-link.transparent-dark {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .4);
  transition: background-color .3s, border-color .3s;
}

.social-link.transparent-dark:hover {
  border-color: #fff;
}

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

.logo {
  height: 65px;
}

.process-step {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.process-step.left {
  justify-content: flex-start;
}

.process-step.right {
  justify-content: flex-end;
}

.footer-v1-about {
  width: 33.33%;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 32px;
  padding-left: 15px;
  padding-right: 6%;
}

.hover {
  color: #fff;
  background-color: rgba(22, 26, 37, .6);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cta-v1 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 56px 4%;
  display: flex;
}

.footer-bottom-2 {
  width: 100%;
  color: #7c8499;
  border-top: 1px solid #e6e8ef;
  justify-content: space-between;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.video-small-preview {
  width: 144px;
  height: 104px;
  margin-right: 24px;
  position: relative;
}

.video-small-preview._2 {
  background-image: url('../images/service-web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.logotypes-v1 {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px 8px;
  display: flex;
}

.footer-v1 {
  width: 100%;
  flex-wrap: wrap;
  padding-top: 80px;
  display: flex;
}

.footer-bottom-left {
  text-align: left;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.heart-icon {
  width: 12px;
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/heart-icon-color.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  margin-right: 1px;
  display: inline-block;
}

.big-side-content {
  max-width: 570px;
}

.big-side-content.left {
  margin-left: 12%;
  padding-right: 12%;
}

.clients-heading {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 0;
}

.process-step-info {
  width: 40%;
  text-align: center;
  position: relative;
}

.process-step-info.right {
  text-align: left;
}

.process-step-info.left {
  text-align: right;
}

.slide-1 {
  background-color: #f0f0f0;
}

.milestone {
  width: 30%;
  height: 70%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  position: relative;
}

.milestone.companies {
  width: 95%;
  justify-content: flex-end;
  margin-top: 30px;
  display: block;
}

.milestone.v2 {
  width: 40%;
}

.years {
  width: 70px;
  height: 70px;
  max-height: 70px;
  max-width: 70px;
  min-width: 0;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 10px 24px rgba(82, 91, 115, .12);
}

.years.light-blue {
  background-color: var(--alice-blue-2);
  background-image: url('../images/companies-06.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55px;
}

.years.light-blue._1 {
  background-image: url('../images/companies-06.svg');
}

.years.light-blue._2 {
  background-image: url('../images/cafislogo_slogan_color.png');
}

.years.light-blue._3 {
  background-image: url('../images/companies-07.svg');
}

.years.light-blue._4 {
  background-image: url('../images/companies-08.svg');
}

.years.light-blue._5 {
  background-image: url('../images/companies-09.svg');
}

.years.light-blue._6 {
  background-image: url('../images/companies-02.svg');
}

.years.light-blue._7 {
  background-image: url('../images/companies-05.svg');
}

.years.light-blue._9 {
  background-image: url('../images/ntt-data-logo-01.png');
}

.years.light-blue._8 {
  background-image: url('../images/companies-03.svg');
}

.year {
  color: var(--steel-blue);
  font-family: Helveticaneuemed;
  font-size: 24px;
}

.milestone-info {
  margin-top: 65px;
  margin-left: 60px;
  padding-top: 10px;
  padding-left: 0;
}

.milestone-info.companies {
  margin-top: 20px;
  margin-left: 80px;
  padding-top: 0;
}

.counter-v2 {
  width: 33.33%;
  padding-right: 20px;
}

.counters-v2 {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.counters-v2-wrapper {
  z-index: 1;
  width: 100%;
  align-items: stretch;
  display: flex;
  position: relative;
}

.counter-v2-number {
  margin-bottom: 16px;
  font-size: 34px;
  line-height: 40px;
}

.div-block-13 {
  opacity: .85;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 35px;
  left: -125px;
}

.country {
  width: 250px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-14 {
  width: 40px;
  height: 40px;
  max-height: 40px;
  max-width: 40px;
  border: 2px solid #4f86c6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number.white {
  color: #fff;
  letter-spacing: 1px;
  font-family: Helveticaneuemed;
  font-weight: 500;
}

.image-14 {
  margin-left: 30px;
}

.country-name {
  color: #eea616;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Helveticaneuemed;
  font-weight: 500;
}

.country-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.country-content-white {
  color: #fff;
  text-align: left;
  letter-spacing: .25px;
  margin-top: 8px;
  font-family: Helveticaneuelt;
}

.country-content-white.v2 {
  margin-bottom: 15px;
}

.country-content-white.v3 {
  margin-bottom: 40px;
  line-height: 25px;
}

.partners-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.partners {
  max-width: 150px;
  color: #fff;
  text-align: left;
  letter-spacing: .2px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Helveticaneuelt;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.partners.v2 {
  max-width: 200px;
  font-family: Helveticaneuemed;
}

.companies-div {
  width: 50%;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.div-block-16 {
  width: 50%;
}

.timeline {
  width: 100%;
  height: .5px;
  background-color: #c8c8c8;
  display: flex;
  position: absolute;
  top: 103px;
  left: 0;
  right: 0;
}

.div-block-17 {
  height: 600px;
  background-color: #000;
  position: relative;
  bottom: 500px;
  left: 0;
  right: 0;
}

.back-to-top {
  z-index: 11;
  width: 60px;
  height: 60px;
  max-height: 60px;
  max-width: 60%;
  background-color: #4696ff;
  background-image: url('../images/scroll-top-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 50%;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 45px;
  display: block;
  position: static;
  bottom: 110px;
  right: 15px;
}

.back-to-top.w--current {
  background-size: 25px 50%;
}

.back-to-top.contact {
  display: none;
  position: absolute;
}

.back-to-top.contact._2 {
  margin-right: 45px;
  position: static;
}

.back-to-top.home, .back-to-top.about, .back-to-top.contact-us {
  margin-right: 45px;
  display: block;
  position: static;
}

.back-to-top.events, .back-to-top.testimonials, .back-to-top.insight, .back-to-top.event-temp {
  display: block;
}

.to-top-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: -170px;
  margin-bottom: 0;
  display: flex;
  position: static;
  bottom: 260px;
  right: 15px;
}

.post-author-name {
  margin-bottom: 16px;
}

.post-image {
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(82, 91, 115, .12);
}

.badge {
  height: 20px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #525b73;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  display: inline-block;
}

.post-author {
  width: 270px;
  text-align: center;
  border: 1px solid #e6e8ef;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  margin-right: 54px;
  padding: 40px 40px 80px;
  display: flex;
  position: relative;
}

.post-info {
  max-width: 670px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 70px;
  display: block;
}

.post-info-small {
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-heading {
  text-transform: capitalize;
  margin-top: 24px;
}

.post-author-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-bottom: 16px;
}

.post {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.post-content {
  max-width: 900px;
  color: #828487;
  text-align: left;
  flex: 0 auto;
  margin-top: 25px;
  margin-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.post-content.topic {
  max-width: 900px;
  background-color: rgba(170, 200, 255, .25);
  border-left: 3px solid #4696ff;
  padding-left: 0;
  font-size: 24px;
}

.post-content.overview {
  color: #828487;
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
}

.post-author-link {
  width: 100%;
  height: 48px;
  color: #161a25;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #e6e8ef;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s, color .3s, border-color .3s;
  position: absolute;
  bottom: 0;
}

.post-author-link:hover {
  color: #fff;
  background-color: #4b6bf5;
  border-top-color: rgba(0, 0, 0, 0);
}

.collection-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-2 {
  background-color: #f0f0f0;
}

.div-right {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.event-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-banner {
  width: 100vw;
  height: none;
  background-color: #ec2758;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-19 {
  width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  margin-bottom: 30px;
  display: flex;
}

.image-15 {
  margin-top: 0;
}

.post-images {
  width: 100%;
  margin-top: 0;
  box-shadow: 0 10px 24px rgba(82, 91, 115, .2);
}

.image-16 {
  width: 100%;
  max-width: 100%;
}

.image-18 {
  padding: 30px;
}

.image-18.v4 {
  padding: 15px 30px 35px;
}

.place-top-3 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 9px 22px;
  display: block;
  position: relative;
}

.place-top-3.white {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: block;
}

.heading-7 {
  width: auto;
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.div-block-20 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.body-text-2 {
  width: auto;
  max-width: 850px;
  color: #747ea1;
  text-align: center;
  margin-top: 20px;
  margin-left: 0;
  font-family: Helveticaneuelt;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.body-text-2.white {
  color: #fff;
  font-family: Inter, sans-serif;
}

.body-text-2.v2 {
  color: #747ea1;
  color: #747ea1;
  color: #747ea1;
  color: #747ea1;
  display: none;
}

.body-text-2.thanks-copy {
  margin-bottom: 0;
}

.feature-dark-2 {
  min-height: 440px;
  background-color: #45537d;
  background-image: url('../images/payments-icon-01.svg');
  background-position: 50% 50px;
  background-repeat: no-repeat;
  background-size: 55% 48px;
  border: 2px solid rgba(70, 150, 255, .75);
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 15px -6px;
  padding: 30px 3%;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(82, 91, 115, .12);
}

.feature-dark-2._2 {
  width: 100%;
  min-height: 470px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-start;
  margin-top: 0;
  padding-left: 2%;
  padding-right: 2%;
}

.feature-dark-2._4 {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
}

.feature-dark-2._4.solutions {
  min-height: 525px;
  justify-content: flex-start;
  margin-top: 30px;
  padding-left: 4%;
  padding-right: 4%;
}

.columns {
  width: 90%;
}

.paragraph-small-3 {
  color: #aac8ff;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-small-3.dark-blue {
  color: #45537d;
  margin-bottom: 0;
}

.heading-8 {
  color: #45537d;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Helveticaneuemed;
  font-size: 28px;
  line-height: 34px;
}

.heading-8.white {
  color: #fff;
  color: #fff;
  margin-top: 0;
  font-family: Inter, sans-serif;
}

.heading-8.white.v2 {
  color: #45537d;
  text-align: center;
  font-size: 28px;
}

.heading-8.align-left {
  text-align: left;
}

.heading-8.align-left.mt-40 {
  margin-top: 40px;
  display: block;
}

.consumer-contents-2 {
  width: 425px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: relative;
  top: -81vh;
  left: 11vw;
}

.bold-text-14 {
  color: #45537d;
  font-weight: 500;
}

.block-quote-2 {
  color: #6785c1;
  text-align: left;
  border-left-style: none;
  margin-top: -15px;
  margin-bottom: -15px;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
  position: relative;
  top: 0;
}

.slider-arrow-2 {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  background-color: #aac8ff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 45px;
  display: flex;
  bottom: -100px;
  right: -15px;
}

.slider-arrow-2.left {
  margin-left: 45px;
  margin-right: 0;
  bottom: -100px;
  left: -15px;
}

.bold-text-15 {
  color: #6785c1;
  font-weight: 500;
}

.slider-title-3 {
  color: #45537d;
  font-family: Helveticaneuemed;
  font-size: 34px;
}

.slider-title-3.consumer {
  text-align: left;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
  top: -20px;
}

.slider-title-3.solutions {
  text-align: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.hero-v4-slide-2 {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-left: 88px;
  padding-right: 88px;
  display: flex;
  position: relative;
}

.hero-v4-slide-2.consumer {
  padding-top: 0;
  position: relative;
}

.hero-v4-slide-2._2 {
  background-color: rgba(0, 0, 0, 0);
}

.quote-2 {
  float: left;
  position: relative;
  top: -20px;
  right: -25px;
}

.solutions-title-2 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

.link-block-3 {
  width: auto;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: block;
}

.columns-2 {
  width: 90%;
}

.bg-image-3 {
  width: auto;
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.bg-image-3._15 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(22, 26, 37, .4), rgba(22, 26, 37, .4)), url('../images/city-view-01_1.jpg');
  background-position: 0 0, 50% 71%;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.bg-image-3._15.event {
  text-align: left;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/company-01.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: block;
  position: static;
}

.bg-image-3._15.insights {
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/events-2.jpg');
  background-position: 0 0, 50% 65%;
  background-size: auto, 1997px;
}

.bg-image-3._15.insights._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url('../images/company-01_1.jpg');
  background-size: auto, cover;
}

.bg-image-3._15.blog {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/blog-post.jpg');
  background-size: auto, cover;
}

.bg-image-3._15.testimonials {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_794199979.jpg');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
}

.bg-image-3._15.news {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/news.jpg');
  background-size: auto, cover;
}

.bg-image-3._15.events {
  background-image: linear-gradient(rgba(0, 0, 0, .53), rgba(0, 0, 0, .53)), url('../images/events-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.columns-3 {
  width: 90%;
}

.div-block-23 {
  padding: 14px 35px;
}

.image-19 {
  width: 100vw;
  float: none;
  display: block;
}

.div-block-24 {
  height: 600px;
}

.tabs-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  display: block;
}

.blog-v2 {
  z-index: 1;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.blog-v2.remove-margin {
  margin-bottom: -20px;
}

.tabs {
  width: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: block;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 88px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.tabs-menu.no-margin-bottom {
  width: auto;
  max-width: none;
  flex-direction: row;
  margin-bottom: 0;
  display: flex;
}

.post-item-v2 {
  width: 33.33%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.tab-link {
  height: 40px;
  color: var(--midnight-blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  padding: 11px 24px;
  font-family: Helveticaneuemed;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.tab-link.w--current {
  color: var(--dodger-blue);
  background-color: #fff;
  font-family: Helveticaneuemed;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.empty-state {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.tab-tile {
  color: var(--midnight-blue);
  font-family: Helveticaneuemed;
}

.post-list {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.collection-list {
  z-index: 1;
  width: 100%;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.collection-list.no-margin-3 {
  margin-bottom: 0;
}

.collection-item-2 {
  width: 33.33%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.post-card {
  text-decoration: none;
}

.insights-image {
  height: 175px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: hidden;
}

.insights-image.white-bg {
  background-color: #fff;
}

.post-card-info {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 8%;
  padding-right: 8%;
  display: block;
  position: relative;
}

.subject-badge {
  color: #fff;
  text-align: center;
  border-radius: 0 0 4px 4px;
  justify-content: center;
  margin-top: -10px;
  margin-bottom: 24px;
  padding: 5px 8px;
  font-family: Helveticaneuebd;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.subject-badge.v2 {
  margin-top: 0;
  margin-bottom: 15px;
  display: none;
}

.subject-badge.whitepaper {
  background-color: #6785c1;
}

.post-name {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Helveticaneuemed;
  font-size: 18px;
  line-height: 24px;
}

.post-name.news {
  width: 350px;
  text-align: left;
  padding-left: 0;
  font-size: 21px;
}

.post-detail {
  height: 75px;
  min-height: 75px;
  color: #828487;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Helveticaneuelt;
  font-size: 14px;
}

.post-detail.news, .post-detail.event {
  text-align: left;
  margin-top: 20px;
  padding-left: 0;
}

.post-date {
  color: #6785c1;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  font-family: Helveticaneuemed;
  font-size: 14px;
}

.post-date.v2 {
  margin-top: 15px;
  padding-top: 0;
  font-size: 14px;
}

.post-date.news {
  text-align: left;
}

.post-date.event {
  text-align: left;
  margin-left: 0;
}

.div-block-26 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: block;
}

.section-post {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.post-title-name {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  font-family: Helveticaneuemed;
  font-size: 28px;
  line-height: 34px;
}

.post-main-image {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-body {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.post-explanation {
  width: 270px;
  border: 1px solid #e6e8ef;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  padding: 40px 15px 80px;
  display: block;
  position: relative;
}

.post-explanation-copy {
  color: #828487;
  margin-top: 40px;
  font-family: Helveticaneuemed;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.rich-text-block {
  flex: 1;
  margin-bottom: 90px;
  font-family: Helveticaneuelt;
  display: block;
}

.columns-4 {
  margin-bottom: 100px;
  display: block;
}

.div-block-27 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  padding-left: 125px;
  padding-right: 125px;
  display: block;
}

.image-20 {
  margin-top: -25px;
  overflow: visible;
}

.image-20.whitepaper {
  margin-top: -60px;
}

.link-2, .link-3, .link-4, .link-5 {
  text-decoration: none;
}

.image-21 {
  margin-top: -60px;
}

.image-22 {
  opacity: 1;
  margin-left: -25px;
}

.country-v2 {
  display: flex;
}

.div-block-28 {
  width: 200px;
}

.div-block-29 {
  margin-left: 50px;
}

.post-link.event {
  width: 100%;
  max-width: none;
  margin-top: 30px;
  position: relative;
}

.arrow-icon {
  opacity: .6;
}

.testimonials-v1 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.review-v1 {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  flex-grow: 1;
  flex-basis: 40%;
  margin-bottom: 30px;
  padding: 64px 35px 64px 120px;
  position: relative;
  box-shadow: 0 10px 24px rgba(82, 91, 115, .12);
}

.testimonials-v1-nav {
  height: 32px;
  opacity: .6;
  margin-bottom: 0;
  font-size: 8px;
  display: none;
  bottom: 8px;
}

.testimonials-v1-arrow {
  width: 64px;
  height: 48px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 8px 16px rgba(82, 91, 115, .16);
}

.testimonials-v1-arrow.right {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  box-shadow: none;
  background-color: #aac8ff;
  border-radius: 50px;
  display: none;
  left: 275px;
}

.testimonials-v1-arrow.left {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  box-shadow: none;
  background-color: #aac8ff;
  border-radius: 50px;
  display: none;
  right: 275px;
}

.review-v1-rating {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 32px;
  right: 32px;
}

.no-margin-2 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin: 0;
  font-family: Helveticaneuelt;
  font-size: 13px;
}

.review-v1-slide {
  width: 50%;
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.review-v1-icon {
  width: 40px;
  position: static;
  top: 56px;
  left: 48px;
}

.rating-star {
  margin-left: 1px;
  margin-right: 1px;
}

.heading-9 {
  color: #0f1c50;
  margin-bottom: 20px;
  font-family: Helveticaneuemed;
  font-size: 20px;
}

.avatar {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  background-color: rgba(116, 126, 161, .3);
  border-radius: 60px;
  position: absolute;
  top: 56px;
  bottom: auto;
  left: 48px;
  right: auto;
  overflow: hidden;
}

.review-v2-avatar {
  width: 60px;
  height: 60px;
  max-height: 100%;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-bottom: 24px;
}

.review-v2-avatar-2 {
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-bottom: 24px;
}

.mask-3 {
  margin-top: 45px;
}

.wrapper-2 {
  width: 100%;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.news-posts {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.news-card {
  width: 75%;
  background-color: #fff;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 32px;
  padding: 35px;
  display: flex;
  box-shadow: 0 10px 24px rgba(82, 91, 115, .12);
}

.news-card-preview {
  width: 450px;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.news-card-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 0;
  display: flex;
}

.news-title {
  text-decoration: none;
}

.image-23 {
  max-height: none;
  max-width: 100%;
  overflow: visible;
}

.read-more {
  border-bottom: .5px solid var(--dodger-blue);
  color: var(--dodger-blue);
  text-transform: uppercase;
  margin-top: 50px;
  padding-bottom: 5px;
  font-family: Helveticaneuemed;
  text-decoration: none;
}

.bold-text-16 {
  font-family: Helveticaneuelt;
  font-size: 24px;
  position: relative;
  top: -5px;
}

.bold-text-17 {
  font-family: Helveticaneuelt;
  font-size: 21px;
}

.bold-text-18 {
  font-family: Helveticaneuelt;
  font-size: 46px;
}

.right-arrow-3, .left-arrow-3 {
  display: none;
}

.slider-3 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
  margin-bottom: 60px;
}

.slide-nav-3 {
  opacity: .5;
  margin-top: -50px;
  margin-bottom: -50px;
  top: 500px;
}

.subtitle {
  margin-top: 20px;
  font-family: Helveticaneuelt;
}

.subtitle-details {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  font-family: Helveticaneuemed;
}

.event-image {
  height: 175px;
}

.details {
  color: var(--slate-grey);
  margin-top: 10px;
  font-family: Helveticaneuelt;
}

.div-block-30 {
  justify-content: center;
  margin-top: 15px;
  display: none;
}

.div-block-30.event {
  display: none;
}

.text-block-7 {
  color: #868686;
  margin-top: 10px;
  margin-right: 10px;
  font-family: Helveticaneuemed;
  font-size: 14px;
  font-weight: 400;
}

.text-block-7.v2 {
  margin-top: 10px;
  margin-right: 10px;
}

.event-posts {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.event-card {
  width: 80%;
  height: auto;
  background-color: #fff;
  border-radius: 15px;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 32px;
  padding: 35px;
  display: flex;
  box-shadow: 0 10px 24px rgba(82, 91, 115, .12);
}

.event-card-preview {
  width: 450px;
  max-width: none;
  position: relative;
  overflow: hidden;
}

.event-card-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  display: flex;
}

.event-title {
  text-decoration: none;
}

.title-name.event {
  width: 350px;
  color: var(--dark-slate-blue);
  width: 350px;
  color: #45537d;
  margin-top: 0;
  padding-left: 0;
  padding-right: 25px;
  font-family: Helveticaneuemed;
  font-size: 21px;
  line-height: 26px;
  text-decoration: none;
}

.tab-blog {
  color: var(--midnight-blue);
  background-color: rgba(0, 0, 0, 0);
  padding: 11px 24px;
  display: none;
}

.tab-blog.w--current {
  color: #fff;
  background-color: #ba4328;
  border-radius: 24px;
  display: none;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.tab-blog.white-paper {
  display: none;
}

.tab-blog.white-paper.w--current {
  background-color: #28ba48;
}

.text-block-8 {
  font-family: Helveticaneuemed;
  text-decoration: none;
}

.tab-news {
  color: var(--midnight-blue);
  background-color: rgba(0, 0, 0, 0);
  padding: 11px 24px;
  font-family: Helveticaneuemed;
}

.tab-news.w--current {
  color: #fff;
  background-color: #e4b400;
  border-radius: 24px;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.tab-press {
  color: var(--midnight-blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  padding: 11px 24px;
  font-family: Helveticaneuemed;
}

.tab-press.w--current {
  color: #fff;
  background-color: #0080af;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.tab-infographic {
  color: var(--midnight-blue);
  background-color: rgba(0, 0, 0, 0);
  padding: 11px 24px;
  font-family: Helveticaneuemed;
  display: none;
}

.tab-infographic.w--current {
  color: #fff;
  background-color: #0f1c50;
  border-radius: 24px;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.tab-case-study {
  color: var(--midnight-blue);
  background-color: rgba(0, 0, 0, 0);
  padding: 11px 24px;
  font-family: Helveticaneuemed;
  display: none;
}

.tab-case-study.w--current {
  color: #fff;
  background-color: #45537d;
  border-radius: 24px;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.social-media-share-button {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.social-media-share-button.no-margin-3 {
  margin-top: 0;
}

.link-block-4 {
  width: 100px;
  height: 100px;
  background-color: var(--midnight-blue);
}

.html-embed {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.html-embed.whatsapp {
  font-size: 21px;
  text-decoration: none;
}

.scicon {
  width: 50px;
  height: 50px;
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scicon.fb {
  text-decoration: none;
}

.scicon.whatsapp {
  background-color: #25d366;
}

.scicon.twitter {
  background-color: #08a0e9;
}

.scicon.linkin {
  background-color: #0077b5;
}

.text-block-9 {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
}

.div-block-32 {
  display: none;
}

.share-text {
  color: var(--dark-slate-blue);
  margin-right: 10px;
  font-family: Helveticaneuemed;
}

.post-location {
  color: #6785c1;
  margin-top: 5px;
  font-family: Helveticaneuemed;
}

.link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13 {
  color: var(--dark-slate-blue);
}

.next {
  border-style: none;
  border-radius: 25px;
}

.text-block-10 {
  color: var(--dark-slate-blue);
  font-family: Helveticaneuemed;
}

.previous {
  border-style: none;
  border-radius: 25px;
}

.text-block-11 {
  color: var(--dark-slate-blue);
  font-family: Helveticaneuemed;
}

.pagination {
  margin-top: 40px;
}

.tab-infographic-2 {
  color: #0f1c50;
  background-color: rgba(0, 0, 0, 0);
  padding: 11px 24px;
  font-family: Helveticaneuemed;
}

.tab-infographic-2.w--current {
  color: #fff;
  background-color: #0f1c50;
  border-radius: 24px;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.tab-news-2 {
  color: #0f1c50;
  background-color: rgba(0, 0, 0, 0);
  padding: 11px 24px;
  font-family: Helveticaneuemed;
}

.tab-news-2.w--current {
  color: #fff;
  background-color: #e4b400;
  border-radius: 24px;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.tab-link-2 {
  height: 40px;
  color: #0f1c50;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  padding: 11px 24px;
  font-family: Helveticaneuemed;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.tab-link-2.w--current {
  color: #4696ff;
  background-color: #fff;
  font-family: Helveticaneuemed;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.tab-blog-2 {
  color: #0f1c50;
  background-color: rgba(0, 0, 0, 0);
  padding: 11px 24px;
}

.tab-blog-2.w--current {
  color: #fff;
  background-color: #ba4328;
  border-radius: 24px;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.tab-blog-2.white-paper.w--current {
  background-color: #0080af;
}

.tab-press-2 {
  color: #0f1c50;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  padding: 11px 24px;
  font-family: Helveticaneuemed;
}

.tab-press-2.w--current {
  color: #fff;
  background-color: #0080af;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.tab-case-study-2 {
  color: #0f1c50;
  background-color: rgba(0, 0, 0, 0);
  padding: 11px 24px;
  font-family: Helveticaneuemed;
}

.tab-case-study-2.w--current {
  color: #fff;
  background-color: #ba4328;
  border-radius: 24px;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.video {
  width: 100%;
  margin-top: 0;
  box-shadow: 0 15px 15px rgba(0, 0, 0, .25);
}

.video-home {
  width: 80%;
  padding-bottom: 0;
}

.recaptcha {
  margin-top: 10px;
  margin-bottom: 20px;
}

.download-button {
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  top: 0;
  left: 0;
}

.text-block-12 {
  color: var(--dark-slate-blue);
  font-family: Helveticaneuemed;
  font-size: 16px;
}

.empty-state-2 {
  background-color: var(--alice-blue);
  border-radius: 25px;
  padding: 15px;
  box-shadow: 0 10px 24px rgba(82, 91, 115, .12);
}

.collection-item-3 {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 25px;
}

.button-2 {
  border: 2px none var(--alice-blue);
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 25px;
  padding: 15px 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  box-shadow: 0 10px 24px rgba(116, 126, 161, .41);
}

.button-2:hover {
  border: 2px none var(--dark-slate-blue);
  background-color: var(--midnight-blue);
  color: #fff;
  font-family: Helveticaneuemed;
}

.button-2.mt-15 {
  margin-top: 15px;
}

.button-2.hidden {
  display: none;
}

.collection-slider {
  height: 100vh;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slider-image {
  width: 100%;
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.next-2 {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  clear: none;
  background-color: var(--light-steel-blue);
  border: 2px #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 2%;
}

.previous-2 {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  background-color: var(--light-steel-blue);
  border-style: none;
  border-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.collection-list-wrapper {
  position: relative;
}

.pagination-2 {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-13 {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Helveticaneuemed;
}

.empty-state-3 {
  background-color: var(--alice-blue);
}

.link-14 {
  color: var(--dark-slate-blue);
}

.section-5.home-banner-new {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-image: url('../images/banner-home-new-pattern-01.svg'), url('../images/5c6692f1239db773efea962e_home-solution-bg-01.jpg');
  background-position: 100% 10%, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100px, 100% 250px;
  align-items: stretch;
  display: block;
}

.section-5.hidden {
  display: none;
}

.wrapper-3 {
  background-color: #fff;
  background-image: url('../images/5c6692f1239db773efea962e_home-solution-bg-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper-3.v2.home {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  align-items: center;
  padding-top: 100px;
}

.div-block-33 {
  max-width: 25%;
  margin-bottom: 87px;
  margin-left: 215px;
}

.div-block-34 {
  max-width: 45%;
  position: relative;
  top: -30px;
  left: 140px;
}

.image-24 {
  margin-left: 0;
  box-shadow: 0 10px 24px rgba(69, 83, 125, .6);
}

.image-24.v2 {
  box-shadow: none;
  position: relative;
  top: 50px;
}

.image-24.v2.home {
  padding-bottom: 0;
}

.text-block-14 {
  color: var(--dark-slate-blue);
  letter-spacing: .1px;
  margin-bottom: 45px;
  font-family: Helveticaneuemed;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-14.hidden {
  display: none;
}

.section-video {
  background-color: #fff;
  background-image: url('../images/background-3-01.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 20px;
}

.tab-menu {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 65px;
  display: flex;
  position: relative;
}

.tab-menu.width-100 {
  z-index: 10;
  width: 80%;
}

.tab-menu.hidden {
  display: none;
}

.link-tab {
  color: var(--midnight-blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  padding: 11px 24px;
  font-family: Helveticaneuemed;
}

.link-tab.w--current {
  color: var(--dodger-blue);
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.link-tab.v2 {
  color: var(--midnight-blue);
}

.link-tab.v2.w--current {
  background-color: var(--midnight-blue);
  color: #fff;
}

.link-tab.v2.press.w--current {
  background-color: #0080af;
}

.link-tab.v2.yellow.w--current {
  background-color: #e4b301;
}

.link-tab.current {
  background-color: var(--white);
  color: var(--dodger-blue);
  box-shadow: 8px 0 20px rgba(82, 91, 115, .12);
}

.link-tab.hide-contact {
  display: none;
}

.link-tab.diff {
  display: block;
}

.link-tab.diff.hide {
  display: none;
}

.collection-list-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-huge-button-2 {
  width: 100%;
  opacity: 1;
  background-color: #aac8ff;
  background-image: url('../images/stay-connected-01.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 120px 4%;
  text-decoration: none;
  transition: opacity .3s linear;
  display: flex;
  position: relative;
  transform: translate(0);
}

.contact-huge-button-2:hover {
  opacity: .8;
  background-image: url('../images/stay-connected-02.jpg');
  background-size: cover;
  border-style: none;
}

.post-name-2 {
  color: #45537d;
  text-align: center;
  margin-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Helveticaneuemed;
  font-size: 18px;
  line-height: 24px;
}

.link-tab-2 {
  color: #0f1c50;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  padding: 11px 24px;
  font-family: Helveticaneuemed;
}

.link-tab-2.w--current {
  color: #4696ff;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.read-more-2 {
  color: #4696ff;
  text-transform: uppercase;
  border-bottom: .5px solid #4696ff;
  margin-top: 50px;
  padding-bottom: 5px;
  font-family: Helveticaneuemed;
  text-decoration: none;
}

.pagination-3 {
  margin-top: 30px;
}

.pagination-3.hidden {
  display: none;
}

.pagination-4 {
  margin-top: 30px;
}

.share-text-2 {
  color: #45537d;
  margin-right: 10px;
  font-family: Helveticaneuemed;
}

.link-block-5 {
  display: block;
}

.div-block-35 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
}

.empty-state-4 {
  background-color: #d4e7f7;
}

.link-tab-3 {
  color: #0f1c50;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  padding: 11px 24px;
  font-family: Helveticaneuemed;
}

.link-tab-3.w--current {
  color: #4696ff;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.link-tab-3.diff {
  display: block;
}

.link-tab-3.hide-contact {
  display: none;
}

.tab-case-study-3 {
  color: #0f1c50;
  background-color: rgba(0, 0, 0, 0);
  padding: 11px 24px;
  font-family: Helveticaneuemed;
  display: none;
}

.tab-case-study-3.w--current {
  color: #fff;
  background-color: #45537d;
  border-radius: 24px;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.tab-infographic-3 {
  color: #0f1c50;
  background-color: rgba(0, 0, 0, 0);
  padding: 11px 24px;
  font-family: Helveticaneuemed;
  display: none;
}

.tab-infographic-3.w--current {
  color: #fff;
  background-color: #0f1c50;
  border-radius: 24px;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.text-block-15 {
  color: #0f1c50;
  text-align: center;
  font-family: Helveticaneuemed;
}

.tab-blog-3 {
  color: #0f1c50;
  background-color: rgba(0, 0, 0, 0);
  padding: 11px 24px;
  display: none;
}

.tab-blog-3.w--current {
  color: #fff;
  background-color: #ba4328;
  border-radius: 24px;
  display: none;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.tab-blog-3.white-paper {
  display: none;
}

.tab-blog-3.white-paper.w--current {
  background-color: #28ba48;
}

.rich-text-block-2 {
  font-family: Helveticaneuelt;
}

.body-3 {
  background-color: #f0f0f0;
}

.link-block-6 {
  display: block;
}

.cms-slider {
  height: 100vh;
  margin-top: 0;
}

.collection-list-slider {
  height: 100vh;
}

.collection-item-slider {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav-4 {
  display: none;
}

.left-arrow-4 {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  background-color: var(--light-steel-blue);
  border-radius: 50%;
  margin-left: 15px;
  display: block;
}

.right-arrow-4 {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  background-color: var(--light-steel-blue);
  border-radius: 50%;
  margin-right: 15px;
  display: block;
}

.slide-banner {
  width: 100%;
  height: 100vh;
  background-image: url('../images/home-slider-1-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-banner._2 {
  background-image: url('../images/5d35773b5f32ba605677a8d6_travel-daily-conference-hero-slider_v2.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.collection-list-wrapper-2 {
  display: none;
}

.slide-banner-2 {
  width: 100%;
  height: 100vh;
  background-image: url('../images/hero-slider-3.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.collection-list-wrapper-3 {
  display: none;
}

.dropdown {
  z-index: 10;
  display: none;
  position: absolute;
  right: 0%;
}

.text-block-16 {
  font-family: Helveticaneuemed;
}

.dropdown-list {
  z-index: 10;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.filter-dropdown-item {
  text-align: center;
  background-color: #ddd;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Helveticaneuemed;
}

.custom-filter {
  text-align: center;
  font-family: Helveticaneuemed;
  display: block;
  position: absolute;
  right: 0;
}

.custom-filter.hidden {
  display: none;
}

.filter-dropdown-custom {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.dropdown-icon {
  margin: 0 0 0 4px;
  position: static;
}

.filter-option {
  color: #333;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
}

.filter-dropdown-list {
  z-index: 10;
  width: 100%;
  background-color: var(--white);
  border-radius: 3px;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: absolute;
  box-shadow: 0 8px 20px rgba(82, 91, 115, .12);
}

.number-pagination-flex {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.num-pagination-link {
  background-color: #fafafa;
  border-style: none;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 16px;
}

.num-pagination-text {
  color: var(--dark-slate-blue);
  font-family: Helveticaneuemed;
}

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

._w-50 {
  width: 50%;
}

._w-50.padding {
  padding-left: 33px;
  padding-right: 33px;
}

._w-50.padding.mt-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-50.padding.right {
  text-align: right;
}

.whitepaper-form {
  flex: 1;
  margin-top: 40px;
  display: block;
}

.whitepaper-form.register {
  justify-content: center;
  display: flex;
}

.whitepaper-form.gsma-report {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.whitepaper-form.remove, .whitepaper-form.hide {
  display: block;
}

.whitepaper-tnc {
  width: 100%;
  text-align: center;
  flex: 0 auto;
  text-decoration: none;
}

.whitepaper-list-item {
  width: auto;
  max-width: 850px;
  color: var(--slate-grey);
  text-align: left;
  margin-top: 8px;
  margin-left: 0;
  font-family: Helveticaneuelt;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.whitepaper-list-item.white {
  color: #fff;
}

.whitepaper-list-item.white.left {
  text-align: left;
  margin-bottom: 40px;
}

.whitepaper-list-item.white.left.small {
  letter-spacing: .5px;
  margin-top: 57px;
  margin-bottom: 85px;
  font-size: 15px;
  line-height: 24px;
}

.whitepaper-list-item.v2 {
  color: var(--slate-grey);
}

.whitepaper-list-item.event {
  max-width: 900px;
  color: #828487;
  text-align: left;
  margin-top: 35px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.whitepaper-list-item.thanks {
  margin-bottom: 110px;
}

.whitepaper-list-item.align-left {
  text-align: left;
}

.whitepaper-logo-wrapper {
  align-items: center;
  display: flex;
}

.whitepaper-logo-wrapper.hidden {
  display: none;
}

.whitepaper-logo-1 {
  padding-right: 15px;
}

.whitepaper-logo-2 {
  padding-left: 15px;
}

.image-25 {
  width: 180px;
}

.image-26 {
  width: 160px;
}

.div-block-33-copy {
  max-width: 35%;
  margin-bottom: 87px;
  margin-left: 150px;
}

.div-block-33-copy.home {
  width: 50%;
  max-width: none;
  margin-left: 0;
  padding-left: 33px;
}

.sponsor-text {
  position: relative;
  top: -8px;
}

.whitepaper-download-text {
  max-width: 350px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.whitepaper-download-text.hidden {
  display: none;
}

.div-block-34-copy {
  max-width: 45%;
  position: relative;
  top: -30px;
  left: 140px;
}

.div-block-34-copy.home {
  left: 100px;
}

.social-block {
  padding-left: 125px;
  padding-right: 125px;
}

.social-block.v2 {
  padding-bottom: 80px;
}

.white-paper-rich-text {
  max-width: 850px;
  color: var(--slate-grey);
  margin-top: 20px;
  font-family: Helveticaneuelt;
  font-size: 16px;
  line-height: 22px;
}

.white-paper-rich-text h2 {
  color: #45537d;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Helveticaneuemed;
  font-size: 28px;
  line-height: 34px;
}

.white-paper-rich-text p {
  max-width: 850px;
  color: var(--slate-grey);
  margin-top: 20px;
  font-family: Helveticaneuelt;
  font-size: 16px;
  line-height: 22px;
}

.white-paper-rich-text li {
  max-width: 850px;
  color: var(--slate-grey);
  margin-top: 8px;
  font-family: Helveticaneuelt;
  font-size: 16px;
  line-height: 22px;
}

.chg-lang-block {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.btn-lang {
  margin-right: 15px;
}

.cms-paint-text {
  padding-left: 40px;
  padding-right: 40px;
}

.link-dodger-blue {
  color: var(--dodger-blue);
  text-decoration: underline;
}

.text-block-17 {
  font-family: Inter, sans-serif;
  font-size: 24px;
}

.button-3 {
  color: #fff;
  background-color: #0f1c50;
  border: 2px #d4e7f7;
  border-radius: 25px;
  padding: 15px 25px;
  font-family: Helveticaneuemed;
  font-size: 16px;
  box-shadow: 0 10px 24px rgba(116, 126, 161, .41);
}

.button-3:hover {
  color: #fff;
  background-color: #0f1c50;
  border: 2px #45537d;
  font-family: Helveticaneuemed;
}

.button-3.hidden {
  display: none;
}

.button-3.mt-15 {
  margin-top: 15px;
}

.button-3.contact-us {
  margin-top: 20px;
}

.text-span-3 {
  color: #4696ff;
  text-decoration: none;
}

html.w-mod-js [data-ix="animation-slide"] {
  opacity: 0;
  transform: scale(1);
}

html.w-mod-js [data-ix="text-animation"], html.w-mod-js [data-ix="text-animation-2"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="color-bar"] {
  opacity: 0;
  transform: translate(20px);
}

html.w-mod-js [data-ix="hero-banner-animation"], html.w-mod-js [data-ix="hero-slider-new"] {
  transform: scale(1);
}

@media screen and (max-width: 991px) {
  .nav-dropdown-list.w--open {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    padding-bottom: 0;
  }

  .nav-link {
    color: rgba(255, 255, 255, .7);
    padding: 12px 24px;
    box-shadow: 0 1px rgba(255, 255, 255, .12);
  }

  .nav-link:hover, .nav-link.w--current, .nav-link.w--current:hover {
    color: #fff;
  }

  .nav-link.w--open {
    box-shadow: none;
  }

  .button.red, .button.midnight-blue {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wrapper {
    justify-content: center;
    align-items: center;
    position: static;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper.place-top {
    margin-top: 0;
  }

  .nav-bar {
    border-top: 1px solid rgba(22, 26, 37, .1);
    padding-left: 8px;
    padding-right: 0;
  }

  .menu-button {
    border-left: 1px solid rgba(22, 26, 37, .1);
    flex: 0 auto;
    margin-left: 16px;
  }

  .menu-button.w--open {
    color: #161a25;
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation {
    padding-right: 0;
  }

  .nav-dropdown-link {
    padding-left: 55px;
  }

  .nav-dropdown-link:hover {
    color: var(--dodger-blue);
    border-bottom: 1px #000;
  }

  .nav-dropdown-link:visited {
    color: #fff;
  }

  .nav-dropdown-link.w--current {
    color: rgba(255, 255, 255, .5);
  }

  .nav-menu {
    width: 100%;
    background-color: rgba(22, 26, 37, .92);
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .nav-dropdown-icon {
    opacity: .4;
    display: inline-block;
  }

  .colour-bar {
    top: 0;
    left: 0;
    right: auto;
  }

  .bg-image {
    width: 100%;
    height: auto;
  }

  .section.event {
    margin-top: 25px;
  }

  .section.insight {
    padding-top: 115px;
  }

  .section-hero {
    margin-top: 0;
  }

  .div-left {
    margin-left: 62px;
  }

  .div-left._2 {
    margin-top: 0;
  }

  .heading-2.white {
    font-size: 25px;
  }

  .heading-2.event-name {
    letter-spacing: 0;
  }

  .div-block-2._2 {
    top: 0;
  }

  .body-text {
    max-width: 500px;
    text-align: center;
  }

  .body-text.white.left.small {
    margin-left: 0;
  }

  .body-text.v2 {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .body-text.event {
    text-align: left;
    margin-top: 0;
  }

  .contact-card-v2 {
    width: 83.33%;
    max-width: none;
    flex-wrap: wrap;
  }

  .contact-form-wrapper {
    width: 100%;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .contact-form-1 {
    align-items: center;
    display: flex;
  }

  .body-tnc {
    padding: 0;
  }

  .link-block {
    background-image: url('../images/scroll-top-01.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 25px 50%;
  }

  .container-2 {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 55px;
    padding-left: 55px;
    position: static;
    top: 22vh;
    right: 13vw;
  }

  .div-block-10 {
    width: 350px;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    position: absolute;
    bottom: 75px;
    right: 85px;
  }

  .slider-title.consumer {
    font-size: 25px;
    line-height: 32px;
  }

  .slider-title.solutions, .slider-title.choose {
    font-size: 25px;
  }

  .div-block-11 {
    margin-top: 10px;
  }

  .div-block-11.left {
    margin: -50px 155px 75px 170px;
  }

  .payment-title.blue.choose {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-4 {
    top: -18px;
    left: 65px;
  }

  .image-4.solution {
    left: 190px;
  }

  .image-4.v2 {
    left: 251px;
  }

  .consumer-contents {
    width: 400px;
    left: -17vw;
  }

  .block-quote {
    padding-left: 20px;
    padding-right: 80px;
    font-size: 16px;
    line-height: 22px;
  }

  .quote {
    top: -30px;
    left: 30px;
  }

  .image-5 {
    left: -50px;
  }

  .image-6 {
    left: 227px;
  }

  .source-text {
    margin-top: 15px;
    margin-left: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .reasons {
    min-height: 455px;
    background-size: cover;
    margin-left: -5px;
    margin-right: -5px;
    padding: 56px 0%;
  }

  .reasons._2 {
    background-position: 50% -55px;
    background-size: cover;
  }

  .reasons._3 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact-huge-button {
    background-position: 50%;
    margin-top: 0;
  }

  .nav-link-2 {
    box-shadow: none;
    color: #fff;
    border-style: none;
    border-bottom-width: 1px;
    border-bottom-color: #000;
    margin-top: 15px;
    margin-left: 40px;
    padding: 0 24px 0 15px;
    transition: none;
  }

  .nav-link-2:hover, .nav-link-2.w--current, .nav-link-2.w--current:hover {
    color: #fff;
  }

  .nav-link-2.w--open {
    box-shadow: none;
  }

  .nav-bar-2 {
    border-top: 1px solid rgba(22, 26, 37, .1);
    padding-left: 8px;
    padding-right: 0;
  }

  .navigation-2 {
    justify-content: flex-end;
    padding-right: 0;
  }

  .nav-menu-2 {
    width: 100%;
    background-color: rgba(22, 26, 37, .92);
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .text-block-3 {
    color: #fff;
  }

  .nav-link-menu-2 {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-menu-2:hover {
    border-bottom-style: none;
    text-decoration: none;
  }

  .hero-v4-heading {
    font-size: 54px;
    line-height: 64px;
  }

  .slider-arrow {
    margin-right: 30px;
    bottom: -340px;
    right: -10px;
  }

  .slider-arrow.left {
    margin-left: 30px;
    bottom: -340px;
    left: -10px;
  }

  .bg-image-2 {
    height: 150%;
  }

  .bg-image-2.hero-slide-2 {
    background-image: url('../images/home-slider-1-01_1.jpg');
    background-position: 60%;
  }

  .bg-image-2.hero-slide-2.consumer {
    height: 110%;
  }

  .bg-image-2.hero-slide-2.consumer._2 {
    background-image: url('../images/consumer-02_1.jpg');
    background-position: 50%;
  }

  .bg-image-2.hero-slide-2.consumer._3 {
    height: 110%;
    background-image: url('../images/consumer-03_1.jpg');
    background-position: 50%;
  }

  .bg-image-2.hero-slide-2._2 {
    height: none;
    max-height: auto;
    background-image: url('../images/2019.02.14---M2020_Banner_1600x900.jpg');
    background-position: 50% 15%;
    background-size: auto 50%;
    background-attachment: scroll;
  }

  .bg-image-2.events {
    height: none;
    background-image: url('../images/2019.02.12---M2020_Event_Banner_1600x900.jpg');
    background-position: 50%;
    background-size: contain;
    margin-top: 94px;
    position: static;
  }

  .bg-image-2.event {
    background-position: 50% 60%;
    background-size: auto 40%;
  }

  .section-intro {
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-intro.left {
    width: 66.66%;
    margin-right: 33.33%;
  }

  .section-intro.big-text {
    margin-bottom: -18px;
  }

  .hero-v4-nav {
    bottom: 18px;
    right: 50px;
  }

  .hero-v4-nav.consumer {
    height: 35px;
    opacity: .75;
    flex-direction: row;
    position: absolute;
    bottom: 5vh;
    left: 120px;
  }

  .hero-v4-nav.milestones {
    display: none;
  }

  .hero-v4-section {
    height: 500px;
    margin-top: 0;
    padding-top: 0;
  }

  .slider-title-2 {
    width: 275px;
    font-size: 28px;
    line-height: 34px;
    top: 41%;
    right: 100px;
  }

  .slider-1-contents-2 {
    width: 275px;
    margin-top: 12px;
    font-size: 14px;
    top: 52%;
    right: 100px;
  }

  .link.no-margin {
    margin: 0;
  }

  .place-top {
    justify-content: flex-start;
    margin-top: -25px;
  }

  .place-top.white {
    margin-top: 145px;
    margin-bottom: -15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .place-top.v3 {
    margin-top: 178px;
    margin-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-4 {
    padding: 104px 8px;
  }

  .section-4.white {
    background-image: url('../images/home-solution-bg-01_1.jpg');
    background-size: cover;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .section-4.page-header-1 {
    height: 300px;
    padding-top: 164px;
  }

  .section-4.page-header-1.event {
    height: 550px;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-4.hero-v1 {
    height: 680px;
    margin-top: -64px;
  }

  .section-4.dark.mask {
    height: 40vh;
  }

  .section-4.light-blue {
    padding-top: 95px;
    padding-bottom: 50px;
  }

  .section-4.dark {
    padding: 85px 10px;
  }

  .section-4.page-header {
    padding-top: 164px;
  }

  .paragraph-small.v2 {
    font-size: 13px;
  }

  .feature-dark {
    flex: 1;
    justify-content: flex-start;
    margin: 8px;
    padding: 56px 3%;
  }

  .feature-dark._2, .feature-dark._3 {
    padding-left: 3%;
  }

  .feature-dark.values, .feature-dark.values._2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .feature-dark.values._3 {
    flex: 1;
    padding-left: 5%;
    padding-right: 5%;
  }

  .feature-dark-image._1.solution, .feature-dark-image._1.solution._3, .feature-dark-image._1.solution._2 {
    background-position: 50% 35px, 50% -35px;
  }

  .feature-dark-image._1.solution._2 {
    background-image: url('../images/solution-blue-bg-01-01.svg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 50% 0, 0 0;
    background-size: contain, auto;
  }

  .heading-4 {
    padding-top: 0;
  }

  .heading-4.dark-blue {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-4.dark-blue.v2 {
    width: 200px;
  }

  .heading-4.dark-blue {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .no-margin {
    margin: 0;
  }

  .hero-small-circle {
    width: 20vh;
    height: 20vh;
  }

  .hero-scroll-link {
    display: none;
  }

  .hero-big-circle {
    width: 26vh;
    height: 26vh;
  }

  .hero-v1-intro {
    max-width: 80%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-square {
    width: 40vmin;
    height: 40vmin;
  }

  .hero-square-1 {
    top: 17vh;
    left: 13%;
  }

  .intro-big-text {
    font-size: 88px;
    line-height: 72px;
  }

  .logo-link {
    margin: 9px 12px;
  }

  .footer-v1-nav {
    width: 50%;
    padding-bottom: 64px;
    padding-left: 8px;
    padding-right: 6%;
  }

  .team-member {
    width: 50%;
    padding-bottom: 64px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .footer-v1-blog {
    width: 50%;
    padding-left: 8px;
    padding-right: 6%;
  }

  .side-block {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-block.no-padding {
    padding: 0;
  }

  .process {
    padding-left: 8px;
    padding-right: 8px;
  }

  .instagram-photo-link {
    width: 160px;
    height: 160px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .instagram-button {
    width: 200px;
    height: 200px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-v1-subscribe {
    width: 50%;
    padding-left: 8px;
    padding-right: 12%;
  }

  .side-content {
    flex-wrap: wrap;
  }

  .side-content.mobile-reversed {
    flex-direction: column-reverse;
  }

  .big-side-media {
    height: 560px;
  }

  .footer-v1-about {
    width: 50%;
    padding-left: 8px;
  }

  .cta-v1 {
    flex-wrap: nowrap;
  }

  .footer-bottom-2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .big-side-content {
    width: 100%;
    max-width: none;
    padding: 88px 16%;
  }

  .big-side-content.left {
    margin-left: 0%;
    padding-right: 16%;
  }

  .milestone.v2 {
    width: 50%;
  }

  .div-block-13 {
    opacity: .3;
    left: -170px;
  }

  .partners-div {
    margin-right: -125px;
    right: 0;
  }

  .back-to-top {
    background-image: url('../images/scroll-top-01.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 25px 50%;
  }

  .post-image {
    height: auto;
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .post-author {
    width: 50%;
    margin-top: 64px;
    margin-right: 0;
  }

  .post-info {
    margin-top: 100px;
  }

  .post-info-small {
    flex-wrap: wrap;
  }

  .post-author-avatar {
    margin-bottom: 20px;
  }

  .post {
    flex-flow: column-reverse wrap;
    justify-content: flex-end;
    align-items: center;
  }

  .post-content {
    width: 100%;
    flex: 0 auto;
  }

  .div-right {
    margin-top: 30px;
    padding-left: 60px;
    padding-right: 30px;
  }

  .div-block-19 {
    margin-top: 60px;
  }

  .image-18, .image-18.v3 {
    padding: 5px;
  }

  .image-18.v4 {
    padding: 10px 8px 15px;
  }

  .place-top-3 {
    justify-content: flex-start;
    margin-top: 0;
  }

  .place-top-3.white {
    margin-top: -50px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .div-block-20 {
    margin-top: 10px;
  }

  .body-text-2 {
    max-width: 500px;
    text-align: center;
  }

  .body-text-2.v2 {
    max-width: 450px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature-dark-2 {
    flex: 1;
    justify-content: flex-start;
    margin: 8px;
    padding: 56px 3%;
  }

  .feature-dark-2._2 {
    min-height: 400px;
    margin: -5px;
    padding: 10px 5%;
    position: relative;
    overflow: visible;
  }

  .feature-dark-2._4.solutions {
    min-height: 510px;
  }

  .columns {
    width: 95%;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .paragraph-small-3 {
    margin-bottom: 0;
  }

  .heading-8.white {
    font-size: 25px;
  }

  .consumer-contents-2 {
    width: 400px;
    float: left;
    margin-top: auto;
    margin-left: auto;
    top: -485px;
    left: 95px;
  }

  .block-quote-2 {
    padding-left: 20px;
    padding-right: 80px;
    font-size: 16px;
    line-height: 22px;
  }

  .slider-arrow-2 {
    margin-right: 30px;
    bottom: -170px;
    right: -10px;
  }

  .slider-arrow-2.left {
    margin-left: 30px;
    bottom: -170px;
    left: -10px;
  }

  .slider-title-3.consumer {
    font-size: 25px;
    line-height: 32px;
  }

  .slider-title-3.solutions {
    font-size: 25px;
  }

  .quote-2 {
    top: -30px;
    left: 30px;
  }

  .link-block-3 {
    background-color: #f71a56;
  }

  .columns-2 {
    width: 95%;
  }

  .bg-image-3 {
    height: 150%;
  }

  .bg-image-3._15 {
    margin-top: -118px;
  }

  .bg-image-3._15.event {
    height: 200px;
    background-image: url('../images/2019.02.14---M2020_Banner_975x315.jpg');
    background-position: 50% 100%;
    background-size: auto 95%;
    margin-top: -64px;
  }

  .div-block-23 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .tabs-content {
    margin-left: -16px;
    margin-right: -16px;
    padding-top: 72px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tabs {
    padding-left: 8px;
    padding-right: 8px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .tabs-menu.no-margin-bottom {
    margin-bottom: 0;
  }

  .post-item-v2 {
    width: 50%;
    padding: 16px 8px;
  }

  .tab-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .collection-item-2 {
    width: 50%;
  }

  .insights-image {
    display: flex;
  }

  .post-main-image {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .post-explanation {
    width: 200px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-27 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-29 {
    margin-left: 20px;
  }

  .review-v1 {
    margin-bottom: 35px;
  }

  .testimonials-v1-arrow.right {
    left: 345px;
  }

  .testimonials-v1-arrow.left {
    right: 345px;
  }

  .no-margin-2 {
    margin: 0;
  }

  .review-v1-slide {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .slide-nav-3 {
    top: 925px;
  }

  .event-card {
    flex-direction: column;
  }

  .event-card-content {
    margin-top: 15px;
    padding-left: 15px;
  }

  .tab-link-2 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .wrapper-3.v2 {
    flex-direction: column;
  }

  .wrapper-3.v2.home {
    flex-direction: row;
  }

  .div-block-33 {
    margin-left: 100px;
  }

  .div-block-34 {
    left: 60px;
  }

  .image-24.v2 {
    width: 60%;
    top: auto;
  }

  .image-24.v2.home {
    width: 100%;
  }

  .tab-menu.width-100 {
    justify-content: flex-start;
  }

  .contact-huge-button-2 {
    background-position: 50%;
    margin-top: 0;
  }

  .slide-banner._2 {
    background-image: url('../images/travel-daily-conference-hero-slider-mobile-1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .whitepaper-wrapper {
    flex-direction: column;
  }

  ._w-50.padding {
    width: 90%;
  }

  ._w-50.padding.mt-40 {
    margin-top: 40px;
  }

  .whitepaper-form {
    width: 100%;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .whitepaper-tnc {
    padding: 0;
  }

  .whitepaper-list-item {
    max-width: 500px;
    text-align: left;
  }

  .whitepaper-list-item.white.left.small {
    margin-left: 0;
  }

  .whitepaper-list-item.v2 {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .whitepaper-list-item.event {
    text-align: left;
    margin-top: 0;
  }

  .div-block-33-copy {
    width: 90%;
    max-width: none;
    margin-left: 0;
    padding-left: 33px;
    padding-right: 33px;
  }

  .div-block-33-copy.home {
    width: 100%;
    position: relative;
    top: 40px;
    bottom: auto;
    left: -55px;
  }

  .whitepaper-download-text {
    max-width: 350px;
  }

  .div-block-34-copy {
    width: 90%;
    max-width: none;
    padding-left: 33px;
    padding-right: 33px;
    position: relative;
    left: auto;
  }

  .div-block-34-copy.home {
    left: -60px;
  }

  .social-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .white-paper-rich-text p, .white-paper-rich-text li {
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .bg-image {
    width: 100%;
  }

  .section.event {
    margin-top: 25px;
  }

  .section.insight {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .div-left {
    margin-top: 105px;
  }

  .heading {
    font-size: 28px;
  }

  .heading-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-2.white {
    font-size: 20px;
  }

  .heading-2.white.v2 {
    line-height: 32px;
  }

  .heading-2.white.left {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2.white.left.global {
    margin-top: -5vh;
    margin-bottom: 30px;
  }

  .heading-2.v2 {
    padding-left: 0;
  }

  .heading-2.v2.small.hk {
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .heading-2.event-name {
    text-align: center;
    margin-top: 15px;
  }

  .div-block-2 {
    padding-bottom: 40px;
  }

  .body-text {
    width: 375px;
    text-align: center;
    font-size: 14px;
  }

  .body-text.white {
    margin-top: 8px;
    font-size: 14px;
  }

  .body-text.white.left.small {
    width: 400px;
    margin-top: 18px;
  }

  .body-text.event {
    width: auto;
    max-width: none;
    text-align: left;
    font-size: 16px;
  }

  .body-text.register {
    text-align: center;
  }

  .body-text.align-left {
    width: auto;
    max-width: none;
  }

  .contact-card-v2 {
    width: 100%;
  }

  .contact-form.flex-center {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .contact-form-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form-wrapper.register {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .input.contact-name {
    width: 100%;
    flex: 0 auto;
  }

  .input.contact-email {
    width: 100%;
    flex: 0 auto;
    margin-left: 0;
  }

  .input.phone-number {
    flex: 1;
    margin-left: 0;
  }

  .input.contact-name {
    width: 100%;
    flex: 0 auto;
  }

  .input.phone-number {
    flex: 1;
    margin-left: 0;
  }

  .input.contact-email {
    width: 100%;
    flex: 0 auto;
    margin-left: 0;
  }

  .body-tnc {
    text-align: center;
    margin-left: 35px;
    margin-right: 35px;
  }

  .div-footer-links {
    padding-top: 0;
  }

  .div-block-7 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-bottom {
    margin-top: 45px;
  }

  .link-block {
    background-image: url('../images/scroll-top-01.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px 50%;
    top: auto;
    bottom: 145px;
    right: 10px;
  }

  .container-2 {
    margin-top: 85px;
    padding-left: 0;
  }

  .div-block-10 {
    width: auto;
    height: 200px;
    margin-left: 3vw;
    bottom: 145px;
    left: 54vw;
    right: auto;
  }

  .slider-title.consumer {
    margin-left: 85px;
    font-size: 20px;
  }

  .slider-title.solutions {
    font-size: 20px;
  }

  .slider-title.solutions._2 {
    width: 65%;
    text-align: center;
  }

  .div-block-11.left {
    margin-left: 0;
    margin-right: 105px;
    padding-right: 0;
  }

  .payment-title.blue.choose {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-4 {
    left: 83px;
  }

  .image-4.solution {
    left: 70px;
  }

  .image-4.solution._2 {
    left: 32px;
  }

  .image-4.choose {
    left: 45px;
  }

  .image-4.v2 {
    max-width: 50%;
    position: relative;
    top: 34px;
    left: 220px;
  }

  .consumer-contents {
    top: -5vh;
    left: -22vw;
  }

  .block-quote {
    padding-left: 45px;
    padding-right: 140px;
    font-size: 13px;
    line-height: 18px;
  }

  .quote {
    font-size: 12px;
    line-height: 14px;
    left: 90px;
  }

  .image-5 {
    left: -25px;
  }

  .image-6 {
    top: 12px;
    left: 188px;
  }

  .source-text {
    margin-top: 15px;
    margin-left: 0;
  }

  .solutions-title {
    display: flex;
  }

  .para-solutions {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .section-choose {
    height: 110%;
    padding: 60px 8px;
  }

  .reasons {
    width: 75%;
    min-height: 300px;
    background-position: 50%;
    background-size: cover;
    flex-flow: column wrap;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin: 8px;
    padding: 56px 5%;
  }

  .reasons._2 {
    width: 75%;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 34%, #fff 71%), url('../images/reasons-bg-02_1.jpg');
    background-position: 0 0, 50% -68px;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .reasons._3 {
    flex: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .why-choose-us {
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
  }

  .contact-huge-button {
    background-color: var(--midnight-blue);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-huge-button:hover {
    background-color: #ff2f5b;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .connection {
    top: auto;
    bottom: 4vh;
    left: 12vw;
    right: 15vw;
  }

  .hero-v4-heading {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    margin-top: 40vh;
    margin-bottom: 0;
    display: none;
    position: absolute;
    right: -10px;
  }

  .slider-arrow.left {
    margin-top: 0;
    position: absolute;
    top: 30vh;
    bottom: 0;
    left: auto;
    right: 20px;
  }

  .bg-image-2.hero-slide-2 {
    background-image: url('../images/home-slider-1-01_1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-image-2.hero-slide-2.consumer {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 73%, #fff), url('../images/consumer-01_1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .bg-image-2.hero-slide-2.consumer._2 {
    background-image: url('../images/consumer-02_1.jpg');
    background-position: 60%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-image-2.hero-slide-2.consumer._3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 73%, rgba(255, 255, 255, .5) 99%), url('../images/consumer-03_1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .bg-image-2.hero-slide-2._2 {
    background-image: url('../images/2019.02.14---M2020_Banner_1600x900.jpg');
    background-position: 50% 15%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .bg-image-2._9 {
    background-image: url('../images/company-01_1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .bg-image-2.events {
    width: 95vw;
    height: none;
    text-align: left;
    background-image: url('../images/2019.02.12---M2020_Event_Banner_1600x900.jpg');
    background-position: 50%;
    background-size: contain;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    display: flex;
  }

  .bg-image-2.event {
    background-position: 50%;
  }

  .hero-v4-slide.milestones {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .paragraph-big {
    font-size: 16px;
  }

  .section-intro {
    margin-bottom: 48px;
  }

  .section-intro.left {
    width: 80%;
    margin-right: 20%;
  }

  .section-intro.wide {
    display: flex;
  }

  .hero-v4-nav {
    height: 40px;
    display: block;
    bottom: 10px;
    left: 50px;
    right: 50px;
  }

  .hero-v4-nav.consumer {
    opacity: .75;
    top: 356px;
    bottom: 3vh;
    left: auto;
    right: 23px;
  }

  .hero-v4-nav.milestones {
    width: 50px;
    height: 100px;
    opacity: .6;
    flex-flow: column;
    align-content: space-around;
    justify-content: space-around;
    padding-bottom: 10px;
    display: flex;
    bottom: 15px;
    left: auto;
    right: 15px;
  }

  .hero-v4-section {
    height: 400px;
    min-height: 0;
  }

  .hero-v4-section.milestones {
    height: 100vh;
  }

  .slider-title-2 {
    width: auto;
    max-width: 200px;
    font-size: 21px;
    line-height: 26px;
    top: 40vh;
    right: 85px;
  }

  .slider-1-contents-2 {
    width: 185px;
    font-size: 12px;
    line-height: 16px;
    top: 58vh;
    right: 97px;
  }

  .link.no-margin {
    margin: 0;
  }

  .place-top {
    z-index: 10;
    margin-top: 205px;
    padding-bottom: 0;
  }

  .place-top.white {
    justify-content: flex-end;
    margin-top: -15px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: 1vh;
  }

  .place-top.white.choose {
    top: 18vh;
  }

  .place-top.v3 {
    margin-top: 205px;
  }

  .place-top.values-2 {
    margin-top: 0;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-4.white {
    height: 110%;
  }

  .section-4.white.v2 {
    padding-bottom: 75px;
  }

  .section-4.page-header-1 {
    padding-top: 190px;
  }

  .section-4.page-header-1.event {
    height: 500px;
    margin-top: 0;
  }

  .section-4.hero-v1 {
    height: 600px;
  }

  .section-4.dark.mask {
    height: 60vh;
    max-height: 60vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-4.white-bg {
    padding-bottom: 55px;
  }

  .section-4.dark {
    padding-top: 75px;
    padding-bottom: 65px;
  }

  .section-4.page-header {
    padding-top: 190px;
  }

  .paragraph-small.dark-blue {
    padding-top: 0;
  }

  .paragraph-small.v2 {
    font-size: 14px;
  }

  .feature-dark {
    background-position: 50% 20px;
    background-repeat: no-repeat;
    background-size: 250px 50%;
    flex: 25%;
  }

  .feature-dark._2 {
    background-position: 50% 20px;
    background-size: 250px 50%;
    flex: 25%;
  }

  .feature-dark._4 {
    flex: 0 auto;
    justify-content: flex-start;
    margin-left: 15px;
    margin-right: 15px;
  }

  .feature-dark._4.solutions {
    min-height: 400px;
    justify-content: flex-end;
    margin-left: 30px;
    margin-right: 30px;
  }

  .feature-dark._4.choose {
    width: 100%;
    flex: 0 auto;
    justify-content: flex-start;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-dark._4.choose._1 {
    width: 100%;
    flex: 0 auto;
    margin-left: 4px;
    margin-right: 4px;
  }

  .feature-dark._3 {
    background-position: 50% 20px;
    background-size: 250px 50%;
    flex: 0 auto;
  }

  .feature-dark.values {
    width: 75%;
    min-height: 400px;
    flex: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 8%;
    padding-right: 8%;
  }

  .feature-dark.values._2 {
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-left: 8%;
    padding-right: 8%;
    display: block;
  }

  .feature-dark.values._3 {
    flex: 0 auto;
    margin-top: 0;
    padding-left: 8%;
    padding-right: 8%;
  }

  .feature-dark-image._1.solution {
    background-image: url('../images/solutions-icon-01.svg'), url('../images/solution-blue-bg-01-01.svg');
    background-position: 50% 8%, 50% 35%;
    background-repeat: no-repeat, no-repeat;
    background-size: 40% 40%, cover;
  }

  .feature-dark-image._1.solution._3 {
    background-position: 50% 15px, 50% 35%;
    background-size: 225px 40%, cover;
  }

  .feature-dark-image._1.choose {
    background-position: 50% 56%;
  }

  .feature-dark-image._1.solution._2 {
    background-image: url('../images/solution-blue-bg-01-01.svg');
    background-position: 50% -10px;
    background-size: cover;
  }

  .features-dark {
    flex-wrap: wrap;
    margin-top: -10px;
  }

  .features-dark.choose {
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .heading-4.dark-blue {
    margin-top: 0;
  }

  .image-12 {
    position: relative;
    top: -50px;
  }

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

  .no-margin.event-post {
    margin-top: -5px;
  }

  .triangle {
    right: 10%;
  }

  .hero-small-circle {
    width: 16vh;
    height: 16vh;
  }

  .hero-square-center {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .hero-big-circle {
    width: 22vh;
    height: 22vh;
  }

  .hero-v1-intro {
    width: 100%;
    max-width: none;
  }

  .hero-square {
    width: 50vmin;
    height: 50vmin;
  }

  .hero-square-1 {
    top: 14vh;
    left: 13%;
  }

  .intro-big-text {
    font-size: 80px;
    line-height: 64px;
  }

  .footer-v1-nav {
    width: 41.66%;
  }

  .place-top-2 {
    z-index: 10;
  }

  .cta-v1-heading {
    text-align: center;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .intro-text {
    font-size: 17px;
    line-height: 28px;
  }

  .team-member {
    padding-bottom: 48px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-v1-blog {
    width: 58.33%;
    padding-bottom: 16px;
  }

  .paragraph-small-2.text-blue._2 {
    margin-top: 0;
    margin-bottom: 14px;
    margin-left: 0;
  }

  .paragraph-small-2.text-blue._3 {
    margin-top: -5px;
    margin-left: 0;
    padding-top: 0;
  }

  .paragraph-small-2.text-blue._4 {
    margin-left: 15px;
  }

  .side-block {
    width: 100%;
  }

  .side-block.no-padding {
    padding: 0;
  }

  .process {
    margin-bottom: 48px;
  }

  .process.companies {
    flex-direction: column;
  }

  .instagram-photo-link {
    width: 128px;
    height: 128px;
  }

  .instagram-button {
    width: 160px;
    height: 160px;
    font-size: 15px;
  }

  .process-step-number {
    font-size: 64px;
    line-height: 48px;
  }

  .process-step-number.left {
    top: -4px;
    right: -16px;
  }

  .process-step-number.right {
    top: -4px;
    left: -16px;
  }

  .footer-v1-subscribe {
    width: 41.66%;
    padding-bottom: 16px;
    padding-right: 8px;
  }

  .side-content {
    flex-wrap: wrap;
  }

  .big-side-media {
    height: 440px;
  }

  .footer-v1-about {
    width: 58.33%;
  }

  .cta-v1 {
    flex-direction: column;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-v1 {
    padding-top: 64px;
  }

  .big-side-content {
    padding-left: 12%;
    padding-right: 12%;
  }

  .big-side-content.left {
    padding-right: 12%;
  }

  .milestone {
    width: 100%;
    height: 20%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -15px;
    display: flex;
  }

  .milestone.companies {
    justify-content: flex-end;
    margin-left: 0;
  }

  .milestone.v2 {
    width: 100%;
    height: 50%;
  }

  .milestone-info {
    margin-top: 5px;
    margin-left: 90px;
    padding-top: 0;
    padding-right: 20px;
  }

  .milestone-info.companies {
    margin-left: 95px;
    padding-right: 0;
  }

  .milestone-info._2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-13 {
    top: 80px;
    left: -110px;
  }

  .country-content-white.v2 {
    width: auto;
  }

  .partners-div {
    margin-right: -60px;
    right: -1vw;
  }

  .companies-div {
    width: 100%;
    align-items: center;
  }

  .timeline {
    width: .5px;
    height: 100%;
    margin-left: 0;
    top: 0;
    left: 88px;
    right: auto;
  }

  .div-block-18 {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .back-to-top {
    background-image: url('../images/scroll-top-01.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px 50%;
    top: auto;
    bottom: 145px;
    right: 10px;
  }

  .post-image {
    height: auto;
  }

  .post-author {
    width: 66.66%;
  }

  .post-info {
    margin-top: 125px;
  }

  .section-banner {
    width: 100%;
    height: none;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .div-block-19 {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 0;
    display: flex;
  }

  .image-18, .image-18.v2, .image-18.v3 {
    padding: 0;
  }

  .image-18.v4 {
    margin-top: -25px;
    padding: 0 20px;
  }

  .place-top-3 {
    z-index: 10;
    margin-top: 15px;
    padding: 0 10px;
  }

  .place-top-3.white {
    justify-content: flex-end;
    margin-top: -25px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: 1vh;
  }

  .div-block-22 {
    padding: 10px;
  }

  .div-block-22.v2 {
    padding: 30px;
  }

  .body-text-2 {
    width: 375px;
    text-align: center;
    font-size: 14px;
  }

  .body-text-2.white {
    margin-top: 8px;
    margin-bottom: 40px;
    font-size: 14px;
  }

  .feature-dark-2 {
    background-position: 50% 20px;
    background-repeat: no-repeat;
    background-size: 250px 50%;
    flex: 25%;
  }

  .feature-dark-2._2 {
    width: 70%;
    background-position: 50% 20px;
    background-size: 250px 50%;
    flex: none;
    margin-bottom: 35px;
    padding: 0 10% 36px;
  }

  .feature-dark-2._4 {
    flex: 0 auto;
    justify-content: flex-start;
    margin-left: 15px;
    margin-right: 15px;
  }

  .feature-dark-2._4.solutions {
    width: 70%;
    min-height: 400px;
    justify-content: flex-end;
    margin-left: 30px;
    margin-right: 30px;
  }

  .paragraph-small-3.dark-blue {
    padding-top: 0;
  }

  .heading-8 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-8.white {
    font-size: 20px;
  }

  .heading-8.white.v2 {
    line-height: 32px;
  }

  .heading-8.align-left {
    padding-left: 0;
    padding-right: 0;
  }

  .consumer-contents-2 {
    margin-top: -385px;
    margin-left: -27px;
    position: static;
    top: 0;
    left: -50px;
  }

  .block-quote-2 {
    padding-left: 30px;
    padding-right: 140px;
    font-size: 13px;
    line-height: 18px;
  }

  .slider-arrow-2 {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    margin-top: 40vh;
    margin-bottom: 0;
    display: none;
    position: absolute;
    right: -10px;
  }

  .slider-arrow-2.left {
    margin-top: 0;
    position: absolute;
    top: 30vh;
    bottom: 0;
    left: auto;
    right: 20px;
  }

  .slider-title-3.consumer {
    margin-left: 85px;
    font-size: 20px;
    line-height: 28px;
  }

  .slider-title-3.solutions {
    font-size: 20px;
  }

  .quote-2 {
    font-size: 12px;
    line-height: 14px;
    top: -47px;
    left: 90px;
  }

  .solutions-title-2 {
    display: flex;
  }

  .bg-image-3._15.event {
    margin-top: -91px;
  }

  .bg-image-3._15.insights._2 {
    background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/company-01.jpg');
    background-size: auto, cover;
  }

  .div-block-23 {
    padding: 0 30px;
  }

  .column-2 {
    flex-direction: column;
    align-items: center;
    margin-top: -20px;
    display: flex;
  }

  .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-25 {
    margin-top: 0;
  }

  .column-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .column-11, .column-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-content {
    margin-left: -35px;
    margin-right: -35px;
    padding-top: 56px;
  }

  .tabs-menu.no-margin-bottom {
    margin-bottom: 0;
  }

  .collection-item-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .insights-image {
    height: 150px;
    justify-content: center;
  }

  .post-card-info {
    padding-left: 3%;
    padding-right: 3%;
  }

  .post-name {
    padding-left: 0;
    padding-right: 0;
  }

  .post-detail {
    height: 125px;
    min-height: 125px;
  }

  .post-main-image {
    height: 350px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .post-explanation {
    width: 100%;
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rich-text-block {
    margin-top: 45px;
  }

  .div-block-27 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-20 {
    max-width: 125%;
  }

  .country-v2 {
    flex-direction: column;
  }

  .div-block-29 {
    margin-left: 0;
  }

  .review-v1 {
    margin-bottom: 40px;
  }

  .no-margin-2 {
    margin: 0;
  }

  .review-v1-slide {
    padding-left: 4%;
    padding-right: 4%;
  }

  .news-card {
    flex-direction: column;
    align-items: center;
  }

  .news-card-preview {
    width: 350px;
    margin-bottom: 30px;
  }

  .read-more {
    margin-top: 0;
  }

  .slide-nav-3 {
    top: 975px;
  }

  .event-posts {
    padding-left: 0;
    padding-right: 0;
  }

  .event-card {
    width: 90%;
  }

  .event-card-preview {
    width: 100%;
  }

  .video-home {
    width: 85%;
  }

  .recaptcha {
    margin-left: auto;
    margin-right: auto;
  }

  .download-button {
    margin-top: 50px;
  }

  .section-5.home-banner-new {
    height: 100vh;
    flex-direction: row;
  }

  .wrapper-3.v2.home {
    flex-direction: row;
    padding-top: 70px;
  }

  .div-block-33 {
    margin-left: 90px;
  }

  .div-block-34 {
    left: 41px;
  }

  .image-24.v2.home {
    width: 120%;
    max-width: none;
  }

  .text-block-14 {
    font-size: 21px;
    line-height: 26px;
  }

  .section-video {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tab-menu.width-100 {
    width: 90%;
  }

  .contact-huge-button-2 {
    background-color: #0f1c50;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-huge-button-2:hover {
    background-color: #ff2f5b;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .post-name-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .read-more-2 {
    margin-top: 0;
  }

  .slide-banner._2 {
    background-image: url('../images/travel-daily-conference-hero-slider-mobile-1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-banner-2 {
    background-image: url('../images/hero-slider-3.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  ._w-50.padding {
    width: 100%;
  }

  .whitepaper-form {
    margin-left: 0;
    margin-right: 0;
  }

  .whitepaper-form.register {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .whitepaper-tnc {
    text-align: center;
    margin-left: 35px;
    margin-right: 35px;
  }

  .whitepaper-list-item {
    width: 375px;
    text-align: left;
    font-size: 14px;
  }

  .whitepaper-list-item.white {
    margin-top: 8px;
    font-size: 14px;
  }

  .whitepaper-list-item.white.left.small {
    width: 400px;
    margin-top: 18px;
  }

  .whitepaper-list-item.event {
    width: auto;
    max-width: none;
    text-align: left;
    font-size: 16px;
  }

  .whitepaper-list-item.register {
    text-align: center;
  }

  .whitepaper-logo-1 {
    padding-right: 15px;
  }

  .whitepaper-logo-2 {
    padding-left: 15px;
  }

  .div-block-33-copy {
    margin-left: 0;
  }

  .div-block-33-copy.home {
    width: 100%;
    left: -49px;
  }

  .div-block-34-copy {
    left: auto;
  }

  .div-block-34-copy.home {
    width: 100%;
    padding-left: 0;
    padding-right: 33px;
    top: auto;
    left: -25px;
  }

  .white-paper-rich-text p {
    max-width: none;
    font-size: 14px;
  }

  .white-paper-rich-text li {
    width: 375px;
  }
}

@media screen and (max-width: 479px) {
  .button.red, .button.midnight-blue {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wrapper.contact {
    display: none;
  }

  .wrapper.global {
    justify-content: center;
    align-items: center;
  }

  .wrapper.place-top {
    margin-bottom: 0;
  }

  .bg-image {
    width: 100%;
  }

  .section.event {
    margin-top: 75px;
  }

  .section.insight {
    padding-top: 100px;
    padding-bottom: 45px;
  }

  .section-hero {
    display: none;
  }

  .section-hero.milestones {
    height: 100%;
  }

  .section-hero.hide {
    display: none;
  }

  .div-left._2 {
    margin-top: 0;
  }

  .heading-2 {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-2.white {
    font-size: 18px;
  }

  .heading-2.white.v2 {
    line-height: 32px;
  }

  .heading-2.white.left {
    margin-left: 20px;
    padding-left: 0;
  }

  .heading-2.white.left.global {
    margin-top: -1vh;
    margin-bottom: 12px;
  }

  .heading-2.v2 {
    text-align: center;
    letter-spacing: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 21px;
  }

  .heading-2.v2.small {
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    display: block;
  }

  .heading-2.v2.small.hk {
    display: none;
  }

  .heading-2.event-name {
    margin-top: 25px;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-2 {
    margin-top: -10vh;
  }

  .body-text {
    width: 275px;
    text-align: center;
    font-size: 13px;
  }

  .body-text.white {
    width: 275px;
  }

  .body-text.white.left.small {
    width: 90%;
    max-width: 90%;
    text-align: left;
    margin-left: 20px;
    padding-left: 0;
    font-size: 11px;
  }

  .body-text.v2 {
    line-height: 18px;
  }

  .body-text.v2._2 {
    width: 300px;
  }

  .body-text.event {
    text-align: left;
  }

  .body-text.register {
    margin-top: 10px;
  }

  .contact-form.flex-center {
    text-align: center;
    align-content: stretch;
    align-items: center;
    display: block;
  }

  .contact-form-wrapper {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 32px;
    display: block;
  }

  .contact-form-wrapper.register {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .input.contact-country {
    flex: 1;
  }

  .contact-form-1 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-top: 25px;
    display: flex;
    position: static;
  }

  .body-tnc {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-footer {
    padding-left: 30px;
  }

  .div-footer-links {
    padding-top: 10px;
  }

  .div-block-7 {
    margin-right: 45px;
  }

  .footer-bottom {
    margin-top: 50px;
  }

  .link-block {
    width: 45px;
    height: 45px;
    max-height: 45px;
    max-width: 45%;
    background-image: url('../images/scroll-top-01.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 125px 40%;
    margin-top: -80px;
    top: auto;
    bottom: 120px;
    right: 15px;
  }

  .container-2 {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    height: 175px;
    margin-bottom: 25px;
    margin-right: 35px;
    bottom: 42px;
    left: auto;
    right: 5px;
  }

  .slider-title.consumer {
    margin-left: 90px;
    font-size: 18px;
    line-height: 24px;
  }

  .slider-title.solutions {
    line-height: 28px;
  }

  .image-3 {
    max-width: 60%;
    left: 65px;
  }

  .div-block-11 {
    justify-content: center;
    display: flex;
  }

  .div-block-11.left {
    flex: 0 auto;
    align-items: flex-start;
    margin: -15px 0 15px;
    padding-right: 0;
    top: 50px;
  }

  .image-4 {
    max-width: 60%;
    left: 79px;
  }

  .image-4.solution {
    max-width: 80%;
    left: 52px;
  }

  .image-4.solution._2 {
    top: -5px;
  }

  .image-4.solution._2._3.gsma {
    padding-bottom: 4px;
  }

  .image-4.choose {
    max-width: 80%;
    left: 50px;
  }

  .image-4.v2 {
    max-width: 70%;
    top: -29px;
    left: 92px;
  }

  .consumer-contents {
    width: 350px;
    left: -19vw;
  }

  .block-quote {
    width: 200px;
    padding-left: 21px;
    padding-right: 0;
  }

  .quote {
    left: 100px;
  }

  .image-5 {
    top: 25px;
    left: -40px;
  }

  .image-6 {
    top: 0;
    left: 145px;
  }

  .source-text {
    margin-top: 0;
    margin-left: 140px;
    font-size: 10px;
    line-height: 14px;
    position: relative;
    top: 7px;
    right: 152px;
  }

  .reasons {
    width: 85%;
    flex-basis: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .reasons._2 {
    width: 85%;
    background-position: 0 0, 0 -57px;
  }

  .contact-huge-button {
    padding-top: 98px;
    padding-bottom: 98px;
    display: flex;
  }

  .connection {
    flex-direction: column;
    margin-bottom: 0;
    top: 4vh;
    bottom: 4vh;
    left: 12vw;
    right: 15vw;
  }

  .slider-arrow, .slider-arrow.left {
    display: none;
  }

  .bg-image-2.hero-slide-2 {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 42%, #fff 79%), url('../images/home-slider-1-01_1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .bg-image-2.hero-slide-2.consumer {
    background-image: url('../images/consumer-01_1.jpg');
    background-position: 52%;
    background-size: cover;
  }

  .bg-image-2.hero-slide-2.consumer._2 {
    background-image: url('../images/consumer-02_1.jpg');
    background-position: 57%;
    background-size: cover;
  }

  .bg-image-2.hero-slide-2.consumer._3 {
    background-image: url('../images/consumer-03_1.jpg');
    background-position: 59% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-image-2.hero-slide-2._2 {
    background-image: url('../images/2019.02.14---M2020_Banner_1600x900.jpg');
    background-position: 50% 130px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -8px;
  }

  .bg-image-2._9 {
    background-image: url('../images/company-01_1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .bg-image-2.event {
    background-position: 50%;
    background-size: auto 35%;
  }

  .hero-v4-slide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-v4-slide.milestones {
    height: 100%;
    padding: 30px;
  }

  .hero-v4-slide._2 {
    background-color: var(--midnight-blue);
  }

  .section-intro.wide.v2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-intro.left {
    width: 100%;
    margin-right: 0%;
  }

  .hero-v4-nav {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
    bottom: 5px;
    right: 35px;
  }

  .hero-v4-nav.consumer {
    height: 20px;
    top: 335px;
    bottom: 3vh;
    left: 290px;
    right: auto;
  }

  .hero-v4-nav.milestones {
    bottom: 10px;
    right: 1px;
  }

  .hero-v4-section.milestones {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
  }

  .slider-title-2 {
    max-width: 175px;
    font-size: 20px;
    line-height: 24px;
    right: 16px;
  }

  .slider-title-2.banner-title {
    right: 10px;
  }

  .slider-title-2.banner-header {
    max-width: 165px;
  }

  .slider-1-contents-2 {
    width: 175px;
    margin-top: 20px;
    top: 49vh;
    right: 14px;
  }

  .slider-1-contents-2.banner-sub-content {
    width: 165px;
  }

  .link.no-margin {
    margin: 0;
  }

  .place-top {
    margin-top: 160px;
    margin-bottom: -20px;
  }

  .place-top.white {
    margin-top: 0;
    margin-bottom: 125px;
    top: 148px;
  }

  .place-top.values-2 {
    margin-bottom: 0;
  }

  .section-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-4.white.v2 {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .section-4.page-header-1 {
    padding-top: 180px;
  }

  .section-4.page-header-1.v2 {
    background-color: #16225c;
  }

  .section-4.hero-v1 {
    background-position: 63%;
  }

  .section-4.grade.dark-blue {
    background-position: 50%;
    padding-top: 51px;
  }

  .section-4.dark.mask {
    height: 35vh;
    max-height: 35vh;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-4.light-blue {
    padding-top: 80px;
  }

  .section-4.white-bg {
    padding-bottom: 80px;
  }

  .section-4.dark {
    opacity: 1;
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/home-page-bg-1-01_1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 58px;
    padding-bottom: 45px;
  }

  .section-4.page-header {
    padding-top: 180px;
  }

  .section-4.pt-100 {
    padding-top: 45px;
  }

  .paragraph-small.v2 {
    font-size: 11px;
  }

  .feature-dark {
    background-position: 50% 10%;
    background-size: 200px 50%;
    flex: 90%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .feature-dark._2 {
    background-position: 50% 10%;
    background-size: 200px 50%;
    justify-content: flex-start;
    align-items: center;
    padding-left: 12%;
  }

  .feature-dark._4.solutions {
    min-height: 450px;
    justify-content: flex-end;
    margin-left: 5px;
    margin-right: 5px;
  }

  .feature-dark._3 {
    background-position: 50% 10%;
    background-size: 200px 50%;
    padding-left: 12%;
  }

  .feature-dark.values {
    width: 90%;
    min-height: 350px;
    flex: 0 auto;
    margin-top: 0;
  }

  .feature-dark.values._2, .feature-dark.values._3 {
    margin-top: 0;
  }

  .feature-dark-image._1.solution {
    background-position: 50% 5%, 50% 25%;
    background-size: 80% 40%, cover;
  }

  .feature-dark-image._1.solution._3 {
    background-position: 50% 15px, 50% 25%;
    background-size: 200px 40%, cover;
  }

  .feature-dark-image._1.solution._2 {
    background-image: url('../images/solution-blue-bg-01-01.svg');
    background-position: 50% -25px;
    background-size: cover;
  }

  .heading-4.dark-blue {
    margin-top: 35px;
  }

  .image-13 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .no-margin {
    margin: 70px 0 0;
    font-size: 28px;
  }

  .no-margin.event-post {
    margin-top: 65px;
  }

  .no-margin._2 {
    margin-top: -25px;
  }

  .triangle {
    bottom: 16%;
    right: 8%;
  }

  .hero-small-circle {
    width: 12vh;
    height: 12vh;
  }

  .hero-square-center {
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
  }

  .hero-big-circle {
    width: 16vh;
    height: 16vh;
  }

  .hero-square {
    width: 68%;
    height: 80%;
  }

  .hero-square-1 {
    top: 11vh;
    left: 3%;
  }

  .intro-big-text {
    font-size: 56px;
    line-height: 56px;
  }

  .footer-v1-nav {
    width: 100%;
    padding-bottom: 48px;
  }

  .team-member {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .footer-v1-blog {
    width: 100%;
    padding-bottom: 40px;
  }

  .paragraph-small-2.text-blue {
    text-align: center;
    font-size: 12px;
  }

  .paragraph-small-2.text-blue._2 {
    text-align: left;
    margin-top: 5px;
    margin-left: 0;
    font-size: 12px;
  }

  .paragraph-small-2.text-blue._3 {
    margin-top: 0;
    display: none;
  }

  .paragraph-small-2.text-blue._4 {
    margin-left: 0;
  }

  .side-block.no-padding {
    padding: 0;
  }

  .process {
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 24px;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .process.companies {
    align-items: flex-start;
    margin-top: -15px;
  }

  .full-width {
    width: 100%;
  }

  .process-line {
    margin-left: 28px;
  }

  .process-step-number.left {
    top: -4px;
    left: -16px;
    right: auto;
  }

  .process-icon {
    width: 56px;
    height: 56px;
    top: -12px;
    left: 0;
    right: auto;
  }

  .footer-v1-subscribe {
    width: 100%;
  }

  .big-side-media {
    height: 400px;
  }

  .process-step {
    margin-bottom: 40px;
  }

  .footer-v1-about {
    width: 100%;
    padding-bottom: 48px;
  }

  .big-side-content {
    padding: 64px 8px;
  }

  .big-side-content.left {
    padding-right: 8px;
  }

  .process-step-info {
    width: 100%;
    margin-left: 72px;
  }

  .process-step-info.left {
    text-align: left;
  }

  .milestone {
    height: auto;
    align-items: center;
    margin-left: 0;
  }

  .milestone.companies {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .milestone.v2 {
    width: 100%;
    height: 50%;
    align-items: flex-start;
    margin-right: 10px;
  }

  .years.light-blue {
    width: 100px;
    height: 100px;
    max-height: 100px;
    max-width: 100px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .years.light-blue._1 {
    width: 90px;
    height: 90px;
    max-height: 90px;
    max-width: 90px;
    flex-direction: column;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .milestone-info {
    padding-right: 0;
  }

  .milestone-info.companies {
    text-align: left;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .milestone-info._2 {
    padding-right: 0;
  }

  .counter-v2 {
    width: 100%;
    align-items: center;
    padding-bottom: 40px;
    display: flex;
  }

  .counters-v2 {
    flex-wrap: wrap;
    margin-bottom: -32px;
  }

  .counter-v2-number {
    margin-bottom: 2px;
    margin-right: 20px;
  }

  .div-block-13 {
    opacity: .4;
    justify-content: center;
    top: 85px;
    left: -70px;
    right: 0;
  }

  .country {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .div-block-14 {
    flex-direction: row;
  }

  .image-14 {
    margin-left: 0;
  }

  .country-name {
    text-align: center;
  }

  .country-div {
    text-align: left;
    align-items: flex-start;
    margin-left: 0;
  }

  .country-content-white {
    text-align: left;
    margin-bottom: 10px;
  }

  .country-content-white.v2 {
    margin-bottom: 20px;
  }

  .country-content-white.v3 {
    margin-bottom: 25px;
  }

  .partners-div {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
    position: static;
  }

  .partners {
    text-align: left;
    margin-top: 30px;
    margin-left: 0;
  }

  .partners.v2 {
    text-align: center;
    margin-top: 0;
    margin-left: 20px;
  }

  .companies-div {
    display: block;
    position: static;
  }

  .timeline {
    left: 65px;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: flex-start;
  }

  .back-to-top {
    width: 45px;
    height: 45px;
    max-height: 45px;
    max-width: 45%;
    background-image: url('../images/scroll-top-01.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 125px 40%;
    margin-top: -80px;
    top: auto;
    bottom: 120px;
    right: 15px;
  }

  .to-top-div {
    margin-top: -115px;
  }

  .post-image {
    height: 200px;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .post-author {
    width: 100%;
  }

  .post-info {
    margin-top: 45px;
  }

  .post-content {
    width: 100%;
  }

  .post-content.overview {
    line-height: 20px;
  }

  .div-right {
    padding-left: 30px;
  }

  .div-block-19 {
    margin-top: 85px;
  }

  .image-18 {
    padding: 10px;
  }

  .image-18.v4 {
    margin-top: 0;
    padding-left: 28px;
    padding-right: 28px;
  }

  .place-top-3 {
    margin-top: 0;
    margin-bottom: -20px;
  }

  .place-top-3.white {
    margin-top: -40px;
    margin-bottom: 75px;
    padding-top: 0;
    top: 50px;
  }

  .div-block-20 {
    display: flex;
  }

  .div-block-22 {
    margin-top: -20px;
  }

  .div-block-22.v2 {
    margin-top: 0;
    padding: 0;
  }

  .body-text-2 {
    width: 275px;
    text-align: center;
    font-size: 13px;
  }

  .body-text-2.white {
    width: 275px;
    margin-bottom: 39px;
  }

  .body-text-2.v2 {
    line-height: 18px;
  }

  .body-text-2.v2._2 {
    width: 300px;
  }

  .body-text-2.v2 {
    line-height: 18px;
  }

  .feature-dark-2 {
    background-position: 50% 10%;
    background-size: 200px 50%;
    flex: 90%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .feature-dark-2._2 {
    width: 80%;
    background-position: 50% 10%;
    background-size: 200px 50%;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10%;
  }

  .feature-dark-2._4.solutions {
    width: 85%;
    min-height: 400px;
    justify-content: flex-end;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 6%;
  }

  .heading-8 {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-8.white {
    font-size: 18px;
  }

  .heading-8.white.v2 {
    line-height: 32px;
  }

  .consumer-contents-2 {
    width: 350px;
    margin-left: -55px;
    left: -19vw;
  }

  .block-quote-2 {
    width: 200px;
    padding-left: 21px;
    padding-right: 0;
  }

  .slider-arrow-2, .slider-arrow-2.left {
    display: none;
  }

  .slider-title-3.consumer {
    margin-left: 90px;
    font-size: 18px;
    line-height: 24px;
  }

  .slider-title-3.solutions {
    line-height: 28px;
  }

  .hero-v4-slide-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-v4-slide-2._2 {
    background-color: #0f1c50;
  }

  .quote-2 {
    left: 100px;
  }

  .bg-image-3._15.event {
    background-image: url('../images/2019.02.14---M2020_Banner_975x315.jpg');
    background-position: 50% 100%;
    background-size: auto 85%;
    margin-top: -86px;
  }

  .bg-image-3._15.insights {
    background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/events-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: -181px;
  }

  .bg-image-3._15.insights._2 {
    background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../images/company-01.jpg');
    background-size: auto, cover;
  }

  .bg-image-3._15.events {
    margin-top: -182px;
  }

  .image-19 {
    width: auto;
    max-width: 100%;
  }

  .div-block-24 {
    height: 350px;
    max-height: none;
    min-height: 350px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-4 {
    justify-content: center;
  }

  .tabs-menu.no-margin-bottom {
    margin-bottom: 0;
  }

  .post-item-v2, .collection-item-2 {
    width: 100%;
  }

  .insights-image {
    height: 175px;
  }

  .post-name.news {
    width: 275px;
    font-size: 18px;
  }

  .post-detail {
    height: 75px;
    min-height: 75px;
  }

  .post-detail.news {
    padding-right: 45px;
  }

  .post-detail.event {
    height: 125px;
    min-height: 125px;
  }

  .section-post {
    padding-left: 10px;
    padding-right: 10px;
  }

  .post-main-image {
    height: 200px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .rich-text-block {
    padding-bottom: 0;
  }

  .div-block-27 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-20 {
    max-width: 120%;
  }

  .country-v2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-28 {
    text-align: center;
    margin-left: 20px;
  }

  .div-block-29 {
    margin-left: 20px;
  }

  .testimonials-v1 {
    margin-top: -26px;
    margin-bottom: 30px;
  }

  .review-v1 {
    padding: 88px 12% 48px;
  }

  .testimonials-v1-nav {
    display: none;
  }

  .testimonials-v1-arrow.right {
    left: 115px;
  }

  .testimonials-v1-arrow.left {
    right: 115px;
  }

  .no-margin-2 {
    margin: 40px 0 0;
  }

  .review-v1-slide {
    margin-bottom: 80px;
    padding-top: 0;
  }

  .review-v1-icon {
    top: 26px;
    left: 12%;
  }

  .avatar {
    left: 30px;
  }

  .news-posts {
    padding-left: 0;
    padding-right: 0;
  }

  .news-card {
    width: 80%;
    max-width: 80%;
    flex-direction: column;
    margin-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .news-card-preview {
    width: 325px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .news-card-content {
    padding-left: 0;
  }

  .read-more {
    margin-top: 25px;
  }

  .bold-text-16 {
    font-size: 18px;
  }

  .bold-text-17 {
    font-size: 15px;
  }

  .bold-text-18 {
    font-size: 36px;
  }

  .event-card {
    width: 100%;
    padding-left: 30px;
    padding-right: 15px;
  }

  .event-card-content {
    width: 100%;
    padding-left: 1px;
  }

  .title-name.event {
    width: 100%;
    width: 100%;
    line-height: 24px;
  }

  .video {
    margin-top: 0;
  }

  .video-home {
    width: 90%;
  }

  .download-button {
    margin-top: 20px;
  }

  .button-2 {
    padding: 10px 20px;
    font-size: 14px;
  }

  .pagination-2 {
    top: auto;
    bottom: 22%;
    left: 0%;
    right: 0%;
  }

  .section-5.home-banner-new {
    height: 100vh;
    background-image: url('../images/2020.04.19---IDCWhitepaper_Mockup300.png'), url('../images/5c6692f1239db773efea962e_home-solution-bg-01.jpg');
    background-position: 45% 16%, 50% 90%;
    background-repeat: no-repeat, no-repeat;
    background-size: 259px, 100% 250px;
  }

  .section-5.home-banner-new.gsma-report {
    background-image: url('../images/gsmareport_hero_banner_image_4.png'), url('../images/5c6692f1239db773efea962e_home-solution-bg-01.jpg');
    background-position: 50% 16%, 50% 90%;
    background-size: 250px, 100% 250px;
  }

  .wrapper-3.v2.home {
    flex-direction: row;
  }

  .div-block-33 {
    margin-left: 45px;
  }

  .div-block-34 {
    max-width: 50%;
    left: 30px;
  }

  .image-24.v2 {
    width: 100%;
  }

  .image-24.v2.home {
    width: 100px;
    display: inline-block;
  }

  .text-block-14 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 20px;
  }

  .tab-menu.width-100 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .link-tab {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-tab.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-tab._2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-tab.diff {
    flex: none;
  }

  .link-tab.diff.w--current {
    flex: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-huge-button-2 {
    padding-top: 98px;
    padding-bottom: 98px;
    display: flex;
  }

  .read-more-2 {
    margin-top: 25px;
  }

  .link-tab-3 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-tab-3.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-tab-3.diff {
    flex: none;
  }

  .link-tab-3.diff.w--current {
    flex: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-tab-3._2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cms-slider {
    height: 80vh;
    margin-top: 0;
  }

  .slide-banner {
    height: 80vh;
    background-position: 57%;
    display: block;
  }

  .slide-banner._2 {
    background-position: 50%;
  }

  .slide-banner-2 {
    width: 100%;
    height: 80vh;
    background-image: url('../images/microsite-hero-slider-v3.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mask-4 {
    height: 470px;
  }

  .dropdown {
    margin-top: 20px;
    position: static;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .filter-dropdown-item {
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
  }

  .custom-filter {
    margin-top: 20px;
    position: static;
  }

  .filter-dropdown-list {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    display: none;
    position: absolute;
  }

  ._w-50.padding.mobile-no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .whitepaper-form {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 25px 0 40px;
    display: block;
  }

  .whitepaper-form.register {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .whitepaper-tnc {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .whitepaper-list-item {
    width: auto;
    max-width: none;
    text-align: left;
    font-size: 13px;
  }

  .whitepaper-list-item.white {
    width: 275px;
  }

  .whitepaper-list-item.white.left.small {
    width: 90%;
    max-width: 90%;
    text-align: left;
    margin-left: 20px;
    padding-left: 0;
    font-size: 11px;
  }

  .whitepaper-list-item.v2 {
    line-height: 18px;
  }

  .whitepaper-list-item.v2._2 {
    width: 300px;
  }

  .whitepaper-list-item.event {
    text-align: left;
  }

  .whitepaper-list-item.register {
    margin-top: 10px;
  }

  .whitepaper-list {
    margin-left: -25px;
  }

  .tab-menu-link-diff {
    display: flex;
  }

  .div-block-33-copy {
    margin-left: 0;
  }

  .div-block-33-copy.home {
    display: none;
    left: auto;
  }

  .whitepaper-download-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-34-copy {
    max-width: none;
    left: auto;
  }

  .div-block-34-copy.home {
    padding-left: 33px;
    position: absolute;
    top: auto;
    bottom: 16px;
    left: auto;
  }

  .white-paper-rich-text h2 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .white-paper-rich-text p {
    font-size: 16px;
  }

  .white-paper-rich-text li {
    width: auto;
    max-width: none;
    font-size: 16px;
  }

  .white-paper-rich-text ul {
    margin-left: -25px;
  }

  .text-block-17 {
    padding-bottom: 9px;
    font-size: 16px;
  }

  .mask-5 {
    overflow: hidden;
  }

  .button-3 {
    padding: 10px 20px;
    font-size: 14px;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}