:root {
  --dark-blue: #0c143b;
  --orange: #fe754a;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--dark-blue);
  color: var(--dark-blue);
  font-family: Circularstd, sans-serif;
  overflow-x: hidden;
}

.section-title-left {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.section-title-left-wrapper {
  background-color: var(--orange);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 16px 32px 16px 64px;
  display: inline-flex;
}

.section-title-right-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-title-right {
  background-color: var(--orange);
  color: var(--dark-blue);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 64px 16px 32px;
}

.text-light {
  font-weight: 300;
}

.card-horizontal {
  background-color: var(--orange);
  border-radius: 16px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.card-horizontal-title {
  color: var(--dark-blue);
}

.card-horizontal-content {
  width: 65%;
  padding: 32px;
}

.card-horizontal-img {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  width: 35%;
}

.heading-display-1 {
  color: var(--white);
  font-size: 100px;
  line-height: 100%;
}

.heading-display-1.asdf {
  margin-top: 64px;
}

.text-orange {
  color: var(--orange);
}

.text-orange.text-40 {
  font-size: 40px;
  font-weight: 700;
}

.text-orange.text-30 {
  font-size: 30px;
  font-weight: 700;
}

.section {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  overflow: visible;
}

.section.cicle-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: hidden;
}

.section.section-image-version {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.page-heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 100%;
}

.page-heading-subtitle {
  color: var(--orange);
  font-size: 60px;
  line-height: 50px;
}

.text-lg {
  color: var(--white);
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 130%;
}

.image {
  width: 40%;
}

.heading-2 {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 100%;
}

.heading-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

.text-block {
  color: var(--white);
  margin-top: 32px;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 100%;
}

.card-law {
  border: 1px solid var(--orange);
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
}

.card-law-top {
  aspect-ratio: 1;
  background-color: var(--orange);
  object-fit: fill;
  border-radius: 0 0 16px 16px;
  padding: 16px;
}

.card-law-heading {
  color: var(--dark-blue);
  margin-top: 40px;
  font-size: 30px;
}

.text-white {
  color: var(--white);
}

.card-law-bottom {
  padding: 16px 16px 64px;
}

.card-law-text {
  color: var(--white);
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}

.card-law-number-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
}

.card-law-number {
  border: 1px solid var(--orange);
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.columns {
  display: flex;
}

.quote-text {
  color: var(--white);
  margin-top: 16px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.quote-author {
  color: var(--orange);
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.quote-author-description {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
}

.columns-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quote-icon {
  width: 86px;
}

.quote-content {
  flex-flow: column;
  display: flex;
}

.quote-content.quote-content-lright {
  padding-left: 64px;
}

.quote-content.quote-content-left {
  padding-right: 64px;
}

.quote-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.full-circle-wrapper {
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  padding: 64px;
  display: flex;
}

.div-block {
  background-color: var(--orange);
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.full-circle {
  aspect-ratio: 1;
  background-color: var(--orange);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.full-circle-title {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 105px;
  line-height: 70%;
}

.full-circle-title-span {
  color: var(--white);
  font-size: 70px;
}

.full-circle-article {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.full-circle-article-title {
  color: var(--dark-blue);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}

.full-circle-text {
  color: var(--dark-blue);
  text-align: right;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.full-circle-article-content {
  text-align: left;
  width: 60%;
}

.full-circle-article-img {
  width: 40%;
}

.full-circle-quote {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.full-circle-quote-content {
  width: auto;
}

.text-block-2 {
  color: var(--dark-blue);
  font-size: 22px;
  font-weight: 300;
  line-height: 140%;
}

.full-circle-quote-text {
  font-size: 22px;
  font-weight: 300;
  line-height: 140%;
}

.full-circle-quote-img {
  aspect-ratio: 1;
  flex: none;
  align-self: auto;
  width: 286px;
  height: 286px;
}

.full-circle-quote-author {
  color: var(--white);
  font-size: 24px;
  line-height: 100%;
}

.full-circle-quote-description {
  color: var(--dark-blue);
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
}

.text-block-3 {
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}

.social-share {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.additional-resources-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.additional-resources-circle {
  background-color: var(--orange);
  border-radius: 20px;
  flex: none;
  width: 20px;
  height: 20px;
}

.additional-resources-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-decoration: none;
  display: flex;
}

.additional-resources-link-text {
  color: var(--orange);
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: underline;
}

.footer {
  border-bottom: 16px solid var(--orange);
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.footer-circle-left {
  z-index: -1;
  background-color: #d9d9d90f;
  border-radius: 100%;
  width: 1000px;
  height: 1000px;
  position: absolute;
  bottom: -100%;
  left: -20%;
}

.footer-heading {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 100%;
}

.footer-column-heading {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.footer-column-text {
  color: var(--white);
  font-weight: 300;
}

.footer-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.footer-columns {
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer-references {
  color: var(--orange);
  margin-top: 64px;
  padding-top: 0;
  font-size: 18px;
}

.footer-references-text {
  color: var(--white);
  font-size: 10px;
  font-weight: 300;
  line-height: 140%;
}

.footer-refernces-circle {
  background-color: var(--orange);
  border-radius: 30px;
  flex: none;
  width: 30px;
  height: 30px;
}

.footer-references-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.quote-circle-one {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.quote-circle-img {
  width: 230px;
  height: 230px;
}

.quote-circle-one-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.quote-circle-two-wrapper {
  display: flex;
}

.text-stat {
  color: var(--white);
  text-align: right;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
}

.button {
  border: 1px solid var(--orange);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #3898ec00;
  background-clip: border-box;
  border-radius: 150px;
  font-size: 10px;
  line-height: 100%;
  display: inline-flex;
  position: relative;
  overflow: visible;
}

.div-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.text-stat-cta-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-60 {
  color: var(--white);
  font-size: 60px;
  line-height: 110%;
}

.full-circle-left {
  aspect-ratio: 1;
  background-color: #ffffff0f;
  border-radius: 100em;
  width: 1000px;
  height: 1000px;
  margin-left: -300px;
  display: block;
  position: absolute;
  bottom: 0;
}

.text-block-4 {
  color: var(--white);
  font-size: 20px;
  font-weight: 300;
}

.full-circle-left-section {
  position: relative;
}

.partnershop-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partnership-list-item {
  width: 96px;
  height: 96px;
}

.heading-61 {
  color: var(--orange);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 100%;
}

.text-block-5 {
  color: var(--white);
  text-align: right;
  font-size: 80px;
  font-weight: 300;
  line-height: 110%;
}

.div-block-3 {
  border: 1px solid var(--orange);
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
}

.text-block-6 {
  color: var(--orange);
  text-align: right;
  font-size: 28px;
  line-height: 120%;
}

.text-block-7 {
  color: var(--white);
  text-align: right;
  font-size: 20px;
  font-weight: 300;
}

.hero-text {
  color: var(--white);
  margin-top: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.hero-left {
  flex-flow: column;
  display: flex;
  position: relative;
}

.hero-left-symbol {
  z-index: 0;
  width: 236px;
  height: 236px;
  position: absolute;
}

.hero-left-img {
  z-index: 1;
  position: relative;
}

.hero-logo {
  max-width: 180px;
}

.hero-logo.d-md-none {
  display: none;
}

.hero-nutrition-logo {
  max-width: 370px;
  margin-top: 64px;
}

.column {
  display: block;
}

.columns-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.hero-right {
  flex-flow: column;
  display: flex;
}

.card-text-stat {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.cards-text-stat {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  flex-flow: column;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-flow: column;
  display: flex;
}

.map-img {
  width: 100%;
}

.columns-4 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.text-block-8 {
  color: var(--white);
  text-align: center;
  margin-top: 64px;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.foot-note-link {
  color: var(--orange);
  text-align: right;
  font-size: 10px;
  font-weight: 300;
  text-decoration: none;
}

.foot-note-link:hover {
  font-weight: 700;
}

.foot-note-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.foot-note-bullet {
  background-color: var(--orange);
  border-radius: 32px;
  flex: none;
  width: 32px;
  height: 32px;
}

.circle-map-inner {
  aspect-ratio: 1;
  background-color: var(--orange);
  border-radius: 900px;
  width: 60%;
  height: auto;
  position: absolute;
  top: 35%;
}

.text-block-9 {
  background-color: var(--dark-blue);
  color: var(--white);
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 32px;
  display: inline-flex;
}

.text-block-10 {
  color: var(--white);
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.text-block-11 {
  color: var(--white);
  text-align: right;
  font-size: 30px;
  font-weight: 300;
  line-height: 130%;
}

.text-block-12 {
  color: var(--white);
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.text-block-13 {
  color: var(--orange);
  font-size: 45px;
  line-height: 100%;
}

.columns-5, .columns-6 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

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

.heading-62 {
  color: var(--orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 100%;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.heading-63 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 100%;
}

.heading-64 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 77px;
  line-height: 100%;
}

.card-circle-image-stat {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  display: flex;
}

.card-circle-image-stat.ml-auto {
  margin-left: auto;
}

.card-circle-image-stat-number {
  color: var(--orange);
  font-size: 80px;
  line-height: 100%;
}

.card-circle-image-stat-text {
  color: var(--white);
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.image-2 {
  width: 260px;
  height: 260px;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.blue-circle-01 {
  z-index: 0;
  aspect-ratio: 1;
  background-color: #ffffff0d;
  border-radius: 100%;
  width: 120%;
  position: absolute;
  inset: 0% auto auto -40%;
}

.blue-circle-2 {
  z-index: 0;
  aspect-ratio: auto;
  transform-origin: 50%;
  object-fit: fill;
  background-color: #ffffff0d;
  border-radius: 100%;
  width: 2347px;
  height: 2347px;
  position: absolute;
  top: 0%;
  left: -50%;
  overflow: hidden;
  transform: translate(0);
}

.heading-65 {
  color: var(--orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 100%;
}

.h1-span {
  color: var(--white);
  font-size: 40px;
  font-weight: 300;
}

.image-3 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.swiper-slide {
  flex: none;
}

.swiper-wrapper {
  display: block;
}

.text-block-14 {
  color: var(--white);
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
}

.text-span, .text-span-2 {
  color: var(--orange);
  font-size: 50px;
  font-weight: 700;
}

.text-span-3 {
  color: var(--orange);
  font-size: 16px;
}

.text-block-15 {
  color: var(--white);
  margin-top: 64px;
  padding-bottom: 100px;
  font-size: 30px;
  font-weight: 300;
  line-height: 130%;
}

.text-span-4 {
  color: var(--orange);
  font-size: 90px;
  font-weight: 500;
}

.text-block-16 {
  color: var(--white);
  padding-top: 64px;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.text-block-17 {
  color: var(--white);
  margin-top: 32px;
  font-size: 30px;
  font-weight: 300;
  line-height: 130%;
}

.text-span-5, .text-span-6 {
  color: var(--orange);
  font-size: 40px;
  font-weight: 400;
}

.text-span-7, .text-span-8 {
  color: var(--orange);
  font-size: 16px;
}

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.text-block-18 {
  color: var(--white);
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}

.progress-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff0d;
  border-radius: 45px;
  flex-flow: column;
  width: 60%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
}

.progress-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.progress-bar-text {
  color: var(--white);
  width: 93px;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}

.progress-bar-value {
  color: var(--orange);
  font-size: 40px;
  line-height: 100%;
}

.progress-bar-slider-1 {
  background-color: var(--orange);
  border-radius: 10px 100px 100px 10px;
  width: 55%;
  height: 50px;
}

.progress-bar-slider-2 {
  background-color: var(--white);
  border-radius: 10px 100px 100px 10px;
  width: 50%;
  height: 50px;
}

.text-block-19 {
  color: var(--white);
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

.feature-progress-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border: 1px solid var(--orange);
  border-radius: 32px;
  padding: 96px 32px 32px;
  display: flex;
  position: relative;
}

.text-block-20 {
  color: var(--white);
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}

.feature-progress {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.progress-featured-span {
  color: var(--orange);
  font-weight: 400;
}

.feature-progress-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-9 {
  flex: 1;
}

.image-4 {
  width: 300px;
  position: absolute;
  top: -90px;
}

.text-block-21 {
  color: var(--white);
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
}

.text-block-22 {
  color: var(--white);
  font-size: 32px;
  line-height: 130%;
}

.text-block-23 {
  color: var(--white);
  font-size: 32px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-10 {
  aspect-ratio: 1;
  background-color: #ffffff0d;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 32px;
  display: flex;
}

.heading-66 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 110%;
}

.image-5 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.div-block-12 {
  background-color: #ff9c7c;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 64px;
  display: flex;
  position: static;
}

.text-block-24 {
  width: 300px;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-12-copy {
  z-index: 1;
  background-color: var(--orange);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 64px;
  display: flex;
  position: absolute;
}

.div-block-13 {
  position: relative;
}

.heading-3-copy {
  color: var(--white);
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

.columns-copy {
  margin-top: 96px;
  display: flex;
}

.text-span-9 {
  color: var(--orange);
  font-size: 40px;
  font-weight: 700;
}

.text-block-23-copy {
  color: var(--white);
  margin-top: 32px;
  font-size: 22px;
  font-weight: 300;
  line-height: 130%;
}

.columns-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-14 {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--orange);
  border-radius: 150px 0 0 150px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 85%;
  padding: 16px 32px 16px 64px;
  display: flex;
  position: relative;
}

.text-block-25 {
  color: var(--orange);
  text-align: right;
  font-size: 90px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-26 {
  color: var(--white);
  text-align: right;
  font-size: 60px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-15 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-6 {
  aspect-ratio: auto;
  width: 150px;
  height: 150px;
  position: absolute;
  left: -60px;
}

.text-block-27 {
  color: var(--orange);
  text-align: right;
  font-size: 28px;
  font-weight: 300;
  line-height: 120%;
}

.text-block-28 {
  color: var(--white);
  text-align: right;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.div-block-16 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  display: flex;
}

.div-block-17 {
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  margin-top: 64px;
  display: flex;
}

.text-block-29 {
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.div-block-18 {
  width: 70%;
  margin: 100px auto;
}

.div-block-19 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-20, .image-7, .div-block-21 {
  flex: 1;
}

.div-block-22 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  display: flex;
}

.heading-67 {
  color: var(--white);
  font-size: 80px;
  line-height: 100%;
}

.text-block-30 {
  color: var(--white);
  margin-top: 64px;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
}

.text-span-10 {
  color: var(--orange);
  font-weight: 400;
}

.image-8 {
  width: 600px;
  max-width: 600%;
  margin-left: -220px;
}

.columns-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-9 {
  width: 70%;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-31 {
  color: var(--orange);
  text-align: center;
  font-size: 40px;
  line-height: 110%;
}

.text-span-11 {
  color: var(--white);
  font-style: italic;
}

.div-block-24 {
  background-color: var(--dark-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: inline-flex;
}

.div-block-25, .div-block-26 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10 {
  width: 300px;
  margin-top: 32px;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 96px;
  display: flex;
}

.div-block-28 {
  margin-top: 64px;
  display: flex;
}

.image-11 {
  background-color: #ffffff0f;
  border-radius: 32px;
  width: 80%;
  padding: 32px;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12 {
  width: 800px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 30%;
  right: -20%;
}

.text-block-32 {
  color: var(--white);
  text-align: center;
  padding-top: 32px;
  font-size: 32px;
  font-weight: 300;
  line-height: 130%;
}

.heading-68 {
  color: var(--white);
  text-align: center;
  font-size: 80px;
  line-height: 100%;
}

.paragraph {
  color: var(--orange);
  text-align: center;
  font-size: 60px;
  line-height: 100%;
}

.div-block-30 {
  color: var(--white);
  font-size: 40px;
  line-height: 100%;
}

.paragraph-2 {
  text-align: right;
  margin-bottom: 0;
}

.paragraph-3 {
  color: var(--white);
  text-align: right;
  font-size: 40px;
  line-height: 100%;
}

.text-block-33 {
  color: var(--white);
  text-align: right;
  font-size: 32px;
  font-weight: 300;
  line-height: 120%;
}

.text-span-12 {
  color: var(--orange);
  font-weight: 400;
}

.time-line {
  border: 1px none var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-31 {
  background-color: var(--orange);
  border-radius: 22px;
  width: 22px;
  height: 22px;
}

.time-line-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  left: 10%;
}

.time-line-item.tim-line-item-2 {
  left: 50%;
}

.time-line-item.time-line-item-3 {
  left: 90%;
}

.time-line-item.time-line-item-4 {
  left: 65%;
}

.time-line-item.time-line-item-5 {
  left: 80%;
}

.time-line-item.time-line-item-1-bottom {
  left: 30%;
}

.time-line-item.time-line-item-bottom-2 {
  left: 70%;
}

.div-block-33 {
  background-color: var(--white);
  width: 1px;
  height: 45px;
}

.div-block-34 {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -11px;
  display: flex;
}

.div-block-35 {
  justify-content: center;
  align-items: flex-start;
  margin-top: -11px;
  display: flex;
}

.div-block-36 {
  border-bottom: 1px dashed var(--white);
  width: 100%;
  height: 1px;
}

.section-wrapper-overflow-hidden {
  overflow: hidden;
}

.text-block-34 {
  width: 13px;
}

.text-block-35 {
  color: var(--white);
  text-align: center;
  width: 140px;
  position: absolute;
  inset: -150% 0% auto 50%;
  transform: translate(-50%);
}

.text-span-13 {
  color: var(--orange);
  font-size: 40px;
}

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

.text-block-35-copy {
  color: var(--white);
  text-align: center;
  width: 140px;
  font-size: 20px;
  position: absolute;
  inset: auto 0% -50% 50%;
  transform: translate(-50%);
}

.text-block-36 {
  color: var(--white);
  text-align: center;
  width: 140px;
  font-size: 20px;
  position: absolute;
  inset: -50% 0% auto 50%;
  transform: translate(-50%);
}

.text-block-36-copy {
  color: var(--white);
  text-align: center;
  width: 140px;
  position: absolute;
  inset: auto 0% -160% 50%;
  transform: translate(-50%);
}

.text-block-36-copy.top {
  bottom: -125%;
}

.bold-text-2 {
  color: var(--orange);
  font-size: 40px;
}

.bold-text-3 {
  text-align: center;
  font-size: 20px;
}

.progress-bar-text-small {
  color: var(--white);
  width: 93px;
  font-size: 9px;
  font-weight: 300;
  line-height: 100%;
}

.div-block-40 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-41 {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.text-block-37 {
  color: var(--white);
  text-align: center;
  padding-bottom: 120px;
  font-size: 20px;
}

.text-block-37.bottom {
  padding-bottom: 0;
  font-size: 10px;
}

.card-circle-image-stat-text-copy {
  color: var(--white);
  padding-bottom: 10px;
  font-size: 10px;
  font-weight: 300;
  line-height: 130%;
}

.container-2 {
  padding-top: 100px;
}

.line-1-costa-rica {
  background-color: #fff;
  width: 50px;
  height: 1px;
  position: absolute;
  inset: 35% auto 0% 0%;
}

.div-block-42-copy {
  background-color: #fff;
  width: 100px;
  height: 1px;
  position: absolute;
  inset: 77% -28% 0% auto;
  transform: rotate(56deg);
}

.div-block-43 {
  z-index: 1;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: -1% -44% 0% auto;
}

.div-block-44 {
  z-index: 7;
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: auto -4% -2px auto;
}

.line-2-costa-rica {
  background-color: #fff;
  width: 180px;
  height: 1px;
  position: absolute;
  inset: -42% -86% 0% auto;
  transform: rotate(-60deg);
}

.line-wrapper-costa-rica {
  z-index: 1;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: -8% -44% 0% auto;
}

.bullet-costa-rica {
  z-index: 7;
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: auto -5% -3px auto;
}

.line-1-salvador {
  background-color: #fff;
  width: 50px;
  height: 1px;
  position: absolute;
  inset: 35% auto 0% 0%;
}

.line-wrapper-ecuador {
  z-index: 1;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 4% -44% 0% auto;
}

.line-1-ecuador {
  background-color: #fff;
  width: 50px;
  height: 1px;
  position: absolute;
  inset: 35% auto 0% 0%;
}

.line-2-costa-rica-copy {
  background-color: #fff;
  width: 155px;
  height: 1px;
  position: absolute;
  inset: -29% -70% 0% auto;
  transform: rotate(-56deg);
}

.line-2-ecudaor {
  background-color: #fff;
  width: 320px;
  height: 1px;
  position: absolute;
  inset: -113% -170% 0% auto;
  transform: rotate(-68deg);
}

.bullet-ecuador {
  z-index: 7;
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: auto -3% -3px auto;
}

.text-block-24-2 {
  width: 300px;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-31-v1-1 {
  background-color: var(--orange);
  border-radius: 22px;
  width: 22px;
  height: 22px;
}

.div-block-33-v1-2 {
  background-color: var(--white);
  width: 1px;
  height: 45px;
}

.text-block-35-v1-3 {
  color: var(--white);
  text-align: center;
  width: 140px;
  position: absolute;
  inset: -150% 0% auto 50%;
  transform: translate(-50%);
}

.text-block-35-v-1-4 {
  color: var(--white);
  text-align: center;
  width: 140px;
  font-size: 20px;
  position: absolute;
  inset: auto 0% -50% 50%;
  transform: translate(-50%);
}

.div-block-31-v2-1 {
  background-color: var(--orange);
  border-radius: 22px;
  width: 22px;
  height: 22px;
}

.div-block-33-v2-2 {
  background-color: var(--white);
  width: 1px;
  height: 45px;
}

.text-block-36-v2-4 {
  color: var(--white);
  text-align: center;
  width: 140px;
  font-size: 20px;
  position: absolute;
  inset: -50% 0% auto 50%;
  transform: translate(-50%);
}

.text-block-36-v2-3 {
  color: var(--white);
  text-align: center;
  width: 140px;
  position: absolute;
  inset: auto 0% -160% 50%;
  transform: translate(-50%);
}

.text-block-36-v2-3.top {
  bottom: -125%;
}

.div-block-31-v3-1 {
  background-color: var(--orange);
  border-radius: 22px;
  width: 22px;
  height: 22px;
}

.text-block-35-v3-2 {
  color: var(--white);
  text-align: center;
  width: 140px;
  font-size: 20px;
  position: absolute;
  inset: auto 0% -50% 50%;
  transform: translate(-50%);
}

.div-block-33-v3-3 {
  background-color: var(--white);
  width: 1px;
  height: 45px;
}

.text-block-35-v3-4 {
  color: var(--white);
  text-align: center;
  width: 140px;
  position: absolute;
  inset: -150% 0% auto 50%;
  transform: translate(-50%);
}

.div-block-31-v4-1 {
  background-color: var(--orange);
  border-radius: 22px;
  width: 22px;
  height: 22px;
}

.text-block-36-v4-2 {
  color: var(--white);
  text-align: center;
  width: 140px;
  font-size: 20px;
  position: absolute;
  inset: -50% 0% auto 50%;
  transform: translate(-50%);
}

.div-block-33-v4-3 {
  background-color: var(--white);
  width: 1px;
  height: 45px;
}

.text-block-36-v4-4 {
  color: var(--white);
  text-align: center;
  width: 140px;
  position: absolute;
  inset: auto 0% -160% 50%;
  transform: translate(-50%);
}

.text-block-36-v4-4.top {
  bottom: -125%;
}

.div-block-31-v5-1 {
  background-color: var(--orange);
  border-radius: 22px;
  width: 22px;
  height: 22px;
}

.text-block-35-v5-2 {
  color: var(--white);
  text-align: center;
  width: 140px;
  font-size: 20px;
  position: absolute;
  inset: auto 0% -50% 50%;
  transform: translate(-50%);
}

.div-block-33v-5-3 {
  background-color: var(--white);
  width: 1px;
  height: 45px;
}

.text-block-35-v5-4 {
  color: var(--white);
  text-align: center;
  width: 140px;
  position: absolute;
  inset: -150% 0% auto 50%;
  transform: translate(-50%);
}

.div-block-45, .div-block-46, .div-block-47, .div-block-48, .div-block-49 {
  text-align: right;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }

  .columns-4 {
    top: 21%;
  }

  .flex-block {
    width: 52%;
  }

  .progress-bar-slider-1 {
    width: 65%;
  }

  .progress-bar-slider-2 {
    width: 60%;
  }

  .line-1-costa-rica {
    top: 10%;
  }

  .div-block-43 {
    width: 100px;
    height: 100px;
    top: 18%;
    right: -36%;
  }

  .line-2-costa-rica {
    width: 123px;
    top: -28%;
    right: -58%;
    transform: rotate(-39deg);
  }

  .line-wrapper-costa-rica {
    width: 100px;
    height: 100px;
    top: 6%;
    right: -36%;
  }

  .line-1-salvador {
    top: 35%;
  }

  .line-wrapper-ecuador {
    width: 100px;
    height: 100px;
    top: 7%;
    right: -36%;
  }

  .line-1-ecuador {
    top: 10%;
  }

  .line-2-costa-rica-copy {
    width: 123px;
    top: -28%;
    right: -58%;
    transform: rotate(-39deg);
  }

  .line-2-ecudaor {
    width: 200px;
    top: -52%;
    right: -127%;
    transform: rotate(-39deg);
  }
}

@media screen and (min-width: 1440px) {
  .card-law-heading {
    margin-top: 40px;
  }

  .additional-resources-list {
    margin-top: 10px;
  }

  .container {
    max-width: 1200px;
  }

  .columns-4 {
    top: -20%;
  }

  .flex-block {
    width: 52%;
  }

  .progress-bar-slider-1 {
    width: 65%;
  }

  .progress-bar-slider-2 {
    width: 60%;
  }

  .line-1-costa-rica {
    top: 10%;
    left: 2%;
    right: auto;
  }

  .div-block-42-copy {
    top: 40%;
    right: 6%;
  }

  .div-block-43 {
    width: 140px;
    height: 140px;
    position: absolute;
    inset: 27% -45% 0% auto;
  }

  .line-2-costa-rica {
    width: 135px;
    top: -20.5%;
    right: -21%;
    transform: rotate(-40deg);
  }

  .line-wrapper-costa-rica {
    width: 140px;
    height: 140px;
    position: absolute;
    inset: 11% -45% 0% auto;
  }

  .line-1-salvador {
    top: 10%;
    left: 2%;
    right: auto;
  }

  .line-wrapper-ecuador {
    width: 140px;
    height: 140px;
    position: absolute;
    inset: 10% -45% 0% auto;
  }

  .line-1-ecuador {
    top: 10%;
    left: 2%;
    right: auto;
  }

  .line-2-costa-rica-copy {
    width: 135px;
    top: -20.5%;
    right: -21%;
    transform: rotate(-40deg);
  }

  .line-2-ecudaor {
    width: 220px;
    top: -40%;
    right: -76%;
    transform: rotate(-40deg);
  }
}

@media screen and (max-width: 991px) {
  .section-title-left {
    font-size: 25px;
  }

  .section-title-left-wrapper {
    padding-left: 40px;
  }

  .section-title-right {
    padding-right: 40px;
    font-size: 25px;
  }

  .text-light {
    font-size: 25px;
  }

  .card-horizontal-title {
    font-size: 20px;
  }

  .card-horizontal-content {
    width: 60%;
    padding: 22px;
  }

  .card-horizontal-img {
    width: 40%;
  }

  .heading-display-1.asdf {
    font-size: 80px;
  }

  .text-orange {
    font-size: 20px;
  }

  .text-orange.text-40 {
    font-size: 32px;
  }

  .text-orange.text-30 {
    font-size: 22px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: visible;
  }

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

  .text-block {
    font-size: 16px;
  }

  .card-law-heading {
    margin-top: 20px;
    font-size: 20px;
  }

  .card-law-text {
    font-size: 16px;
  }

  .card-law-number {
    width: 76px;
    height: 76px;
    font-size: 30px;
  }

  .quote-text {
    font-size: 16px;
  }

  .quote-author {
    font-size: 25px;
  }

  .quote-author-description {
    font-size: 14px;
  }

  .quote-icon {
    width: 60px;
  }

  .quote-content.quote-content-lright {
    padding-left: 34px;
  }

  .quote-content.quote-content-left {
    padding-right: 34px;
  }

  .full-circle-wrapper {
    padding: 34px;
  }

  .full-circle {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .full-circle-title {
    font-size: 60px;
    line-height: 100%;
  }

  .full-circle-article {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 85%;
  }

  .full-circle-article-title {
    font-size: 18px;
    line-height: 20px;
  }

  .full-circle-text {
    font-size: 16px;
  }

  .full-circle-article-img {
    width: 150px;
    height: 150px;
  }

  .full-circle-quote {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 80%;
  }

  .full-circle-quote-icon {
    width: 40px;
    font-size: 14px;
  }

  .full-circle-quote-text {
    font-size: 16px;
  }

  .full-circle-quote-img {
    width: 150px;
    height: 150px;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .additional-resources-list {
    margin-top: 10px;
  }

  .additional-resources-link-text {
    font-size: 16px;
  }

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

  .footer-refernces-circle {
    width: 20px;
    height: 20px;
  }

  .quote-circle-one {
    width: 80%;
  }

  .quote-circle-img {
    width: 150px;
    height: 150px;
  }

  .text-stat {
    font-size: 16px;
  }

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

  .partnership-list-item {
    width: 76px;
    height: 76px;
  }

  .hero-text {
    font-size: 16px;
  }

  .card-text-stat {
    min-height: 270px;
  }

  .cards-text-stat {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .flex-block {
    width: 65%;
  }

  .foot-note-bullet {
    width: 30px;
    height: 30px;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .text-block-11 {
    font-size: 25px;
  }

  .text-block-12 {
    font-size: 16px;
  }

  .text-block-13 {
    font-size: 35px;
  }

  .columns-5 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .heading-62 {
    font-size: 45px;
  }

  .heading-63 {
    font-size: 30px;
  }

  .heading-64.text-white {
    font-size: 60px;
  }

  .card-circle-image-stat, .card-circle-image-stat.ml-auto {
    width: 80%;
  }

  .card-circle-image-stat-number {
    font-size: 60px;
  }

  .card-circle-image-stat-text {
    font-size: 16px;
  }

  .image-2 {
    width: 150px;
    height: 150px;
  }

  .div-block-8 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .blue-circle-01 {
    width: 150%;
    left: -40%;
  }

  .heading-65 {
    font-size: 45px;
  }

  .h1-span {
    font-size: 32px;
  }

  .text-block-14 {
    font-size: 25px;
  }

  .text-span, .text-span-2 {
    font-size: 40px;
  }

  .text-block-15 {
    font-size: 25px;
  }

  .text-span-4 {
    font-size: 70px;
  }

  .text-block-17 {
    font-size: 25px;
  }

  .text-block-18 {
    width: 75%;
    font-size: 16px;
  }

  .progress-bar-text {
    font-size: 18px;
  }

  .progress-bar-value {
    font-size: 25px;
  }

  .progress-bar-slider-1, .progress-bar-slider-2 {
    height: 25px;
  }

  .text-block-19 {
    font-size: 24px;
  }

  .text-block-20 {
    font-size: 20px;
  }

  .image-4 {
    width: 120px;
    top: -40px;
  }

  .text-block-21 {
    font-size: 25px;
  }

  .text-block-22 {
    font-size: 23px;
  }

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

  .div-block-12 {
    width: 98%;
  }

  .text-block-24 {
    font-size: 16px;
  }

  .div-block-12-copy {
    width: 50%;
  }

  .heading-3-copy {
    font-size: 30px;
  }

  .text-span-9 {
    font-size: 32px;
  }

  .text-block-23-copy {
    font-size: 18px;
  }

  .text-block-25 {
    font-size: 65px;
  }

  .text-block-26 {
    font-size: 40px;
  }

  .image-6 {
    width: 95px;
    height: 95px;
  }

  .text-block-27 {
    font-size: 25px;
  }

  .text-block-28 {
    font-size: 16px;
  }

  .div-block-19 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .div-block-19.flex-reverse {
    flex-flow: column-reverse;
  }

  .div-block-22 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading-67 {
    margin-bottom: 0;
    font-size: 60px;
  }

  .text-block-30 {
    margin-top: 30px;
    font-size: 30px;
  }

  .image-8 {
    width: 400px;
    margin-left: -65px;
  }

  .text-block-31 {
    font-size: 30px;
  }

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

  .image-12 {
    width: 500px;
    right: -25%;
  }

  .text-block-32 {
    font-size: 25px;
  }

  .heading-68 {
    font-size: 65px;
  }

  .paragraph {
    font-size: 45px;
  }

  .paragraph-3 {
    font-size: 32px;
  }

  .text-block-33 {
    font-size: 26px;
  }

  .text-span-12 {
    font-size: 25px;
  }

  .image-13 {
    width: 150px;
  }

  .section-wrapper-overflow-hidden {
    width: 100%;
    overflow: hidden;
  }

  .image-15, .image-16, .image-17, .share-link-img {
    width: 40px;
  }

  .progress-bar-text-small {
    font-size: 18px;
  }

  .card-circle-image-stat-text-copy {
    font-size: 16px;
  }

  .line-1-costa-rica {
    width: 46px;
  }

  .div-block-42-copy {
    width: 79px;
    top: 75%;
    right: -50%;
  }

  .div-block-43 {
    width: 98px;
    height: 68px;
  }

  .line-2-costa-rica {
    width: 223px;
    top: -67%;
    right: -100%;
    transform: rotate(-68deg);
  }

  .line-wrapper-costa-rica {
    top: -5%;
    right: -60%;
  }

  .line-1-salvador {
    width: 61px;
    top: 26%;
    left: 25%;
  }

  .line-wrapper-ecuador {
    top: -13%;
    right: -60%;
  }

  .line-1-ecuador {
    width: 38px;
    top: 52%;
  }

  .line-2-ecudaor {
    width: 450px;
    top: -163%;
    right: -225%;
    transform: rotate(-74deg);
  }

  .text-block-24-2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .columns-3 {
    flex-flow: column;
  }

  .d-none, .div-block-37, .div-block-43, .line-wrapper-costa-rica, .line-wrapper-ecuador {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section-title-left {
    font-size: 18px;
    line-height: 25px;
  }

  .section-title-left-wrapper {
    padding-left: 16px;
    padding-right: 24px;
  }

  .section-title-right {
    text-align: right;
    padding-left: 24px;
    padding-right: 16px;
    font-size: 18px;
    line-height: 25px;
  }

  .text-light {
    font-size: 18px;
  }

  .heading-display-1.asdf {
    font-size: 60px;
  }

  .text-orange {
    font-size: 17px;
  }

  .text-orange.text-40 {
    font-size: 25px;
  }

  .section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .section.section-image-version {
    flex-flow: column;
    overflow: hidden;
  }

  .image {
    width: 100%;
  }

  .heading-4 {
    font-size: 30px;
  }

  .card-law-heading {
    line-height: 26px;
  }

  .columns-2 {
    flex-flow: column-reverse;
  }

  .columns-2.top {
    flex-flow: column;
  }

  .quote-icon {
    width: 40px;
  }

  .quote-content.quote-content-lright {
    padding-top: 12px;
    padding-left: 0;
    padding-right: 34px;
  }

  .quote-content.quote-content-left {
    padding-top: 12px;
  }

  .full-circle-wrapper {
    padding: 0;
  }

  .full-circle {
    aspect-ratio: auto;
    border-radius: 0%;
    padding: 34px 16px;
  }

  .full-circle-title {
    font-size: 50px;
    line-height: 100%;
  }

  .full-circle-title-span {
    font-size: 60px;
  }

  .full-circle-article {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .full-circle-article-title, .full-circle-text {
    text-align: left;
  }

  .full-circle-article-content {
    width: 100%;
  }

  .full-circle-quote {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .footer-columns {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .footer-references {
    margin-top: 34px;
  }

  .quote-circle-one {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .quote-circle-one-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .quote-circle-two-wrapper {
    padding: 20px 16px;
  }

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

  .text-stat-cta-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-60 {
    font-size: 35px;
    line-height: 105%;
  }

  .partnershop-list {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: wrap;
  }

  .hero-logo.d-sm-none {
    display: none;
  }

  .hero-logo.d-md-none {
    padding-bottom: 25px;
    display: block;
  }

  .hero-nutrition-logo {
    margin-top: 0;
  }

  .columns-3 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cards-text-stat {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-4 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .columns-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 34px;
  }

  .foot-note-link {
    text-align: left;
  }

  .foot-note-bullet {
    width: 20px;
    height: 19px;
  }

  .text-block-10 {
    padding-top: 10px;
  }

  .text-block-11 {
    font-size: 20px;
  }

  .columns-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .columns-6 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .heading-64.text-white {
    font-size: 40px;
  }

  .card-circle-image-stat {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .card-circle-image-stat.ml-auto {
    width: 100%;
  }

  .card-circle-image-stat-number {
    font-size: 40px;
  }

  .image-2 {
    width: 100px;
    height: 100px;
  }

  .div-block-8 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .image-3 {
    width: 100%;
  }

  .text-block-14 {
    font-size: 20px;
  }

  .text-span, .text-span-2 {
    font-size: 30px;
  }

  .text-block-15 {
    margin-top: 32px;
    font-size: 20px;
  }

  .text-span-4 {
    font-size: 50px;
  }

  .text-block-16 {
    padding-top: 34px;
    font-size: 16px;
  }

  .text-block-17 {
    font-size: 20px;
  }

  .text-span-5, .text-span-6 {
    font-size: 35px;
  }

  .flex-block-2 {
    margin-top: 34px;
  }

  .text-block-18, .progress-wrapper {
    width: 100%;
  }

  .progress-bar {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .progress-bar-text {
    white-space: nowrap;
    overflow-wrap: normal;
    width: auto;
    font-size: 14px;
  }

  .progress-bar-value {
    margin-left: auto;
    font-size: 20px;
  }

  .progress-bar-slider-1 {
    width: 50%;
  }

  .progress-bar-slider-2 {
    width: 38%;
  }

  .text-block-19 {
    font-size: 20px;
  }

  .feature-progress-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-top: 32px;
  }

  .feature-progress {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .feature-progress-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .text-block-21 {
    width: 100%;
  }

  .text-block-22 {
    font-size: 20px;
  }

  .div-block-12 {
    width: 95%;
    height: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-24 {
    width: auto;
  }

  .div-block-12-copy {
    width: 80%;
    height: 100px;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .div-block-13 {
    flex-flow: column;
  }

  .columns-copy {
    flex-flow: column;
    margin-top: 70px;
  }

  .text-span-9 {
    font-size: 27px;
  }

  .div-block-14 {
    padding-left: 30px;
    padding-right: 16px;
  }

  .text-block-25 {
    font-size: 35px;
  }

  .text-block-26 {
    font-size: 20px;
  }

  .image-6 {
    width: 50px;
    height: 50px;
    left: -25px;
  }

  .div-block-16 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-17 {
    width: 100%;
    margin-top: 32px;
  }

  .div-block-18 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-67 {
    font-size: 50px;
  }

  .image-8 {
    width: 250px;
  }

  .columns-8 {
    flex-flow: column;
  }

  .div-block-24 {
    width: auto;
    height: 200px;
  }

  .image-11 {
    width: 100%;
  }

  .image-12 {
    width: 250px;
    position: relative;
  }

  .text-block-32 {
    font-size: 18px;
  }

  .heading-68 {
    font-size: 50px;
  }

  .paragraph {
    font-size: 40px;
  }

  .paragraph-3 {
    font-size: 25px;
  }

  .text-block-33 {
    font-size: 20px;
  }

  .time-line-item {
    left: 5%;
  }

  .time-line-item.tim-line-item-2 {
    left: 45%;
  }

  .time-line-item.time-line-item-3 {
    left: 85%;
  }

  .time-line-item.time-line-item-1-bottom {
    left: 25%;
  }

  .time-line-item.time-line-item-bottom-2 {
    left: 65%;
  }

  .d-none {
    display: none;
  }

  .div-block-37 {
    display: block;
  }

  .column-2 {
    display: none;
  }

  .image-18, .image-19 {
    width: 80px;
  }

  .column-3, .column-4 {
    margin-bottom: 60px;
  }

  .image-20 {
    width: 150px;
  }

  .div-block-38, .div-block-39 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-35 {
    width: 55px;
  }

  .bold-text {
    font-size: 16px;
  }

  .bold-text-2 {
    font-size: 25px;
  }

  .bold-text-3 {
    font-size: 16px;
  }

  .progress-bar-text-small {
    white-space: normal;
    overflow-wrap: normal;
    width: 50px;
    font-size: 6px;
  }

  .bold-text-4, .bold-text-5, .bold-text-6 {
    font-size: 25px;
  }

  .text-block-24-2 {
    width: auto;
  }

  .text-block-35-v1-3, .text-block-35-v3-4, .text-block-35-v5-4 {
    width: 55px;
  }

  .div-block-45, .div-block-46, .div-block-47, .div-block-48, .div-block-49 {
    text-align: left;
  }
}


@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd Book';
  src: url('../fonts/CircularStd-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}