:root {
  --green: #235b44;
  --green-mid: #42c994;
  --light-green: #c1f092;
  --light-green-background: #beead5;
  --font-color: #1d3d39;
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Roobert, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

strong {
  font-weight: 600;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-fluid {
  width: 100%;
  max-width: 77rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.flex-nav {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.a-brand {
  float: none;
  clear: none;
  margin-bottom: 2rem;
  display: inline-block;
}

.navmenu {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  background-color: var(--green);
  border-radius: 3.125rem;
  padding: .6rem 2rem .5rem;
  display: flex;
}

.navlink {
  color: var(--green-mid);
  text-transform: uppercase;
  padding: 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 120%;
  transition: opacity .2s;
  display: block;
}

.navlink:hover {
  opacity: .8;
}

.hero_section {
  height: auto;
  font-size: 1rem;
  line-height: 120%;
  position: relative;
}

.image-logo {
  width: 17.125rem;
  display: block;
}

.image-hero {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-hero.mobile-vis {
  display: none;
}

.hero-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding-top: 2.375rem;
  padding-bottom: 2.875rem;
  display: flex;
  position: relative;
}

.hero_heading {
  color: var(--light-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.625rem;
  font-weight: 600;
  line-height: 96%;
}

.max-width-hero {
  width: 100%;
  max-width: 36.875rem;
}

.hero-info-badge {
  background-color: var(--light-green);
  color: var(--green);
  border-radius: 3.125rem;
  padding: .625rem 1.5rem .8rem;
  font-size: 1.25rem;
  line-height: 112%;
  display: inline-block;
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.dark-green-section {
  background-color: var(--green);
  color: var(--light-green);
  height: auto;
  min-height: 100vh;
}

.section.full-swiper-section {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.light-green-section {
  background-color: var(--light-green-background);
  color: var(--green);
}

.grid-candidates {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item-candidates-section-info {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading_section {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.85rem;
  font-weight: 600;
  line-height: 95%;
}

.span-oval {
  border: 2px solid var(--light-green);
  border-radius: 4rem;
  padding: 0 2.5rem 1.2rem;
  display: inline-block;
}

.span-oval.dark-green-oval {
  border-color: var(--green);
}

.text-section {
  font-size: 1.875rem;
  line-height: 112%;
}

.item-candidate {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.oval-candidate {
  background-image: linear-gradient(0deg, #d0d0d7, rgba(255, 255, 255, .9));
  border-radius: 20rem;
  width: 10rem;
  height: 10rem;
  position: relative;
  overflow: hidden;
}

.image-person {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .2s;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-candidate-num {
  background-color: var(--light-green);
  opacity: 0;
  color: var(--font-color);
  text-align: center;
  border-radius: 3.125rem;
  width: 100%;
  max-width: 4.375rem;
  margin: -1rem auto .7rem;
  padding: .4rem .5rem .5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 112%;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.name-candidate {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.image-arrow-candidate {
  width: 1rem;
}

.tb-candidate-name {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 112%;
}

.hidden-description {
  height: auto;
  overflow: hidden;
}

.hidden-padding {
  padding-top: 1.75rem;
}

.text-desc-person {
  text-align: left;
}

.open-description {
  cursor: pointer;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.open-desc-trigger {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-desc-trigger {
  z-index: 1;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-margin-button-pdf {
  margin-top: 4.6875rem;
}

.a-link-desc {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--green-mid);
  font-size: 1.25rem;
  line-height: 120%;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-flex;
}

.a-link-desc:hover {
  opacity: .85;
}

.a-link-desc.light-green {
  color: var(--light-green);
}

.div-button-download {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--green-mid);
  color: var(--font-color);
  border-radius: 3.125rem;
  align-items: center;
  padding: .5rem 1.125rem .6rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 112%;
  display: flex;
}

.div-button-download.light-green {
  background-color: var(--light-green);
}

.tb-download-up {
  border-bottom: 1px solid var(--green-mid);
}

.tb-download-up.light-green {
  border-bottom-color: var(--light-green);
}

.swiper-priorities {
  margin-right: -25%;
  position: relative;
}

.swiper-wrapper {
  flex-flow: row;
  display: flex;
}

.swiper-slide.priority-slide {
  flex: none;
  width: 25%;
  display: block;
}

.swiper-slide.changers-slide {
  flex: none;
  width: 100%;
  display: flex;
}

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

.swipe-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 56.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.priority-box {
  background-color: var(--green-mid);
  color: var(--green);
  text-align: center;
  border-radius: 9.1563rem;
  width: 100%;
  max-width: 18.75rem;
  min-height: 37rem;
  padding: 2.5rem 1.25rem;
  position: relative;
}

.text-tagline {
  font-weight: 600;
  line-height: 112%;
}

.text-num-priorty {
  font-size: 10rem;
  line-height: 100%;
}

.text-priority-name {
  margin-bottom: 2.4375rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 112%;
}

.dot-priority {
  background-color: var(--light-green);
  border-radius: .3125rem;
  width: .3125rem;
  height: .3125rem;
  margin: .55rem auto .35rem;
}

.swiper-arrow {
  z-index: 2;
  background-color: var(--light-green);
  cursor: pointer;
  border-radius: 3.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-right: -1.5rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 25%;
  transform: translate(0, -50%);
}

.swiper-arrow:hover {
  opacity: .8;
}

.swiper-arrow.next {
  margin-right: 3.5rem;
  right: 0%;
}

.swiper-arrow.next.changes-swipe {
  margin-right: 0;
  right: 3.5rem;
}

.grid-texts {
  grid-column-gap: 2rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(46.25rem, 1.75fr) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-text-section {
  width: 100%;
  max-width: 26.875rem;
}

.swiper-changes {
  position: relative;
}

.swipe-content-changes {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 32.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.badge-slide {
  z-index: 2;
  background-color: var(--light-green);
  color: var(--green);
  border-radius: 3.125rem;
  padding: .5rem 1.5rem .7rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 112%;
  position: absolute;
  top: 2rem;
  bottom: auto;
  left: 2rem;
  right: auto;
}

.div-margin-texts {
  margin-top: 3.5rem;
}

.image-half-oval {
  width: 18.125rem;
  display: block;
}

.image-half-oval.mobile-vis {
  display: none;
}

.footer-section {
  color: var(--light-green);
  height: auto;
  font-size: 1rem;
  line-height: 120%;
  position: relative;
}

.footer-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding-top: 8rem;
  padding-bottom: 2.875rem;
  display: flex;
  position: relative;
}

.max-width-footer {
  width: 100%;
  max-width: 36.875rem;
}

.span-block {
  padding-top: 1.2rem;
  display: block;
}

.div-margin-footer {
  margin-top: 5.5rem;
}

.image-logo-footer {
  width: 100%;
  max-width: 13.5625rem;
  display: block;
}

.div-socials-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--light-green);
  border-radius: 3.125rem;
  padding: .5rem 1.5rem;
  display: inline-flex;
}

.div-socials-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--light-green);
  border-radius: 3.125rem;
  padding: .5rem 1.5rem;
  display: none;
}

.a-brand-nav {
  float: none;
  clear: none;
  margin-bottom: 7rem;
  display: none;
}

.a-link-normal {
  color: var(--green);
  text-decoration: none;
}

html.w-mod-js [data-ix="on-scroll"] {
  opacity: 0;
  transform: translate(0, 20px);
}

@media screen and (max-width: 991px) {
  .navbar {
    position: fixed;
  }

  .flex-nav {
    justify-content: space-between;
  }

  .a-brand {
    z-index: 2;
    float: none;
  }

  .navmenu {
    background-color: var(--green);
    border-radius: 0;
    height: 100vh;
    padding: 10rem 2.5rem 2.5rem;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navlink {
    color: var(--light-green);
    text-transform: none;
    margin-top: .75rem;
    font-size: 2.5rem;
    line-height: 140%;
  }

  .image-logo {
    width: 12.375rem;
  }

  .grid-candidates {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .item-candidates-section-info {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }

  .heading_section {
    font-size: 4rem;
  }

  .span-oval {
    padding-bottom: .75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .swiper-slide.priority-slide {
    width: 33.33%;
  }

  .swiper-arrow.next {
    margin-right: 2rem;
  }

  .swiper-arrow.next.changes-swipe {
    right: 2rem;
  }

  .grid-texts {
    grid-template-columns: 1fr;
  }

  .item-grid-texts.hide-mobile, .image-half-oval {
    display: none;
  }

  .image-half-oval.mobile-vis {
    display: block;
  }

  .item-grid-half-oval.mobile-more-margin {
    margin-top: 5rem;
  }

  .footer-content {
    height: auto;
    min-height: 100vh;
    padding-top: 6rem;
  }

  .div-margin-footer.hidden-mobile {
    display: none;
  }

  .menu-button {
    background-color: var(--light-green);
    color: var(--font-color);
    text-align: center;
    border-radius: 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    font-size: 2.25rem;
    line-height: 2.25rem;
    transition: color .2s;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: var(--light-green);
    color: var(--font-color);
  }

  .div-socials-nav {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 2.5rem;
    padding: 0;
    display: flex;
  }

  .a-brand-nav {
    z-index: 2;
    float: none;
    display: block;
  }

  .mbutton-box {
    flex-flow: column;
    justify-content: space-between;
    width: 2.25rem;
    height: 2.25rem;
    padding: 11px 7px 10px;
    display: flex;
  }

  .line-bttn {
    background-color: var(--font-color);
    width: 100%;
    height: 3px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 1.25rem;
  }

  .container-fluid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .a-brand {
    padding-left: 0;
  }

  .navmenu {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-hero {
    display: none;
  }

  .image-hero.mobile-vis {
    display: block;
  }

  .hero-content {
    justify-content: flex-start;
    height: 55rem;
    min-height: auto;
    padding-top: 1.25rem;
    display: block;
  }

  .hero_heading {
    font-size: 3.75rem;
    line-height: 100%;
  }

  .hero-info-badge {
    margin-top: 2.5rem;
    font-size: .875rem;
  }

  .section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .grid-candidates {
    grid-template-columns: 1fr 1fr;
  }

  .item-candidates-section-info {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading_section {
    font-size: 2.5rem;
    line-height: 120%;
  }

  .span-oval {
    padding-bottom: .5rem;
  }

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

  .open-desc-trigger {
    display: none;
  }

  .a-link-desc {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
    font-size: .875rem;
  }

  .swiper-priorities {
    margin-right: -60%;
  }

  .swiper-slide.priority-slide {
    width: 50%;
  }

  .swiper-slide.changers-slide {
    flex-flow: column;
    width: 100%;
  }

  .swipe-content {
    min-height: 50rem;
  }

  .text-num-priorty {
    font-size: 7.5rem;
  }

  .text-priority-name {
    font-size: 2.375rem;
  }

  .swiper-arrow.next {
    margin-right: .5rem;
  }

  .swiper-arrow.next.changes-swipe {
    right: .5rem;
  }

  .grid-texts {
    grid-row-gap: 2rem;
  }

  .swipe-content-changes {
    width: 100%;
  }

  .div-margin-texts {
    margin-top: 2rem;
  }

  .span-block {
    padding-top: .5rem;
  }

  .a-brand-nav {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .flex-nav {
    justify-content: space-between;
    align-items: flex-start;
  }

  .a-brand {
    margin-bottom: 3.5rem;
  }

  .image-logo {
    width: 10rem;
  }

  .hero-content {
    height: 45rem;
  }

  .hero-info-badge {
    margin-top: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .grid-candidates {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .heading_section {
    font-size: 2rem;
  }

  .span-oval {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-candidate-num {
    margin-top: -2rem;
  }

  .div-margin-button-pdf.hidden-mobile {
    display: none;
  }

  .swiper-priorities {
    margin-right: -75%;
  }

  .swipe-content {
    min-height: 45rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .priority-box {
    min-height: 35rem;
  }

  .text-priority-name {
    font-size: 2rem;
  }

  .swipe-content-changes {
    min-height: 15rem;
  }

  .badge-slide {
    font-size: 1.25rem;
    top: 1.25rem;
    left: 1.25rem;
  }

  .footer-content {
    height: 100vh;
    min-height: 45rem;
  }

  .span-block {
    padding-top: .4rem;
  }

  .a-brand-nav {
    margin-bottom: 3.5rem;
    display: block;
  }
}

#w-node-bf76450f-8345-0ed7-c1d4-805ecbebfbfc-e77fd90e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cfca3954-2901-935c-73f8-9e225161f277-e77fd90e {
  align-self: end;
}

#w-node-_4ed9200a-d846-cab8-c82c-2aa99081b486-e77fd90e, #w-node-_4ab5f85b-a4f1-bcb0-7e76-244d2ad88949-e77fd90e {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-bf76450f-8345-0ed7-c1d4-805ecbebfbfc-e77fd90e {
    grid-column: span 3 / span 3;
  }

  #w-node-_4ed9200a-d846-cab8-c82c-2aa99081b486-e77fd90e, #w-node-_4ab5f85b-a4f1-bcb0-7e76-244d2ad88949-e77fd90e {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bf76450f-8345-0ed7-c1d4-805ecbebfbfc-e77fd90e {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bf76450f-8345-0ed7-c1d4-805ecbebfbfc-e77fd90e {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}