.header-nav-wrapper {
  display: contents;
}
 
.header-nav-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.header-nav-navbar-interactive {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.header-nav-navlink1 {
  display: contents;
}
 
.header-nav-image1 {
  width: 123px;
  height: 69px;
  object-fit: cover;
  text-decoration: none;
}
 
.header-nav-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.header-nav-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.header-nav-link31 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  text-decoration: none;
}
 
.header-nav-link41 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  text-decoration: none;
}
 
.header-nav-burger-menu {
  display: none;
}
 
.header-nav-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.header-nav-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.header-nav-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.header-nav-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.header-nav-navlink2 {
  display: contents;
}
 
.header-nav-image2 {
  width: 132px;
  height: 74px;
  object-fit: cover;
  text-decoration: none;
}
 
.header-nav-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.header-nav-icon3 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.header-nav-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.header-nav-link32 {
  text-decoration: none;
}
 
.header-nav-link42 {
  text-decoration: none;
}
 
.jf-ervedal-fragment10 {
  display: contents;
}
 
.jf-ervedal-text100 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-family: "Inter";
}
 
.jf-ervedal-fragment11 {
  display: contents;
}
 
.jf-ervedal-text101 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 700;
}
 
.header-navroot-class-name {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
 

 

 

 

 

 

 

 

 
@media(max-width: 1200px) {
  .header-nav-link31 {
    font-size: 16px;
    font-style: normal;
    font-family: Inter;
    font-weight: 600;
  }
  .header-nav-image2 {
    width: 120px;
    height: 67px;
  }
  .jf-ervedal-text100 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
  }
  .jf-ervedal-text101 {
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: normal;
    font-family: Inter;
    font-weight: 600;
  }
}
 
@media(max-width: 991px) {
  .header-nav-image2 {
    width: 93px;
    height: 52px;
  }
  .header-nav-link32 {
    font-style: normal;
    font-weight: 700;
  }
  .jf-ervedal-text100 {
    color: var(--dl-color-theme-primary1);
    font-family: Inter;
  }
  .jf-ervedal-text101 {
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: inherit;
    font-family: Inter;
    font-weight: 700;
  }
}
 
@media(max-width: 767px) {
  .header-nav-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .header-nav-desktop-menu {
    display: none;
  }
  .header-nav-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-nav-image2 {
    width: 135px;
    height: 76px;
  }
  .jf-ervedal-text100 {
    color: var(--dl-color-theme-primary1);
    font-style: inherit;
    font-family: Inter;
    font-weight: 700;
  }
}
 
@media(max-width: 479px) {
  .header-nav-navbar-interactive {
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
  }
  .header-nav-image1 {
    width: 59px;
    height: 33px;
  }
  .header-nav-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
  .header-nav-image2 {
    width: 55px;
    height: 29px;
    padding-left: 0px;
  }
  .header-nav-link32 {
    fill: var(--dl-color-theme-primary1);
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: normal;
    font-family: Inter;
    font-weight: 800;
  }
  .header-nav-link42 {
    fill: var(--dl-color-theme-primary1);
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
  }
  .jf-ervedal-text100 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Inter;
    font-weight: 600;
  }
  .jf-ervedal-text101 {
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
  }
}

.banner-jf-ervedal-wrapper {
  display: contents;
}
 
.banner-jf-ervedal-container1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.banner-jf-ervedal-container2 {
  width: 1600px;
  height: 373px;
  display: flex;
  align-items: flex-start;
  background-size: cover;
  justify-content: center;
  background-image: url("public/banner_jm_ervedal_2-1600w.jpg");
}
 
.banner-jf-ervedal-max-width {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 100;
  margin-top: var(--dl-layout-space-unit);
  align-items: center;
  margin-bottom: var(--dl-layout-space-twounits);
  flex-direction: column;
}
 
.banner-jf-ervedal-container3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
}
 
.banner-jf-ervedal-text1 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 400;
}
 
.banner-jf-ervedal-title {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-ervedal-fragment12 {
  display: contents;
}
 
.jf-ervedal-text102 {
  display: inline-block;
}
 
.jf-ervedal-fragment13 {
  display: contents;
}
 
.jf-ervedal-text103 {
  display: inline-block;
}
 

 
@media(max-width: 1200px) {
  .banner-jf-ervedal-container2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
 
@media(max-width: 991px) {
  .banner-jf-ervedal-container2 {
    background-size: contain;
    background-image: url("public/banner_jm_ervedal_2-1600w.jpg");
  }
}
 
@media(max-width: 479px) {
  .banner-jf-ervedal-container2 {
    height: 207px;
    background-repeat: no-repeat;
    background-position: top;
  }
  .banner-jf-ervedal-max-width {
    width: auto;
    margin-left: var(--dl-layout-space-twounits);
    margin-right: var(--dl-layout-space-twounits);
  }
}

.equipa-jf-ervedal-wrapper {
  display: contents;
}
 
.equipa-jf-ervedal-layout302 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  background-color: var(--dl-color-theme-accent1);
}
 
.equipa-jf-ervedal-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.equipa-jf-ervedal-section-title {
  align-items: flex-start;
}
 
.equipa-jf-ervedal-text10 {
  text-align: left;
}
 
.equipa-jf-ervedal-content1 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.equipa-jf-ervedal-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
 
.equipa-jf-ervedal-feature1 {
  align-items: flex-start;
}
 
.equipa-jf-ervedal-feature2 {
  align-items: flex-start;
}
 
.equipa-jf-ervedal-description12 {
  font-family: "Inter";
}
 
.jf-ervedal-fragment14 {
  display: contents;
}
 
.jf-ervedal-text104 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 800;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.jf-ervedal-fragment15 {
  display: contents;
}
 
.jf-ervedal-text105 {
  display: inline-block;
  font-size: 16px;
  font-family: "Inter";
  line-height: 1.5;
}
 
.jf-ervedal-fragment16 {
  display: contents;
}
 
.jf-ervedal-text119 {
  display: inline-block;
  font-size: 16px;
  font-family: "Inter";
  line-height: 1.5;
}
 

 
@media(max-width: 1200px) {
  .equipa-jf-ervedal-max-width {
    width: 100%;
    height: auto;
  }
  .equipa-jf-ervedal-section-title {
    width: auto;
    height: auto;
  }
  .equipa-jf-ervedal-text10 {
    width: auto;
    height: auto;
  }
  .equipa-jf-ervedal-row {
    width: auto;
    height: auto;
  }
  .equipa-jf-ervedal-feature1 {
    width: auto;
    height: auto;
  }
  .equipa-jf-ervedal-content2 {
    width: auto;
    height: auto;
  }
  .equipa-jf-ervedal-description11 {
    width: auto;
    height: auto;
  }
  .equipa-jf-ervedal-feature2 {
    width: auto;
    height: auto;
  }
  .equipa-jf-ervedal-content3 {
    width: auto;
    height: auto;
  }
  .equipa-jf-ervedal-description12 {
    width: auto;
    height: auto;
  }
}
 
@media(max-width: 767px) {
  .equipa-jf-ervedal-row {
    place-items: start;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
  .equipa-jf-ervedal-description12 {
    display: grid;
    grid-template-columns: 1fr;
  }
}
 
@media(max-width: 479px) {
  .equipa-jf-ervedal-layout302 {
    padding: var(--dl-layout-space-threeunits);
  }
  .equipa-jf-ervedal-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
    flex-wrap: wrap;
  }
  .equipa-jf-ervedal-content1 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
  }
  .equipa-jf-ervedalroot-class-name {
    padding: var(--dl-layout-space-threeunits);
  }
}

.programa1-wrapper {
  display: contents;
}
 
.programa1faq7 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.programa1-max-width {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.programa1-section-title {
  align-self: flex-start;
}
 
.programa1-text10 {
  align-self: flex-start;
}
 
.programa1-text11 {
  align-self: flex-start;
  text-align: left;
}
 
.programa1-text12 {
  align-self: flex-start;
  text-align: left;
}
 
.programa1-faq1-answer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: var(--dl-layout-space-twounits);
  flex-direction: column;
}
 
.jf-ervedal-fragment18 {
  display: contents;
}
 
.jf-ervedal-text132 {
  color: var(--dl-color-theme-primary2);
  display: inline-block;
}
 
.jf-ervedal-fragment20 {
  display: contents;
}
 
.jf-ervedal-text134 {
  display: inline-block;
  font-family: "Inter";
  line-height: 1.5;
}
 
.jf-ervedal-fragment19 {
  display: contents;
}
 
.jf-ervedal-text133 {
  color: var(--dl-color-theme-primary2);
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 700;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.jf-ervedal-fragment17 {
  display: contents;
}
 
.jf-ervedal-text131 {
  color: var(--dl-color-theme-primary2);
  display: inline-block;
  font-size: 40px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 300;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 

 

 

 

 

 

 

 
@media(max-width: 1200px) {
  .programa1-faq1-answer {
    width: auto;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
 
@media(max-width: 991px) {
  .programa1-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .programa1-section-title {
    width: 818px;
    flex-wrap: wrap;
  }
  .programa1-faq1-answer {
    width: 100%;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    margin-right: 5px;
  }
  .programa1root-class-name {
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .programa1faq7 {
    padding-left: var(--dl-layout-space-fourunits);
    padding-right: var(--dl-layout-space-fourunits);
  }
  .programa1-section-title {
    width: 100%;
    padding-right: 0px;
  }
  .programa1-text11 {
    text-align: left;
  }
  .programa1-text12 {
    text-align: left;
  }
  .programa1-faq1-answer {
    width: auto;
    flex-wrap: wrap;
  }
}
 
@media(max-width: 479px) {
  .programa1faq7 {
    width: auto;
    height: auto;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa1-max-width {
    width: auto;
    height: auto;
    flex-wrap: wrap;
  }
  .programa1-section-title {
    width: auto;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .programa1-text10 {
    width: auto;
  }
  .programa1-text11 {
    width: auto;
    margin-right: 0px;
  }
  .programa1-text12 {
    width: auto;
  }
  .programa1-faq1-answer {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    margin-left: 0t;
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .programa1root-class-name {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa1root-class-name1 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa1root-class-name2 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa1root-class-name3 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa1root-class-name4 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa1root-class-name5 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa1root-class-name6 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
}

.programa-jf-ervedal-wrapper {
  display: contents;
}
 
.programa-jf-ervedal-team8 {
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
 
.programa-jf-ervedal-title1 {
  width: auto;
  height: auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-ervedal-text10 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-ervedal-max-width1 {
  gap: var(--dl-layout-space-fiveunits);
  height: auto;
  display: flex;
  position: relative;
  align-self: stretch;
  align-items: stretch;
  padding-left: var(--dl-layout-space-fiveunits);
  margin-bottom: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-ervedal-content10 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
}
 
.programa-jf-ervedal-card10 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
}
 
.programa-jf-ervedal-content11 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  height: auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-ervedal-text11 {
  width: auto;
  display: flex;
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-ervedal-card11 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: var(--dl-layout-space-oneandhalfunits);
  margin-right: 0ndHalfUnits;
  flex-direction: column;
}
 
.programa-jf-ervedal-content12 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.programa-jf-ervedal-text12 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter";
}
 
.programa-jf-ervedal-title2 {
  width: auto;
  height: auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-ervedal-text13 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-ervedal-max-width2 {
  gap: var(--dl-layout-space-fiveunits);
  height: auto;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: stretch;
  padding-left: var(--dl-layout-space-fiveunits);
  margin-bottom: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-ervedal-content13 {
  width: 100%;
  height: auto;
  display: flex;
}
 
.programa-jf-ervedal-card12 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
}
 
.programa-jf-ervedal-content14 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-ervedal-text14 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-ervedal-card13 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: var(--dl-layout-space-oneandhalfunits);
  margin-right: 0ndHalfUnits;
  flex-direction: column;
}
 
.programa-jf-ervedal-content15 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.programa-jf-ervedal-text15 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  text-align: left;
  font-family: "Inter";
}
 
.programa-jf-ervedal-title3 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-ervedal-text16 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-ervedal-max-width3 {
  gap: var(--dl-layout-space-fiveunits);
  height: auto;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: stretch;
  padding-left: var(--dl-layout-space-fiveunits);
  margin-bottom: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-ervedal-content16 {
  width: 100%;
  height: auto;
  display: flex;
}
 
.programa-jf-ervedal-card14 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-ervedal-content17 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-ervedal-text17 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-ervedal-card15 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: var(--dl-layout-space-oneandhalfunits);
  margin-right: 0ndHalfUnits;
  flex-direction: column;
}
 
.programa-jf-ervedal-content18 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.programa-jf-ervedal-text18 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  font-family: "Inter";
}
 
.programa-jf-ervedal-title4 {
  width: auto;
  height: auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-ervedal-text19 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-ervedal-max-width4 {
  gap: var(--dl-layout-space-fiveunits);
  height: auto;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: stretch;
  padding-left: var(--dl-layout-space-fiveunits);
  margin-bottom: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-ervedal-content19 {
  width: 100%;
  height: auto;
  display: flex;
}
 
.programa-jf-ervedal-card16 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-ervedal-content20 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-ervedal-text20 {
  width: auto;
  height: auto;
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-ervedal-card17 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: var(--dl-layout-space-oneandhalfunits);
  margin-right: 0ndHalfUnits;
  flex-direction: column;
}
 
.programa-jf-ervedal-content21 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.programa-jf-ervedal-text21 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  font-family: "Inter";
}
 
.programa-jf-ervedal-title5 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-ervedal-text22 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-ervedal-max-width5 {
  gap: var(--dl-layout-space-fiveunits);
  height: auto;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: stretch;
  padding-left: var(--dl-layout-space-fiveunits);
  margin-bottom: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.programa-jf-ervedal-content22 {
  width: auto;
  height: auto;
  display: flex;
}
 
.programa-jf-ervedal-card18 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-ervedal-content23 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.programa-jf-ervedal-text23 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter";
  margin-right: 0Unit;
}
 
.programa-jf-ervedal-card19 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-left: var(--dl-layout-space-oneandhalfunits);
  margin-right: 0ndHalfUnits;
  flex-direction: column;
}
 
.programa-jf-ervedal-content24 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.programa-jf-ervedal-text24 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  font-family: "Inter";
}
 
.programa-jf-ervedal-title6 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.programa-jf-ervedal-text25 {
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.programa-jf-ervedal-content25 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.programa-jf-ervedal-content26 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.programa-jf-ervedal-text26 {
  align-self: center;
  text-align: center;
  line-height: 1.15;
  font-stretch: normal;
}
 
.programa-jf-ervedal-text27 {
  align-self: center;
  text-align: center;
}
 
.programa-jf-ervedal-button {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 100%;
  max-width: 300px;
  text-decoration: none;
}
 
.jf-ervedal-fragment29 {
  display: contents;
}
 
.jf-ervedal-text154 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-ervedal-fragment36 {
  display: contents;
}
 
.jf-ervedal-text183 {
  display: inline-block;
}
 
.jf-ervedal-text184 {
  font-weight: 700;
}
 
.jf-ervedal-fragment23 {
  display: contents;
}
 
.jf-ervedal-text142 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-ervedal-fragment28 {
  display: contents;
}
 
.jf-ervedal-text153 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-ervedal-fragment30 {
  display: contents;
}
 
.jf-ervedal-text155 {
  display: inline-block;
}
 
.jf-ervedal-text156 {
  font-weight: 700;
}
 
.jf-ervedal-fragment35 {
  display: contents;
}
 
.jf-ervedal-text182 {
  color: var(--dl-color-theme-neutral-light);
  display: inline-block;
}
 
.jf-ervedal-fragment32 {
  display: contents;
}
 
.jf-ervedal-text161 {
  display: inline-block;
}
 
.jf-ervedal-text162 {
  font-weight: 700;
}
 
.jf-ervedal-fragment39 {
  display: contents;
}
 
.jf-ervedal-text197 {
  display: inline-block;
}
 
.jf-ervedal-text198 {
  font-weight: 700;
}
 
.jf-ervedal-fragment25 {
  display: contents;
}
 
.jf-ervedal-text144 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 35px;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 800;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.jf-ervedal-fragment31 {
  display: contents;
}
 
.jf-ervedal-text158 {
  display: inline-block;
}
 
.jf-ervedal-text159 {
  font-weight: 700;
}
 
.jf-ervedal-fragment37 {
  display: contents;
}
 
.jf-ervedal-text186 {
  display: inline-block;
}
 
.jf-ervedal-text188 {
  font-weight: 700;
}
 
.jf-ervedal-fragment27 {
  display: contents;
}
 
.jf-ervedal-text146 {
  display: inline-block;
}
 
.jf-ervedal-text147 {
  font-weight: 700;
}
 
.jf-ervedal-text149 {
  font-weight: 700;
}
 
.jf-ervedal-text150 {
  font-weight: 700;
}
 
.jf-ervedal-text151 {
  font-weight: 700;
}
 
.jf-ervedal-fragment26 {
  display: contents;
}
 
.jf-ervedal-text145 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-ervedal-fragment34 {
  display: contents;
}
 
.jf-ervedal-text175 {
  display: inline-block;
}
 
.jf-ervedal-text176 {
  font-weight: 700;
}
 
.jf-ervedal-text178 {
  font-weight: 700;
}
 
.jf-ervedal-text179 {
  font-weight: 700;
}
 
.jf-ervedal-text180 {
  font-weight: 700;
}
 
.jf-ervedal-fragment38 {
  display: contents;
}
 
.jf-ervedal-text190 {
  display: inline-block;
}
 
.jf-ervedal-text191 {
  font-weight: 700;
}
 
.jf-ervedal-text193 {
  font-weight: 700;
}
 
.jf-ervedal-text194 {
  font-weight: 700;
}
 
.jf-ervedal-text195 {
  font-weight: 700;
}
 
.jf-ervedal-fragment22 {
  display: contents;
}
 
.jf-ervedal-text141 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-ervedal-fragment24 {
  display: contents;
}
 
.jf-ervedal-text143 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 30px;
  align-self: center;
  text-align: center;
  font-family: "Inter";
  line-height: 1.15;
}
 
.jf-ervedal-fragment21 {
  display: contents;
}
 
.jf-ervedal-text140 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-ervedal-fragment33 {
  display: contents;
}
 
.jf-ervedal-text164 {
  display: inline-block;
}
 
.jf-ervedal-text165 {
  font-weight: 700;
}
 
.jf-ervedal-text169 {
  font-weight: 700;
}
 
.jf-ervedal-text173 {
  font-weight: 700;
}
 

 
@media(max-width: 1200px) {
  .programa-jf-ervedal-max-width1 {
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-ervedal-content10 {
    width: 100%;
  }
  .programa-jf-ervedal-card10 {
    width: 50%;
  }
  .programa-jf-ervedal-content11 {
    width: 521px;
  }
  .programa-jf-ervedal-text11 {
    width: 100%;
  }
  .programa-jf-ervedal-max-width2 {
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-ervedal-max-width3 {
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-ervedal-max-width4 {
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-ervedal-max-width5 {
    height: 526px;
    padding-left: var(--dl-layout-space-fiveunits);
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .programa-jf-ervedal-title6 {
    height: 47px;
  }
}
 
@media(max-width: 991px) {
  .programa-jf-ervedal-max-width1 {
    height: 171px;
  }
  .programa-jf-ervedal-content10 {
    width: 822px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .programa-jf-ervedal-card10 {
    width: 100%;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .programa-jf-ervedal-content11 {
    width: 100%;
    flex-wrap: wrap;
  }
  .programa-jf-ervedal-text11 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
    flex-direction: column;
  }
  .programa-jf-ervedal-card11 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-ervedal-content12 {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
  }
  .programa-jf-ervedal-text12 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-ervedal-content13 {
    width: 823px;
    height: 93px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .programa-jf-ervedal-card12 {
    height: 29px;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .programa-jf-ervedal-content14 {
    height: 51px;
  }
  .programa-jf-ervedal-text14 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-ervedal-card13 {
    height: 25px;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-ervedal-content15 {
    align-self: flex-start;
  }
  .programa-jf-ervedal-text15 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-ervedal-content16 {
    width: 823px;
    height: 274px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .programa-jf-ervedal-card14 {
    height: 127px;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .programa-jf-ervedal-content17 {
    height: 117px;
  }
  .programa-jf-ervedal-text17 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-ervedal-card15 {
    height: 66px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-ervedal-content18 {
    align-self: flex-start;
  }
  .programa-jf-ervedal-text18 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-ervedal-content19 {
    width: 823px;
    height: 114px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .programa-jf-ervedal-card16 {
    height: 37px;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .programa-jf-ervedal-text20 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-ervedal-card17 {
    height: 53px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-ervedal-text21 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .programa-jf-ervedal-content22 {
    width: 834px;
    height: 162px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .programa-jf-ervedal-card18 {
    height: 81px;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .programa-jf-ervedal-content23 {
    height: 50%;
  }
  .programa-jf-ervedal-text23 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-ervedal-card19 {
    height: 48px;
    align-self: flex-start;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-ervedal-content24 {
    flex-wrap: wrap;
    align-self: flex-start;
  }
  .programa-jf-ervedal-text24 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .jf-ervedal-text197 {
    text-align: left;
  }
  .jf-ervedal-text175 {
    align-self: flex-start;
  }
}
 
@media(max-width: 767px) {
  .programa-jf-ervedal-max-width1 {
    width: auto;
    height: auto;
  }
  .programa-jf-ervedal-content10 {
    width: auto;
    flex-wrap: wrap;
  }
  .programa-jf-ervedal-max-width2 {
    width: auto;
  }
  .programa-jf-ervedal-content13 {
    width: auto;
    height: auto;
  }
  .programa-jf-ervedal-card12 {
    height: auto;
  }
  .programa-jf-ervedal-content14 {
    height: auto;
  }
  .programa-jf-ervedal-card13 {
    height: auto;
  }
  .programa-jf-ervedal-max-width3 {
    width: auto;
  }
  .programa-jf-ervedal-content16 {
    width: auto;
    height: auto;
  }
  .programa-jf-ervedal-card14 {
    height: auto;
  }
  .programa-jf-ervedal-content17 {
    height: auto;
  }
  .programa-jf-ervedal-card15 {
    height: auto;
  }
  .programa-jf-ervedal-max-width4 {
    width: auto;
  }
  .programa-jf-ervedal-content19 {
    width: auto;
    height: auto;
  }
  .programa-jf-ervedal-card16 {
    height: auto;
  }
  .programa-jf-ervedal-card17 {
    height: auto;
  }
  .programa-jf-ervedal-max-width5 {
    width: auto;
    height: auto;
  }
  .programa-jf-ervedal-content22 {
    width: auto;
    height: auto;
  }
  .programa-jf-ervedal-card18 {
    height: auto;
  }
  .programa-jf-ervedal-content23 {
    height: auto;
  }
  .programa-jf-ervedal-card19 {
    height: auto;
  }
  .programa-jf-ervedal-title6 {
    height: auto;
  }
}
 
@media(max-width: 479px) {
  .programa-jf-ervedal-team8 {
    flex-wrap: wrap;
  }
  .programa-jf-ervedal-title1 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-ervedal-text10 {
    align-self: flex-start;
    text-align: left;
  }
  .programa-jf-ervedal-max-width1 {
    height: auto;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-ervedal-content10 {
    width: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 0px;
    margin-right: 0px;
  }
  .programa-jf-ervedal-card10 {
    display: grid;
    grid-template-columns: 1fr;
  }
  .programa-jf-ervedal-content11 {
    width: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-ervedal-text11 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-ervedal-card11 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: 0px;
    margin-right: 0px;
  }
  .programa-jf-ervedal-content12 {
    width: auto;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-right: 2px;
    justify-content: flex-start;
  }
  .programa-jf-ervedal-text12 {
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0TwoUnits;
    margin-right: 0TwoUnits;
  }
  .programa-jf-ervedal-title2 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-ervedal-text13 {
    text-align: left;
  }
  .programa-jf-ervedal-max-width2 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-ervedal-content13 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-right: 0px;
  }
  .programa-jf-ervedal-card12 {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .programa-jf-ervedal-content14 {
    width: auto;
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-ervedal-text14 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-ervedal-card13 {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 0px;
    margin-right: 0dHalfUnits;
    justify-content: flex-start;
  }
  .programa-jf-ervedal-content15 {
    width: auto;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
  }
  .programa-jf-ervedal-text15 {
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0TwoUnits;
    margin-right: 0TwoUnits;
  }
  .programa-jf-ervedal-title3 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-ervedal-text16 {
    text-align: left;
  }
  .programa-jf-ervedal-max-width3 {
    height: auto;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-ervedal-content16 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-right: 0px;
  }
  .programa-jf-ervedal-card14 {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .programa-jf-ervedal-content17 {
    width: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-ervedal-text17 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-ervedal-card15 {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 0px;
    margin-right: 0dHalfUnits;
    justify-content: flex-start;
  }
  .programa-jf-ervedal-content18 {
    width: auto;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
  }
  .programa-jf-ervedal-text18 {
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0TwoUnits;
    margin-right: 0TwoUnits;
  }
  .programa-jf-ervedal-title4 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-ervedal-text19 {
    text-align: left;
  }
  .programa-jf-ervedal-max-width4 {
    height: auto;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-ervedal-content19 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-right: 0px;
  }
  .programa-jf-ervedal-card16 {
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .programa-jf-ervedal-content20 {
    width: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-ervedal-text20 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-ervedal-card17 {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 0px;
    margin-right: 0dHalfUnits;
    justify-content: flex-start;
  }
  .programa-jf-ervedal-content21 {
    width: auto;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
  }
  .programa-jf-ervedal-text21 {
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0TwoUnits;
    margin-right: 0TwoUnits;
  }
  .programa-jf-ervedal-title5 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-ervedal-text22 {
    text-align: left;
  }
  .programa-jf-ervedal-max-width5 {
    height: auto;
    flex-wrap: wrap;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .programa-jf-ervedal-content22 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    margin-right: 0px;
  }
  .programa-jf-ervedal-card18 {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .programa-jf-ervedal-content23 {
    width: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .programa-jf-ervedal-text23 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
  }
  .programa-jf-ervedal-card19 {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: 0px;
    margin-right: 0dHalfUnits;
    justify-content: flex-start;
  }
  .programa-jf-ervedal-content24 {
    width: auto;
    flex-wrap: wrap;
    align-self: center;
    align-items: flex-start;
  }
  .programa-jf-ervedal-text24 {
    flex-wrap: wrap;
    align-self: flex-start;
    margin-left: 0TwoUnits;
    margin-right: 0TwoUnits;
  }
  .programa-jf-ervedal-title6 {
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .programa-jf-ervedal-text25 {
    text-align: left;
  }
  .programa-jf-ervedal-button {
    width: 100%;
  }
  .jf-ervedal-text142 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Inter;
    font-weight: 800;
  }
}

.footer2-wrapper {
  display: contents;
}
 
.footer2-footer2 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.footer2-max-width {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer2-content {
  gap: var(--dl-layout-space-fourunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.footer2-links {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
}
 
.footer2-column {
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer2-image1 {
  width: auto;
  height: 76px;
  object-fit: cover;
}
 
.footer2-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
 
.footer2-column2 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  max-width: 300px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer2-column2-title {
  font-family: "Inter";
}
 
.footer2-footer-links {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer2-link6 {
  font-family: "Inter";
}
 
.footer2-link7 {
  font-family: "Inter";
}
 
.footer2-link8 {
  font-family: "Inter";
  text-decoration: none;
}
 
.footer2-credits1 {
  gap: 32px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer2-row {
  gap: 64px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.footer2-credits2 {
  gap: 24px;
  display: flex;
  align-items: center;
}
 
.footer2-content3 {
  font-family: "Inter";
}
 
.footer2-social-links {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
}
 
.footer2-link1 {
  display: contents;
}
 
.footer2-icon1 {
  text-decoration: none;
}
 
.footer2-link2 {
  display: contents;
}
 
.footer2-icon3 {
  text-decoration: none;
}
 
.footer2-link3 {
  display: contents;
}
 
.footer2-image2 {
  width: 23px;
  height: 23px;
  object-fit: cover;
  text-decoration: none;
}
 
.jf-ervedal-fragment40 {
  display: contents;
}
 
.jf-ervedal-text200 {
  display: inline-block;
}
 
.jf-ervedal-fragment43 {
  display: contents;
}
 
.jf-ervedal-text205 {
  display: inline-block;
}
 
.jf-ervedal-fragment41 {
  display: contents;
}
 
.jf-ervedal-text201 {
  display: inline-block;
}
 
.jf-ervedal-fragment42 {
  display: contents;
}
 
.jf-ervedal-text204 {
  display: inline-block;
  font-family: "Inter";
}
 

 

 

 

 

 

 

 

 
@media(max-width: 1200px) {
  .footer2-max-width {
    width: 100%;
  }
}
 
@media(max-width: 991px) {
  .footer2-content {
    flex-direction: column;
  }
  .footer2-links {
    gap: var(--dl-layout-space-fiveunits);
    width: 100%;
  }
  .footer2-container {
    gap: var(--dl-layout-space-unit);
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .footer2-content {
    flex-direction: column;
  }
  .footer2-links {
    gap: var(--dl-layout-space-threeunits);
    width: 100%;
    flex-direction: column;
  }
  .footer2-container {
    width: 100%;
    justify-content: flex-start;
  }
  .footer2-column2 {
    flex: 1;
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
  }
  .footer2-footer-links {
    align-self: flex-start;
  }
  .footer2-row {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer2-credits2 {
    width: 100%;
    flex-direction: column;
  }
}
 
@media(max-width: 479px) {
  .footer2-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer2-links {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer2-container {
    gap: var(--dl-layout-space-halfunit);
    flex-direction: column;
  }
  .footer2-column2 {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer2-column2-title {
    align-self: flex-start;
    text-align: left;
  }
  .footer2-footer-links {
    align-self: flex-start;
    align-items: center;
    justify-content: center;
  }
  .footer2-link6 {
    align-self: flex-start;
    text-align: left;
  }
  .footer2-link7 {
    align-self: flex-start;
    text-align: left;
  }
  .footer2-link8 {
    align-self: flex-start;
    text-align: left;
  }
  .footer2-row {
    align-items: center;
    justify-content: center;
  }
  .footer2-credits2 {
    flex-direction: column;
  }
  .footer2-content3 {
    font-family: Inter;
  }
  .jf-ervedal-text200 {
    font-family: Inter;
  }
  .jf-ervedal-text205 {
    font-style: normal;
    font-family: Inter;
    font-weight: 800;
  }
  .jf-ervedal-text202 {
    font-family: Inter;
  }
}

.jf-ervedal-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.jf-ervedal-fragment10 {
  display: contents;
}
 
.jf-ervedal-text100 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-family: "Inter";
}
 
.jf-ervedal-fragment11 {
  display: contents;
}
 
.jf-ervedal-text101 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 700;
}
 
.jf-ervedal-fragment12 {
  display: contents;
}
 
.jf-ervedal-text102 {
  display: inline-block;
}
 
.jf-ervedal-fragment13 {
  display: contents;
}
 
.jf-ervedal-text103 {
  display: inline-block;
}
 
.jf-ervedal-fragment14 {
  display: contents;
}
 
.jf-ervedal-text104 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 800;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.jf-ervedal-fragment15 {
  display: contents;
}
 
.jf-ervedal-text105 {
  display: inline-block;
  font-size: 16px;
  font-family: "Inter";
  line-height: 1.5;
}
 
.jf-ervedal-fragment16 {
  display: contents;
}
 
.jf-ervedal-text119 {
  display: inline-block;
  font-size: 16px;
  font-family: "Inter";
  line-height: 1.5;
}
 
.jf-ervedal-fragment17 {
  display: contents;
}
 
.jf-ervedal-text131 {
  color: var(--dl-color-theme-primary2);
  display: inline-block;
  font-size: 40px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 300;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.jf-ervedal-fragment18 {
  display: contents;
}
 
.jf-ervedal-text132 {
  color: var(--dl-color-theme-primary2);
  display: inline-block;
}
 
.jf-ervedal-fragment19 {
  display: contents;
}
 
.jf-ervedal-text133 {
  color: var(--dl-color-theme-primary2);
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 700;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.jf-ervedal-fragment20 {
  display: contents;
}
 
.jf-ervedal-text134 {
  display: inline-block;
  font-family: "Inter";
  line-height: 1.5;
}
 
.jf-ervedal-fragment21 {
  display: contents;
}
 
.jf-ervedal-text140 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-ervedal-fragment22 {
  display: contents;
}
 
.jf-ervedal-text141 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-ervedal-fragment23 {
  display: contents;
}
 
.jf-ervedal-text142 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-ervedal-fragment24 {
  display: contents;
}
 
.jf-ervedal-text143 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 30px;
  align-self: center;
  text-align: center;
  font-family: "Inter";
  line-height: 1.15;
}
 
.jf-ervedal-fragment25 {
  display: contents;
}
 
.jf-ervedal-text144 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-size: 35px;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 800;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.jf-ervedal-fragment26 {
  display: contents;
}
 
.jf-ervedal-text145 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-ervedal-fragment27 {
  display: contents;
}
 
.jf-ervedal-text146 {
  display: inline-block;
}
 
.jf-ervedal-text147 {
  font-weight: 700;
}
 
.jf-ervedal-text149 {
  font-weight: 700;
}
 
.jf-ervedal-text150 {
  font-weight: 700;
}
 
.jf-ervedal-text151 {
  font-weight: 700;
}
 
.jf-ervedal-fragment28 {
  display: contents;
}
 
.jf-ervedal-text153 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-ervedal-fragment29 {
  display: contents;
}
 
.jf-ervedal-text154 {
  color: var(--dl-color-theme-primary1);
  display: inline-block;
  font-style: normal;
  font-family: "Inter";
  font-weight: 800;
}
 
.jf-ervedal-fragment30 {
  display: contents;
}
 
.jf-ervedal-text155 {
  display: inline-block;
}
 
.jf-ervedal-text156 {
  font-weight: 700;
}
 
.jf-ervedal-fragment31 {
  display: contents;
}
 
.jf-ervedal-text158 {
  display: inline-block;
}
 
.jf-ervedal-text159 {
  font-weight: 700;
}
 
.jf-ervedal-fragment32 {
  display: contents;
}
 
.jf-ervedal-text161 {
  display: inline-block;
}
 
.jf-ervedal-text162 {
  font-weight: 700;
}
 
.jf-ervedal-fragment33 {
  display: contents;
}
 
.jf-ervedal-text164 {
  display: inline-block;
}
 
.jf-ervedal-text165 {
  font-weight: 700;
}
 
.jf-ervedal-text169 {
  font-weight: 700;
}
 
.jf-ervedal-text173 {
  font-weight: 700;
}
 
.jf-ervedal-fragment34 {
  display: contents;
}
 
.jf-ervedal-text175 {
  display: inline-block;
}
 
.jf-ervedal-text176 {
  font-weight: 700;
}
 
.jf-ervedal-text178 {
  font-weight: 700;
}
 
.jf-ervedal-text179 {
  font-weight: 700;
}
 
.jf-ervedal-text180 {
  font-weight: 700;
}
 
.jf-ervedal-fragment35 {
  display: contents;
}
 
.jf-ervedal-text182 {
  color: var(--dl-color-theme-neutral-light);
  display: inline-block;
}
 
.jf-ervedal-fragment36 {
  display: contents;
}
 
.jf-ervedal-text183 {
  display: inline-block;
}
 
.jf-ervedal-text184 {
  font-weight: 700;
}
 
.jf-ervedal-fragment37 {
  display: contents;
}
 
.jf-ervedal-text186 {
  display: inline-block;
}
 
.jf-ervedal-text188 {
  font-weight: 700;
}
 
.jf-ervedal-fragment38 {
  display: contents;
}
 
.jf-ervedal-text190 {
  display: inline-block;
}
 
.jf-ervedal-text191 {
  font-weight: 700;
}
 
.jf-ervedal-text193 {
  font-weight: 700;
}
 
.jf-ervedal-text194 {
  font-weight: 700;
}
 
.jf-ervedal-text195 {
  font-weight: 700;
}
 
.jf-ervedal-fragment39 {
  display: contents;
}
 
.jf-ervedal-text197 {
  display: inline-block;
}
 
.jf-ervedal-text198 {
  font-weight: 700;
}
 
.jf-ervedal-fragment40 {
  display: contents;
}
 
.jf-ervedal-text200 {
  display: inline-block;
}
 
.jf-ervedal-fragment41 {
  display: contents;
}
 
.jf-ervedal-text201 {
  display: inline-block;
}
 
.jf-ervedal-fragment42 {
  display: contents;
}
 
.jf-ervedal-text204 {
  display: inline-block;
  font-family: "Inter";
}
 
.jf-ervedal-fragment43 {
  display: contents;
}
 
.jf-ervedal-text205 {
  display: inline-block;
}
 
@media(max-width: 1200px) {
  .jf-ervedal-text100 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
  }
  .jf-ervedal-text101 {
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: normal;
    font-family: Inter;
    font-weight: 600;
  }
}
 
@media(max-width: 991px) {
  .jf-ervedal-text100 {
    color: var(--dl-color-theme-primary1);
    font-family: Inter;
  }
  .jf-ervedal-text101 {
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: inherit;
    font-family: Inter;
    font-weight: 700;
  }
  .jf-ervedal-text175 {
    align-self: flex-start;
  }
  .jf-ervedal-text197 {
    text-align: left;
  }
}
 
@media(max-width: 767px) {
  .jf-ervedal-text100 {
    color: var(--dl-color-theme-primary1);
    font-style: inherit;
    font-family: Inter;
    font-weight: 700;
  }
}
 
@media(max-width: 479px) {
  .jf-ervedal-container {
    flex-wrap: wrap;
  }
  .jf-ervedal-text100 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Inter;
    font-weight: 600;
  }
  .jf-ervedal-text101 {
    color: var(--dl-color-theme-primary1);
    font-size: 16px;
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
  }
  .jf-ervedal-text142 {
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Inter;
    font-weight: 800;
  }
  .jf-ervedal-text200 {
    font-family: Inter;
  }
  .jf-ervedal-text202 {
    font-family: Inter;
  }
  .jf-ervedal-text205 {
    font-style: normal;
    font-family: Inter;
    font-weight: 800;
  }
}
