@font-face {
  font-family: 'GeoticaThree';
  src: url("../fonts/GeoticaThree-Regular.eot");
  src: url("../fonts/GeoticaThree-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GeoticaThree-Regular.woff2") format("woff2"), url("../fonts/GeoticaThree-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Italic.eot");
  src: url("../fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Italic.woff2") format("woff2"), url("../fonts/Lato-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato-Bold.eot");
  src: url("../fonts/lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-Bold.woff2") format("woff2"), url("../fonts/lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-BoldItalic.eot");
  src: url("../fonts/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-BoldItalic.woff2") format("woff2"), url("../fonts/Lato-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

.footer {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #394F5F;
  padding-top: 40px;
  padding-bottom: 40px; }
  .footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 991px) {
      .footer .container {
        padding-left: 40px;
        padding-right: 40px;
        flex-direction: column;
        align-items: flex-start; } }
  .footer__info {
    width: 290px; }
    @media (max-width: 991px) {
      .footer__info {
        width: 100%;
        margin-bottom: 70px; } }
    .footer__info__link {
      display: block;
      margin-bottom: 15px;
      font-size: 15px;
      line-height: 18px;
      font-weight: 700;
      color: #FFFFFF;
      text-decoration: none; }
      @media (min-width: 992px) {
        .footer__info__link {
          transition: all 0.3s; }
          .footer__info__link:hover {
            color: white; } }
    .footer__info__address {
      display: block;
      margin-bottom: 15px;
      font-size: 13px;
      line-height: 16px;
      font-style: italic;
      color: #FFFFFF; }
      @media (max-width: 991px) {
        .footer__info__address {
          font-size: 18px;
          line-height: 22px; } }
    .footer__info__nav {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 991px) {
        .footer__info__nav {
          width: 100%;
          flex-wrap: wrap; } }
      .footer__info__nav__item {
        font-size: 13px;
        line-height: 16px;
        font-style: italic;
        color: #718EA2;
        text-decoration: none;
        position: relative;
        padding-right: 10px;
        margin-right: 10px; }
        @media (min-width: 992px) {
          .footer__info__nav__item {
            transition: all 0.3s; }
            .footer__info__nav__item:hover {
              color: white; } }
        @media (max-width: 991px) {
          .footer__info__nav__item {
            font-size: 18px;
            line-height: 36px;
            padding-right: 8px;
            margin-right: 8px; } }
        .footer__info__nav__item:after {
          content: '|';
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          height: 16px;
          margin: auto; }
          @media (max-width: 991px) {
            .footer__info__nav__item:after {
              display: none; } }
        .footer__info__nav__item:last-child {
          padding-right: 0;
          margin-right: 0; }
          .footer__info__nav__item:last-child:after {
            display: none; }
  .footer__nav {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) {
      .footer__nav {
        margin-bottom: 70px; } }
    @media (max-width: 767px) {
      .footer__nav {
        flex-direction: column;
        align-items: flex-start; } }
    .footer__nav__item {
      padding-left: 25px;
      padding-right: 25px;
      font-size: 12px;
      line-height: 15px;
      color: #718EA2;
      text-transform: uppercase;
      text-decoration: none; }
      @media (min-width: 992px) {
        .footer__nav__item {
          transition: all 0.3s; }
          .footer__nav__item:hover {
            color: white; } }
      @media (max-width: 991px) {
        .footer__nav__item {
          font-size: 18px;
          font-weight: 700; } }
      @media (max-width: 767px) {
        .footer__nav__item {
          padding: 0;
          margin-bottom: 36px; } }
  .footer__logo {
    width: 150px; }
    @media (max-width: 1024px) {
      .footer__logo {
        width: 110px; } }
    @media (max-width: 991px) {
      .footer__logo {
        width: 100%;
        text-align: center; } }
    .footer__logo__img {
      width: 100%; }
      @media (max-width: 991px) {
        .footer__logo__img {
          width: 220px; } }

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 79, 95, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s; }
  .modal__inner {
    width: 100%;
    max-width: 900px;
    min-height: 100px;
    max-height: calc(100vh - 20px);
    overflow-y: scroll;
    background-color: #FFFFFF;
    position: relative; }
  .modal__close {
    border: none;
    background-color: transparent;
    padding: 0;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer; }
    .modal__close:after {
      content: '';
      display: block;
      width: 23px;
      height: 2px;
      background-color: #394F5F;
      position: absolute;
      top: 8px;
      right: -3px;
      transform: rotate(-45deg); }
    .modal__close:before {
      content: '';
      display: block;
      width: 23px;
      height: 2px;
      background-color: #394F5F;
      position: absolute;
      top: 8px;
      left: -2px;
      transform: rotate(45deg); }
    .modal__close--white:before, .modal__close--white:after {
      background-color: #FFFFFF; }
  .modal__body {
    display: flex;
    justify-content: center;
    align-items: center; }
  .modal--large {
    padding: 40px; }
    @media (max-width: 991px) {
      .modal--large {
        padding: 10px; } }
    .modal--large .modal__inner {
      max-width: 100%; }
  .modal--open {
    z-index: 99999;
    opacity: 1;
    pointer-events: initial; }

.productmodal {
  width: 100%; }
  .productmodal__header {
    background-color: #718EA2;
    min-height: 122px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
  .productmodal__title {
    color: #FFFFFF; }
    @media (max-width: 600px) {
      .productmodal__title {
        font-size: 26px;
        line-height: 30px;
        padding-right: 25px; } }
  .productmodal__description {
    color: #FFFFFF;
    font-style: italic; }
  .productmodal__body {
    position: relative;
    padding: 40px 0 25px 0; }
    @media (max-width: 991px) {
      .productmodal__body {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 600px) {
      .productmodal__body {
        padding: 10px 0; } }
    @media (max-width: 600px) {
      .productmodal__body .container {
        padding: 0 10px; } }
  .productmodal__sliders {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .productmodal__sliders {
        align-items: center; } }
  .productmodal__slide {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    @media (max-width: 600px) {
      .productmodal__slide {
        flex-direction: column; } }
  @media (max-width: 1024px) {
    .productmodal__image {
      padding-right: 20px; } }
  @media (max-width: 600px) {
    .productmodal__image {
      padding-right: 0; } }
  .productmodal__image__img {
    display: block;
    max-width: 100%; }
    @media (max-width: 600px) {
      .productmodal__image__img {
        width: 600px; } }
  .productmodal__thumb {
    height: 100px; }
    @media (max-width: 600px) {
      .productmodal__thumb {
        height: 40px; } }
  .productmodal__content {
    width: 30%;
    padding-top: 70px; }
    @media (max-width: 1024px) {
      .productmodal__content {
        width: 100%;
        padding-top: 0; } }
    @media (max-width: 600px) {
      .productmodal__content {
        width: 100%;
        order: 9; } }
    .productmodal__content__title {
      color: #394F5F;
      margin-bottom: 25px; }
    .productmodal__content__text p {
      color: #394F5F;
      font-style: italic; }
      .productmodal__content__text p strong {
        font-weight: 700; }
  .productmodal .gallery-top {
    width: calc(60% - 40px);
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 40px; }
    @media (max-width: 1024px) {
      .productmodal .gallery-top {
        width: 100%; } }
    @media (max-width: 767px) {
      .productmodal .gallery-top {
        align-self: flex-start; } }
    @media (max-width: 600px) {
      .productmodal .gallery-top {
        width: 100%;
        margin-bottom: 10px; } }
  @media (max-width: 600px) {
    .productmodal .gallery-thumbs {
      margin-bottom: 40px; } }
  .productmodal .gallery-thumbs .swiper-slide {
    width: auto; }
  .productmodal .gallery-thumbs:after {
    content: '';
    display: block;
    width: 125px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    background-image: linear-gradient(to right, transparent, #FFFFFF);
    z-index: 1;
    pointer-events: none; }
  .productmodal .swiper-button-prev {
    width: 40px;
    height: 40px;
    transform: rotate(-135deg); }
    @media (max-width: 600px) {
      .productmodal .swiper-button-prev {
        top: 100px;
        margin-top: 0; } }
    .productmodal .swiper-button-prev:after {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      border-top: 7px solid #718EA2;
      border-right: 7px solid #718EA2; }
      @media (max-width: 600px) {
        .productmodal .swiper-button-prev:after {
          border-color: #FFFFFF;
          border-width: 4px; } }
  .productmodal .swiper-button-next {
    width: 40px;
    height: 40px;
    transform: rotate(45deg); }
    @media (max-width: 600px) {
      .productmodal .swiper-button-next {
        top: 100px;
        margin-top: 0; } }
    .productmodal .swiper-button-next:after {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      border-top: 7px solid #718EA2;
      border-right: 7px solid #718EA2; }
      @media (max-width: 600px) {
        .productmodal .swiper-button-next:after {
          border-color: #FFFFFF;
          border-width: 4px; } }

.talk {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #718EA2;
  padding-top: 150px;
  padding-bottom: 140px; }
  @media (max-width: 767px) {
    .talk {
      padding-top: 45px;
      padding-bottom: 80px; } }
  .talk__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .talk__title {
    color: #FFFFFF;
    margin-bottom: 15px; }
  .talk__text {
    color: #FFFFFF;
    font-style: italic;
    margin-bottom: 45px; }

.whohome {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #F6F9FC;
  padding: 80px 0 116px 0;
  position: relative; }
  .whohome__content {
    max-width: 465px;
    padding-left: 50px; }
    @media (max-width: 991px) {
      .whohome__content {
        padding-bottom: 70px;
        padding-left: 0; } }
  .whohome__title {
    color: #394F5F;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .whohome__title {
        text-align: center; } }
  .whohome__text {
    font-style: italic;
    margin-bottom: 65px; }
  @media (max-width: 767px) {
    .whohome__btn {
      width: 100%; } }
  .whohome__aside {
    position: absolute;
    top: -50px;
    right: 40px;
    bottom: 0;
    background-color: #394F5F;
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) {
      .whohome__aside {
        top: auto;
        position: static;
        padding: 50px; } }
    @media (max-width: 991px) {
      .whohome__aside__content {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center; } }
    @media (max-width: 767px) {
      .whohome__aside__content {
        flex-direction: column; } }
    .whohome__aside__content p {
      margin-bottom: 80px; }
      @media (max-width: 991px) {
        .whohome__aside__content p {
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .whohome__aside__content p {
          margin-bottom: 55px; } }
      .whohome__aside__content p:last-child {
        margin-bottom: 0; }
    .whohome__aside__content__num {
      display: block;
      color: #FFFFFF; }
      @media (max-width: 991px) {
        .whohome__aside__content__num {
          font-size: 70px;
          line-height: 74px; } }
    .whohome__aside__content__text {
      display: block;
      font-style: italic;
      color: #FFFFFF; }

.serviceshome {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 40px; }
  .serviceshome__title {
    color: #394F5F;
    margin-bottom: 135px; }
    @media (max-width: 991px) {
      .serviceshome__title {
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      .serviceshome__title {
        text-align: center; } }
  .serviceshome__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .serviceshome__wrap {
        flex-direction: column; } }
    @media (max-width: 767px) {
      .serviceshome__wrap {
        align-items: center; } }
  .serviceshome__service {
    width: calc(50% - 50px);
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 135px;
    color: inherit;
    text-decoration: none; }
    @media (max-width: 991px) {
      .serviceshome__service {
        width: 100%;
        max-width: 768px; } }
    @media (max-width: 767px) {
      .serviceshome__service {
        flex-direction: column;
        align-items: center;
        position: relative;
        margin-bottom: 30px;
        width: 220px; } }
    .serviceshome__service__left {
      width: 52px;
      padding-right: 5px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-end; }
      @media (max-width: 767px) {
        .serviceshome__service__left {
          position: absolute;
          left: -52px;
          top: 0;
          height: 220px; } }
    .serviceshome__service__link {
      font-size: 14px;
      line-height: 17px;
      font-style: italic;
      color: #718EA2;
      text-decoration: none;
      transform: rotate(-90deg);
      transform-origin: 0 0;
      position: relative;
      left: 30px; }
    .serviceshome__service__image {
      width: 220px;
      height: 220px;
      box-shadow: 0 -2px 43px 0 rgba(0, 0, 0, 0.12); }
      @media (max-width: 1280px) {
        .serviceshome__service__image {
          width: 150px;
          height: 150px; } }
      @media (max-width: 767px) {
        .serviceshome__service__image {
          width: 220px;
          height: 220px;
          margin-bottom: 15px; } }
      .serviceshome__service__image__img {
        width: 220px;
        height: 220px; }
        @media (max-width: 1280px) {
          .serviceshome__service__image__img {
            width: 150px;
            height: 150px; } }
        @media (max-width: 767px) {
          .serviceshome__service__image__img {
            width: 220px;
            height: 220px; } }
    .serviceshome__service__content {
      align-self: flex-end;
      padding-left: 35px; }
      @media (max-width: 767px) {
        .serviceshome__service__content {
          width: 220px;
          padding-left: 0;
          align-self: center; } }
      .serviceshome__service__content__title {
        color: #394F5F;
        margin-bottom: 15px; }
      .serviceshome__service__content__text {
        font-style: 15px;
        line-height: 25px;
        font-style: italic; }

.partnershome {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 100px; }
  .partnershome__title {
    color: #394F5F;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .partnershome__title {
        text-align: center; } }
  .partnershome__wrap {
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .partnershome__wrap {
        padding: 0;
        justify-content: space-between; } }
  .partnershome__partner {
    width: 25%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) {
      .partnershome__partner {
        width: 33.333%; } }
    @media (max-width: 767px) {
      .partnershome__partner {
        width: calc(50% - 10px); } }
    .partnershome__partner__img {
      max-width: 100%;
      max-height: 100%; }

.articles3 {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #F6F9FC;
  padding-top: 80px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .articles3 {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .articles3__title {
    color: #394F5F;
    margin-bottom: 100px;
    padding-left: 50px; }
    @media (max-width: 991px) {
      .articles3__title {
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      .articles3__title {
        padding-left: 0;
        text-align: center; } }
  .articles3__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .articles3__wrap {
        flex-direction: column; } }
  .articles3__buttons {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .articles3__buttons__btn {
        width: 100%; } }

.serviceprojects {
  padding: 110px 0 160px 0; }
  .serviceprojects__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .serviceprojects__wrap {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-left: -40px; } }
  .serviceprojects__title {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .serviceprojects__title {
        text-align: center; } }
  .serviceprojects__project {
    width: 340px;
    max-width: calc((100% - 60px) / 3);
    padding-left: 40px;
    margin-bottom: 40px;
    position: relative;
    cursor: pointer; }
    @media (max-width: 991px) {
      .serviceprojects__project {
        max-width: calc(50% - 10px); }
        .serviceprojects__project:nth-child(even) {
          margin-top: 60px;
          margin-left: 20px; }
        .serviceprojects__project:nth-child(odd) {
          margin-top: 0; } }
    @media (max-width: 767px) {
      .serviceprojects__project {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        max-width: 100%; } }
    .serviceprojects__project:last-child {
      margin-right: auto;
      margin-left: auto; }
      @media (max-width: 991px) {
        .serviceprojects__project:last-child {
          margin: 0; } }
    .serviceprojects__project--bottom {
      margin-top: 200px; }
      @media (max-width: 767px) {
        .serviceprojects__project--bottom {
          margin-top: 0;
          margin-bottom: 40px; } }
    .serviceprojects__project--middle {
      margin-top: 120px; }
      @media (max-width: 767px) {
        .serviceprojects__project--middle {
          margin-top: 0;
          margin-bottom: 40px; } }

.project__image {
  width: 300px;
  max-width: 100%;
  margin-bottom: 15px;
  position: relative; }
  @media (max-width: 767px) {
    .project__image {
      max-width: 100%; } }
  .project__image__img {
    width: 100%;
    position: relative; }
  .project__image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 100%;
    transform: translate(-40px, 50px);
    background-color: #F6F9FC; }

.project__legend {
  position: absolute;
  top: 70px;
  left: 0;
  margin: 0;
  transform: rotate(-90deg) translate(-100%);
  transform-origin: top left;
  font-style: italic;
  line-height: 40px;
  color: #394F5F; }

.project__title {
  position: relative; }

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px; }
  .pagination__prev, .pagination__next {
    color: #394F5F;
    text-decoration: none; }
    .pagination__prev.disabled, .pagination__next.disabled {
      opacity: .5;
      pointer-events: none; }
  .pagination__numbers {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .pagination__numbers {
        display: none; } }
  .pagination__num {
    display: inline-block;
    padding-bottom: 7px;
    text-decoration: none;
    position: relative;
    color: #394F5F;
    margin: 0 25px; }
    .pagination__num.active:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 2px;
      background-color: #394F5F; }

.whowhat {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #F6F9FC;
  padding: 25px 0 200px 0; }
  @media (max-width: 991px) {
    .whowhat {
      padding-bottom: 0; } }
  .whowhat .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media (max-width: 991px) {
      .whowhat .container {
        flex-direction: column; } }
  .whowhat__left {
    width: 50%;
    padding-right: 40px; }
    @media (max-width: 991px) {
      .whowhat__left {
        width: 100%;
        padding: 0;
        margin-bottom: 40px; } }
  .whowhat__right {
    width: 50%;
    padding-left: 40px; }
    @media (max-width: 991px) {
      .whowhat__right {
        width: 100%;
        padding: 0; } }
  .whowhat__title {
    max-width: 465px;
    color: #394F5F;
    margin-bottom: 90px; }
    @media (max-width: 991px) {
      .whowhat__title {
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      .whowhat__title {
        text-align: center; } }
  .whowhat__text {
    max-width: 465px; }
    .whowhat__text p {
      color: #394F5F;
      font-style: italic; }
      .whowhat__text p:last-child {
        margin-bottom: 0; }
  .whowhat__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    color: #718EA2;
    list-style-type: decimal; }
    @media (max-width: 991px) {
      .whowhat__list {
        padding-left: 40px; } }
    @media (max-width: 600px) {
      .whowhat__list {
        flex-direction: column; } }
    .whowhat__list li {
      width: 50%;
      margin-bottom: 30px;
      font-family: "GeoticaThree";
      font-size: 24px;
      line-height: 30px;
      font-weight: 400; }
      @media (max-width: 600px) {
        .whowhat__list li {
          width: 100%; } }
      .whowhat__list li span {
        color: #394F5F; }
      .whowhat__list li:nth-child(odd) {
        width: 60%; }
        @media (max-width: 600px) {
          .whowhat__list li:nth-child(odd) {
            width: 100%; } }
      .whowhat__list li:nth-child(even) {
        width: 40%; }
        @media (max-width: 600px) {
          .whowhat__list li:nth-child(even) {
            width: 100%; } }

.whowhy {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #394F5F;
  padding: 75px 0 140px 0; }
  @media (max-width: 1024px) {
    .whowhy {
      padding-bottom: 45px; } }
  .whowhy__title {
    max-width: 414px;
    color: #FFFFFF;
    margin-bottom: 110px; }
    @media (max-width: 991px) {
      .whowhy__title {
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      .whowhy__title {
        text-align: center; } }
  .whowhy__wrap {
    display: flex;
    justify-content: space-around;
    align-items: flex-end; }
    @media (max-width: 1024px) {
      .whowhy__wrap {
        flex-wrap: wrap; } }
    @media (max-width: 600px) {
      .whowhy__wrap {
        flex-direction: column;
        align-items: center; } }
  .whowhy__box {
    width: calc((100% - 180px) / 4);
    min-width: 220px;
    height: 214px;
    border: 1px solid #718EA2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .whowhy__box {
        width: calc((100% - 180px) / 2);
        margin-bottom: 60px; } }
    @media (max-width: 600px) {
      .whowhy__box {
        width: 100%;
        max-width: 236px;
        margin-bottom: 25px; } }
    @media (max-width: 600px) {
      .whowhy__box:last-child {
        margin-bottom: 0; } }
  .whowhy__icon {
    margin-bottom: 25px; }
  .whowhy__text {
    text-align: left; }
    @media (max-width: 1024px) {
      .whowhy__text {
        text-align: center; } }
  .whowhy__reason {
    color: #FFFFFF;
    margin-bottom: 5px; }
    .whowhy__reason.icon_plus {
      position: relative; }
      .whowhy__reason.icon_plus:before {
        content: '+';
        display: block;
        position: absolute;
        left: -25px;
        top: 0;
        bottom: 0; }
  .whowhy__description {
    color: #FFFFFF;
    font-style: italic;
    margin-bottom: 0; }

.whoteam {
  padding: 225px 0; }
  @media (max-width: 1024px) {
    .whoteam {
      padding: 75px 0 45px 0; } }
  @media (max-width: 767px) {
    .whoteam {
      padding: 45px 0; } }
  .whoteam__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media (max-width: 600px) {
      .whoteam__wrap {
        flex-direction: column;
        align-items: center; } }
  .whoteam__content {
    width: 50%; }
    @media (max-width: 991px) {
      .whoteam__content {
        width: 100%;
        margin-bottom: 50px; } }
  .whoteam__title {
    color: #394F5F;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .whoteam__title {
        text-align: center; } }
  .whoteam__text {
    max-width: 350px;
    color: #394F5F;
    font-style: italic;
    margin-bottom: 0; }
  .whoteam__box {
    width: 233px;
    width: calc((100% - 120px) / 4);
    max-width: calc((100% - 120px) / 4);
    padding-left: 30px;
    margin-bottom: 50px;
    text-decoration: none; }
    @media (max-width: 991px) {
      .whoteam__box {
        width: calc( (100% - 40px) / 3);
        max-width: 50%; } }
    @media (max-width: 600px) {
      .whoteam__box {
        width: 233px;
        max-width: 100%;
        margin-bottom: 30px; } }
  .whoteam__image {
    width: 100%;
    position: relative; }
    .whoteam__image__img {
      width: 100%;
      position: relative; }
    .whoteam__image:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding-top: 100%;
      transform: translate(-30px, 40px);
      background-color: #F6F9FC; }
  .whoteam__legend {
    position: absolute;
    top: 70px;
    left: -30px;
    margin: 0;
    transform: rotate(-90deg) translate(-100%);
    transform-origin: top left;
    font-style: italic;
    line-height: 30px;
    color: #718EA2;
    height: 30px;
    white-space: nowrap; }
  .whoteam__name {
    color: #394F5F;
    position: relative; }

.whoslider {
  position: relative;
  padding: 225px 0; }
  @media (max-width: 1024px) {
    .whoslider {
      padding: 75px 0 45px 0; } }
  @media (max-width: 767px) {
    .whoslider {
      padding: 45px 0; } }
  .whoslider__buttons {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .whoslider .swiper-container {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto; }
  .whoslider .swiper-slide {
    transition: all .3s;
    opacity: 0.4;
    transform: scale(0.9); }
    .whoslider .swiper-slide img {
      max-width: 100%; }
  .whoslider .swiper-slide-active {
    transform: scale(1.4);
    transform: scale(1);
    opacity: 1;
    z-index: 1; }
  .whoslider .swiper-button-next {
    width: 81px;
    height: 81px;
    background-color: #FFFFFF;
    border-radius: 50%; }
    @media (max-width: 1199px) {
      .whoslider .swiper-button-next {
        width: 60px;
        height: 60px; } }
    @media (max-width: 1024px) {
      .whoslider .swiper-button-next {
        width: 40px;
        height: 40px; } }
  .whoslider .swiper-button-prev {
    width: 81px;
    height: 81px;
    background-color: #FFFFFF;
    border-radius: 50%; }
    @media (max-width: 1199px) {
      .whoslider .swiper-button-prev {
        width: 60px;
        height: 60px; } }
    @media (max-width: 1024px) {
      .whoslider .swiper-button-prev {
        width: 40px;
        height: 40px; } }
  .whoslider .swiper-button-next img,
  .whoslider .swiper-button-prev img {
    display: block;
    width: 100%; }
  .whoslider .swiper-button-next:after,
  .whoslider .swiper-button-prev:after {
    display: none; }
