body {
  color: #e8e2da;
  background-color: #2e2a27;
  font-family: Monotype helvetica now display, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.6;
}

h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12.08em;
  font-weight: 700;
  line-height: .8;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.08em;
}

.container.is--nav {
  background-color: #2e2a27;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 1px 5px rgba(255, 255, 255, .1);
}

.container.is--header {
  text-align: center;
  padding-top: 8.78em;
  padding-bottom: 8.78em;
}

.container.is--categories {
  padding-top: 6.18em;
  padding-bottom: 6.18em;
}

.container.is--grid {
  padding-bottom: 0;
}

.html {
  width: 0;
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section.is--nav {
  z-index: 1000;
  background-color: #2e2a27;
  margin-top: -1px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section.is--hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section.is--grid {
  z-index: 1;
  position: relative;
}

.section.is--catories {
  z-index: 2;
  position: relative;
}

.nav_side {
  z-index: 2;
  width: 19em;
  text-transform: uppercase;
  position: relative;
}

.nav_side.is--right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_logo {
  width: 11.61em;
  position: absolute;
}

.nav_logo-img {
  width: 100%;
}

.nav_link {
  text-transform: uppercase;
  padding-right: .89em;
}

.nav_link:hover {
  text-decoration: underline;
}

.hero_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav_top {
  z-index: 1;
  width: 100%;
  min-height: 6em;
  border-bottom: 1px solid #e8e2da;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.08em;
  padding-bottom: 2.08em;
  display: flex;
  position: relative;
}

.header_text-move.is--last {
  padding-bottom: 2.4em;
}

.header_text-wrap {
  position: relative;
  overflow: hidden;
}

.is--alt-text {
  font-family: Monotype helvetica now display lt it, sans-serif;
  font-weight: 400;
}

.sticky-circle {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-circle_element {
  width: 35em;
  height: 35em;
  border-radius: 35em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky-circle_img {
  width: 100vw;
  height: 100vh;
  max-width: none;
  min-height: 100vh;
  min-width: 100vw;
  object-fit: cover;
  position: relative;
}

.sticky-circle_wrap {
  height: 300vh;
}

.categories {
  width: 82em;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.categories_link {
  border-radius: 100vw;
  margin: .4em;
  padding: .6em 1.82em;
  position: relative;
}

.categories_link-text {
  z-index: 2;
  font-size: 3.96em;
  line-height: .8;
  position: relative;
}

.categories_border {
  z-index: 1;
  opacity: .35;
  border: 1px solid #e8e2da;
  border-radius: 100vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.grid_item {
  padding: .36em;
}

.grid_element {
  width: 100%;
  padding-top: 131%;
  position: relative;
}

.grid_list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3.6em;
  display: flex;
}

.grid_wrapper {
  z-index: 2;
  position: relative;
}

.grid_wrapper.is--alt {
  padding-bottom: 23.7em;
}

.grid_text-wrap {
  z-index: 1;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -50vh;
  padding-bottom: 2.08em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.grid_text-title {
  letter-spacing: -.04em;
  font-size: 15em;
  font-weight: 700;
  line-height: .8;
  position: relative;
}

.nav_logo-contain {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid_text-list {
  margin-left: -.5em;
  position: relative;
}

.grid_text-item {
  opacity: 0;
  font-size: 1em;
  transition: opacity .1s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.zoom-header {
  z-index: 1;
  color: #152133;
  padding-left: .6vw;
  padding-right: .6vw;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.zoom-header.right {
  text-align: right;
}

.video {
  width: 100%;
  height: 100vh;
  position: absolute;
}

.svg {
  width: 100%;
  margin-top: 3vh;
  margin-bottom: 0;
  position: relative;
  box-shadow: inset 0 0 0 13px #f9f9f9, 0 0 0 50vw #f9f9f9;
}

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

.section-2.hero {
  height: 300vh;
}

.zoom {
  width: 60vw;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.sticky-div {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-block {
  color: #000;
  text-align: left;
  letter-spacing: -1px;
  mix-blend-mode: normal;
  margin-left: 3px;
  font-family: Inter, sans-serif;
  font-size: 4vw;
  font-weight: 700;
}

.section_navbarv2 {
  width: 100vw;
  max-width: 100vw;
  background-color: rgba(221, 221, 221, 0);
  border-bottom: 1px #241a3a;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-3rows_container {
  width: 100%;
  max-width: 80rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 11rem auto;
  grid-auto-columns: auto;
  justify-content: stretch;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav_menu-icon {
  line-height: 1;
}

.nav-logo-link {
  line-height: 0;
}

.navbarv2_menu {
  align-content: space-between;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-logo {
  max-height: none;
}

.button {
  color: #fff;
  text-align: center;
  background-color: rgba(71, 44, 181, .24);
  border: 1px solid #472cb5;
  border-radius: 18px;
  padding: 1.3rem 1.5rem;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s, background-color .2s;
}

.button:hover {
  background-color: rgba(121, 44, 181, .24);
  border-color: #792cb5;
}

.button.is-navbar {
  color: #2e2a27;
  text-transform: uppercase;
  background-color: #fff;
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  margin-left: 1rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-family: Inter, sans-serif;
  font-size: .85rem;
  font-weight: 600;
  box-shadow: 0 1px 5px 3px rgba(255, 255, 255, .32);
}

.button.is-navbar:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 1px 5px 5px rgba(255, 255, 255, .32);
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding: .5rem 1rem;
  font-family: Inter, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  text-decoration: none;
}

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

.padding-global {
  padding-left: 0;
  padding-right: 0;
}

.heading {
  line-height: 1.2;
}

.section-3 {
  width: 100%;
  height: 100vh;
}

.img-right-map {
  border-top-left-radius: 0%;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-2.oth-pgs {
  padding-top: 3.5rem;
}

.img-wrapper-right-map {
  z-index: -1;
  width: 90%;
  height: auto;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
  position: static;
  bottom: 0;
  right: 0;
}

.section_herov4 {
  font-weight: 400;
  position: relative;
}

.sub-paragraph-padding {
  max-width: 39.3125rem;
}

.txt-wrap {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Inter, sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 68px;
}

.txt-wrap.black {
  color: #2e2a27;
  letter-spacing: -.04em;
  color: #2e2a27;
  letter-spacing: -1px;
  font-family: Monotype helvetica now display, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: .9;
}

.p-txt {
  color: #fff;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.p-txt.black {
  color: #2e2a27;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.8;
}

.p-txt.black.centered-txt {
  color: #2e2a27;
  text-align: center;
}

.section-map {
  width: 100%;
  height: auto;
}

.heading-txt {
  font-family: Monotype helvetica now display, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 58px;
}

.heading-txt.centered-txt {
  text-align: center;
}

.mapv4_padding-section {
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 0;
  display: flex;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section_map-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-container {
  max-width: 40rem;
}

.map-image {
  height: 560px;
  max-width: 992px;
  filter: contrast() brightness(200%) hue-rotate(270deg);
  margin-top: 0;
}

.country {
  width: auto;
  color: #b12727;
  text-align: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.map-pin-tooltip {
  height: auto;
  background-color: #fff;
  border: 2px #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: -45px;
  padding: 0 10px;
  display: flex;
  position: absolute;
  top: 7px;
  left: -56px;
  right: -56px;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .25);
}

.map-pin-tooltip.north-america {
  margin-top: -25px;
  padding-left: 0;
  padding-right: 0;
}

.map-section {
  height: 75vh;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.map-pin {
  width: 35px;
  height: 50px;
  filter: hue-rotate(225deg);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/interface.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .2s;
  position: absolute;
  top: 123px;
  left: 56px;
}

.map-pin:hover {
  filter: hue-rotate(200deg);
  transform: translate(0, -3px);
}

.map-pin.latin-america {
  top: 180px;
}

.map-pin.latin-america._2 {
  z-index: 1;
  top: 380px;
  left: 206px;
}

.map-pin.latin-america._1 {
  top: 288px;
  left: 191px;
}

.map-pin.southern-africa {
  top: 389px;
  left: 479px;
}

.map-pin.west-africa {
  top: 208px;
  left: 382px;
}

.map-pin.sensitive-nations {
  z-index: 1;
  top: 168px;
  left: 534px;
}

.map-pin.sensitive-nations.sensitive-3 {
  z-index: 2;
  top: 170px;
  left: 748px;
}

.map-pin.sensitive-nations.sensitive-2 {
  top: 144px;
  left: 600px;
}

.map-pin.francophone {
  top: 239px;
  left: 430px;
}

.map-pin.eastern-europe {
  top: 67px;
  left: 440px;
}

.map-pin.lusophone {
  top: 339px;
  left: 267px;
}

.map-pin.russia {
  top: 88px;
  left: 657px;
}

.map-pin.carribian {
  top: 192px;
  left: 178px;
}

.map-pin.western-europe {
  top: 58px;
  left: 406px;
}

.map-pin.asia-pacific {
  z-index: 1;
  top: 127px;
  left: 785px;
}

.map-pin.asia-pacific.asia-pacific-2 {
  top: 128px;
  left: 818px;
}

.map-pin.africa-lusophone {
  z-index: 1;
  top: 269px;
  left: 478px;
}

.map-pin.east-africa {
  z-index: 2;
  top: 296px;
  left: 522px;
}

.map-wrapper {
  width: auto;
  height: 540px;
  max-width: 1200px;
  min-width: 900px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-img-left {
  border-top-left-radius: 0%;
  border-bottom-right-radius: 100%;
}

.section-img-left-wrap {
  z-index: -1;
  width: 60%;
  height: 100vh;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.section_about-wrapper {
  position: relative;
}

.heading-container-about {
  max-width: 28rem;
}

.section-2-about {
  width: 100%;
  height: 600px;
  margin-top: 6em;
  display: none;
}

.aboutv4_padding-section {
  height: 600px;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 0;
  display: flex;
}

.content-section-white {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.content-wrapper {
  width: 100%;
  max-width: 1265px;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.center-box {
  width: 80%;
  max-width: 920px;
  color: #b99bb6;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.mini-title {
  color: #45aaf2;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-2 {
  color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.intro-paragraph {
  color: #2e2a27;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-family: Monotype helvetica now display, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 120%;
  overflow: visible;
}

.normal-paragraph {
  color: #2e2a27;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 30px;
  font-family: Monotype helvetica now display, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-large {
  max-width: 80rem;
}

.text-size-large {
  font-size: 1.4rem;
  line-height: 1.45;
}

.text-size-large.text-align-left {
  color: #2e2a27;
  text-align: left;
  letter-spacing: -1px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-size-large.text-align-center {
  color: #2e2a27;
  text-align: center;
  letter-spacing: -1px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-size-small {
  font-size: .975rem;
  line-height: 1.35;
}

.text-size-small.text-style-muted {
  color: #2e2a27;
}

.home-service_base {
  border-top: 1px dashed #e7eeee;
}

.home-service_height {
  border-radius: .625rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 45%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-fill {
/*   width: 240px; */
  height: auto;
  max-width: none;
  min-width: auto;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.home-service_intro {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #2e2a27;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-service_top {
  max-width: 20rem;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-service-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-top: 4rem;
  padding-bottom: 8rem;
  display: grid;
}

.text-size-regular {
  font-size: 1.2rem;
  line-height: 1.4;
}

.text-size-regular.text-style-muted.text-style-2lines {
  color: #2e2a27;
  letter-spacing: -.5px;
  font-size: 1.1rem;
}

.home-service_card {
  width: 100%;
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  border-right: 1px dashed #e8e2da;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home-service_card.end {
  border-right-style: none;
}

.section-4 {
  width: 100%;
  justify-content: center;
  margin-top: 220px;
  display: flex;
}

.section-4.padding-top-80 {
  margin-top: 80px;
}

.clip {
  position: relative;
  overflow: hidden;
}

.home-faq-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e7eeee;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem 2rem;
  display: flex;
  overflow: hidden;
}

.home-faq-block {
  min-height: 35rem;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2e313a;
  border-radius: 100rem;
  padding: .75rem 1.05rem .75rem 1.15rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.button-2.is-light {
  color: #000;
  border-color: #e7eeee;
}

.curve-block-center {
  height: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  grid-auto-columns: 1fr;
  align-content: end;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: .5px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.curve-block-center.bottom {
  top: auto;
  bottom: -38.5px;
}

.home-banner_credit {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
}

.home-faq-content {
  height: 100%;
  background-color: #0b0c0f;
  border: 1px #e7eeee;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  padding: 4rem 2rem 4rem 6rem;
  display: flex;
  overflow: hidden;
}

.row-title-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-faq-top {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #e7eeee;
  border-left: 1px #e7eeee;
  border-right: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: grid;
}

.home-banner_nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e7eeee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.row-title-text {
  letter-spacing: -.35vw;
  text-transform: uppercase;
  margin-bottom: -3.5vw;
  font-size: 13.5vw;
  font-weight: 400;
  line-height: .89;
}

.curve-arrow {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: .5rem;
}

.icon {
  width: .7rem;
  height: .7rem;
  color: #0b0c0f;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slider-arrow {
  grid-column-gap: .35rem;
  grid-row-gap: .25rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.slider-arrow.swiper-prev {
  border-right: 1px solid #e7eeee;
}

.home-banner_content {
  z-index: 3;
  width: 100%;
  max-width: 35rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-radius: .625rem;
  flex-direction: column;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.letter-1 {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.hover-arrow.left {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -100%;
  right: auto;
}

.hover-arrow.right {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -100%;
}

.hover-arrow.top {
  position: absolute;
  top: -100%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-service-block {
  background-color: #fff;
  border-radius: 1rem;
  position: relative;
}

.home-service-intro {
  max-width: 80rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-service-intro.left-align-srv {
  align-items: flex-start;
}

.icon-1x1-small {
  width: 1.25rem;
  height: 1.25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-banner_slide {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.row-title-clip {
  overflow: hidden;
}

.home-service_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  display: flex;
}

.home-banner_slider {
  cursor: grab;
  display: flex;
}

.icon-1x1-tiny {
  width: .9rem;
  height: .9rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.line-fill {
  width: 100%;
  height: 1px;
  background-color: #2e313a;
}

.line-fill.light-line-fill {
  background-color: #e7eeee;
}

.home-banner_bkg {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.home-faq-text {
  max-width: 30rem;
}

.text-size-xsmall {
  font-size: .8rem;
}

.home-faq-item {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0);
  border-top: 1px solid #e7eeee;
  border-bottom: 1px #e7eeee;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  justify-items: stretch;
  padding: 0;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.home-faq-item.w--current {
  background-color: rgba(221, 221, 221, 0);
  overflow: hidden;
}

.home-faq-item.no-border {
  border-top-style: none;
  position: relative;
}

.home-about {
  z-index: 25;
  max-width: 80rem;
  position: relative;
}

.home-service-list-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px #e8e2da;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-top: 4rem;
  padding-bottom: 8rem;
  display: grid;
}

.grid-large {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(2rem, 1fr) minmax(auto, 96rem) minmax(2rem, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-text.bottom-hover-text {
  position: absolute;
  top: auto;
  bottom: -100%;
  left: 0%;
  right: 0%;
}

.home-faq-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.letter-9 {
  display: inline-block;
}

.home-banner_avatar {
  width: 3rem;
  height: 3rem;
  border-radius: .4rem;
  position: relative;
  overflow: hidden;
}

.letter-animation {
  justify-content: center;
  align-items: center;
  display: flex;
}

.curve-link {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.padding-bottom-2 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.overlay {
  background-color: rgba(11, 12, 15, .15);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.light-overlay {
  background-color: rgba(11, 12, 15, .1);
}

.line {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.home-faq-number {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.slider-arrow_text {
  padding-bottom: .25rem;
}

.home-service {
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.home-service-top {
  justify-content: center;
  align-items: center;
  padding: 9rem 4em 7rem;
  display: flex;
}

.hame-faq-bottom {
  width: 100%;
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.row-title {
  width: 100%;
}

.home-banner_com {
  min-height: 80vh;
  border-radius: .625rem;
  justify-content: center;
  align-items: flex-end;
  padding-top: 16rem;
  padding-bottom: 16rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-3 {
  z-index: 12;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px dashed #000;
  position: absolute;
  top: .5rem;
}

.alth1b {
  color: #2e2a27;
  text-align: center;
  margin-bottom: 2.5rem;
}

.imgmird {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.btm-k-l {
  z-index: 12;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px dashed #000;
  border-radius: 20px;
  position: absolute;
  top: -3px;
}

.button-getintouch {
  color: #fff;
  text-align: center;
  background-color: rgba(71, 44, 181, .24);
  border: 1px solid #472cb5;
  border-radius: 18px;
  padding: 1.3rem 1.5rem;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s, background-color .2s;
}

.button-getintouch:hover {
  background-color: rgba(121, 44, 181, .24);
  border-color: #792cb5;
}

.button-getintouch.is-navbar {
  color: #2e2a27;
  text-transform: uppercase;
  background-color: #fff;
  margin-left: 1rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-family: Inter, sans-serif;
  font-size: .85rem;
  font-weight: 600;
}

.button-getintouch.button-b-btm {
  width: 400px;
  height: 90px;
  color: #2e2a27;
  text-transform: uppercase;
  background-color: #fff;
  border-width: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  margin-left: 0;
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-family: Monotype helvetica now display, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  display: flex;
}

.button-getintouch.button-b-btm:hover {
  color: #fff;
  background-color: #2e2a27;
}

.div-block-4 {
  width: 100%;
  display: flex;
}

.section-footer {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 2em;
  padding-bottom: 2em;
}

.footer-wrap {
  height: auto;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footerv1_bottom-container-copy {
  width: 100%;
  max-width: 80rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  display: flex;
}

.paragraph {
  color: #2e2a27;
  text-align: center;
  font-family: Inter, sans-serif;
}

.footer-email2_nav-links {
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
  display: flex;
}

.footerv2_bottom-text {
  opacity: .5;
  color: #999;
  padding: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color .25s;
  display: inline-block;
}

.footerv2_bottom-text:hover {
  color: #666;
}

.div-block-5 {
  width: 40px;
  height: 10px;
}

.scroll-wrap {
  position: absolute;
  bottom: 2%;
}

.html-embed {
  width: 20px;
}

.text-align-center {
  z-index: 2;
  text-align: center;
  position: relative;
}

.cta_container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.cta-text_container {
  width: 100%;
  max-width: 48rem;
  color: #000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper {
  background-color: rgba(0, 0, 0, 0);
}

.link-12 {
  color: #fff;
}

.main-wrapper {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.section_call-to-action {
  position: relative;
}

.heading-gradient-text {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Inter, sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: 48px;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-section-large.trsm2 {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-12 {
  color: #fff;
  letter-spacing: -.2px;
  margin-top: 20px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4;
}

.section-footer-2 {
  background-color: #f5f5f5;
  padding-top: 2em;
  padding-bottom: 2em;
}

.footer-wrap-2 {
  height: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.footerv1_bottom-container-copy-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.paragraph-13 {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
}

.footerv2_bottom-text-2 {
  color: #ccc;
  padding: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color .25s;
  display: inline-block;
}

.footerv2_bottom-text-2:hover {
  color: #ccc;
}

.div-block-6 {
  width: 40px;
  height: 10px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .grid_text-wrap {
    margin-top: -90vh;
  }

  .svg {
    box-shadow: inset 0 0 0 2px #f9f9f9, 0 0 0 50vw #f9f9f9;
  }

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

  .nav-3rows_container {
    grid-template-rows: auto;
    grid-template-columns: auto max-content;
  }

  .nav-logo-link {
    margin-right: auto;
  }

  .nav-logo-link.lopq {
    margin-right: 0;
  }

  .navbarv2_menu {
    text-align: left;
    background-color: #000;
    background-image: linear-gradient(270deg, #070914, rgba(7, 9, 20, 0));
    margin-left: 0;
    margin-right: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-menu-button {
    color: #fff;
    margin-right: -.75rem;
    padding: .75rem;
  }

  .nav-menu-button.w--open {
    color: #fff;
    background-color: rgba(200, 200, 200, 0);
  }

  .button.is-navbar {
    margin-top: .5rem;
    margin-left: 2.5rem;
  }

  .nav-link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: block;
  }

  .img-wrapper-right-map {
    width: 93%;
    opacity: 1;
  }

  .section-map {
    height: auto;
  }

  .mapv4_padding-section {
    padding-top: 6rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .map-image {
    height: auto;
    max-width: 0;
    min-width: 85%;
  }

  .map-pin-tooltip.north-america {
    display: none;
  }

  .map-pin {
    width: 35px;
    height: 50px;
    top: 166px;
    left: 134px;
  }

  .map-pin.latin-america {
    top: 203px;
    left: 112px;
  }

  .map-pin.latin-america._2 {
    z-index: 3;
    top: 326px;
    left: 193px;
  }

  .map-pin.latin-america._1 {
    z-index: 1;
    top: 271px;
    left: 173px;
  }

  .map-pin.southern-africa {
    z-index: 5;
    top: 323px;
    left: 366px;
  }

  .map-pin.west-africa {
    z-index: 1;
    top: 219px;
    left: 291px;
  }

  .map-pin.sensitive-nations {
    top: 182px;
    left: 404px;
  }

  .map-pin.sensitive-nations.sensitive-3 {
    left: 484px;
  }

  .map-pin.sensitive-nations.sensitive-2 {
    top: 182px;
    left: 453px;
  }

  .map-pin.francophone {
    z-index: 2;
    left: 330px;
  }

  .map-pin.eastern-europe {
    top: 133px;
    left: 373px;
  }

  .map-pin.lusophone {
    z-index: 2;
    top: 291px;
    left: 226px;
  }

  .map-pin.russia {
    top: 141px;
    left: 496px;
  }

  .map-pin.carribian {
    top: 203px;
    left: 165px;
  }

  .map-pin.western-europe {
    z-index: 0;
    top: 147px;
    left: 326px;
  }

  .map-pin.asia-pacific {
    top: 30%;
    bottom: 0%;
    left: 591px;
    right: 0%;
  }

  .map-pin.asia-pacific.asia-pacific-2 {
    top: 264px;
    left: 597px;
  }

  .map-pin.africa-lusophone {
    z-index: 3;
    top: 260px;
    left: 363px;
  }

  .map-pin.east-africa {
    z-index: 4;
    top: 273px;
    left: 395px;
  }

  .map-wrapper {
    max-width: 0;
    min-width: 768px;
  }

  .section-img-left-wrap {
    width: 85%;
    opacity: .39;
  }

  .aboutv4_padding-section {
    padding-top: 0;
  }

  .content-section-white {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper {
    align-items: center;
  }

  .center-box {
    width: 80%;
  }

  .intro-paragraph {
    font-size: 40px;
  }

  .normal-paragraph {
    font-size: 24px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-service_height {
    padding-top: 20%;
  }

  .home-service_intro {
    text-align: center;
    align-items: center;
  }

  .home-service_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
  }

  .home-service-list {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .text-size-regular {
    font-size: 1.1rem;
  }

  .text-size-regular.text-style-muted.text-style-2lines {
    text-align: center;
  }

  .home-service_card {
    border-bottom: 1px dashed #e7eeee;
    border-right-style: none;
    align-items: center;
    padding: 3rem 0;
  }

  .home-faq-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
  }

  .home-faq-top {
    grid-template-columns: 2rem 1fr auto;
  }

  .home-banner_content {
    max-width: 70vw;
  }

  .home-service_grid {
    padding-top: 8rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-service-list-2 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .grid-large {
    grid-template-columns: minmax(1rem, 1fr) minmax(auto, 104rem) minmax(1rem, 1fr);
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-service-top {
    padding-top: 9rem;
    padding-bottom: 8rem;
  }

  .home-banner_com {
    align-items: center;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .button-getintouch.is-navbar, .button-getintouch.button-b-btm {
    margin-top: .5rem;
    margin-left: 2.5rem;
  }

  .footerv1_bottom-container-copy {
    align-items: center;
  }

  .footer-medium_right-text {
    flex: none;
  }

  .footer-email2_nav-links {
    margin-left: 0;
    margin-right: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .footerv2_bottom-text {
    padding-left: 1.2rem;
  }

  .content-div {
    max-width: 45rem;
  }

  .content-div.center {
    margin-left: auto;
    margin-right: auto;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large.trsm2, .footerv1_bottom-container-copy-2 {
    align-items: center;
  }

  .footerv2_bottom-text-2 {
    padding-left: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 5vw;
  }

  .nav-logo-link {
    padding-left: 0;
  }

  .button.is-navbar {
    margin-left: 1.25rem;
  }

  .nav-link, .padding-global, .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_herov4 {
    background-position: 100% 100%;
    background-size: contain;
  }

  .mapv4_padding-section {
    padding-top: 8rem;
    padding-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .map-image {
    min-width: 100%;
  }

  .map-pin {
    width: 25px;
    height: 40px;
    top: 198px;
    left: 40px;
  }

  .map-pin.latin-america {
    top: 224px;
    left: 38px;
  }

  .map-pin.latin-america._2 {
    top: 317px;
    left: 99px;
  }

  .map-pin.latin-america._1 {
    left: 88px;
  }

  .map-pin.southern-africa {
    top: 302px;
    left: 228px;
  }

  .map-pin.west-africa {
    top: 230px;
    left: 185px;
  }

  .map-pin.sensitive-nations {
    top: 218px;
    left: 259px;
  }

  .map-pin.sensitive-nations.sensitive-3 {
    top: 223px;
    left: 316px;
  }

  .map-pin.sensitive-nations.sensitive-2 {
    top: 206px;
    left: 291px;
  }

  .map-pin.francophone {
    top: 245px;
    left: 204px;
  }

  .map-pin.eastern-europe {
    top: 181px;
    left: 227px;
  }

  .map-pin.lusophone {
    z-index: 2;
    top: 286px;
    left: 123px;
  }

  .map-pin.russia {
    top: 176px;
    left: 313px;
  }

  .map-pin.carribian {
    top: 226px;
    left: 83px;
  }

  .map-pin.western-europe {
    top: 186px;
    left: 191px;
  }

  .map-pin.asia-pacific {
    top: 196px;
    left: 385px;
  }

  .map-pin.asia-pacific.asia-pacific-2 {
    z-index: 3;
    top: 262px;
    left: 376px;
  }

  .map-pin.africa-lusophone {
    top: 262px;
    left: 229px;
  }

  .map-pin.east-africa {
    top: 274px;
    left: 246px;
  }

  .map-wrapper {
    max-width: 767px;
    min-width: 480px;
  }

  .aboutv4_padding-section {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }

  .intro-paragraph {
    font-size: 35px;
  }

  .normal-paragraph {
    font-size: 21px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-size-large.text-align-left {
    font-size: 1.7rem;
  }

  .home-service-list {
    padding-bottom: 2rem;
  }

  .text-size-regular {
    font-size: 1rem;
  }

  .home-service_card {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-service_card.end {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .home-faq-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-faq-list.radius-regular {
    padding: 0 1rem;
  }

  .home-faq-content {
    margin-bottom: 1.75rem;
    padding: 1.75rem 1.5rem;
  }

  .home-faq-content.radius-regular {
    padding: 1.2rem;
  }

  .home-faq-top {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .slider-arrow {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-banner_content {
    max-width: 80vw;
  }

  .home-service-intro {
    max-width: 33rem;
  }

  .home-banner_slide.swiper-slide {
    padding: 1rem;
  }

  .home-service_grid {
    padding-top: 3rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-service-list-2 {
    padding-bottom: 2rem;
  }

  .letter-animation {
    width: 100%;
    overflow: hidden;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-service-top {
    padding: 4rem 2em;
  }

  .home-banner_com {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .button-getintouch.is-navbar, .button-getintouch.button-b-btm {
    margin-left: 1.25rem;
  }

  .footerv1_bottom-container-copy {
    flex-direction: column;
    align-items: center;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footerv1_bottom-container-copy-2 {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .categories_link-text {
    font-size: 6.4em;
  }

  .zoom-header.right {
    padding-left: 0;
  }

  .svg {
    box-shadow: inset 0 0 0 2px #f9f9f9, 0 0 0 70vh #f9f9f9;
  }

  .zoom {
    width: 80vw;
  }

  .text-block {
    font-size: 7vw;
  }

  .nav-3rows_container {
    grid-template-columns: auto max-content;
  }

  .img-wrapper-right-map {
    width: 100%;
    height: auto;
    opacity: 1;
    flex-wrap: nowrap;
    position: static;
  }

  .section_herov4 {
    background-position: 100% 100%;
  }

  .txt-wrap {
    font-size: 1em;
    line-height: 1.2;
  }

  .txt-wrap.black {
    font-size: 1em;
  }

  .p-txt.black {
    font-size: 14px;
  }

  .section-map {
    height: auto;
  }

  .mapv4_padding-section {
    height: auto;
    padding-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section_map-wrapper {
    flex-direction: column;
    display: flex;
  }

  .map-image {
    max-width: 320px;
    min-width: 320px;
  }

  .country {
    padding-right: 18px;
    font-size: 12px;
  }

  .map-pin-tooltip {
    padding-left: 5px;
    padding-right: 5px;
    left: -50px;
    right: -50px;
  }

  .map-pin-tooltip.north-america {
    display: none;
  }

  .map-pin {
    width: 20px;
    height: 35px;
    top: 211px;
    left: 33px;
  }

  .map-pin.latin-america {
    top: 232px;
  }

  .map-pin.latin-america._2 {
    top: 294px;
    left: 65px;
  }

  .map-pin.latin-america._1 {
    top: 265px;
    left: 57px;
  }

  .map-pin.southern-africa {
    top: 282px;
    left: 151px;
  }

  .map-pin.west-africa {
    left: 115px;
  }

  .map-pin.sensitive-nations {
    top: 230px;
    left: 173px;
  }

  .map-pin.sensitive-nations.sensitive-3 {
    top: 230px;
    left: 209px;
  }

  .map-pin.sensitive-nations.sensitive-2 {
    top: 222px;
    left: 191px;
  }

  .map-pin.francophone {
    top: 240px;
    left: 130px;
  }

  .map-pin.eastern-europe {
    top: 204px;
    left: 143px;
  }

  .map-pin.lusophone {
    top: 274px;
    left: 82px;
  }

  .map-pin.russia {
    top: 198px;
    left: 209px;
  }

  .map-pin.carribian {
    top: 231px;
    left: 24px;
  }

  .map-pin.western-europe {
    top: 209px;
    left: 121px;
  }

  .map-pin.asia-pacific {
    top: 214px;
    left: 250px;
  }

  .map-pin.asia-pacific.asia-pacific-2 {
    top: 260px;
    left: 268px;
  }

  .map-pin.africa-lusophone {
    top: 253px;
    left: 151px;
  }

  .map-pin.east-africa {
    top: 265px;
    left: 166px;
  }

  .map-wrapper {
    max-width: 479px;
    min-width: 320px;
  }

  .section-img-left-wrap {
    width: 85%;
    height: auto;
    opacity: 1;
    flex-wrap: nowrap;
    position: static;
  }

  .section_about-wrapper {
    flex-direction: column;
    display: flex;
  }

  .section-2-about {
    height: auto;
  }

  .aboutv4_padding-section {
    height: auto;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .content-section-white {
    min-height: 75vh;
  }

  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .center-box {
    margin-top: 70px;
    margin-bottom: 50px;
  }

  .intro-paragraph {
    font-size: 30px;
    line-height: 140%;
  }

  .normal-paragraph {
    font-size: 18px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-large.text-align-left {
    font-size: 1.5rem;
  }

  .text-size-large.text-align-center {
    letter-spacing: -.5px;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .home-service-list {
    padding-bottom: 2rem;
  }

  .section-4 {
    margin-top: 180px;
  }

  .home-faq-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .curve-block-center.bottom {
    bottom: -32.5px;
  }

  .home-banner_content {
    max-width: 85vw;
  }

  .home-service-intro {
    max-width: 22.9rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-service-list-2 {
    padding-bottom: 2rem;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-service-top {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .btm-k-l {
    top: -8px;
  }

  .button-getintouch.button-b-btm {
    width: 200px;
    height: 50px;
    font-size: 2rem;
  }

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

  .footer-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footerv1_bottom-container-copy {
    flex-direction: column;
    align-items: center;
  }

  .paragraph {
    margin-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: 11px;
  }

  .footer-email2_nav-links {
    padding: 0;
  }

  .footerv2_bottom-text {
    padding-left: .6rem;
    padding-right: .6rem;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 400;
  }

  .scroll-wrap {
    bottom: 12%;
  }

  .cta-text_container {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .footer-wrap-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footerv1_bottom-container-copy-2 {
    flex-direction: column;
    align-items: center;
  }

  .paragraph-13 {
    margin-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: 11px;
  }

  .footerv2_bottom-text-2 {
    padding-left: .6rem;
    padding-right: .6rem;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 400;
  }
}

#services.w-node-_241a55e5-2f64-ffff-fbb9-b05b50b19b6b-3bb8de50, #w-node-_5018c62a-b102-bd6e-53da-3266c8f8c9c6-3bb8de50 {
  grid-area: 1 / 1 / 2 / 4;
}


@font-face {
  font-family: 'Monotype helvetica now display';
  src: url('../fonts/Monotype----Helvetica-Now-Display-Bold.otf') format('opentype'), url('../fonts/Monotype----Helvetica-Now-Display-XBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype helvetica now display lt it';
  src: url('../fonts/Monotype----Helvetica-Now-Display-Lt-It.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype helvetica now display';
  src: url('../fonts/Monotype----Helvetica-Now-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
