/*!***********************************************************************************************************************************************************************************************!*\
  !*** 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/home.scss ***!
  \***********************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~ General ~~~~~~~~~~ */
.section--faq .faq__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap; }

.section--faq .faq__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px; }
  .section--faq .faq__column--info {
    width: calc(35% - 10px); }
  .section--faq .faq__column--lists {
    width: calc(65% - 10px);
    gap: 0; }
  @media (max-width: 1199.98px) {
    .section--faq .faq__column--info {
      width: calc(45% - 10px); }
    .section--faq .faq__column--lists {
      width: calc(55% - 10px); } }
  @media (max-width: 991.98px) {
    .section--faq .faq__column {
      width: 100%; } }

.section--faq .faq__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #E1E1E1;
  width: 100%; }
  .section--faq .faq__item-heading {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    padding: 24px 30px 24px 0;
    cursor: pointer;
    position: relative;
    width: 100%; }
    .section--faq .faq__item-heading .faq__item-icon {
      position: absolute;
      right: 0;
      top: 31px; }
      .section--faq .faq__item-heading .faq__item-icon--minus {
        display: none; }
  .section--faq .faq__item-answer {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    padding-bottom: 24px;
    display: none; }
  .section--faq .faq__item--active {
    border-bottom: 1px solid #1F5E59; }
    .section--faq .faq__item--active .faq__item-heading .faq__item-icon {
      top: 37px; }
      .section--faq .faq__item--active .faq__item-heading .faq__item-icon--plus {
        display: none; }
      .section--faq .faq__item--active .faq__item-heading .faq__item-icon--minus {
        display: block; }
    .section--faq .faq__item--active .faq__item-answer {
      display: block; }

/* ~~~~~~~~~~ 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__title {
    text-transform: uppercase; }
  .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__buttons {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 25px; }
  .section--hero .hero__image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 10; }
  .section--hero .hero__arrow {
    position: absolute;
    z-index: 5;
    animation: jumpInfinite 1.5s infinite; }
    .section--hero .hero__arrow--desktop {
      display: block; }
    .section--hero .hero__arrow--mobile {
      display: none; }
    @media (max-width: 991.98px) {
      .section--hero .hero__arrow--desktop {
        display: none; }
      .section--hero .hero__arrow--mobile {
        display: block; } }
  .section--hero .hero__bottom {
    background: #ffffff; }
  .section--hero .hero__lists {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 60px;
    padding-top: 35px;
    padding-bottom: 35px; }
    @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; }
    .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; }

@keyframes jumpInfinite {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0); } }

@media (max-width: 767.98px) {
  .section--info .info {
    padding-top: 0; } }

.section--info .info__main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 100px; }
  @media (max-width: 1199.98px) {
    .section--info .info__main {
      gap: 0 50px; } }
  @media (max-width: 767.98px) {
    .section--info .info__main {
      flex-direction: column;
      gap: 50px; } }

.section--info .info__image {
  width: 100%;
  height: auto; }

.section--info .info__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  width: calc(50% - 50px); }
  @media (max-width: 767.98px) {
    .section--info .info__column {
      width: 100%; } }

.section--info .info__tagline {
  text-transform: uppercase; }

.section--info .info__content {
  margin-top: 25px; }

.section--match {
  background-color: #E9EFEE;
  position: relative; }
  .section--match .match__heading {
    max-width: 1160px; }
  .section--match .match__lists {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px; }
    .section--match .match__lists .match__item:nth-child(4n + 1), .section--match .match__lists .match__item:nth-child(4n) {
      width: calc(70% - 25px); }
    .section--match .match__lists .match__item:nth-child(4n + 2), .section--match .match__lists .match__item:nth-child(4n + 3) {
      width: calc(30% - 25px); }
    .section--match .match__lists .match__item:first-child {
      padding-bottom: 0; }
      .section--match .match__lists .match__item:first-child .match__item-assets {
        order: 1; }
      .section--match .match__lists .match__item:first-child .match__item-main {
        order: 2;
        color: #ffffff;
        padding-bottom: 40px; }
      .section--match .match__lists .match__item:first-child .match__item-title,
      .section--match .match__lists .match__item:first-child .match__item-cta {
        color: #ffffff; }
      .section--match .match__lists .match__item:first-child .match__item-badge {
        color: #0B1A3E; }
      .section--match .match__lists .match__item:first-child .match__item-cta {
        color: #CFFF45; }
        .section--match .match__lists .match__item:first-child .match__item-cta svg path {
          stroke: #CFFF45; }
      @media (max-width: 575.98px) {
        .section--match .match__lists .match__item:first-child .match__item-assets {
          order: 2; }
        .section--match .match__lists .match__item:first-child .match__item-main {
          order: 1; } }
    @media (max-width: 991.98px) {
      .section--match .match__lists .match__item:nth-child(4n + 1), .section--match .match__lists .match__item:nth-child(4n) {
        width: 100%; }
      .section--match .match__lists .match__item:nth-child(4n + 2), .section--match .match__lists .match__item:nth-child(4n + 3) {
        width: calc(50% - 25px); } }
    @media (max-width: 767.98px) {
      .section--match .match__lists .match__item:nth-child(4n + 1), .section--match .match__lists .match__item:nth-child(4n), .section--match .match__lists .match__item:nth-child(4n + 2), .section--match .match__lists .match__item:nth-child(4n + 3) {
        width: 100%; } }
  .section--match .match__item {
    display: flex;
    gap: 25px;
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    overflow: hidden;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 24px;
    position: relative; }
    @media (max-width: 767.98px) {
      .section--match .match__item {
        padding: 25px; } }
    @media (max-width: 575.98px) {
      .section--match .match__item {
        flex-direction: column; } }
    @media (max-width: 1399.98px) {
      .section--match .match__item--full {
        padding-top: 130px; }
        .section--match .match__item--full .match__item-main--full {
          padding-right: 0; } }
    .section--match .match__item-image {
      margin: 0;
      display: block; }
    .section--match .match__item-main, .section--match .match__item-assets {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      width: calc(50% - 12.5px); }
      @media (max-width: 575.98px) {
        .section--match .match__item-main, .section--match .match__item-assets {
          width: 100%; } }
    .section--match .match__item-main {
      gap: 15px; }
      .section--match .match__item-main--full {
        width: 100%;
        padding-right: 150px;
        position: relative; }
    .section--match .match__item-assets {
      justify-content: flex-end; }
    .section--match .match__item-icon {
      position: absolute;
      right: 40px;
      top: 40px;
      width: 150px;
      height: auto;
      object-fit: contain;
      object-position: center;
      display: block;
      margin: 0; }
      @media (max-width: 767.98px) {
        .section--match .match__item-icon {
          right: 25px;
          top: 25px; } }
      @media (max-width: 1399.98px) {
        .section--match .match__item-icon {
          width: 100px; } }
    .section--match .match__item-badge {
      position: absolute;
      right: 40px;
      top: 40px; }
      @media (max-width: 767.98px) {
        .section--match .match__item-badge {
          right: 25px;
          top: 25px; } }
    .section--match .match__item-content, .section--match .match__item-title {
      max-width: 300px;
      width: 100%; }
    .section--match .match__item-title {
      max-width: 200px; }
      @media (max-width: 1399.98px) {
        .section--match .match__item-title {
          max-width: 150px; } }
    .section--match .match__item-content p {
      margin-bottom: 15px;
      overflow-wrap: normal;
      word-break: normal; }
    .section--match .match__item-image {
      width: 100%;
      height: auto; }

.section--why .why__main {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid rgba(37, 64, 53, 0.2);
  border-radius: 24px;
  background-color: #E9EFEE; }
  @media (max-width: 991.98px) {
    .section--why .why__main {
      flex-direction: column;
      gap: 50px; } }

.section--why .why__person, .section--why .why__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  padding-left: 40px;
  padding-right: 40px; }

.section--why .why__person {
  width: calc(65% - 15px);
  position: relative;
  justify-content: flex-end; }
  .section--why .why__person-info {
    position: absolute;
    bottom: -15px;
    left: 30px;
    width: 100%;
    max-width: 360px;
    border-radius: 16px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    box-shadow: 0px 50px 60px 0px #00000014;
    background: #ffffff;
    padding: 15px; }
    @media (max-width: 767.98px) {
      .section--why .why__person-info {
        max-width: calc(100% - 50px); } }
  .section--why .why__person-name {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #0B1A3E;
    margin-bottom: 5px; }
  .section--why .why__person-description {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1rem;
    color: #62748E;
    max-width: 200px; }
  .section--why .why__person-image {
    max-width: 100%;
    height: auto; }
  @media (max-width: 1399.98px) {
    .section--why .why__person {
      width: calc(55% - 15px); } }
  @media (max-width: 991.98px) {
    .section--why .why__person {
      width: 100%;
      order: 2; } }

.section--why .why__content {
  width: calc(35% - 15px);
  padding: 40px; }
  @media (max-width: 1399.98px) {
    .section--why .why__content {
      width: calc(45% - 15px); } }
  @media (max-width: 991.98px) {
    .section--why .why__content {
      width: 100%;
      order: 1;
      padding: 50px 25px 0; } }

.section--why .why__trust {
  width: 100%;
  height: auto;
  padding: 70px 0 0; }
  .section--why .why__trust-item {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px; }
  .section--why .why__trust-logo {
    height: 75px;
    display: flex !important;
    justify-content: center;
    align-items: center; }
  .section--why .why__trust-image {
    width: auto;
    height: auto; }

.section--apply {
  position: relative; }
  @media (max-width: 1399.98px) {
    .section--apply:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      z-index: 5; } }
  .section--apply .apply {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: calc(100vh - 100px);
    overflow: hidden;
    position: relative;
    z-index: 10; }
    @media (max-width: 1399.98px) {
      .section--apply .apply {
        aspect-ratio: auto; } }
    .section--apply .apply__main {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 25px;
      width: 100%;
      max-width: 470px; }
    .section--apply .apply__heading {
      color: #ffffff; }
    .section--apply .apply__content p {
      color: #ffffff; }
    .section--apply .apply__cta {
      color: #CFFF45; }
      .section--apply .apply__cta svg path {
        stroke: #CFFF45; }

.section--strengths .strengths__lists {
  display: flex;
  gap: 25px;
  width: 100%;
  height: auto;
  overflow: hidden;
  justify-content: space-between; }
  @media (max-width: 767.98px) {
    .section--strengths .strengths__lists {
      flex-direction: column; } }

.section--strengths .strengths__item {
  width: calc(50% - 12.5px);
  height: auto;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex; }
  .section--strengths .strengths__item-heading {
    margin-bottom: 50px; }
  @media (max-width: 767.98px) {
    .section--strengths .strengths__item {
      width: 100%; } }

.section--strengths .strengths__box {
  background: #E9EFEE;
  width: 100%;
  border-radius: 24px;
  padding: 5px; }

.section--strengths .strengths__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  background: #1F5E59;
  border-radius: 18px;
  padding: 15px 15px 15px 60px;
  position: relative; }
  .section--strengths .strengths__head:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(_/assets/img/small-circle-gradient.png) center/cover no-repeat;
    width: 300px; }
  .section--strengths .strengths__head-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    object-position: center;
    position: absolute;
    left: 15px;
    top: 17px; }
  .section--strengths .strengths__head-title {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 600; }

.section--strengths .strengths__body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  padding-top: 5px; }
  .section--strengths .strengths__body-lists {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    padding: 15px 15px 15px 45px;
    position: relative;
    border-bottom: 1px solid rgba(37, 64, 53, 0.2); }
    .section--strengths .strengths__body-lists:last-child {
      border-bottom: none; }
  .section--strengths .strengths__body-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    object-position: center;
    position: absolute;
    left: 15px;
    top: 17px; }
  .section--strengths .strengths__body-label {
    color: #505252;
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400; }

.section--process {
  background: #E9EFEE; }
  .section--process .process__title {
    margin-bottom: 5px; }
  .section--process .process__subtitle {
    margin-bottom: 25px; }
  .section--process .process__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-radius: 20px;
    background: #1F5E59;
    margin-top: 50px;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .section--process .process__inner {
        flex-direction: column; } }
  .section--process .process__main, .section--process .process__get {
    width: 50%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767.98px) {
      .section--process .process__main, .section--process .process__get {
        width: 100%; } }
  .section--process .process__main {
    padding: 25px;
    justify-content: space-between;
    gap: 25px; }
  .section--process .process__badge {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    width: 100%; }
    .section--process .process__badge-icon {
      width: 10px;
      height: 10px;
      object-fit: contain;
      object-position: center; }
  .section--process .process__profile {
    padding: 30px;
    border-radius: 15px;
    color: #ffffff;
    width: 100%;
    max-width: 350px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(60px); }
    .section--process .process__profile-heading {
      opacity: 0.6;
      margin-bottom: 15px;
      font-size: 1rem;
      line-height: 1.75rem;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 600; }
    .section--process .process__profile-lists {
      display: flex;
      flex-direction: column;
      gap: 15px;
      width: 100%; }
    .section--process .process__profile-item {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%;
      flex-direction: column;
      flex-wrap: wrap; }
    .section--process .process__profile-head {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      width: 100%;
      flex-wrap: wrap;
      font-weight: 700; }
    .section--process .process__profile-progress {
      background: rgba(255, 255, 255, 0.1);
      width: 100%;
      position: relative;
      border-radius: 15px;
      height: 6px;
      margin-top: 5px; }
    .section--process .process__profile-bar {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      border-radius: 15px;
      height: 100%; }
  .section--process .process__get {
    padding: 50px;
    align-items: flex-start;
    background: url(_/assets/img/gradient-process.png) right bottom/cover no-repeat; }
    .section--process .process__get-heading {
      opacity: 0.6;
      margin-bottom: 15px;
      font-size: 1rem;
      line-height: 1.75rem;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 600; }
    .section--process .process__get-lists {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%; }
    .section--process .process__get-item {
      position: relative;
      padding-left: 40px;
      padding-bottom: 15px;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 15px;
      margin-bottom: 15px;
      color: #ffffff; }
      .section--process .process__get-item:before {
        content: '';
        width: 1px;
        height: auto;
        bottom: 0;
        top: 35px;
        left: 12px;
        background: #CFFF45;
        position: absolute;
        display: block; }
      .section--process .process__get-item:last-child:before {
        display: none; }
    .section--process .process__get-content {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 15px; }
    .section--process .process__get-check {
      position: absolute;
      left: 0;
      top: 5px;
      background: #CFFF45;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 25px;
      height: 25px; }
      .section--process .process__get-check svg {
        width: 10px;
        height: 7px;
        object-fit: contain;
        object-position: center; }
    .section--process .process__get-label {
      color: #CFFF45;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      padding: 5px 10px;
      border-radius: 8px; }
    .section--process .process__get-mail {
      width: 100%;
      max-width: 450px;
      background: rgba(255, 255, 255, 0.15);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 15px;
      padding: 15px 15px 15px 55px;
      color: rgba(255, 255, 255, 0.6);
      position: relative;
      margin-bottom: 40px; }
      .section--process .process__get-mail:before {
        content: '';
        width: 24px;
        height: 24px;
        background: url(_/assets/img/svg/mail-light-green.svg) center/contain no-repeat;
        position: absolute;
        left: 15px;
        top: 15px; }
    @media (max-width: 767.98px) {
      .section--process .process__get {
        padding: 25px; } }

.section--product .product__tagline, .section--product .product__heading, .section--product .product__content {
  text-align: center; }

.section--product .product__heading {
  margin-bottom: 25px; }

.section--product .product__footer {
  text-align: center; }

.section--product .product__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px; }

.section--product .product__item {
  padding: 0 10px; }
  @media (max-width: 600px) {
    .section--product .product__item {
      padding: 0 2px; } }
  .section--product .product__item-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    border: 1px solid rgba(37, 64, 53, 0.2);
    padding: 5px;
    border-radius: 24px; }

.section--product .product__thumbnail {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: #E9EFEE;
  width: 100%;
  padding: 60px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .section--product .product__thumbnail-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    text-decoration: none; }
  .section--product .product__thumbnail-image {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }

.section--product .product__main {
  width: 100%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px; }
  .section--product .product__main-title {
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 600; }
  .section--product .product__main-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px; }
    @media (max-width: 575.98px) {
      .section--product .product__main-footer {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start; } }
  .section--product .product__main-link {
    text-decoration: none; }
  .section--product .product__main-price {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600; }
  .section--product .product__main-cart {
    font-size: 0.875rem;
    line-height: 1.25rem;
    border: 2px solid #D3D9D7;
    color: #1F5E59;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px; }
    .section--product .product__main-cart.loading:after {
      content: '';
      display: inline-block;
      width: 10px;
      padding: 2px;
      aspect-ratio: 1;
      border-radius: 50%;
      background: #25b09b;
      --_m: 
                        conic-gradient(#0000 10%,#000),
                        linear-gradient(#000 0 0) content-box;
      -webkit-mask: var(--_m);
      mask: var(--_m);
      -webkit-mask-composite: source-out;
      mask-composite: subtract;
      animation: l3 1s infinite linear; }
    .section--product .product__main-cart.added:after {
      content: '✔'; }
    .section--product .product__main-cart:hover {
      background: #1F5E59;
      color: #ffffff;
      border: 2px solid #1F5E59; }
    .section--product .product__main-cart + .added_to_cart.wc-forward {
      display: none; }

.section--product .product__cta {
  background: transparent;
  color: #1F5E59;
  border: 2px solid #1F5E59; }
  .section--product .product__cta svg path {
    stroke: #1F5E59; }
  .section--product .product__cta:hover {
    background: #1F5E59;
    color: #ffffff; }
    .section--product .product__cta:hover svg path {
      stroke: #ffffff; }

.section--product + .section.section--plan .plan {
  padding-top: 0; }

@keyframes l3 {
  to {
    transform: rotate(1turn); } }

.section--plan .plan {
  padding-bottom: 0;
  overflow: visible; }
  .section--plan .plan__main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 100px; }
    @media (max-width: 1199.98px) {
      .section--plan .plan__main {
        gap: 0 50px; } }
    @media (max-width: 767.98px) {
      .section--plan .plan__main {
        gap: 100px 0;
        flex-direction: column; } }
  .section--plan .plan__column {
    width: calc(50% - 50px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .section--plan .plan__column--sidebar {
      align-items: flex-end; }
    @media (max-width: 1199.98px) {
      .section--plan .plan__column {
        width: calc(50% - 25px); } }
    @media (max-width: 767.98px) {
      .section--plan .plan__column {
        width: 100%; }
        .section--plan .plan__column--sidebar {
          align-items: center; } }
  .section--plan .plan__content {
    margin-top: 40px;
    margin-bottom: 40px; }
  .section--plan .plan__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px 25px; }
  .section--plan .plan__sidebar {
    background: #E9EFEE;
    border-radius: 24px;
    padding: 0 25px 25px; }
    .section--plan .plan__sidebar-image {
      margin-top: -50px;
      max-width: 100%;
      height: auto; }
    @media (max-width: 767.98px) {
      .section--plan .plan__sidebar {
        padding: 0 15px 15px; } }
  .section--plan .plan__lists {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px; }
    .section--plan .plan__lists-item {
      background: #ffffff;
      border-radius: 100px;
      padding: 8px 15px 8px 8px;
      position: relative;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px; }
      .section--plan .plan__lists-item svg {
        width: 28px;
        height: 28px; }

.section--worth .worth__heading {
  text-align: center; }

.section--worth .worth__box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  border: 1px dashed #D3D9D7;
  border-radius: 24px;
  margin-top: 50px;
  margin-bottom: 50px; }
  .section--worth .worth__box .worth__item:last-child {
    border-right: none; }
  @media (max-width: 991.98px) {
    .section--worth .worth__box .worth__item:nth-last-child(2),
    .section--worth .worth__box .worth__item:last-child {
      border-bottom: none; }
    .section--worth .worth__box .worth__item:nth-child(even) {
      border-right: none; } }
  @media (max-width: 767.98px) {
    .section--worth .worth__box .worth__item:nth-last-child(2) {
      border-bottom: 1px dashed #D3D9D7; } }

.section--worth .worth__item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  padding: 25px;
  border-right: 1px dashed #D3D9D7; }
  @media (max-width: 991.98px) {
    .section--worth .worth__item {
      width: 50%;
      border-bottom: 1px dashed #D3D9D7; } }
  @media (max-width: 767.98px) {
    .section--worth .worth__item {
      width: 100%;
      border-right: none; } }
  .section--worth .worth__item-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 15px; }
  .section--worth .worth__item-heading {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600; }

.section--worth .worth__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 100px;
  width: 100%;
  max-width: 800px;
  border-radius: 24px;
  padding: 40px;
  background: #1F5E59;
  position: relative;
  margin: 0 auto;
  color: #ffffff;
  overflow: hidden; }
  .section--worth .worth__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--worth .worth__cta-heading {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px; }
  .section--worth .worth__cta-description {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #5FB8AE; }
  .section--worth .worth__cta-content, .section--worth .worth__cta-button {
    position: relative;
    z-index: 10; }

.section--premium .premium {
  padding-bottom: 0;
  overflow: visible; }
  .section--premium .premium__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    position: relative; }
    @media (max-width: 1199.98px) {
      .section--premium .premium__main {
        gap: 50px 0; } }
  .section--premium .premium__column {
    width: 40%;
    position: relative;
    z-index: 10; }
    .section--premium .premium__column--content {
      padding-top: 40px; }
    .section--premium .premium__column--plans {
      width: 60%;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 40px;
      padding-bottom: 100px;
      padding-left: 80px; }
    @media (max-width: 1199.98px) {
      .section--premium .premium__column--plans {
        padding-left: 50px;
        flex-direction: column; } }
    @media (max-width: 991.98px) {
      .section--premium .premium__column {
        width: 100%; }
        .section--premium .premium__column--content {
          padding-top: 0; }
        .section--premium .premium__column--plans {
          padding-left: 0;
          padding-bottom: 50px; } }
  .section--premium .premium__heading {
    color: #ffffff; }
    .section--premium .premium__heading span {
      display: block; }
  .section--premium .premium__content {
    color: #ffffff;
    opacity: 0.8;
    margin-top: 40px;
    max-width: 520px;
    width: 100%; }
  .section--premium .premium__box {
    width: calc(50% - 20px);
    background: #FCFCFC;
    padding: 40px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px;
    border: 2px solid #FCFCFC; }
    @media (max-width: 1199.98px) {
      .section--premium .premium__box {
        width: 100%; } }
    @media (max-width: 991.98px) {
      .section--premium .premium__box {
        padding: 40px 25px; } }
    .section--premium .premium__box-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 5px 15px;
      width: 100%; }
    .section--premium .premium__box-heading {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 600; }
    .section--premium .premium__box-badge {
      font-size: 0.875rem;
      line-height: 1.25rem;
      font-weight: 500; }
    .section--premium .premium__box-price {
      font-size: 2.25rem;
      line-height: 3rem;
      font-weight: 700; }
      .section--premium .premium__box-price span {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
        color: #484848; }
        .section--premium .premium__box-price span:before {
          content: '/ '; }
    .section--premium .premium__box-available {
      font-size: 0.875rem;
      line-height: 1.25rem;
      font-weight: 500; }
      .section--premium .premium__box-available span {
        color: #6082D1; }
    .section--premium .premium__box-description ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .section--premium .premium__box-description ul li {
        position: relative;
        padding: 0 15px 10px 40px; }
        .section--premium .premium__box-description ul li strong {
          font-weight: 600; }
        .section--premium .premium__box-description ul li:before {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 28px;
          height: 28px;
          background: url(_/assets/img/svg/icon-circle-check-gray.svg) center/contain no-repeat; }
    .section--premium .premium__box-cta {
      width: 100%;
      text-align: center;
      background: transparent;
      border: 2px solid #E9EFEE;
      color: #1F5E59; }
      .section--premium .premium__box-cta:hover {
        background: #1F5E59;
        border-color: #1F5E59;
        color: #ffffff; }
    .section--premium .premium__box--highlight {
      background: #0B1A3E;
      border-color: #CFFF45;
      box-shadow: 0px 50px 60px 0px #CFFF4533;
      color: #ffffff; }
      .section--premium .premium__box--highlight .premium__box-heading {
        color: #ffffff; }
      .section--premium .premium__box--highlight .premium__box-shortdesc {
        color: #EDF2FF;
        font-weight: 400; }
      .section--premium .premium__box--highlight .premium__box-price span {
        color: #CFFF45;
        display: block; }
        .section--premium .premium__box--highlight .premium__box-price span:before {
          display: none; }
      .section--premium .premium__box--highlight .premium__box-description ul li:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 28px;
        height: 28px;
        background: url(_/assets/img/svg/icon-circle-check-yellow-green.svg) center/contain no-repeat; }
      .section--premium .premium__box--highlight .premium__box-cta {
        background: #CFFF45;
        border-color: #CFFF45;
        color: #0B1A3E; }
        .section--premium .premium__box--highlight .premium__box-cta:hover {
          background: transparent;
          color: #ffffff; }
  .section--premium .premium__image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5; }

@media (max-width: 767.98px) {
  .section--beup .beup {
    padding-right: 0;
    padding-left: 0; } }

.section--beup .beup__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 767.98px) {
    .section--beup .beup__main {
      gap: 50px; } }

.section--beup .beup__column {
  width: 45%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column; }
  .section--beup .beup__column--form {
    width: 55%; }
  @media (max-width: 767.98px) {
    .section--beup .beup__column {
      width: 100%; }
      .section--beup .beup__column--assets {
        padding-left: 15px; }
      .section--beup .beup__column--form {
        padding-left: 15px;
        padding-right: 15px; } }

.section--beup .beup__image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto; }

.section--beup .beup__box {
  background: #0B1A3E;
  border: 2px solid #CFFF45;
  padding: 64px 40px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  gap: 24px;
  width: 100%; }
  @media (max-width: 767.98px) {
    .section--beup .beup__box {
      padding: 40px 15px; } }
  .section--beup .beup__box-tagline {
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #CFFF45;
    text-transform: uppercase;
    font-weight: 600; }
  .section--beup .beup__box-heading {
    color: #ffffff; }
    .section--beup .beup__box-heading--sub {
      font-size: 1.5rem;
      line-height: 2rem;
      max-width: 500px; }
  .section--beup .beup__box-content {
    max-width: 500px; }
    .section--beup .beup__box-content strong {
      font-size: 1.5rem;
      line-height: 2rem; }
  .section--beup .beup__box-form {
    text-align: left; }
    .section--beup .beup__box-form .form-group {
      justify-content: center; }

.section--free .free__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0; }
  @media (max-width: 991.98px) {
    .section--free .free__main {
      gap: 40px;
      flex-direction: column; } }

.section--free .free__column {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0; }
  .section--free .free__column--content {
    padding-left: 40px; }
    .section--free .free__column--content ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .section--free .free__column--content ul li {
        position: relative;
        padding: 0 15px 10px 40px; }
        .section--free .free__column--content ul li strong {
          font-weight: 600; }
        .section--free .free__column--content ul li:before {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 28px;
          height: 28px;
          background: url(_/assets/img/svg/icon-circle-check-gray.svg) center/contain no-repeat; }
  @media (max-width: 991.98px) {
    .section--free .free__column {
      width: 100%; }
      .section--free .free__column--content {
        padding-left: 0; } }

.section--free .free__content {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 460px; }

.section--free .free__image {
  max-width: 100%;
  height: auto; }
  @media (max-width: 991.98px) {
    .section--free .free__image {
      width: 100%; } }

.section--blog .blog__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px; }

.section--blog .blog__column {
  width: calc(50% - 25px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0; }
  .section--blog .blog__column--main {
    flex-direction: column; }
  .section--blog .blog__column--lists {
    gap: 15px; }
  @media (max-width: 767.98px) {
    .section--blog .blog__column {
      width: 100%; } }

.section--blog .blog__content {
  margin: 40px 0; }

.section--blog .blog__category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 100px; }
  @media (max-width: 767.98px) {
    .section--blog .blog__category {
      margin-bottom: 40px; } }
  .section--blog .blog__category-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    color: #0B1A3E;
    padding: 10px 15px;
    border-radius: 14px;
    border: 1px solid #E1E1E1; }
    .section--blog .blog__category-item:hover {
      background: transparent;
      border: 1px solid #1F5E59; }

.section--blog .blog__item {
  width: calc(50% - 7.5px);
  background: #ffffff;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid #E1E1E1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0; }
  @media (max-width: 1199.98px) {
    .section--blog .blog__item {
      width: 100%; } }
  @media (max-width: 767.98px) {
    .section--blog .blog__item {
      padding: 25px 15px; } }
  .section--blog .blog__item-badge a {
    text-decoration: none;
    background: #CFFF45;
    border: 1px solid #CFFF45;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #0B1A3E;
    display: inline-flex;
    align-items: center;
    gap: 5px; }
    .section--blog .blog__item-badge a:hover {
      border: 1px solid #1F5E59;
      background: transparent; }
  .section--blog .blog__item-title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 15px 0 40px;
    display: inline-block;
    text-decoration: none; }
  .section--blog .blog__item-reading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 0.875rem; }
    .section--blog .blog__item-reading span {
      opacity: 0.5; }
      .section--blog .blog__item-reading span span {
        opacity: 1; }

.section--blog .blog__cta {
  display: inline-flex;
  width: fit-content; }
  .section--blog .blog__cta svg {
    width: 24px;
    height: 24px; }

.section--support .support__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px; }
  @media (max-width: 767.98px) {
    .section--support .support__main {
      flex-direction: column; } }

.section--support .support__column {
  width: calc(50% - 25px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px; }
  .section--support .support__column--content {
    gap: 0; }
  .section--support .support__column--sidebar {
    padding-left: 100px; }
    @media (max-width: 1199.98px) {
      .section--support .support__column--sidebar {
        padding-left: 0; } }
  @media (max-width: 767.98px) {
    .section--support .support__column {
      width: 100%; }
      .section--support .support__column--sidebar {
        padding-left: 0; } }

.section--support .support__heading {
  max-width: 380px;
  margin-bottom: 25px; }

.section--support .support__cta {
  margin-top: 25px; }

.section--support .support__note {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px;
  flex-direction: column;
  width: 100%;
  border-radius: 24px;
  padding: 40px;
  background: #1F5E59;
  position: relative;
  margin: 25px auto 0;
  color: #ffffff;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .section--support .support__note {
      padding: 25px 15px; } }
  .section--support .support__note:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(_/assets/img/small-circle-gradient.png) right center/90% 100% no-repeat;
    width: 100%;
    z-index: 5; }
  .section--support .support__note-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
    position: relative;
    z-index: 10; }
    @media (max-width: 1199.98px) {
      .section--support .support__note-main {
        flex-direction: column;
        gap: 0; } }
  .section--support .support__note-heading {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    color: #ffffff;
    width: calc(50% - 25px); }
    @media (max-width: 1199.98px) {
      .section--support .support__note-heading {
        width: 100%; } }
  .section--support .support__note-price {
    font-size: 2.25rem;
    line-height: 3rem;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start; }
  .section--support .support__note-label {
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 400; }
  .section--support .support__note-content, .section--support .support__note-button {
    position: relative;
    z-index: 10; }
  .section--support .support__note-footer {
    position: relative;
    z-index: 10;
    border-top: 1px solid #ffffff;
    padding-top: 25px;
    width: 100%; }

.section--support .support__sidebar {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px;
  flex-direction: column;
  width: 100%; }
  .section--support .support__sidebar-thumbnail {
    position: relative;
    width: 100%;
    height: auto; }
  .section--support .support__sidebar-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 10;
    border-radius: 24px; }
  .section--support .support__sidebar-badge {
    position: absolute;
    z-index: 15;
    top: 50px;
    left: -25px;
    background: #ffffff;
    border-radius: 16px;
    padding: 5px 15px 5px 70px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0;
    flex-direction: column; }
    .section--support .support__sidebar-badge span {
      font-weight: 700; }
    @media (max-width: 767.98px) {
      .section--support .support__sidebar-badge {
        left: -15px; } }
  .section--support .support__sidebar-icon {
    position: absolute;
    background: #E9EFEE;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto; }
    .section--support .support__sidebar-icon svg {
      width: 20px;
      height: 20px; }
  .section--support .support__sidebar-content {
    padding-left: 50px;
    padding-right: 15px; }
    @media (max-width: 767.98px) {
      .section--support .support__sidebar-content {
        padding-left: 15px; } }
    .section--support .support__sidebar-content ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .section--support .support__sidebar-content ul li {
        position: relative;
        padding: 5px 5px 5px 35px;
        top: 5px;
        bottom: 5px; }
        .section--support .support__sidebar-content ul li:before {
          content: '';
          position: absolute;
          left: 0;
          top: 12px;
          width: 22px;
          height: 15px;
          display: block;
          background: url(_/assets/img/svg/icon-video.svg) center/contain no-repeat; }

.section--team .team {
  padding-top: 50px; }
  .section--team .team__main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    padding: 40px 40px 0;
    background: #E9EFEE;
    border-radius: 24px;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .section--team .team__main {
        flex-direction: column; } }
    @media (max-width: 767.98px) {
      .section--team .team__main {
        padding-left: 15px;
        padding-right: 15px; } }
  .section--team .team__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(50% - 25px); }
    .section--team .team__column--thumbnail {
      position: relative;
      height: auto;
      border-radius: 24px 24px 0 0;
      overflow: hidden; }
    .section--team .team__column--content {
      padding-left: 50px;
      padding-bottom: 40px; }
    @media (max-width: 1199.98px) {
      .section--team .team__column {
        width: 100%; }
        .section--team .team__column--thumbnail {
          order: 2; }
        .section--team .team__column--content {
          order: 1;
          padding-left: 0;
          padding-bottom: 0; } }
  .section--team .team__image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 5;
    display: block; }
  .section--team .team__social {
    position: absolute;
    bottom: 25px;
    left: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 10; }
    .section--team .team__social-link {
      background: rgba(255, 255, 255, 0.1);
      width: 40px;
      height: 40px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      border: 1px solid rgba(255, 255, 255, 0.1); }
      .section--team .team__social-link:hover {
        background: #1F5E59;
        border: 1px solid #1F5E59; }
    .section--team .team__social-icon {
      height: 18px;
      width: auto; }
  .section--team .team__heading {
    margin: 5px 0 40px; }
  .section--team .team__lists {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    margin-top: 100px; }
    @media (max-width: 767.98px) {
      .section--team .team__lists {
        margin-top: 50px; } }
    .section--team .team__lists .slick-dots {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px; }
      .section--team .team__lists .slick-dots li {
        padding: 0; }
        .section--team .team__lists .slick-dots li button {
          padding: 0;
          border: none;
          box-shadow: none;
          width: 10px;
          height: 10px;
          font-size: 0;
          border-radius: 50%;
          background: #E9EFEE; }
        .section--team .team__lists .slick-dots li.slick-active button {
          background: #1F5E59; }
  .section--team .team__item {
    width: calc(20% - 12px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 1399.98px) {
      .section--team .team__item {
        width: calc(25% - 12px); } }
    @media (max-width: 991.98px) {
      .section--team .team__item {
        width: calc(33.33% - 12px); } }
    @media (max-width: 767.98px) {
      .section--team .team__item {
        width: calc(50% - 12px); } }
    @media (max-width: 575.98px) {
      .section--team .team__item {
        width: 100%; } }
    .section--team .team__item--link:hover .team__item-icon {
      opacity: 1; }
    .section--team .team__item--link:hover .team__item-name,
    .section--team .team__item--link:hover .team__item-position {
      color: #1F5E59; }
    .section--team .team__item-thumbnail {
      position: relative;
      width: 100%; }
    .section--team .team__item-icon {
      width: 50px;
      height: 50px;
      position: absolute;
      bottom: 0;
      right: 0;
      top: 0;
      left: 0;
      margin: auto;
      z-index: 20;
      background: #E9EFEE;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .section--team .team__item-icon svg {
        width: 24px;
        height: auto; }
    .section--team .team__item-image {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center;
      aspect-ratio: 1/1.2;
      border-radius: 24px; }
    .section--team .team__item-info {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 0;
      flex-direction: column;
      margin-top: 15px; }
    .section--team .team__item-name {
      font-size: 1.25rem;
      line-height: 1.5rem;
      font-weight: 600;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .section--team .team__item-position {
      font-size: 1rem;
      line-height: 1.625rem;
      font-weight: 400;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.section--newsletter .newsletter__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
  color: #ffffff; }
  @media (max-width: 767.98px) {
    .section--newsletter .newsletter__main {
      flex-direction: column; } }

.section--newsletter .newsletter__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px;
  width: calc(60% - 25px); }
  @media (max-width: 767.98px) {
    .section--newsletter .newsletter__column {
      width: 100%; } }
  .section--newsletter .newsletter__column--image {
    width: calc(40% - 25px);
    align-items: flex-end; }
    @media (max-width: 767.98px) {
      .section--newsletter .newsletter__column--image {
        width: 100%;
        order: 1;
        align-items: center; } }
  @media (max-width: 767.98px) {
    .section--newsletter .newsletter__column--content {
      order: 2; } }

.section--newsletter .newsletter__image {
  max-width: 100%;
  height: auto; }

.section--newsletter .newsletter__heading {
  color: #ffffff; }

.section--partner .partner__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px; }
  @media (max-width: 767.98px) {
    .section--partner .partner__main {
      flex-direction: column; } }

.section--partner .partner__image {
  display: block;
  max-width: 100%;
  height: auto; }

.section--partner .partner__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px;
  width: calc(50% - 50px); }
  .section--partner .partner__column--content {
    padding-left: 50px; }
  @media (max-width: 1199.98px) {
    .section--partner .partner__column--content {
      padding-left: 0; } }
  @media (max-width: 767.98px) {
    .section--partner .partner__column {
      width: 100%; }
      .section--partner .partner__column--content {
        padding-left: 0; } }

.section--partner + .section.section--faq .faq {
  padding-top: 0; }

.section--reviews .reviews {
  padding-top: 50px;
  padding-bottom: 50px; }
  .section--reviews .reviews__heading {
    text-align: center; }
  .section--reviews .reviews__lists {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 100px 0; }
  .section--reviews .reviews__item {
    width: calc(33% - 10px);
    padding: 0 15px; }
    .section--reviews .reviews__item-box {
      background: #E9EFEE;
      border-radius: 24px;
      padding: 40px 40px 100px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      position: relative; }
      @media (max-width: 767.98px) {
        .section--reviews .reviews__item-box {
          padding: 40px 15px 100px; } }
    .section--reviews .reviews__item-name {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 700;
      color: #222222; }
    .section--reviews .reviews__item-shortdesc {
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-weight: 400;
      color: #484848; }
    .section--reviews .reviews__item-comment {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 400;
      color: #1F5E59;
      margin: 20px 0 40px; }
      .section--reviews .reviews__item-comment:before, .section--reviews .reviews__item-comment:after {
        content: '"'; }
    .section--reviews .reviews__item-rating {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      flex-wrap: wrap;
      padding-top: 25px;
      border-top: 1px solid #E1E1E1;
      width: auto;
      position: absolute;
      bottom: 40px;
      left: 40px;
      right: 40px; }
      @media (max-width: 767.98px) {
        .section--reviews .reviews__item-rating {
          left: 15px;
          right: 15px; } }
  .section--reviews .reviews__count {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 25px;
    margin: 0;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    color: #1F425E; }
    .section--reviews .reviews__count-main {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px; }
    .section--reviews .reviews__count-nav {
      border: 2px solid #B0B0B0;
      border-radius: 8px;
      padding: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .section--reviews .reviews__count-nav:hover {
        background: #1F5E59;
        border-color: #1F5E59; }
        .section--reviews .reviews__count-nav:hover svg path {
          stroke: #ffffff; }
  .section--reviews .reviews .slick-center .reviews__item-box {
    background: #1F5E59;
    color: #ffffff; }
  .section--reviews .reviews .slick-center .reviews__item-name, .section--reviews .reviews .slick-center .reviews__item-shortdesc, .section--reviews .reviews .slick-center .reviews__item-comment {
    color: #ffffff; }
  .section--reviews .reviews .slick-center .reviews__item-stars svg.reviews-filled-star path {
    fill: #CFFF45; }
  .section--reviews .reviews .slick-center .reviews__item-rating svg.reviews-rating-quote {
    opacity: 0.5; }
    .section--reviews .reviews .slick-center .reviews__item-rating svg.reviews-rating-quote path {
      stroke: #ffffff; }

.section--cta .cta {
  text-align: center; }
  .section--cta .cta__main {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    color: #ffffff; }
    @media (max-width: 767.98px) {
      .section--cta .cta__main {
        gap: 25px; } }
  .section--cta .cta__heading {
    color: #ffffff; }
  .section--cta .cta__content {
    opacity: 0.8; }
  .section--cta .cta__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; }
    .section--cta .cta__buttons-link--primary {
      padding: 15px 24px;
      border-radius: 12px; }
    .section--cta .cta__buttons-link--secondary {
      border-color: #ffffff;
      color: #ffffff;
      border-radius: 12px; }
      .section--cta .cta__buttons-link--secondary:hover {
        border-color: #1F5E59; }


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