body {
  background-image: -webkit-gradient(linear, left top, right top, from(#f8f2ff), to(#f2f9ff));
  background-image: linear-gradient(90deg, #f8f2ff, #f2f9ff);
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-image: -webkit-gradient(linear, left top, right top, from(#f8f2ff), to(#f2f9ff));
  background-image: linear-gradient(90deg, #f8f2ff, #f2f9ff);
}

.navbar {
  background-image: -webkit-gradient(linear, left top, right top, from(#f8f2ff), to(#f2f9ff));
  background-image: linear-gradient(90deg, #f8f2ff, #f2f9ff);
}

.image-2 {
  display: block;
  margin: 0px auto 40px;
  padding-top: 24px;
}

.button-l {
  display: block;
  width: auto;
  height: auto;
  max-width: 458px;
  margin: 40px auto 80px;
  padding: 30px 0px 34px;
  border-radius: 16px;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #a04dff, #871eff);
  box-shadow: 0 11px 40px 0 rgba(160, 77, 255, 0.5);
  font-family: Manrope, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -2px;
}

.button-l:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.1)), to(hsla(0, 0%, 100%, 0.1))), radial-gradient(circle farthest-corner at 50% 0%, #a04dff, #871eff);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1)), radial-gradient(circle farthest-corner at 50% 0%, #a04dff, #871eff);
}

.heading-2 {
  width: auto;
  max-width: 1024px;
  margin: 0px auto 24px;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 54px;
  line-height: 56px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -2px;
}

.heading {
  width: 740px;
  margin-right: auto;
  margin-left: auto;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 72px;
  line-height: 72px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -4px;
}

.div-block {
  height: auto;
  margin-top: 80px;
  background-image: url('../images/desktop-hero-2.png');
  background-position: 50% 0%;
  background-size: 1390px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.columns {
  width: 1024px;
  height: 270px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.column {
  height: 270px;
  padding-top: 148px;
  background-image: url('../images/dog.png');
  background-position: 50% 0%;
  background-size: 357px;
  background-repeat: no-repeat;
}

.button-m {
  display: block;
  width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 28px;
  padding-bottom: 28px;
  border-radius: 16px;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #a04dff, #871eff);
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -1px;
}

.text-block {
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  text-indent: 0px;
  white-space: normal;
}

.experts {
  height: 380px;
  background-image: url('../images/experts.png');
  background-position: 50% 0%;
  background-size: 1024px;
  background-repeat: no-repeat;
}

.database {
  height: 420px;
  background-image: url('../images/database.png');
  background-position: 50% 0%;
  background-size: 1024px;
  background-repeat: no-repeat;
}

.text-block-2 {
  width: 740px;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  text-indent: 0px;
  white-space: normal;
}

.footer {
  position: static;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #871eff;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
}

.footer-logo-link {
  width: 144px;
  height: 32px;
  max-height: 60px;
  min-width: 60px;
  margin-right: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Manrope, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-bottom: 8px;
  font-family: Manrope, sans-serif;
  color: #c999ff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

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

.footer-bg {
  height: 400px;
}

.text-block-3 {
  font-family: Manrope, sans-serif;
  color: #c999ff;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.25px;
}

.nav-link {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 11px 12px;
  float: none;
  -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;
  border: 0px solid #000;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.nav-link:hover {
  color: #a04dff;
}

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

.button-header {
  margin-left: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: right;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: transparent;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

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

.image-3 {
  margin-top: 44px;
}

.nav-menu {
  margin-top: 48px;
}

.container {
  max-width: 800px;
}

.div-block-2 {
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-2 {
  padding-top: 24px;
}

.country-stats {
  width: 1024px;
  height: auto;
  margin: 0px auto 120px;
  padding: 40px 64px;
  border-radius: 32px;
  background-color: #fff;
}

.heading-3 {
  text-align: center;
}

.country-stats-text {
  width: 740px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  text-indent: 0px;
  white-space: normal;
}

.country-stats-list {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stats-list-item {
  margin-bottom: 32px;
  padding-left: 36px;
  background-image: url('../images/checkmark-circle.svg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.country-stats-bottom-header {
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 40px;
  text-align: right;
  letter-spacing: -1px;
}

.image-4 {
  display: none;
}

.heading-4 {
  max-width: 1024px;
  margin: 0px auto 48px;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 44px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -2px;
}

.country-list {
  width: 1029px;
  height: 360px;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  background-image: url('../images/country-list-desktop.png');
  background-position: 50% 0%;
  background-size: 1029px;
  background-repeat: no-repeat;
}

.div-block-3 {
  max-width: 1130px;
  margin: 120px auto;
  padding-bottom: 48px;
  border-radius: 40px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.image-5 {
  height: 40px;
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: 76px;
}

.columns-2 {
  margin-right: 40px;
  margin-left: 40px;
}

.features-name {
  margin-top: 300px;
  font-family: Manrope, sans-serif;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.5px;
}

.column-3 {
  background-image: url('../images/Group-227.png');
  background-position: 50% 50%;
  background-size: 219px;
  background-repeat: no-repeat;
}

.column-4 {
  background-image: url('../images/Group-228.png');
  background-position: 50% 50%;
  background-size: 219px;
  background-repeat: no-repeat;
}

.column-5 {
  background-image: url('../images/image.png');
  background-position: 50% 50%;
  background-size: 224px;
  background-repeat: no-repeat;
}

.column-6 {
  background-image: url('../images/Group-229.png');
  background-position: 50% 50%;
  background-size: 235px;
  background-repeat: no-repeat;
}

.div-block-4 {
  margin: 24px 32px 0px 46px;
  padding-bottom: 0px;
  background-image: url('../images/countries-bottom-desktop.png');
  background-position: 100% 50%;
  background-size: 644px;
  background-repeat: no-repeat;
}

.image-6 {
  margin-bottom: 24px;
  margin-left: 30px;
}

.button-cta-bottom {
  display: block;
  width: 346px;
  height: auto;
  margin: 0px;
  padding: 30px 0px 34px;
  border-radius: 16px;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #a04dff, #871eff);
  box-shadow: 0 11px 40px 0 rgba(160, 77, 255, 0.5);
  font-family: Manrope, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -2px;
}

.button-cta-bottom:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.1)), to(hsla(0, 0%, 100%, 0.1))), radial-gradient(circle farthest-corner at 50% 0%, #a04dff, #871eff);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1)), radial-gradient(circle farthest-corner at 50% 0%, #a04dff, #871eff);
}

.text-block-standalone {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  text-indent: 0px;
  white-space: normal;
}

.columns-3 {
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
}

.heading-5 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 54px;
  line-height: 56px;
  font-weight: 800;
  letter-spacing: -2px;
}

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

.image-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-block-4 {
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
}

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

.columns-4 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

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

.image-8 {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-9 {
  margin-bottom: 24px;
}

.wrapper {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
}

.container-2 {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.heading-6 {
  padding-bottom: 40px;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 72px;
  line-height: 72px;
  font-weight: 800;
  letter-spacing: -3.5px;
}

.text-block-5 {
  padding-bottom: 24px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.text-20-28 {
  padding-bottom: 8px;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 28px;
}

.who-is-country-manager-top {
  margin-bottom: 80px;
  padding-right: 364px;
  background-image: url('../images/country-manager-page.png');
  background-position: 100% 0%;
  background-size: 328px;
  background-repeat: no-repeat;
}

.heading-2-copy {
  width: auto;
  margin: 0px auto 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 44px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -2px;
}

.country-manager-responcibilities {
  width: auto;
  height: auto;
  margin: 0px auto 80px;
  padding: 40px 64px;
  border-radius: 40px;
  background-color: #fff;
}

.wrapper-760 {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
}

.heading-72 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 72px;
  line-height: 72px;
  font-weight: 800;
  letter-spacing: -4px;
}

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

.lead {
  margin-bottom: 40px;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
}

.heading-36 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: -1.75px;
}

.paragraph-20 {
  margin-bottom: 8px;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 28px;
}

.list-item {
  margin-bottom: 8px;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 28px;
}

.heading-21 {
  margin-top: 40px;
  margin-bottom: 8px;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 28px;
  font-weight: 800;
  letter-spacing: -1px;
}

.paragraph-16 {
  margin-bottom: 8px;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.text-block-6 {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.wrapper-1024 {
  height: auto;
  max-width: 1024px;
  min-height: 640px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  max-height: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: 24px;
  background-color: #fff;
}

.image-10 {
  margin-right: 8px;
}

.link {
  padding-bottom: 4px;
  font-family: Manrope, sans-serif;
  color: #000;
  text-decoration: underline;
}

.link.link36 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-7 {
  margin-top: 40px;
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.link-2 {
  color: #000;
}

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

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

.div-block-6 {
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 1px;
  border-radius: 40px;
  background-color: #f1e5ff;
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section {
  height: 940px;
  background-image: url('../images/custom-report-desktop-hero.png'), url('../images/world-map-full.svg');
  background-position: 50% 238px, 50% 0%;
  background-size: 5120px, 1024px;
  background-repeat: no-repeat, no-repeat;
}

.text-block-8 {
  margin-top: 80px;
  margin-right: 136px;
  margin-left: 136px;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
}

.button-l-custom-report {
  display: block;
  width: auto;
  height: auto;
  max-width: 458px;
  margin: 0px auto 80px;
  padding: 30px 0px 34px;
  border-radius: 16px;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #a04dff, #871eff);
  box-shadow: 0 11px 40px 0 rgba(160, 77, 255, 0.5);
  font-family: Manrope, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -2px;
}

.button-l-custom-report:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.1)), to(hsla(0, 0%, 100%, 0.1))), radial-gradient(circle farthest-corner at 50% 0%, #a04dff, #871eff);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1)), radial-gradient(circle farthest-corner at 50% 0%, #a04dff, #871eff);
}

.image-11 {
  display: none;
}

.wrapper-1024-custom-report-hero {
  height: auto;
  max-width: 1024px;
  min-height: 610px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
}

.div-block-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.html-embed {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .button-l {
    margin-top: 80px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-3 {
    height: 32px;
    margin-top: 0px;
  }

  .brand {
    margin-top: 12px;
  }

  .country-stats-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .country-list {
    width: auto;
    margin-right: 80px;
    margin-left: 80px;
    background-size: contain;
  }

  .div-block-4 {
    background-position: 50% 0%;
    background-size: contain;
  }

  .image-6 {
    margin-top: 300px;
  }

  .columns-3 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .wrapper {
    margin-right: 80px;
    margin-left: 80px;
  }

  .container-2 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .who-is-country-manager-top {
    padding-top: 320px;
    padding-right: 0px;
    background-position: 50% 0%;
  }

  .wrapper-760 {
    margin-right: 80px;
    margin-left: 80px;
  }

  .wrapper-1024 {
    margin-right: 80px;
    margin-left: 80px;
  }

  .column-10 {
    padding-right: 0px;
    padding-bottom: 40px;
  }

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

  .section {
    background-image: url('../images/world-map-full.svg');
    background-position: 50% 0%;
    background-size: 1024px;
    background-repeat: no-repeat;
  }

  .text-block-8 {
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-l-custom-report {
    margin-top: 40px;
  }

  .image-11 {
    display: block;
    width: auto;
    height: 187px;
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .wrapper-1024-custom-report-hero {
    min-height: 0px;
    margin-right: 80px;
    margin-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-right: 0px;
    padding-left: 0px;
  }

  .image-2 {
    width: auto;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-2 {
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading {
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .columns {
    width: auto;
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .experts {
    height: 240px;
    background-size: 568px;
  }

  .database {
    height: 240px;
    background-size: 568px;
  }

  .footer {
    padding: 40px;
  }

  .footer-logo-link {
    margin-right: 0px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-3 {
    height: 32px;
    margin-top: 0px;
  }

  .brand {
    margin-top: 12px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .div-block-2 {
    margin-right: 0px;
  }

  .column-2 {
    padding-top: 0px;
  }

  .country-stats-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .country-list {
    width: auto;
    height: 456px;
    margin-bottom: 80px;
    background-image: url('../images/countries-mobile.png');
    background-size: 360px;
  }

  .div-block-4 {
    background-position: 50% 0%;
    background-size: contain;
  }

  .image-6 {
    margin-top: 200px;
  }

  .heading-6 {
    text-align: center;
  }

  .who-is-country-manager-top {
    margin-top: 0px;
    padding-top: 320px;
    padding-right: 0px;
    background-position: 50% 0%;
  }

  .heading-2-copy {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapper-1024 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .wrapper-1024-custom-report-hero {
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .navbar {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-2 {
    width: auto;
    margin-bottom: 24px;
    padding-top: 24px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-l {
    width: auto;
    margin: 0px 20px 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -1px;
  }

  .heading-2 {
    width: auto;
    margin-right: 20px;
    margin-bottom: 24px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 44px;
    line-height: 46px;
    text-align: center;
  }

  .heading {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block {
    height: auto;
    margin-top: 0px;
    margin-bottom: 40px;
    background-image: url('../images/world-map.svg');
    background-position: 50% 70%;
    background-size: auto 560px;
    background-repeat: no-repeat;
    color: #000;
  }

  .columns {
    width: auto;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .column {
    height: 260px;
    margin-bottom: 40px;
    padding-top: 132px;
    padding-right: 20px;
    padding-left: 20px;
    background-size: 332px;
  }

  .button-m {
    width: auto;
  }

  .text-block {
    font-size: 21px;
    line-height: 28px;
  }

  .experts {
    height: 420px;
    background-image: url('../images/experts-mobile.png');
    background-size: 334px;
  }

  .database {
    height: 560px;
    background-image: url('../images/database-mobile.png');
    background-size: 360px;
  }

  .text-block-2 {
    width: auto;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .footer {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-logo-link {
    height: 60px;
    margin-bottom: 20px;
  }

  .footer-image {
    margin-bottom: 0px;
  }

  .footer-heading {
    margin-top: 0px;
  }

  .footer-bg {
    height: 230px;
  }

  .text-block-3 {
    text-align: center;
  }

  .nav-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 20px 24px 64px;
    float: none;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
  }

  .button-header {
    display: block;
    margin: 8px 20px 40px;
    padding-top: 24px;
    padding-bottom: 24px;
    float: none;
    border-radius: 16px;
    font-size: 24px;
  }

  .image-3 {
    height: 32px;
    margin-top: 0px;
  }

  .brand {
    margin-top: 12px;
    margin-left: 20px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .nav-menu {
    margin-top: 0px;
    padding-top: 40px;
    background-color: #fff;
  }

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

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

  .country-stats {
    width: auto;
    margin-right: 20px;
    margin-bottom: 80px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .country-stats-text {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 26px;
    text-align: left;
  }

  .country-stats-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stats-list-item {
    letter-spacing: -0.5px;
  }

  .country-stats-bottom-header {
    text-align: center;
  }

  .image-4 {
    display: block;
    width: auto;
    margin-bottom: 16px;
  }

  .menu-button {
    background-color: transparent;
  }

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

  .heading-4 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
  }

  .country-list {
    width: auto;
    height: 456px;
    max-width: 360px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    background-image: url('../images/countries-mobile.png');
    background-size: contain;
  }

  .div-block-3 {
    margin: 80px 10px 40px;
    padding-bottom: 16px;
  }

  .features-name {
    font-weight: 800;
  }

  .div-block-4 {
    margin-right: 10px;
    margin-left: 10px;
    background-image: url('../images/countries-mobile.png');
    background-position: 50% 0%;
    background-size: 360px;
  }

  .image-6 {
    display: block;
    width: 271px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 488px;
  }

  .button-cta-bottom {
    width: auto;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -1px;
  }

  .text-block-standalone {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    font-size: 21px;
    line-height: 28px;
  }

  .columns-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-5 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 44px;
    line-height: 46px;
    text-align: center;
  }

  .text-block-4 {
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 28px;
  }

  .column-9 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-9 {
    display: block;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
  }

  .wrapper {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 40px;
  }

  .container-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-6 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 24px;
    font-size: 43px;
    line-height: 44px;
    letter-spacing: -2px;
  }

  .who-is-country-manager-top {
    margin-bottom: 40px;
    padding-top: 300px;
    padding-right: 0px;
    background-position: 50% 0%;
    background-size: 320px;
  }

  .heading-2-copy {
    width: auto;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -1.25px;
  }

  .country-manager-responcibilities {
    width: auto;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrapper-760 {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 40px;
  }

  .heading-72 {
    font-size: 50px;
    line-height: 52px;
    letter-spacing: -3px;
  }

  .list {
    padding-left: 24px;
  }

  .wrapper-1024 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .link.link36 {
    font-size: 24px;
  }

  .column-10 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

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

  .div-block-6 {
    padding-top: 40px;
    padding-bottom: 16px;
  }

  .grid-2 {
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .button-l-custom-report {
    width: auto;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -1px;
  }

  .wrapper-1024-custom-report-hero {
    margin-right: 20px;
    margin-left: 20px;
  }
}

