/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[2].use[3]!./assets/scss/page.scss ***!
  \***********************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~ General ~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */

/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[2].use[3]!./assets/scss/about.scss ***!
  \************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~ General ~~~~~~~~~~ */
/* ~~~~~~~~~~ Section ~~~~~~~~~~ */
.section--hero .hero {
  position: relative;
  background: #E9EFEE; }
  .section--hero .hero__main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 100px;
    position: relative;
    overflow: visible;
    padding: 0 15px; }
    @media (max-width: 1199.98px) {
      .section--hero .hero__main {
        gap: 0 50px; } }
    @media (max-width: 991.98px) {
      .section--hero .hero__main {
        flex-direction: column; } }
  .section--hero .hero__heading span {
    color: #1F5E59; }
  .section--hero .hero__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    width: calc(50% - 50px); }
    .section--hero .hero__column--content {
      padding-top: 160px;
      padding-bottom: 120px; }
      @media (max-width: 1399.98px) {
        .section--hero .hero__column--content {
          padding-top: 100px;
          padding-bottom: 80px; } }
      @media (max-width: 991.98px) {
        .section--hero .hero__column--content {
          padding-top: 50px;
          padding-bottom: 50px;
          width: 100%;
          order: 2; } }
    .section--hero .hero__column--image {
      position: absolute;
      right: 0;
      top: 50px;
      width: calc(55% - 50px); }
      @media (max-width: 991.98px) {
        .section--hero .hero__column--image {
          position: relative;
          width: 100%;
          top: 0;
          max-width: 700px;
          margin: 0 auto;
          order: 1; } }
  .section--hero .hero__cta {
    margin-top: 25px;
    margin-bottom: 25px; }
    @media (max-width: 575.98px) {
      .section--hero .hero__cta {
        width: 300px; } }
  .section--hero .hero__image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 10; }
  .section--hero .hero__bottom {
    background: #ffffff; }
    .section--hero .hero__bottom-inner {
      padding: 0; }
  .section--hero .hero__lists {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 30px;
    padding-top: 35px;
    padding-bottom: 35px;
    width: 70%;
    margin: 0; }
    @media (max-width: 991.98px) {
      .section--hero .hero__lists {
        gap: 10px 60px;
        width: 100%; } }
    @media (max-width: 767.98px) {
      .section--hero .hero__lists {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px; } }
  .section--hero .hero__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    width: 190px; }
    @media (max-width: 767.98px) {
      .section--hero .hero__item {
        width: 100%; } }
    .section--hero .hero__item-icon {
      background: #E9EFEE;
      padding: 8px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px; }
    .section--hero .hero__item-image {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
    .section--hero .hero__item-label {
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 700;
      color: #1F5E59;
      width: calc(100% - 40px); }

.section--mission {
  position: relative; }
  .section--mission .section__indicator {
    top: 100px; }
    @media (max-width: 1399.98px) {
      .section--mission .section__indicator {
        top: 50px; } }
    @media (max-width: 767.98px) {
      .section--mission .section__indicator {
        top: -100px; } }
  .section--mission .mission {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    padding-top: 200px; }
    @media (max-width: 1399.98px) {
      .section--mission .mission {
        padding-top: 100px; } }
    @media (max-width: 767.98px) {
      .section--mission .mission {
        flex-direction: column;
        padding-top: 15px; } }
    .section--mission .mission__column {
      width: calc(50% - 25px); }
      @media (max-width: 767.98px) {
        .section--mission .mission__column {
          width: 100%; } }
    .section--mission .mission__image {
      display: block;
      max-width: 100%;
      height: auto; }
    .section--mission .mission__heading {
      margin-bottom: 50px; }
    .section--mission .mission__content {
      max-width: 538px; }

.section--team {
  background: #E9EFEE; }
  .section--team .team__lists {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 50px; }
  .section--team .team__item {
    width: calc(25% - 18px);
    padding: 24px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #D3D9D7; }
    @media (max-width: 1399.98px) {
      .section--team .team__item {
        width: calc(50% - 18px); } }
    @media (max-width: 767.98px) {
      .section--team .team__item {
        width: 100%;
        padding: 24px 15px; } }
    .section--team .team__item-inner {
      position: relative;
      width: 100%; }
    .section--team .team__item-thumbnail {
      border-radius: 24px;
      overflow: hidden;
      width: 100%; }
    .section--team .team__item-image {
      width: 100%;
      height: auto;
      max-width: 100%;
      object-fit: cover;
      object-position: top center;
      display: block;
      margin: 0; }
    .section--team .team__item-main {
      z-index: 10;
      display: flex;
      align-items: stretch;
      justify-content: stretch;
      flex-wrap: wrap;
      flex-direction: column;
      height: 100%;
      gap: 24px;
      position: relative; }
    .section--team .team__item-info {
      padding: 24px 24px 62px;
      border-radius: 24px;
      width: 100%;
      background: #E9EFEE;
      position: relative; }
      @media (max-width: 767.98px) {
        .section--team .team__item-info {
          padding: 24px 15px 62px; } }
    .section--team .team__item-cta {
      position: absolute;
      bottom: 24px;
      left: 24px;
      cursor: pointer;
      line-height: 1rem; }
      .section--team .team__item-cta svg {
        height: 18px; }
      @media (max-width: 767.98px) {
        .section--team .team__item-cta {
          left: 15px; } }
    .section--team .team__item-overlay {
      opacity: 0;
      z-index: 5;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
      .section--team .team__item-overlay .team__item-name {
        margin-bottom: 5px; }
      .section--team .team__item-overlay .team__item-description {
        margin-top: 10px;
        margin-bottom: 50px;
        max-height: calc(100% - 135px);
        overflow: hidden;
        overflow-y: auto; }
      .section--team .team__item-overlay .team__item-cta {
        left: 0;
        bottom: 0; }
    .section--team .team__item-name {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 600; }
    .section--team .team__item-position {
      color: #17423F; }
    .section--team .team__item-short-description, .section--team .team__item-description {
      margin: 24px 0; }
      .section--team .team__item-short-description p, .section--team .team__item-description p {
        color: #2E2E2E; }
    .section--team .team__item--active {
      border-color: #1F5E59; }
      .section--team .team__item--active .team__item-overlay {
        opacity: 1;
        z-index: 10; }
      .section--team .team__item--active .team__item-main {
        opacity: 0;
        z-index: 5; }

.section--partners .partners__heading, .section--partners .partners__tagline {
  text-align: center; }

.section--partners .partners__tagline {
  margin: 5px 0 50px; }

.section--partners .partners__lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 25px; }
  @media (max-width: 575.98px) {
    .section--partners .partners__lists {
      gap: 25px; } }

.section--partners .partners__item {
  width: calc(25% - 50px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  padding: 40px;
  border: 1px dashed #1F5E59;
  border-radius: 24px;
  overflow: hidden; }
  @media (max-width: 1199.98px) {
    .section--partners .partners__item {
      width: calc(50% - 25px); } }
  @media (max-width: 575.98px) {
    .section--partners .partners__item {
      width: 100%; } }

.section--partners .partners__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 100px;
  width: 100%;
  max-width: 1100px;
  border-radius: 24px;
  padding: 40px;
  background: #1F5E59;
  position: relative;
  margin: 0 auto;
  color: #ffffff;
  overflow: hidden;
  margin-top: 50px; }
  .section--partners .partners__cta:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(_/assets/img/small-circle-gradient.png) right center/cover no-repeat;
    width: 100%;
    z-index: 5; }
  .section--partners .partners__cta-heading {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px; }
  .section--partners .partners__cta-description {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #5FB8AE; }
  .section--partners .partners__cta-content {
    width: 100%;
    max-width: 390px; }
    @media (max-width: 991.98px) {
      .section--partners .partners__cta-content {
        max-width: 100%; } }
  .section--partners .partners__cta-content, .section--partners .partners__cta-button {
    position: relative;
    z-index: 10; }


/*# sourceMappingURL=about.css.map*/