.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

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

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Avenir 03', sans-serif;
  font-size: 4.17vw;
  line-height: 4vw;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Avenir 07', sans-serif;
  font-size: 3.6vw;
  line-height: 4.3vw;
  font-weight: 900;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Avenir 07', sans-serif;
  font-size: 3.25vw;
  line-height: 3.5vw;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Avenir 07', sans-serif;
  font-size: 2.29vw;
  line-height: 3vw;
  font-weight: 300;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Avenir 07', sans-serif;
  font-size: 1.96vw;
  line-height: 2.5vw;
  font-weight: 300;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Avenir 03', sans-serif;
  font-size: 1.1vw;
  line-height: 1.5vw;
  font-weight: 700;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
}

p, li {
  margin-bottom: 0px;
  font-family: 'Avenir 07', sans-serif;
  font-size: 1.25vw;
  line-height: 1.7vw;

}



a {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-decoration: underline;
}

.home-landing-section {
  position: relative;
  height: 100vh;
}

.big-h1 {
  font-size: 5.25vw;
  line-height: 6vw;
}

.home-slider {
  height: 100%;
}

.hide {
  display: none;
}

.slide-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.slide-inner {
  z-index: 1;
  display: block;
  margin-top: 1vw;
  margin-bottom: -4vw;
  padding-right: 5vw;
  padding-bottom: 6vw;
  padding-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.button {
  min-width: 15vw;
  padding: 1.1vw 3vw;
  border-radius: 10vw;
  background-color: #fff;
  font-family: 'Avenir 03', sans-serif;
  color: #000;
  font-size: 1.1vw;
  line-height: 1.5vw;
  text-align: center;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
}

.button:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 0.2vw #fff;
  color: #fff;
}

.button.red {
  background-color: #e51c25;
  color: #fff;
}

.button.red:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 0.2vw #e51c25;
  color: #000;
}

.button.submit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #fff;
}

.button.submit:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 0.2vw #000;
  color: #000;
}

.button.dark-hover:hover {
  box-shadow: inset 0 0 0 0.2vw #000;
  color: #000;
}

.button.black {
  background-color: #000;
  color: #fff;
}

.light-text {
  font-family: 'Avenir 07', sans-serif;
}

.light-text._50 {
  opacity: 0.5;
}

.slide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  margin-bottom: 3vw;
  margin-left: 4vw;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 8vw;
  padding-bottom: 8vw;
  padding-left: 12vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: grey;
  background-image: url('../images/section-filter-about.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.about-section-text {
  width: 44vw;
}

.about-section-text.about-pg {
  width: 54vw;
}

.big-paragraph {
  font-size: 1.625vw;
  line-height: 2.1vw;
}

.big-paragraph.about-section {
  width: 35vw;
}

.big-paragraph.about-page {
  width: 25vw;
}

.about-section-bottom-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-section-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 0.1vw solid #fff;
}

.about-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-link-icon {
  width: 5vw;
  height: 5vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-link-icon.services {
  background-image: url('../images/ga-services-icon.svg');
  background-size: contain;
}

.about-link-icon.product {
  background-image: url('../images/ga-products-icon.svg');
  background-size: contain;
}

.about-link-icon.solution {
  background-image: url('../images/ga-solutions-icon.svg');
  background-size: contain;
}

.about-link-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.link-arrow {
  height: 1vw;
  margin-top: 0.2vw;
  margin-bottom: 0px;
  margin-left: 0.5vw;
}

.about-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4vh;
  margin-bottom: 4vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-pos-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 57vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/ga-products-img-flipped.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #6d6e71;
}

.relative {
  position: relative;
}

.slide-fix {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../images/ga-home-filter-full.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/ga-home-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/ga-home-img.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.accelerometer {
  height: 4vw;
  margin-bottom: 2vw;
  background-image: url('../images/global-accelerex-element.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/ga-home-slide-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/ga-home-slide-2.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-sub-text-block {
  width: 24vw;
}

.slider-text {
  height: 10vw;
}

.slider-text.about-text-section {
  height: 7vw;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/ga-home-slide-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/ga-home-slide-3.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/ga-contact-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/ga-contact-img.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.exceeding-hone-text {
  width: 28vw;
  margin-bottom: 2vw;
}

.float-pos-button {
  position: absolute;
  right: 6vw;
  bottom: 6vw;
}

.home-partner-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 10vw 7vw 7vw 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
  background-image: url('../images/section-filter-partners.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.home-partner-section.about {
  height: auto;
  padding-top: 7vw;
}

.home-partner-section.partner-pg {
  padding-top: 15vw;
  background-image: url('../images/ga-partner-filter.png'), url('../images/ga-partner-filter-2.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/ga-home-slide-2.jpg');
  background-image: url('../images/ga-partner-filter.png'), url('../images/ga-partner-filter-2.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/ga-home-slide-2.jpg');
  background-position: 50% 100%, 100% 100%, 0px 0px, 100% 50%;
  background-size: 100%, contain, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
}

.partner-section-text {
  position: absolute;
  left: 43vw;
  top: 100%;
  right: auto;
  bottom: auto;
  width: 36vw;
}

.partner-preview-logo {
  width: 56vw;
  height: 25vh;
}

.partner-section-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.news-section {
  padding: 7vw 5vw 6vw;
  background-color: #dedfe0;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  color: #000;
  text-align: center;
}

.news-section.others {
  text-align: left;
}

.top-padding {
  margin-top: 2vw;
}

.top-padding.form {
  padding: 5vw;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #acacac;
  background-image: linear-gradient(45deg, #000 18%, #e51c25);
  color: #fff;
  text-align: right;
}

.white-text {
  color: #fff;
}

.footer-helpline {
  position: relative;
  font-family: 'Avenir 07', sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 4.17vw;
  line-height: 4vw;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
}

.footer-helpline:hover {
  color: #000;
}

.footer-helpline.contact-page {
  color: #000;
}

.footer-helpline.contact-page:hover {
  color: #6d6e71;
}

.show-phone {
  position: absolute;
  left: 100%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 2vw;
  height: 2vw;
  margin-left: 1vw;
  background-image: url('../images/social-icon-call.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.footer-bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 5vw;
  padding-bottom: 3vw;
  padding-left: 8vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.copyright-text-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.copyright-text-block div {
  margin-bottom: 10px;
}

.policy-links {
  display: flex;
  justify-content: flex-start;
}
.policy-links a {
  margin-right:10px;
}
.policy li {
  margin-bottom:10px;
  list-style-type:lower-alpha;
}
.policy p {
  margin-bottom: 20px;
}

.footer-logo {
  width: 17vw;
  height: 4vw;
  margin-right: 10vw;
  margin-bottom: 7vw;
  background-image: url('../images/Global-Accelerex-logo.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-logo.footer {
  margin-bottom: 1vw;
}

.footer-social-link {
  width: 2vw;
  height: 2vw;
  margin-right: 1vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-social-link:hover {
  opacity: 0.5;
}

.footer-social-link.in {
  background-image: url('../images/social-icon-linkedin.svg');
  background-size: contain;
}

.footer-social-link.fb {
  width: 1.5vw;
  background-image: url('../images/social-icon-facebook.svg');
  background-size: contain;
}

.footer-social-link.tw {
  background-image: url('../images/social-icon-twitter.svg');
  background-size: contain;
}

.footer-social-link.ig {
  background-image: url('../images/social-icon-instagram.svg');
  background-size: contain;
}

.copyright-text-block {
  width: 90%;
  margin-top: 3vw;
  color: #6d6e71;
}

.footer-link {
  display: block;
  margin-right: 2vw;
  margin-bottom: 1vw;
  font-family: 'Avenir 07', sans-serif;
  color: #000;
  font-size: 1.3vw;
  line-height: 2vw;
  text-decoration: none;
}

.footer-link:hover {
  color: #e51c25;
}

.footer-heading {
  min-width: 9.5vw;
  margin-top: 1vw;
  margin-right: 5vw;
  padding-top: 1.5vw;
  padding-right: 2vw;
  padding-bottom: 1.5vw;
  border: 1px none #000;
  font-family: 'Avenir 07', sans-serif;
  color: #6d6e71;
  font-size: 1.17vw;
  line-height: 2vw;
  text-transform: uppercase;
}

.header-bg {
  height: 7.5vw;
  background-color: #b4b6b8;
}

.hero-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #b4b6b8;
}

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

.hero-flex.careers {
  padding-left: 10vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ga-home-filter.png'), url('../images/career-hero-image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ga-home-filter.png'), url('../images/career-hero-image.jpg');
  background-position: 0px 0px, 100% 0%, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, no-repeat, no-repeat;
}

.about-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4vw;
  padding-left: 10vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/ga-about-filter-full.png'), url('../images/ga-about-img.jpg');
  background-position: 0% 100%, 50% 50%;
  background-size: 100vw, cover;
  background-repeat: no-repeat, no-repeat;
  box-shadow: inset 0 -2px 0 0 grey;
}

.about-hero.anp {
  height: 32vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/ga-anp-img2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
}

.about-mission-block {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0%;
  bottom: auto;
  width: 28vw;
  margin-top: -4vw;
  padding: 3vw;
  background-color: #c9cbcc;
  color: #000;
}

.vision-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10vw;
  margin-bottom: 5vw;
  margin-left: 10vw;
  padding: 10vw 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.1vw solid #000;
  color: #000;
}

.red-text {
  color: #e51c25;
}

.bold-text {
  font-family: 'Avenir 03', sans-serif;
  font-weight: 900;
}

.vision-block {
  width: 28vw;
  margin-right: 10vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.vision-block.anp {
  width: 34vw;
  margin-right: 5vw;
}

.about-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-text-1 {
  padding-right: 4vw;
  padding-bottom: 5vw;
  padding-left: 10vw;
}

.team-intro-block {
  padding-top: 6vw;
  padding-bottom: 4vw;
  color: #000;
  text-align: center;
}

.team-profile-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28vw;
  margin: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
  cursor: pointer;
}

.team-profile-preview.popup {
  width: 20vw;
  height: auto;
  margin: 0vw;
  background-size: contain;
}

.team-profile-preview.popup.tunde {
  background-size: contain;
}

.team-profile-preview.popup.kayode {
  background-size: contain;
}

.team-profile-preview.popup.stanley {
  background-size: contain;
}

.team-profile-preview.popup.kehinde {
  background-size: contain;
}

.team-profile-preview.popup.seun {
  background-size: contain;
}

.team-profile-preview.popup.habibat {
  background-size: contain;
}

.team-profile-preview.popup.chuks {
  background-size: contain;
}

.team-profile-preview.tunde {
  background-image: url('../images/team-global-accelerex-tunde.jpg');
  background-size: cover;
}

.team-profile-preview.kayode {
  background-image: url('../images/team-global-accelerex-kayode.jpg');
  background-size: cover;
}

.team-profile-preview.stanley {
  background-image: url('../images/team-global-accelerex-stanley.jpg');
  background-size: cover;
}

.team-profile-preview.kehinde {
  background-image: url('../images/team-global-accelerex-kehinde.jpg');
  background-size: cover;
}

.team-profile-preview.seun {
  background-image: url('../images/team-global-accelerex-seun.jpg');
  background-size: cover;
}

.team-profile-preview.habibat {
  background-image: url('../images/team-global-accelerex-habibat.jpg');
  background-size: cover;
}

.team-profile-preview.chuks {
  background-image: url('../images/team-global-accelerex-chuks.jpg');
  background-size: cover;
}

.no-border {
  padding-right: 0px;
  padding-left: 0px;
}

.mangement-section {
  padding-right: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7.5vw;
  padding-right: 2vw;
  padding-left: 10.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/header-bg.svg');
  background-position: 1px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-logo {
  width: 17vw;
  height: 100%;
  margin-left: -2.1vw;
  background-image: url('../images/Global-Accelerex-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.team-name {
  font-family: 'Avenir 03', sans-serif;
  font-size: 1.416vw;
  text-decoration: none;
  text-transform: uppercase;
}

.team-position {
  margin-top: 0.5vw;
  font-size: 1.5vw;
}

.team-name-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 10vw;
  padding: 1vw 1vw 1vw 1.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.view-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  height: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0.1vw solid #fff;
  border-radius: 50%;
}

.view-icon.close {
  position: absolute;
  left: auto;
  top: 4vw;
  right: 5vw;
  bottom: auto;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.view-icon.close:hover {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.view-icon-line {
  width: 80%;
  height: 0.1vw;
  background-color: #fff;
}

.view-icon-line.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.view-icon-line.close {
  background-color: #000;
}

.profile-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7vw;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  background-image: url('../images/profile-bg-right.png'), url('../images/profile-bg-left.png');
  background-position: 100% 100%, 0% 100%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  -webkit-transform: translate(-100vw, 0px);
  -ms-transform: translate(-100vw, 0px);
  transform: translate(-100vw, 0px);
}

.profile-description-block {
  overflow: auto;
  max-height: 80vh;
  padding-right: 25px;
  padding-left: 10vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.partner-sub-text {
  width: 30vw;
  margin-left: 10vw;
}

.partner-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-content-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.partner-half-block {
  width: 50%;
}

.partner-intro-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vw;
  margin-top: -20vw;
  padding-right: 5vw;
  padding-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 0.1px solid #fff;
  color: #fff;
}

.partner-intro-text-block.right {
  padding-right: 8vw;
  padding-left: 5vw;
  border-right-style: none;
}

.partner-logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6vw 5vw 7vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-right: 0.1vw solid #000;
}

.partner-logo-block.right {
  position: -webkit-sticky;
  position: sticky;
  top: 8vw;
  border: 1px none #000;
}

.inner-page-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25vh;
  padding-bottom: 5vw;
  padding-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #000;
}

.inner-page-hero.services {
  background-image: url('../images/ga-solutions-img.jpg');
  background-size: contain;
}

.inner-page-hero.solutions {
  background-image: url('../images/ga-solutions-img.jpg');
  background-size: contain;
}

.inner-page-hero.products {
  background-image: url('../images/ga-products-img.jpg');
  background-size: contain;
}

.inner-page-hero.contact {
  background-image: url('../images/ga-contact-filter-2.png'), url('../images/ga-contact-filter.png'), url('../images/ga-contact-img.jpg');
  background-position: 100% 100%, 0% 100%, 50% 100%;
  background-size: contain, auto 100vh, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  box-shadow: inset 0 -11px 0 -9px #fff;
}

.hero-inner-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #6d6e71;
}

.hero-inner-text.product-pg {
  width: 30vw;
}

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

.services-big-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(179, 181, 183, 0.2);
  color: #000;
}

.service-icon {
  width: 6vw;
  margin-bottom: 1vw;
}

.grey-text {
  color: #6d6e71;
}

.grey-text.blog-date {
  text-transform: uppercase;
}

.service-small-block {
  width: 50%;
}

.service-image {
  height: 22vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-image.app-developer {
  background-image: url('../images/service-image-terminal-developer-2.jpg');
  background-size: cover;
}

.service-image.service-provider {
  background-image: url('../images/service-image-payment-solutions-2.png');
  background-size: cover;
}

.service-image.support {
  background-image: url('../images/service-image-customer-support.jpg');
  background-size: cover;
}

.service-image.advisory {
  display: none;
}

.service-small-block-inner {
  padding: 4vw;
  color: #000;
}

.solution-body-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 5vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #dedfe0;
}

.solution-body-block.hide {
  display: none;
}

.solutions-intro-block {
  position: -webkit-sticky;
  position: sticky;
  top: 10vw;
  padding-bottom: 5vw;
  color: #6d6e71;
}

.product-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1vw;
  background-color: #dedfe0;
}

.product-half-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-top: 7vw;
  padding-bottom: 7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dedfe0;
  text-align: center;
}

.product-half-block.right {
  background-color: #c9cbcc;
  background-image: url('../images/ga-product-n5-bg_1ga-product-n5-bg.jpg');
  background-position: 0px 0px;
  background-size: 28px;
}

.pos-image {
  width: 100%;
  margin-top: 4vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pos-image.n5 {
  background-image: url('../images/ga-product-n5.jpg');
  background-position: 50% 0%;
  background-size: auto 110%;
}

.pos-image.terminals {
  background-image: url('../images/ga-product-terminals.jpg');
  background-position: 50% 0%;
  background-size: auto 110%;
}

.new-icon {
  position: absolute;
  left: 100%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 4vw;
  height: 3.3vw;
  margin-left: 0.5vw;
  background-image: url('../images/new-product-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mini-page-hero {
  padding: 6vw 10vw;
  color: #000;
}

.mini-page-hero.nexgo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 23vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mini-page-hero.pos {
  padding-bottom: 0vw;
}

.mini-page-hero.white {
  background-color: #fff;
}

.terminal-page-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.terminal-request-form {
  position: -webkit-sticky;
  position: sticky;
  top: 3vw;
  overflow: auto;
  width: 50%;
  max-height: 95vh;
  margin-bottom: 5vw;
  padding-top: 5vw;
  padding-right: 5vw;
  padding-left: 5vw;
}

.terminal-request-form.sticky-message {
  overflow: visible;
  max-height: none;
  margin-bottom: 0vw;
  padding-top: 0vw;
  padding-right: 0vw;
  padding-left: 0vw;
}

.text-field {
  height: 10vh;
  margin-bottom: 1vw;
  padding-right: 2vw;
  padding-left: 2vw;
  border: 0.1vw solid #c9cbcc;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: 'Avenir 07', sans-serif;
  color: #000;
  font-size: 1.3vw;
  line-height: 2vw;
}

.text-field:hover {
  border-color: #000;
}

.text-field:focus {
  border-color: #e51c25;
}

.text-field::-webkit-input-placeholder {
  color: #000;
}

.text-field:-ms-input-placeholder {
  color: #000;
}

.text-field::-ms-input-placeholder {
  color: #000;
}

.text-field::placeholder {
  color: #000;
}

.text-field.textarea {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 30vh;
  min-width: 100%;
  padding-top: 10px;
}

.pos-list-block {
  width: 50%;
  margin-top: 6vw;
  background-image: url('../images/pos-bg-color_1pos-bg-color.jpg');
  background-position: 0px 0px;
  background-size: 34px;
}

.pos-header-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35vw;
  padding-bottom: 1vw;
  padding-left: 25vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.pos-header-image.g3 {
  background-image: url('../images/global-accelerex-pos-G3.jpg');
  background-size: auto 100%;
}

.pos-header-image.g2 {
  background-image: url('../images/global-accelerex-pos-G2.jpg');
  background-size: auto 100%;
  color: #000;
}

.pos-header-image.n5 {
  background-image: url('../images/global-accelerex-pos-N5.jpg');
}

.pos-header-image.n3 {
  background-image: url('../images/pos-n3.png');
}

.pos-description-text {
  padding: 4vw 4vw 5vw 5vw;
  border-bottom: 1vw solid #fff;
  color: #6d6e71;
}

.status-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 10vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  padding-top: 0.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.status-block.inverted {
  background-color: #fff;
  color: #000;
}

.submit-flex {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  display: block;
  padding-top: 1vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.form-checkbox {
  display: inline-block;
  margin-top: 0.5vw;
  margin-right: 1.5vw;
  margin-bottom: 1vw;
  font-family: 'Avenir 07', sans-serif;
  color: #6d6e71;
  font-size: 1.4vw;
  line-height: 2vw;
}

.form-checkbox:hover {
  color: #000;
}

.checkbox {
  border-style: solid;
  border-width: 0.1vw;
  border-color: #6d6e71;
  border-radius: 0px;
}

.n5-description-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw 5vw 10vw 15vw;
  background-color: #dedfe0;
}

.n5-description-text {
  width: 34vw;
  margin-right: 14vw;
}

.n5-list-item {
  margin-top: 2.5vw;
  padding-right: 2vw;
  padding-left: 2vw;
  border-left: 0.8vw solid #e51c25;
}

.n5-list-block {
  margin-top: 4vw;
  margin-bottom: 0px;
}

.n5-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  margin-top: -23vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ga-product-n5.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.n5-image.mobile-view-only {
  display: none;
}

.n5-features-block {
  padding: 5vw 5vw 5vw 10vw;
}

.n5-feature-icon-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16vw;
  height: 16vw;
  margin-top: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.1vw;
  border-color: #e51c25;
  border-radius: 50%;
}

.n5-feature-icon {
  width: 8vw;
  height: 6vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.n5-feature-icon.android {
  background-image: url('../images/nexgo-feature-android.svg');
  background-size: contain;
}

.n5-feature-icon.barcode {
  background-image: url('../images/nexgo-feature-barcode.svg');
  background-size: contain;
}

.n5-feature-icon.finger-print {
  background-image: url('../images/nexgo-feature-fingerprint.svg');
  background-size: contain;
}

.n5-feature-icon.display {
  background-image: url('../images/nexgo-feature-display.png');
  background-size: contain;
}

.n5-feature-icon.camera {
  background-image: url('../images/nexgo-feature-camera.svg');
  background-size: contain;
}

.n5-feature-icon.contactless {
  background-image: url('../images/nexgo-feature-contactless.svg');
  background-size: contain;
}

.n5-feature-icon.user {
  background-image: url('../images/nexgo-feature-user.svg');
  background-size: contain;
}

.n5-feature-icon.certified {
  background-image: url('../images/nexgo-feature-pci.svg');
  background-size: contain;
}

.n5-feature-text {
  position: absolute;
  left: 100%;
  width: 13vw;
  margin-left: -2vw;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  background-color: #fff;
  color: #6d6e71;
}

.n5-interest-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/section-filter-partners.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.bottom-pad {
  margin-bottom: 1vw;
}

.contact-text {
  width: 37vw;
  margin-top: 5vh;
}

.contact-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-footer-top {
  width: 90vw;
  height: 0.1vw;
  margin-left: 5vw;
  background-color: #000;
}

.contact-phone-section {
  padding: 5vw 5vw 5vw 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.phone-wrapper {
  margin-bottom: 2vw;
  padding-bottom: 2vw;
  border-bottom: 0.1vw solid #c9cbcc;
}

.phone-wrapper.no-base {
  border-bottom-style: none;
}

.phone-block {
  width: 18vw;
  color: #000;
}

.phone-block.head-office {
  width: 23vw;
}

.news-bg {
  padding: 1px 5vw 5vw;
  background-color: #dedfe0;
}

.blog-preview-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 42vw;
  margin: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  font-family: 'Avenir 03', sans-serif;
  color: #000;
  font-size: 2vw;
  line-height: 2.3vw;
  text-align: left;
  text-decoration: none;
}

.blog-preview-block:hover {
  background-color: #f1f1f1;
}

.blog-preview-block.featured {
  margin-top: -4vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-shadow: 0 0 2vw -1vw rgba(0, 0, 0, 0.4);
  font-size: 2.5vw;
  line-height: 3vw;
}

.blog-preview-image {
  height: 20vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-preview-image.demo1 {
  background-image: url('../images/24-April.jpg');
  background-size: cover;
}

.blog-preview-image.demo2 {
  background-image: url('../images/demo-img-2.jpeg');
  background-size: cover;
}

.blog-preview-image.demo3 {
  background-image: url('../images/demo-img-6.jpeg');
  background-size: cover;
}

.blog-preview-image.demo4 {
  background-image: url('../images/demo-img-6.jpeg');
  background-size: cover;
}

.blog-preview-image.demo-5 {
  background-image: url('../images/demo-img-3.jpeg');
  background-size: cover;
}

.blog-preview-image.demo-6 {
  background-image: url('../images/ga-home-slide-4.jpg');
  background-size: 750px;
}

.blog-preview-image.demo-7 {
  background-image: url('../images/demo-img-4_1demo-img-4.jpeg');
  background-size: cover;
}

.blog-preview-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-preview-text-block.featured {
  padding: 5vw;
}

.featured-preview-image {
  width: 54vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-preview-image.demo {
  background-image: url('../images/24-April.jpg');
  background-position: 100% 50%;
  background-size: contain;
}

.featured-preview-image.demo-6 {
  background-image: url('../images/ga-home-slide-4.jpg');
  background-size: cover;
}

.featured-tag {
  display: inline-block;
  margin-bottom: 1vw;
  padding: 0.4vw 1vw 0.2vw;
  border-radius: 0.5vw;
  background-color: #dedfe0;
  text-transform: uppercase;
}

.open-blog-hero {
  padding: 6vw 15vw 14vw 13vw;
  background-color: #dedfe0;
  color: #000;
}

.blog-text {
  margin-right: 7vw;
  margin-left: 7vw;
}

.open-blog-header {
  height: 39vw;
  margin-top: -8vw;
  margin-bottom: 4vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.open-blog-header.demo1 {
  background-image: url('../images/demo-img-6.jpeg');
  background-size: cover;
}

.open-blog-header.demo2 {
  background-image: url('../images/demo-img-4_1demo-img-4.jpeg');
  background-size: cover;
}

.blog-page-wrapper {
  padding: 1px 13vw 5vw;
}

.view-icon-line-2 {
  width: 80%;
  height: 0.1vw;
  background-color: #fff;
}

.view-icon-line-2.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.view-icon-line-2.close {
  background-color: #000;
}

.nav-link {
  padding: 0.5vw 1vw;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: 'Avenir 07', sans-serif;
  color: #fff;
  font-size: 0.8vw;
  line-height: 1vw;
  letter-spacing: 0.2vw;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  box-shadow: inset 0 -3px 0 0vw #fff;
}

.nav-link.w--current {
  font-family: 'Avenir 03', sans-serif;
  color: #e51c25;
}

.nav-link.dropdown.w--open:hover {
  box-shadow: none;
}

.nav-link.dropdown-item {
  margin-bottom: 0.5vw;
  color: #000;
  text-align: center;
}

.nav-link.dropdown-item:hover {
  box-shadow: inset 0 -3px 0 0vw #6d6e71;
}

.nav-link.back {
  font-size: 16px;
  line-height: 20px;
}

.navbar {
  display: block;
  background-color: transparent;
}

.icon {
  margin-right: -0.2vw;
  opacity: 0.5;
}

.phone-link {
  margin-right: 2vw;
  padding-top: 0.3vw;
  padding-right: 4vw;
  padding-bottom: 0.3vw;
  background-image: url('../images/social-icon-call.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.phone-link:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.nav-phone-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vw;
  margin-bottom: 0.3vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-phone-wrapper.mobile-only {
  display: none;
}

.nav-social-link {
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 1vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-social-link:hover {
  opacity: 0.5;
}

.nav-social-link.in {
  background-image: url('../images/social-icon-linkedin-white.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.nav-social-link.fb {
  width: 1.5vw;
  background-image: url('../images/social-icon-facebook-white.svg');
  background-size: auto;
}

.nav-social-link.tw {
  background-image: url('../images/social-icon-twitter-white.svg');
  background-size: auto;
}

.nav-social-link.ig {
  background-image: url('../images/social-icon-instagram-white.svg');
  background-size: auto;
}

.nav-divider {
  width: 0.1vw;
  height: 3vw;
  margin-right: 2vw;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dropdown-list.w--open {
  margin-left: -3vw;
  padding: 1.5vw 1.5vw 1vw;
  border-width: 0.1vw;
  border-color: #fff;
  border-radius: 0.5vw;
  background-color: #fff;
}

.home-pos-section-inner {
  display: none;
}

.footer-inner-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-hero-inner {
  display: none;
}

.blog-date {
  margin-top: 1vw;
  color: #6d6e71;
  text-transform: uppercase;
}

.opther-posts-header {
  padding-left: 1vw;
}

.close-faq {
  position: absolute;
  top: -52px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dedfe0;
}

.plus-icon {
  width: 0.1vw;
  height: 2vw;
  background-color: #e51c25;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 20px 1vw 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #202433;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #000;
  cursor: pointer;
}

.faq-question:hover {
  color: #e51c25;
}

.plus-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2vw;
  margin-top: 11px;
  margin-bottom: 11px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.plus-block.x {
  width: 2vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  margin-left: 0px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.minus {
  position: absolute;
  left: 0px;
  bottom: 50%;
  width: 100%;
  height: 0.1vw;
  margin-bottom: -0.05vw;
  background-color: #e51c25;
}

.faq-body {
  width: 100%;
}

.faq-body.main-page {
  padding-right: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
}

.faq-answer {
  position: relative;
  display: block;
  padding: 3vw 5vw;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #6d6e71;
}

.partner-logo {
  width: 11vw;
  height: 5vw;
  margin-top: 2vw;
  margin-right: 2vw;
  margin-bottom: 2vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.partner-logo.nexgo {
  background-image: url('../images/NEXGO_logo.png');
  background-size: contain;
}

.partner-logo.eppan {
  width: 9vw;
  background-image: url('../images/e-ppan.png');
  background-size: contain;
}

.partner-logo.nibss {
  width: 9vw;
  background-image: url('../images/NIBSS-640x360.png');
  background-size: contain;
}

.partner-logo.crowninteractiv {
  width: 15vw;
  background-image: url('../images/ci-logo.png');
  background-size: contain;
}

.partner-logo.access {
  background-image: url('../images/Access-Bank-PLC-Logo.png');
  background-size: 100%;
}

.partner-logo.keystone {
  background-image: url('../images/Keystone-Bank-Limited-Logo.png');
  background-size: 100%;
}

.partner-logo.sterling {
  width: 6vw;
  background-image: url('../images/Sterling-Bank-Plc-Logo.png');
  background-position: 0% 100%;
  background-size: auto 110%;
}

.partner-logo.jaiz {
  width: 9vw;
  background-image: url('../images/Jaiz.png');
  background-size: contain;
}

.partner-logo.zenith {
  width: 5vw;
  background-image: url('../images/Zenith-Bank-Logo.png');
  background-size: contain;
}

.partner-logo.ecobank {
  width: 9vw;
  background-image: url('../images/Ecobank-Logo.png');
  background-size: 100%;
}

.partner-logo.heritage {
  background-image: url('../images/Heritage-Bank-PLC-Logo.png');
  background-size: 100%;
}

.partner-logo.uba {
  width: 9vw;
  background-image: url('../images/United-Bank-for-Africa-Logo.png');
  background-size: contain;
}

.partner-logo.fcmb {
  width: 6vw;
  background-image: url('../images/First-City-Monument-Bank-Ltd-Logo.png');
  background-size: contain;
}

.partner-logo.gt {
  width: 6vw;
  background-image: url('../images/Guaranty-Trust-Bank-Logo.png');
  background-size: contain;
}

.partner-logo.union {
  background-image: url('../images/Union-Bank-Nigeria-Logo.png');
  background-size: 100%;
}

.partner-logo.fidelity {
  width: 5vw;
  background-image: url('../images/Fidelity-Bank-Nigeria-Logo.png');
  background-size: contain;
}

.partner-logo.providus {
  background-image: url('../images/Providus.png');
  background-size: contain;
}

.partner-logo.wema {
  width: 7vw;
  background-image: url('../images/Wema-Bank-Logo.png');
  background-size: 100%;
}

.partner-logo.first {
  background-image: url('../images/First-Bank-Nigeria.png');
  background-size: contain;
}

.partner-logo.polaris {
  width: 5vw;
  background-image: url('../images/Polaris-Bank-Logo.png');
  background-size: contain;
}

.partner-logo.stanbic {
  width: 16vw;
  background-image: url('../images/Stanbic-IBTC-Bank-Logo.png');
  background-size: 100%;
}

.partner-logo.unity {
  width: 8vw;
  background-image: url('../images/Unity-Bank-logo.jpg');
  background-size: contain;
}

.partner-logo.suntrust {
  background-image: url('../images/SunTrust_Logo.png');
  background-size: contain;
}

.circle-rotation {
  position: absolute;
  top: 50%;
  width: 100vw;
  height: 100vw;
  margin-top: -50vw;
  background-image: url('../images/ga-home-landing-page-circles.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.partner-slider {
  height: 100%;
  background-color: transparent;
}

.partner-preview-logo-1 {
  width: 56vw;
  height: 100%;
  background-image: url('../images/ga-partners-preview-logos.png');
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.partner-preview-logo-1._2 {
  background-image: url('../images/ga-partners-preview-logos-2.png');
  background-size: contain;
}

.partner-preview-logo-1._3 {
  background-image: url('../images/ga-partners-preview-logos-3.png');
  background-size: contain;
}

.header-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7.5vw;
  padding-right: 3vw;
  padding-left: 10.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b4b6b8;
  background-image: url('../images/header-bg.svg');
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -10vw);
  -ms-transform: translate(0px, -10vw);
  transform: translate(0px, -10vw);
}

.about-text-image {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-text-image._1 {
  background-image: url('../images/ga-about-text-1-img.jpg');
  background-size: cover;
}

.about-text-image._2 {
  background-image: url('../images/ga-about-text-2-img.jpg');
  background-size: cover;
}

.about-text-image._4 {
  background-image: url('../images/ga-anp-img-32.png');
  background-size: cover;
}

.about-text-2 {
  padding-top: 6vw;
  padding-right: 5vw;
  padding-left: 7vw;
}

.about-text-2.anp {
  padding: 5vw 10vw;
}

.slide-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/ga-home-slide-5_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/ga-home-slide-5_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mobile-only {
  display: none;
}

.site-credit {
  position: absolute;
  left: auto;
  top: auto;
  right: 2.5vw;
  bottom: 2.5vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-phone-link {
  color: #000;
  text-decoration: none;
}

.about-phone-link:hover {
  color: #e51c25;
}

.become-an-agent {
  padding: 7px 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #fff;
  font-family: 'Avenir 07', sans-serif;
  color: #000;
  font-size: 0.8vw;
  line-height: 1vw;
  letter-spacing: 0.2vw;
  text-decoration: none;
}

.become-an-agent:hover {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.lowercase {
  text-transform: lowercase;
}

.flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.flex-block.align-center.list-spacing {
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-block.align-center.read-more {
  margin-top: 20px;
  font-family: 'Avenir 03', sans-serif;
  color: #e51c25;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

.flex-block.align-center.product {
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-block.align-center.job-openings {
  margin-bottom: 3vw;
  padding: 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #d4d5d6;
  border-radius: 10px;
  font-family: 'Avenir 03', sans-serif;
  font-size: 1.8vw;
  line-height: 2vw;
  font-weight: 900;
}

.flex-block.list-spacing {
  margin-bottom: 10px;
}

.flex-block.list-spacing.bullet-point {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-block.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-block.product-wrapper {
  position: relative;
  width: 100%;
}

.flex-block.learn-more {
  color: #000;
}

.flex-block.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* .cookie-prompt {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vw;
  padding-bottom: 1vw;
  padding-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: 'Avenir 07', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
} */

.cookie-prompt.hide {
  display: none;
}

.strech {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.strech.readmore {
  height: 1px;
  margin-left: 15px;
  background-color: #6d6e71;
}

.strech.product {
  height: 1px;
  margin-right: 20px;
  background-color: #d4d5d6;
}

.strech.product-description-block {
  overflow: auto;
}

.strech.ga-selling-point {
  padding-left: 3vw;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.cookie-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37vw;
  margin-top: -2vw;
  margin-bottom: -1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/header-bg_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cookie-modal-wrapper {
  background: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh;
  top:0;
  z-index: 10;
  position:fixed;

}
#cookiemodal {
  display: none;
}
.cookie-modal {
  position: fixed;
  width: 500px;
  max-width: 90%;
  height: 200px;
  margin: auto;
  left: 0%;
  top: 0;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vw;
  padding-bottom: 1vw;
  padding-left: 5vw;
  padding-right: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -webkit-box-align: start;
  -webkit-align-items: start;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: flex-start;
  background-color: #fff;
  font-family: 'Avenir 07', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.black-text {
  color: #000;
}

.solutions-wrapper {
  padding: 7vw 9vw;
  background-color: #e51c25;
  background-image: url('../images/solutions-page-bg-1.png'), url('../images/solutions-page-bg-2.png'), url('../images/ga-home-filter-full.png'), url('../images/profile-bg-left.png'), -webkit-gradient(linear, left top, left bottom, from(#e51c25), to(#000));
  background-image: url('../images/solutions-page-bg-1.png'), url('../images/solutions-page-bg-2.png'), url('../images/ga-home-filter-full.png'), url('../images/profile-bg-left.png'), linear-gradient(180deg, #e51c25, #000);
  background-position: 120% 40%, -80% 50%, 0% 100%, 0% 100%, 0px 0px;
  background-size: 30%, 65%, cover, auto, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-attachment: fixed, fixed, scroll, scroll, scroll;
}

.solutions-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vw;
  padding: 3vw 4vw;
  background-color: #fff;
}

.solution-type-intro-block {
  width: 30vw;
  margin-right: 3vw;
  padding-right: 2vw;
  border-right: 1px solid #6d6e71;
  font-family: 'Avenir 03', sans-serif;
  color: #000;
  font-size: 2.2vw;
  line-height: 3vw;
  font-weight: 900;
}

.solutions-image {
  width: 5vw;
  height: 5vw;
  margin-bottom: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.solutions-image.pos-sales {
  background-image: url('../images/pos-sales-icon-red.svg');
}

.solutions-image.identity {
  background-image: url('../images/identity-icon-red.svg');
}

.solutions-image.mobile {
  background-image: url('../images/mobile-icon-red.svg');
}

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

.space-bottom.policy {
  margin-bottom: 40px;
}

.text-decoration {
  width: 0.6vw;
  height: 0.6vw;
  margin-top: 5px;
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #000;
}

.text-decoration.product {
  margin-top: 5px;
}

.text-decoration.careers {
  width: 5vw;
  height: 5vw;
  margin-right: 2vw;
  background-color: transparent;
  background-image: url('../images/list-icon-red-white.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.product-image {
  position: -webkit-sticky;
  position: sticky;
  top: 7vw;
  width: 45%;
  height: 100vh;
  padding-top: 5vw;
  padding-right: 5vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-image.accelerex-app {
  background-image: url('../images/active-pos-rebuild-3.jpg');
}

.product-image.anp {
  background-image: url('../images/Accelerex-Customer-Testimonials.jpg');
  background-position: 40% 50%;
  background-size: cover;
}

.product-image.acp {
  background-color: #e51c25;
  background-image: url('../images/ga-partner-filter.png'), url('../images/acp-image.png');
  background-position: 0% 0%, 50% 30vh;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  background-attachment: fixed, scroll;
}

.product-image.rex-hub {
  background-image: url('../images/rexhub.jpg');
}

.product-image.rexpay {
  background-image: url('../images/rexpay.jpg');
  background-position: 64% 50%;
}

.product-image.rexretail {
  background-image: url('../images/rexretail.png');
  background-position: 50% 50%;
}

.product-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw 4vw 3vw 5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d4d5d6;
  font-family: 'Avenir 03', sans-serif;
  color: #000;
  font-size: 2.2vw;
  line-height: 2.5vw;
}

.product-description {
  padding: 3vw 4vw 3vw 5vw;
}

.product-logo {
  width: 10vw;
  height: 6vw;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.product-logo.acp {
  background-image: url('../images/acp-logo.png');
  background-size: 90%;
}

.product-logo.anp {
  background-image: url('../images/anp-logo.png');
  background-size: 90%;
}

.product-logo.rexhub {
  background-image: url('../images/rexhub-logo.png');
  background-size: 90%;
}

.product-logo.rexpay {
  background-image: url('../images/rexpay-logo.png');
  background-size: 90%;
}

.product-logo.rexretail {
  background-image: url('../images/rexretail-logo.png');
  background-size: 90%;
}

.just-up-flex {
  position: relative;
  top: -8.3vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw 7vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/ga-contact-filter-2.png');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
}

.careers-jut-up-heading {
  font-family: 'Avenir 03', sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 900;
}

.innovation-text-block {
  width: 24vw;
  margin-right: 4vw;
}

.careers-section-flex {
  position: relative;
  padding-right: 10vw;
  padding-bottom: 5vw;
  padding-left: 10vw;
  background-color: #d4d5d6;
}

._50-child {
  width: 50%;
}

._50-child.learn-about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vw;
  padding-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

._50-child.discover {
  padding-right: 4vw;
}

._50-child.ecellence {
  padding-right: 3vw;
}

.page-heading {
  font-family: 'Avenir 03', sans-serif;
  font-size: 3.2vw;
  line-height: 3.5vw;
  font-weight: 900;
}

.page-heading.application {
  margin-bottom: 2vw;
  margin-left: 5vw;
}

.page-heading.enquiry {
  margin-bottom: 2vw;
  margin-left: 10px;
}

.page-heading.careers {
  font-size: 2.5vw;
}

.excellence-big-text {
  font-family: 'Avenir 03', sans-serif;
  font-size: 6vw;
  line-height: 6vw;
  font-weight: 900;
}

.excellence-image {
  width: 48%;
  height: 34vw;
  background-image: url('../images/ga-contact-filter-2.png'), url('../images/career-page-image.jpg');
  background-position: 100% 100%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.career-sections {
  margin-right: 10vw;
  margin-left: 10vw;
  padding-top: 5vw;
  padding-bottom: 6vw;
  color: #000;
}

.career-sections.job-opportunities {
  padding-top: 0vw;
}

.open-positions-text {
  margin-bottom: 3vw;
  font-family: 'Avenir 03', sans-serif;
  font-size: 1.6vw;
  line-height: 2vw;
  font-weight: 900;
  letter-spacing: 3px;
}

.job-icon {
  width: 5vw;
  height: 5vw;
  margin-right: 5vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #000;
  border-radius: 50%;
  background-image: url('../images/open-jobs-icon-black.svg');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.job-icon.open {
  margin-right: 0vw;
}

.job-subtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  color: #a0a0a0;
  font-size: 1.3vw;
  letter-spacing: 0.15vw;
}

.seperator {
  width: 1px;
  height: 2vw;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #6d6e71;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: 'Avenir 03', sans-serif;
  color: #000;
}

.heading.privacy-policy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2vw;
  line-height: 3vw;
  text-align: center;
}

.application-body {
  padding: 5vw;
  background-color: #d4d5d6;
  color: #000;
}

.application-body.enquiry {
  background-color: #fff;
}

.application-body.enquiry.pop-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: auto;
  height: 100vh;
  padding-top: 11vw;
  -webkit-transform: translate(-101%, 0px);
  -ms-transform: translate(-101%, 0px);
  transform: translate(-101%, 0px);
}

.left-column {
  padding-right: 0px;
}

.left-column.files {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-column {
  padding-left: 0px;
}

.right-column.files {
  height: 10vh;
}

.message {
  margin-right: 10px;
  margin-left: 10px;
}

._10px-margin-left {
  margin-left: 10px;
}

._10px-margin-left.flex-block.justify-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pr-text-body {
  padding: 5vw 10vw;
  background-color: #eeeeef;
  color: #6d6e71;
}

.notice-heading {
  margin-bottom: 20px;
  font-family: 'Avenir 03', sans-serif;
  color: #000;
  font-size: 2.2vw;
  line-height: 3vw;
  font-weight: 900;
}

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

.body-text-link:hover {
  color: #000;
}

.body-text-link.underline {
  text-decoration: underline;
}

.more-details-block {
  overflow: hidden;
}

.upload-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.upload-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.upload-bg.right {
  margin-right: 10px;
  margin-left: 0px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 0px 27px 39px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
}

.logo-block {
  width: 25vw;
  height: 9vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  background-image: url('../images/Global-Accelerex-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: skew(45deg, 0deg);
  -ms-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
}

.nav-inner-flex {
  display: none;
  color: #fff;
}

.form-inner {
  position: relative;
  margin-top: 2vw;
}

.close-pop-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e51c25;
  cursor: pointer;
}

.cancel-stroke {
  width: 20px;
  height: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cancel-stroke.right {
  margin-top: -5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.careers-list-item {
  margin-bottom: 5px;
}

.custom-file-input {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  margin-bottom: 1vw;
  padding-left: 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: 'Avenir 07', sans-serif;
  font-size: 1.3vw;
  line-height: 2vw;
  cursor: pointer;
}

.custom-file-input:hover {
  background-color: #6d6e71;
  color: #fff;
}

.file-selector {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-left: 10px;
}

.file-selector.right {
  margin-right: 10px;
  margin-left: 0px;
}

.back-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  font-family: 'Avenir 07', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.select-field {
  height: 10vh;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: 'Avenir 07', sans-serif;
  font-size: 1.3vw;
}

.select-field:focus {
  border: 1px none #000;
  background-color: #6d6e71;
  color: #fff;
}

.pci-logo {
  width: 10vw;
  height: 7vw;
  margin-bottom: 2vw;
  background-image: url('../images/pci-logo.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

html.w-mod-js *[data-ix="faq-answer-on-load"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

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

  h2 {
    font-size: 40px;
    line-height: 44px;
  }

  h3 {
    font-size: 36px;
    line-height: 40px;
  }

  h4 {
    font-size: 22px;
    line-height: 27px;
  }

  h5 {
    font-size: 20px;
    line-height: 24px;
  }

  h6 {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 2px;
  }

  p {
    font-size: 14px;
    line-height: 17px;
  }

  .big-h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .slide-inner {
    margin-top: 5vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button {
    min-width: 150px;
    padding: 15px;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1px;
  }

  .slide-nav {
    width: 200px;
  }

  .about-section-text {
    width: auto;
  }

  .about-section-text.about-pg {
    width: 55vw;
  }

  .big-paragraph {
    font-size: 18px;
    line-height: 22px;
  }

  .big-paragraph.about-section {
    width: auto;
    margin-right: 5vw;
  }

  .big-paragraph.about-page {
    width: 31vw;
  }

  .about-section-inner {
    border-right-width: 1px;
  }

  .about-link-icon {
    min-height: 50px;
    min-width: 50px;
  }

  .link-arrow {
    height: 13px;
    margin-top: 1px;
    margin-left: 10px;
  }

  .home-pos-section {
    padding-left: 57vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .slide-fix {
    background-size: auto;
  }

  .slider-sub-text-block {
    width: 250px;
  }

  .slider-text {
    position: relative;
    z-index: 1;
  }

  .home-partner-section {
    padding-top: 15vw;
    padding-bottom: 10vw;
  }

  .home-partner-section.partner-pg {
    padding-top: 20vw;
  }

  .partner-section-text {
    left: 38vw;
    width: 44vw;
  }

  .partner-preview-logo {
    height: 20vw;
    min-height: 25vh;
  }

  .news-section {
    padding-right: 1vw;
    padding-left: 1vw;
  }

  .top-padding {
    margin-top: 20px;
  }

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

  .footer-helpline {
    font-size: 40px;
    line-height: 45px;
  }

  .show-phone {
    width: 20px;
    height: 20px;
  }

  .footer-social-link {
    width: 18px;
    height: 18px;
  }

  .footer-social-link.fb {
    width: 15px;
  }

  .footer-link {
    margin-right: 0vw;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-width: 2px;
    font-size: 14px;
    line-height: 18px;
  }

  .header-bg {
    height: 70px;
  }

  .about-hero {
    background-size: auto 100vh, cover;
  }

  .vision-section {
    padding-right: 0vw;
  }

  .vision-block {
    width: 31vw;
    margin-right: 5vw;
  }

  .team-intro-block {
    padding-top: 6vw;
  }

  .team-profile-preview {
    height: 37vw;
  }

  .header {
    height: 70px;
    padding-right: 8px;
    padding-left: 90px;
    background-color: #b4b6b8;
    background-position: 2px 0px;
  }

  .header-logo {
    width: 170px;
  }

  .team-name {
    font-size: 14px;
  }

  .team-position {
    font-size: 13px;
  }

  .team-name-wrapper {
    position: relative;
    display: block;
    min-height: 0vw;
    padding-top: 2vw;
    padding-right: 7vw;
    padding-bottom: 2vw;
  }

  .view-icon {
    position: absolute;
    left: auto;
    top: auto;
    right: 2vw;
    bottom: 2vw;
  }

  .view-icon-line {
    height: 1px;
  }

  .profile-description-block {
    padding-left: 5vw;
  }

  .partner-sub-text {
    width: 300px;
  }

  .partner-intro-text-block {
    height: 250px;
    margin-top: -250px;
    padding-left: 7vw;
    border-right-width: 1px;
  }

  .partner-logo-block {
    border-right-width: 1px;
  }

  .inner-page-hero {
    position: relative;
    padding-top: 25vw;
  }

  .inner-page-hero.services {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .inner-page-hero.solutions {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .inner-page-hero.products {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .inner-page-hero.contact {
    background-size: 256px 100vh, auto 80%, cover;
  }

  .hero-inner-text {
    position: relative;
    z-index: 1;
  }

  .hero-inner-text.product-pg {
    width: 28vw;
  }

  .services-big-block {
    padding: 5vw;
  }

  .service-icon {
    width: 7vw;
    margin-bottom: 2vw;
  }

  .solutions-intro-block {
    top: 100px;
  }

  .product-half-block {
    min-height: 500px;
  }

  .mini-page-hero.nexgo {
    height: auto;
    min-height: 23vw;
    padding-left: 5vw;
  }

  .text-field {
    height: 45px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 15px;
    border-width: 1px;
    font-size: 13px;
    line-height: 20px;
  }

  .text-field.textarea {
    min-height: 150px;
    padding-top: 12px;
  }

  .status-block {
    width: 100px;
    height: 100px;
    margin-top: 0vw;
    margin-bottom: 0px;
    padding-top: 5px;
  }

  .submit-flex {
    padding-top: 10px;
  }

  .form-checkbox {
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .checkbox {
    border-width: 1px;
  }

  .n5-description-block {
    padding-left: 10vw;
  }

  .n5-description-text {
    width: 40vw;
  }

  .n5-list-item {
    border-left-width: 6px;
  }

  .n5-features-block {
    padding-left: 8vw;
  }

  .n5-feature-icon-block {
    border-width: 1px;
  }

  .n5-feature-text {
    width: 15vw;
    margin-left: -3vw;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .n5-interest-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .n5-interest-block.anp-platform {
    min-height: 0px;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .bottom-pad {
    margin-bottom: 10px;
  }

  .contact-footer-top {
    height: 1px;
  }

  .phone-wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
  }

  .blog-text {
    margin-right: 4vw;
    margin-left: 4vw;
  }

  .nav-link {
    padding-top: 20px;
    padding-right: 13px;
    padding-bottom: 20px;
    font-size: 15px;
  }

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

  .nav-link.back {
    line-height: 20px;
  }

  .phone-link {
    margin-right: 15px;
    padding-top: 5px;
    padding-right: 40px;
    padding-bottom: 5px;
  }

  .nav-social-link {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .nav-social-link.fb {
    width: 15px;
  }

  .nav-divider {
    width: 1px;
    height: 30px;
    margin-right: 15px;
  }

  .header-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-list.w--open {
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
  }

  .home-pos-section-inner {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    height: 100%;
    min-width: 72vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('../images/ga-products-img-flipped.jpg');
    background-position: 59% 50%;
    background-size: auto 100vh;
    background-repeat: no-repeat;
  }

  .helpline-block {
    width: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: right;
  }

  .page-hero-inner {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    height: 100%;
    min-width: 72vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .page-hero-inner.solutions {
    background-image: url('../images/ga-solutions-img.jpg');
    background-position: 30% 50%;
    background-size: auto 100%;
  }

  .page-hero-inner.services {
    background-image: url('../images/ga-solutions-img.jpg');
    background-position: 32% 50%;
    background-size: cover;
  }

  .page-hero-inner.products {
    background-image: url('../images/ga-products-img.jpg');
    background-size: cover;
  }

  .payment-hero-inner {
    position: relative;
    z-index: 1;
    width: 250px;
  }

  .opther-posts-header {
    padding-left: 4vw;
  }

  .plus-icon {
    width: 1px;
    height: 25px;
  }

  .faq-question {
    padding: 10px 15px 10px 25px;
  }

  .plus-block {
    width: 25px;
  }

  .plus-block.x {
    width: 25px;
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .minus {
    height: 1px;
    margin-bottom: -0.5px;
  }

  .faq-body.main-page {
    padding-right: 25px;
    padding-left: 25px;
  }

  .faq-answer {
    padding: 15px 25px;
  }

  .menu-button {
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.2);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    color: #e51c25;
  }

  .menu-button:hover {
    background-color: hsla(0, 0%, 100%, 0.2);
  }

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

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100vw;
    margin-top: 70px;
    padding: 8vw 10vw;
    background-color: #6d6e71;
  }

  .circle-rotation {
    background-size: 120%;
  }

  .header-background {
    display: none;
    height: 70px;
    padding-right: 8px;
    padding-left: 90px;
    background-color: #b4b6b8;
  }

  .become-an-agent {
    font-size: 8px;
    line-height: 10px;
  }

  .cookie-button-wrapper {
    width: 47vw;
  }

  .product-image.acp {
    background-position: 0% 0%, 50% 59vh;
  }

  .just-up-flex {
    top: -82px;
  }

  .careers-jut-up-heading {
    font-size: 15px;
    line-height: 20px;
  }

  .page-heading.careers {
    font-size: 22px;
  }

  .job-icon {
    margin-right: 2vw;
  }

  .heading.privacy-policy {
    font-size: 20px;
    line-height: 30px;
  }

  .application-body.enquiry.pop-up {
    padding-top: 15vw;
  }

  .left-column.files {
    height: 45px;
  }

  .right-column.files {
    height: 45px;
  }

  .notice-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .custom-file-input {
    height: 45px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .back-button-wrapper {
    margin-left: 10px;
  }

  .select-field {
    height: 45px;
    font-size: 13px;
  }
}

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

  h3 {
    font-size: 34px;
    line-height: 33px;
  }

  h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .home-landing-section {
    height: 600px;
    min-height: 100vh;
  }

  .big-h1 {
    font-size: 46px;
    line-height: 52px;
  }

  .button {
    padding-right: 30px;
    padding-left: 30px;
  }

  .home-about-section {
    display: block;
    height: auto;
    padding-top: 10vw;
    padding-right: 10vw;
    padding-left: 10vw;
    background-image: url('../images/section-filter-about.png'), url('../images/section-filter-about.png');
    background-position: 100% 100%, 0% 100%;
    background-size: auto 100%, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .about-section-text.about-pg {
    width: auto;
  }

  .big-paragraph.about-page {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .about-section-bottom-inner {
    margin-top: 30px;
    padding-bottom: 40px;
  }

  .about-section-bottom-inner.about-page {
    display: block;
  }

  .about-section-inner {
    padding-right: 0vw;
    border-bottom: 1px solid #fff;
    border-right-style: none;
  }

  .about-link-wrapper {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .about-link-icon {
    width: 10vw;
    height: 10vw;
    min-height: 70px;
    min-width: 70px;
  }

  .about-link-flex {
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .about-link-block {
    display: block;
    margin-top: 10px;
    margin-right: 10vw;
    margin-bottom: 10px;
  }

  .home-pos-section {
    height: auto;
    padding-top: 89vw;
    padding-bottom: 130px;
    padding-left: 10vw;
  }

  .slide-fix {
    background-size: 170%;
  }

  .slider-text {
    min-height: 70px;
  }

  .exceeding-hone-text {
    width: 200px;
  }

  .float-pos-button {
    right: 40px;
    bottom: 40px;
  }

  .home-partner-section {
    height: auto;
    padding-top: 12vw;
  }

  .home-partner-section.partner-pg {
    min-height: 400px;
    padding-top: 100px;
  }

  .partner-section-text {
    position: static;
    width: auto;
    max-width: 510px;
    margin-top: 5vw;
  }

  .partner-preview-logo {
    width: auto;
    height: 23vw;
    min-height: 0vh;
    margin-bottom: 40px;
  }

  .partner-section-flex {
    display: block;
    padding-top: 10vw;
  }

  .news-section {
    padding: 10vw;
  }

  .footer-top {
    display: block;
    padding: 7vw 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-helpline {
    font-size: 33px;
    line-height: 38px;
  }

  .footer-helpline:hover {
    color: #fff;
  }

  .footer-bottom {
    display: block;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .footer-logo {
    width: 40vw;
    height: 10vw;
    max-width: 250px;
    min-width: 200px;
  }

  .footer-social-link {
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }

  .copyright-text-block {
    width: auto;
    margin-top: 20px;
  }

  .footer-link {
    margin-right: 2vw;
  }

  .footer-heading {
    min-width: 14vw;
    margin-top: 10px;
  }

  .hero-flex {
    display: block;
    height: auto;
  }

  .hero-flex.careers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
  }

  .about-hero {
    height: 350px;
    background-size: auto 500px, cover;
  }

  .about-mission-block {
    position: static;
    width: auto;
    margin-top: 25px;
    padding: 30px;
  }

  .vision-section {
    display: block;
  }

  .vision-block {
    width: auto;
  }

  .vision-block.anp {
    width: auto;
    margin-right: 0vw;
  }

  .about-text-block {
    display: block;
  }

  .about-text-1 {
    width: auto;
    margin-right: 0vw;
    padding-top: 5vw;
    padding-right: 10vw;
  }

  .team-intro-block {
    padding-left: 9vw;
    text-align: left;
  }

  .team-profile-preview {
    position: relative;
    width: 49%;
  }

  .team-profile-preview.popup {
    position: -webkit-sticky;
    position: sticky;
    top: 0vw;
    width: 25vw;
  }

  .header {
    padding-left: 30px;
    background-position: -40px 0px;
    background-size: contain;
  }

  .team-name {
    font-size: 17px;
    line-height: 22px;
  }

  .team-position {
    font-size: 17px;
    line-height: 22px;
  }

  .team-name-wrapper {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    min-height: 75px;
    padding: 4.5vw;
    background-color: #6d6e71;
  }

  .view-icon {
    width: 40px;
    height: 40px;
  }

  .profile-popup {
    overflow: auto;
    padding-bottom: 7vw;
    padding-left: 0vw;
  }

  .profile-description-block {
    overflow: visible;
    padding-right: 0px;
    padding-bottom: 5vw;
  }

  .partner-sub-text {
    width: 350px;
    margin-top: 10vw;
    margin-left: 0vw;
  }

  .partner-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .partner-content-flex {
    display: block;
  }

  .partner-half-block {
    width: auto;
  }

  .partner-intro-text-block {
    height: auto;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10vw;
    border-bottom: 1px solid rgba(109, 110, 113, 0.28);
    border-right-style: none;
    color: #000;
  }

  .partner-intro-text-block.right {
    padding-left: 10vw;
  }

  .partner-logo-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #000;
    border-right-style: none;
  }

  .inner-page-hero {
    padding-top: 74vw;
    padding-right: 10vw;
    padding-bottom: 10vw;
  }

  .inner-page-hero.contact {
    height: 400px;
    padding-top: 10vw;
  }

  .hero-inner-text {
    width: auto;
    margin-right: 10vw;
    padding-top: 10vw;
  }

  .hero-inner-text.product-pg {
    width: auto;
    margin-right: 0vw;
  }

  .services-flex {
    display: block;
  }

  .services-big-block {
    width: auto;
    margin-bottom: 3px;
    padding: 8vw;
  }

  .service-icon {
    width: 10vw;
  }

  .service-small-block {
    width: auto;
  }

  .service-image {
    height: 44vw;
  }

  .service-image.advisory {
    display: block;
    background-image: url('../images/service-image-stragic-advisory-support.jpg');
    background-position: 50% 30%;
    background-size: cover;
  }

  .service-small-block-inner {
    padding: 8vw;
  }

  .product-half-block {
    height: 400px;
    min-height: 0px;
  }

  .new-icon {
    width: 40px;
    height: 20px;
    margin-left: 5px;
  }

  .mini-page-hero {
    padding-top: 9vw;
    padding-bottom: 9vw;
  }

  .mini-page-hero.nexgo {
    padding-bottom: 15vw;
  }

  .terminal-page-flex {
    display: block;
  }

  .terminal-request-form {
    position: static;
    overflow: visible;
    width: auto;
    max-height: none;
    padding: 10vw;
  }

  .pos-list-block {
    width: auto;
  }

  .pos-header-image {
    height: 44vw;
    padding-left: 33vw;
  }

  .pos-description-text {
    padding-right: 10vw;
    padding-bottom: 10vw;
    padding-left: 10vw;
  }

  .submit-flex {
    position: static;
    display: block;
  }

  .n5-description-block {
    padding-right: 3vw;
  }

  .n5-description-text {
    width: 50vw;
    margin-right: 4vw;
  }

  .n5-list-item {
    margin-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .n5-image {
    width: 28vw;
    margin-top: -18vw;
  }

  .n5-feature-icon-block {
    width: 25vw;
    height: 25vw;
    margin-bottom: 50px;
  }

  .n5-feature-icon {
    width: 10vw;
    height: 8vw;
  }

  .n5-feature-text {
    left: 0%;
    top: 100%;
    right: auto;
    bottom: auto;
    width: 25vw;
    height: 50px;
    margin-top: -3vw;
    margin-left: 0vw;
    text-align: center;
  }

  .contact-text {
    width: 42vw;
    margin-top: 10vw;
  }

  .contact-page-wrapper {
    display: block;
  }

  .contact-phone-section {
    padding-top: 0vw;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .phone-wrapper {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .phone-block {
    width: 36vw;
  }

  .phone-block.head-office {
    width: 250px;
  }

  .blog-preview-block {
    min-height: 350px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 20px;
  }

  .blog-preview-block.featured {
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.4);
  }

  .blog-preview-image {
    height: 200px;
  }

  .blog-preview-text-block {
    padding: 7vw;
  }

  .blog-preview-text-block.featured {
    padding: 3vw;
    font-size: 20px;
    line-height: 22px;
  }

  .open-blog-hero {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .open-blog-header {
    height: 45vw;
  }

  .blog-page-wrapper {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .nav-link {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .phone-link {
    margin-right: 20px;
  }

  .phone-link.hide-on-mobile {
    display: none;
  }

  .nav-phone-wrapper.mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3vw;
    margin-bottom: 0vw;
  }

  .nav-divider {
    margin-right: 20px;
  }

  .home-pos-section-inner {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 80vw;
    background-position: 0% 50%;
    background-size: auto 116%;
  }

  .helpline-block {
    width: auto;
    margin-top: 5vw;
    text-align: left;
  }

  .footer-inner-flex {
    margin-top: 30px;
  }

  .page-hero-inner {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 65vw;
    background-position: 0% 50%;
    background-size: auto 116%;
  }

  .page-hero-inner.solutions {
    background-position: 100% 50%;
    background-size: auto 120%;
  }

  .page-hero-inner.services {
    background-position: 100% 50%;
    background-size: auto 130%;
  }

  .page-hero-inner.products {
    background-position: 100% 35%;
    background-size: auto 130%;
  }

  .payment-hero-inner {
    width: auto;
  }

  .blog-date {
    margin-top: 15px;
  }

  .opther-posts-header {
    padding-left: 1vw;
  }

  .faq-question {
    padding-right: 10px;
    padding-left: 15px;
  }

  .faq-answer {
    padding-right: 15px;
    padding-left: 15px;
  }

  .partner-logo {
    width: 20vw;
    height: 8vw;
    margin-right: 4vw;
    background-position: 0% 50%;
  }

  .partner-logo.nexgo {
    width: 17vw;
  }

  .partner-logo.eppan {
    width: 14vw;
  }

  .partner-logo.nibss {
    width: 12vw;
  }

  .partner-logo.crowninteractiv {
    width: 27vw;
  }

  .partner-logo.keystone {
    width: 18vw;
  }

  .partner-logo.sterling {
    width: 10vw;
  }

  .partner-logo.jaiz {
    width: 13vw;
  }

  .partner-logo.zenith {
    width: 7vw;
  }

  .partner-logo.ecobank {
    width: 13vw;
  }

  .partner-logo.uba {
    width: 11vw;
  }

  .partner-logo.fcmb {
    width: 8vw;
  }

  .partner-logo.gt {
    width: 8vw;
  }

  .partner-logo.fidelity {
    width: 8vw;
  }

  .partner-logo.wema {
    width: 11vw;
  }

  .partner-logo.polaris {
    width: 8vw;
  }

  .partner-logo.stanbic {
    width: 22vw;
  }

  .partner-logo.unity {
    width: 11vw;
  }

  .menu-button {
    margin-left: 10px;
  }

  .nav-menu {
    padding-bottom: 5vw;
  }

  .hide-on-mobile {
    display: none;
  }

  .circle-rotation {
    background-size: 130%;
  }

  .partner-preview-logo-1 {
    width: auto;
    margin-bottom: 40px;
  }

  .header-background {
    padding-left: 30px;
    background-position: -40px 0px;
    background-size: contain;
  }

  .about-text-image {
    width: auto;
    height: 60vw;
  }

  .about-text-image._2 {
    margin-bottom: 20px;
  }

  .about-text-2 {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .mobile-only {
    display: block;
  }

  .become-an-agent.mobile {
    display: none;
  }

  .flex-block.align-center.career-sections {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flex-block.align-center.job-openings {
    margin-bottom: 30px;
    padding: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 20px;
  }

  .flex-block.align-center.job-title {
    width: 100%;
  }

  .flex-block.product-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-block.learn-more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-block.career-sections {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie-prompt {
    padding-bottom: 2vw;
  }

  .strech.product-description-block {
    overflow: visible;
  }

  .strech.ga-selling-point {
    margin-top: 30px;
    padding-left: 0vw;
    border-left-style: none;
  }

  .cookie-button-wrapper {
    width: 230px;
    margin-top: -1vw;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .solutions-wrapper {
    background-position: 110% 20%, -50% 0%, 0% 100%, 0% 100%, 0px 0px;
    background-size: 40%, 60%, cover, auto, auto;
    background-attachment: scroll, scroll, scroll, scroll, scroll;
  }

  .solutions-flex {
    padding: 30px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .solution-type-intro-block {
    width: auto;
    margin-right: 0vw;
    margin-bottom: 30px;
    padding-right: 0vw;
    border-right-style: none;
    font-size: 22px;
    line-height: 30px;
  }

  .solutions-image {
    width: 50px;
    height: 50px;
  }

  .text-decoration.careers {
    width: 40px;
    height: 40px;
  }

  .product-image {
    position: static;
    width: 100%;
    height: 300px;
  }

  .product-image.acp {
    background-position: 0% 0%, 50% 7vh;
  }

  .product-title {
    padding: 7vw 10vw;
    font-size: 22px;
    line-height: 30px;
  }

  .product-description {
    padding: 7vw 10vw;
  }

  .product-logo {
    width: 100px;
    height: 60px;
  }

  .just-up-flex {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .innovation-text-block {
    width: auto;
    margin-bottom: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .careers-section-flex {
    padding-bottom: 10vw;
  }

  ._50-child.learn-about-us {
    width: 100%;
    padding-left: 0vw;
    border-left-style: none;
  }

  ._50-child.discover {
    width: 100%;
  }

  ._50-child.ecellence {
    width: 100%;
  }

  .page-heading {
    font-size: 32px;
    line-height: 35px;
  }

  .page-heading.application {
    margin-bottom: 20px;
  }

  .excellence-big-text {
    font-size: 50px;
    line-height: 50px;
  }

  .excellence-image {
    width: 100%;
    height: 300px;
    margin-top: 40px;
  }

  .open-positions-text {
    font-size: 16px;
    line-height: 20px;
  }

  .job-icon {
    width: 50px;
    height: 50px;
  }

  .job-subtext {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1.5px;
  }

  .seperator {
    height: 15px;
  }

  .top-and-bottom-margin {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .application-body {
    padding-top: 40px;
  }

  .application-body.enquiry.pop-up {
    padding-top: 18vw;
  }

  .left-column {
    padding-right: 10px;
  }

  .right-column {
    padding-left: 10px;
  }

  .pr-text-body {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .upload-bg {
    margin-right: 10px;
  }

  .upload-bg.right {
    margin-right: 10px;
    margin-left: 10px;
  }

  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .file-selector {
    margin-right: 10px;
  }

  .file-selector.right {
    margin-left: 10px;
  }

  .back-button-wrapper {
    margin-top: 0px;
    margin-left: 10px;
  }

  .select-field {
    margin-bottom: 10px;
  }

  .pci-logo {
    width: 100px;
    height: 70px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 39px;
    line-height: 41px;
  }

  h2 {
    font-size: 35px;
    line-height: 38px;
  }

  h4 {
    line-height: 22px;
  }

  h6 {
    font-size: 12px;
    line-height: 13px;
  }

  .big-h1.slide5 {
    font-size: 43px;
    line-height: 47px;
  }

  .home-slider {
    padding-top: 70px;
  }

  .slide-inner {
    margin-top: 2vh;
  }

  .button.submit {
    width: 100%;
  }

  .button.black.strech-mobile {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
.cookie-modal {
  padding:50px !important;
  height:250px;
}
.cookie-modal p {
  line-height: 1.5;
}
    .cookie-modal button {
      padding: 15px 50px;
      height: auto;
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      margin-top:20px;
    }
  

  .big-paragraph.about-section {
    margin-right: 0vw;
    margin-bottom: 20px;
  }

  .about-section-bottom-inner {
    display: block;
  }

  .about-link-wrapper {
    display: block;
  }

  .about-link-icon {
    min-height: 50px;
    min-width: 50px;
    margin-right: 20px;
    background-position: 50% 50%;
  }

  .about-link-flex {
    margin-top: 0px;
  }

  .link-arrow {
    height: 10px;
  }

  .about-link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0vw;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-pos-section {
    padding-right: 10vw;
  }

  .slide-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/ga-home-img.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/ga-home-img.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .slider-text.about-text-section {
    width: 100%;
    height: auto;
    max-width: 220px;
    min-height: 0px;
  }

  .home-partner-section.partner-pg {
    min-height: 450px;
    padding-right: 10vw;
  }

  .partner-section-text {
    margin-bottom: 40px;
  }

  .news-section {
    text-align: left;
  }

  .top-padding.half {
    margin-top: 10px;
  }

  .top-padding.none {
    margin-top: 0px;
  }

  .footer-helpline {
    font-size: 25px;
    line-height: 28px;
  }

  .footer-logo {
    width: auto;
    height: 13vw;
  }

  .footer-link {
    margin-right: 0vw;
    margin-bottom: 10px;
  }

  .footer-heading {
    width: 40vw;
    margin-top: 15px;
  }

  .header-bg {
    background-color: transparent;
  }

  .about-hero {
    background-size: auto 400px, cover;
  }

  .about-hero.anp {
    height: 41vw;
    background-position: 0% 50%;
  }

  .vision-section {
    padding-left: 0vw;
  }

  .vision-block {
    margin-right: 0vw;
  }

  .about-text-1 {
    padding-top: 9vw;
    padding-bottom: 9vw;
  }

  .team-profile-preview {
    width: auto;
    height: 80vw;
  }

  .team-profile-preview.popup {
    position: static;
    width: auto;
    height: 60vw;
    margin-bottom: 5vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-position: 0% 0%;
  }

  .header {
    padding-left: 5vw;
    background-image: url('../images/header-bg-mobile.png');
    background-position: 135% 50%;
    background-size: auto 100%;
  }

  .header-logo {
    width: 50%;
  }

  .team-name-wrapper {
    position: static;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .profile-popup {
    padding-right: 3vw;
    padding-left: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile-description-block {
    padding-left: 0vw;
  }

  .partner-sub-text {
    width: auto;
    max-width: 350px;
  }

  .partner-logo-block {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .inner-page-hero {
    padding-top: 90vw;
  }

  .inner-page-hero.contact {
    background-position: 100% 100%, 90% 100%, 50% 100%;
    background-size: 256px 100vh, cover, cover;
  }

  .service-icon {
    width: 50px;
    margin-bottom: 15px;
  }

  .solution-body-block {
    display: block;
  }

  .solutions-intro-block {
    position: static;
  }

  .product-flex {
    display: block;
  }

  .product-half-block {
    width: auto;
    margin-bottom: 2px;
  }

  .new-icon.no-rel {
    position: static;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .mini-page-hero.nexgo {
    padding-top: 10vw;
    padding-right: 5vw;
    padding-left: 10vw;
  }

  .pos-header-image {
    height: 60vw;
    padding-left: 45vw;
  }

  .n5-description-block {
    display: block;
    padding-right: 10vw;
  }

  .n5-description-text {
    width: auto;
  }

  .n5-image {
    width: auto;
    height: 90vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 100% 0%;
  }

  .n5-image.hide-on-mobile {
    display: none;
  }

  .n5-image.mobile-view-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .n5-features-block {
    padding: 9vw;
  }

  .n5-feature-icon-block {
    width: 100px;
    height: 100px;
    margin-bottom: 0px;
  }

  .n5-feature-icon {
    width: 55px;
    height: 40px;
  }

  .n5-feature-text {
    left: 100%;
    top: auto;
    width: 40vw;
    margin-top: 0vw;
    margin-left: -10px;
    text-align: left;
  }

  .n5-interest-block.anp-platform {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .contact-text {
    width: 60vw;
    margin-top: 20vw;
  }

  .phone-wrapper {
    padding-bottom: 0px;
  }

  .phone-block {
    width: auto;
    margin-bottom: 35px;
  }

  .blog-preview-block.featured {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-preview-text-block.featured {
    padding: 7vw;
  }

  .featured-preview-image {
    width: auto;
    height: 60vw;
  }

  .blog-text {
    margin-right: 0vw;
    margin-left: 0vw;
    padding-top: 5vw;
    font-family: Lato, sans-serif;
  }

  .open-blog-header {
    width: 100vw;
    height: 55vw;
    margin-left: -10vw;
  }

  .nav-link {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .phone-link {
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 30px;
    background-position: 0% 50%;
  }

  .nav-phone-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  }

  .nav-phone-wrapper.hide-on-mobile-portrait {
    display: none;
  }

  .nav-social-link {
    margin-right: 15px;
  }

  .nav-divider {
    display: none;
  }

  .helpline-block {
    margin-top: 7vw;
  }

  .footer-inner-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-hero-inner {
    height: 80vw;
  }

  .page-hero-inner.solutions {
    height: 78vw;
  }

  .page-hero-inner.services {
    background-size: auto 115%;
  }

  .faq-question {
    padding-right: 5px;
    padding-left: 10px;
  }

  .faq-body.main-page {
    padding-right: 0px;
    padding-left: 0px;
  }

  .faq-answer {
    padding: 5vw;
  }

  .partner-logo {
    width: 30vw;
    height: 13vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .partner-logo.nexgo {
    width: 24vw;
  }

  .partner-logo.eppan {
    width: 23vw;
  }

  .partner-logo.nibss {
    width: 20vw;
  }

  .partner-logo.crowninteractiv {
    width: 40vw;
  }

  .partner-logo.access {
    width: 28vw;
  }

  .partner-logo.keystone {
    width: 23vw;
  }

  .partner-logo.sterling {
    width: 16vw;
  }

  .partner-logo.jaiz {
    width: 19vw;
  }

  .partner-logo.zenith {
    width: 12vw;
  }

  .partner-logo.ecobank {
    width: 20vw;
  }

  .partner-logo.uba {
    width: 18vw;
  }

  .partner-logo.fcmb {
    width: 13vw;
  }

  .partner-logo.gt {
    width: 13vw;
  }

  .partner-logo.fidelity {
    width: 13vw;
  }

  .partner-logo.wema {
    width: 21vw;
  }

  .partner-logo.polaris {
    width: 12vw;
  }

  .partner-logo.stanbic {
    width: 40vw;
  }

  .partner-logo.unity {
    width: 18vw;
  }

  .nav-menu {
    padding-top: 11vw;
    padding-bottom: 11vw;
  }

  .circle-rotation {
    left: 50%;
    width: 100vh;
    height: 100vh;
    margin-top: -50vh;
    margin-left: -50vh;
    background-size: cover;
  }

  .header-background {
    padding-left: 5vw;
    background-image: url('../images/header-bg-mobile.png');
    background-position: 135% 50%;
    background-size: auto 100%;
  }

  .slide-5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ga-home-slide-5.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ga-home-slide-5.jpg');
    background-position: 0px 0px, 20% 100%;
  }

  .site-credit {
    position: static;
    margin-top: 10px;
  }

  .become-an-agent.mobile {
    display: block;
    margin-top: 19px;
  }

  .flex-block.align-center.job-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-block.learn-more {
    margin-top: -30px;
  }

  .cookie-prompt {
    padding: 20px 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie-button-wrapper {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0vw;
  }

  .solutions-wrapper {
    background-position: 120% 100%, -80% 50%, 0% 100%, 0% 100%;
  }

  .solution-type-intro-block {
    font-size: 21px;
  }

  .text-decoration.careers {
    width: 40px;
    height: 40px;
  }

  .product-title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .careers-jut-up-heading {
    font-size: 18px;
    line-height: 26px;
  }

  .excellence-big-text {
    font-size: 41px;
  }

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

  .heading {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .application-body.enquiry.pop-up {
    padding-top: 28vw;
  }
}




@font-face {
  font-family: 'Avenir 08';
  src: url('../fonts/Avenir-LightOblique-08.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir 07';
  src: url('../fonts/Avenir-Light-07.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir 03';
  src: url('../fonts/Avenir-Black-03.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}