/*! purgecss start ignore */
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
section.reasons {
  padding: 60px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 40px;
  overflow: hidden;
}
section.reasons .title {
  grid-column: 1/3;
  max-width: calc(14em + max(4vw, 20px) * 2);
  padding: 0 max(4vw, 20px);
}
section.reasons .subtitle {
  grid-column: 1/3;
  max-width: calc(24em + max(4vw, 20px) * 2);
  padding: 0 max(4vw, 20px);
}
section.reasons .reasons_slider {
  width: 100%;
  max-width: 1000px;
}
section.reasons .reasons_slider .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.reasons .reasons_slider .reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5vw;
  background-color: #BDDEF4;
  overflow: hidden;
}
section.reasons .reasons_slider .reason .image_container {
  position: relative;
}
section.reasons .reasons_slider .reason .image_container .image {
  width: 100%;
  max-height: 50vh;
  aspect-ratio: 9/5;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
section.reasons .reasons_slider .reason .image_container .title {
  position: absolute;
  bottom: 0;
  color: #FFFCF7;
  font-weight: 500;
  margin-bottom: -7.5%;
  padding: 0 max(2vw, 10px) 0 max(4vw, 20px);
  font-size: min(6vw, 100px);
}
section.reasons .reasons_slider .reason .text_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: calc(30px + 2vw) max(4vw, 20px) 40px;
  row-gap: 30px;
}
section.reasons .reasons_slider .reason .text_container .text {
  color: #004C90;
}
section.reasons .name_switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 25px;
  padding: 0 max(3vw, 15px);
  position: relative;
}
section.reasons .name_switch.mobile {
  display: none;
}
section.reasons .name_switch .illustration {
  position: absolute;
  height: 130%;
  right: 0;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
  pointer-events: none;
}
section.reasons .name_switch .name {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
section.reasons .name_switch .name.active {
  color: #E23052;
}
@media (max-width: 768px) {
  section.reasons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 25px;
    padding: 40px 0 20px;
    position: relative;
  }
  section.reasons::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #E1EEF7;
    bottom: 0;
    left: 0;
  }
  section.reasons .reasons_slider {
    position: relative;
  }
  section.reasons .reasons_slider::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #E1EEF7;
    bottom: 0;
    left: 0;
  }
  section.reasons .reasons_slider .reason {
    border-radius: 8vw;
  }
  section.reasons .reasons_slider .reason .image_container .title {
    font-size: min(10vw, 100px);
  }
  section.reasons .name_switch.desktop {
    display: none;
  }
  section.reasons .name_switch.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 0;
    padding: 0 max(4vw, 20px);
  }
}

/*! purgecss end ignore */
/*# sourceMappingURL=../../maps/sections/reasons/reasons.css.map */
