@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:ital,wght@0,400;0,500;0,700;1,300&display=swap");
.style_1 {
  font-size: 50px; }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

body {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px;
  line-height: 28px; }
.hidden{display: none !important;}
.error{color: #950000}
.success{color: #1c7430}
.header-section {
  background-image: url("../../images/hero-bg.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 18px 0 20px 0;
  position: relative;
  letter-spacing: 0.5px; }
  .header-section .top-logo {
    max-width: 210px; }
  .header-section .top-bottom_line {
    width: 100%;
    margin: 17px 15px 0 15px;
    height: 1px;
    background-color: #c9deff;
    opacity: 0.2;
    z-index: 2; }
  .header-section .header-section__link {
    font-size: 14px;
    color: #cfe4ed; }
  .header-section .header-section__top-text {
    margin-top: 11px; }
  .header-section .header-section__text {
    max-width: 780px;
    margin: 60px auto 290px auto;
    text-align: center; }
  .header-section .header-section__title {
    font-size: 48px;
    color: #fff;
    font-family: "Roboto Condensed";
    font-weight: 700;
    margin-bottom: 28px; }
  .header-section .header-section__scroll-link {
    display: inline-flex; }
  .header-section .header-section__subtitle {
    font-size: 18px;
    color: #cfe4ed;
    margin-bottom: 36px; }
  @media (max-width: 767.98px) {
    .header-section {
      padding: 12px 0 20px 0; }
      .header-section .top-logo {
        max-width: 136px; }
      .header-section .header-section__top-text {
        margin-top: 0;
        font-size: 12px; }
      .header-section .header-section__text {
        margin: 28px auto 125px auto; }
      .header-section .header-section__title {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 10px; }
      .header-section .header-section__subtitle {
        font-size: 15px;
        margin-bottom: 20px; } }

.bottom-gallery {
  background-image: url("../../images/bottom-gallery-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 105px; }
  .bottom-gallery .bottom-gallery__title {
    color: #3DAEDF;
    font-family: "Roboto";
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 32px; }
  .bottom-gallery .bottom-gallery__subtitle {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    color: #203b45;
    line-height: 1.3; }
  .bottom-gallery .bottom-gallery__text {
    color: #4c6169;
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.6;
    margin-right: 80px;
    margin-bottom: 28px; }
  .bottom-gallery .bottom-gallery__button {
    color: #3DAEDF;
    border: 1px solid #3DAEDF;
    padding: 5px 10px;
    font-family: "Roboto Condensed";
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    width: 140px;
    transition: background 1s, color 0.5s; }
    .bottom-gallery .bottom-gallery__button:hover {
      background-color: #3DAEDF;
      color: #fff; }
  .bottom-gallery .gallery-module {
    position: relative;
    margin-bottom: 110px;
    width: 115%;
    margin-left: -38px; }
    .bottom-gallery .gallery-module .slick-arrow {
      background-color: transparent;
      width: 18px; }
      .bottom-gallery .gallery-module .slick-arrow:after {
        background-color: transparent; }
    .bottom-gallery .gallery-module .gallery-slider {
      position: relative;
      margin-bottom: 0; }
  .bottom-gallery .gallery-module .slick-arrow.slick-prev:before,
  .bottom-gallery .gallery-module .slick-arrow.slick-next::before {
    position: absolute;
    width: 23px;
    height: 23px;
    content: url("../../images/right-arrow.svg");
    border: 0;
    margin-top: -13px;
    left: 50%;
    margin-left: -9px; }
  .bottom-gallery .gallery-module .slider-nav .slick-arrow.slick-prev {
    left: 5px; }
  .bottom-gallery .gallery-module .slider-nav .slick-arrow.slick-next {
    right: -5px; }
  .bottom-gallery .gallery-module .slider-nav .slick-arrow.slick-prev:before,
  .bottom-gallery .gallery-module .slider-nav .slick-arrow.slick-next::before {
    content: url("../../images/right-arrow-bottom.svg"); }
  .bottom-gallery .gallery-module .slick-arrow.slick-prev:before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0; }
  .bottom-gallery .gallery-module .slick-arrow.slick-next::before {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 0; }
  .bottom-gallery .gallery-module .gallery-slider .slick-arrow {
    background-color: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px; }
    .bottom-gallery .gallery-module .gallery-slider .slick-arrow:hover {
      background-color: #3daedf;
      border: 0; }
    .bottom-gallery .gallery-module .gallery-slider .slick-arrow:focus-visible, .bottom-gallery .gallery-module .gallery-slider .slick-arrow:focus {
      border: 0;
      outline: 0; }
  .bottom-gallery .gallery-module .gallery-slider .slick-arrow.slick-prev {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -50px;
    z-index: 1;
    margin-top: -25px; }
    .bottom-gallery .gallery-module .gallery-slider .slick-arrow.slick-prev:before {
      margin-left: 9px; }
  .bottom-gallery .gallery-module .gallery-slider .slick-arrow.slick-next {
    position: absolute;
    right: 50%;
    top: 100%;
    margin-right: -50px;
    z-index: 1;
    margin-top: -25px; }
  .bottom-gallery .slider.slider-nav .img-thumnnail {
    margin: 15px 5px;
    filter: grayscale(1);
    opacity: 0.5; }
    .bottom-gallery .slider.slider-nav .img-thumnnail img {
      width: 100%; }
  .bottom-gallery .slider.slider-nav .slick-active.is-active .img-thumnnail {
    filter: grayscale(0);
    opacity: 1; }
  .bottom-gallery .slider.slider-nav .slick-list {
    margin: 0 25px; }
  @media screen and (max-width: 1400px) {
    .bottom-gallery .gallery-module {
      width: 100%;
      margin-left: 0; } }
  @media (max-width: 991.98px) {
    .bottom-gallery {
      padding-top: 60px;
      text-align: center; }
      .bottom-gallery .bottom-gallery__text {
        margin: 8px 0 20px; }
      .bottom-gallery .bottom-gallery__button {
        margin: 0 auto 35px auto; }
      .bottom-gallery .gallery-module {
        margin-bottom: 80px; } }
  @media (max-width: 767.98px) {
    .bottom-gallery {
      background-image: url("../../images/bottom-gallery-background-mobile.png");
      padding-top: 0;
      text-align: center; }
      .bottom-gallery .bottom-gallery__text {
        font-size: 16px;
        margin: 3px 0 18px; }
      .bottom-gallery .bottom-gallery__button {
        font-size: 15px;
        margin: 0 auto 30px auto;
        width: 110px;
        border-radius: 3px;
        padding: 2px 10px 0 10px; }
      .bottom-gallery .bottom-gallery__title {
        font-size: 12px;
        letter-spacing: 4.7px; }
      .bottom-gallery .bottom-gallery__subtitle {
        font-size: 30px; }
      .bottom-gallery .gallery-module {
        width: 90%;
        margin: 0 auto; }
        .bottom-gallery .gallery-module .slick-slide {
          max-height: 170px; }
          .bottom-gallery .gallery-module .slick-slide img {
            width: 100%; }
        .bottom-gallery .gallery-module .gallery-slider .slick-arrow {
          width: 30px;
          height: 30px; }
        .bottom-gallery .gallery-module .gallery-slider .slick-arrow.slick-prev {
          margin-left: -30px;
          margin-top: -15px; }
          .bottom-gallery .gallery-module .gallery-slider .slick-arrow.slick-prev:before {
            margin-left: 6px;
            margin-top: -7px;
            width: 17px;
            height: 17px; }
        .bottom-gallery .gallery-module .gallery-slider .slick-arrow.slick-next {
          margin-right: -30px;
          margin-top: -15px; }
        .bottom-gallery .gallery-module .gallery-slider .slick-arrow.slick-next::before {
          width: 17px;
          height: 17px;
          margin-top: -10px; }
        .bottom-gallery .gallery-module .slider-nav .slick-arrow.slick-next {
          right: 0; }
        .bottom-gallery .gallery-module .slider-nav .slick-arrow.slick-prev {
          left: 0; }
      .bottom-gallery .slider.slider-nav .img-thumnnail {
        margin: 6px 3px; }
      .bottom-gallery .slider.slider-nav .slick-list {
        margin: 0 15px; } }

.top-gallery {
  margin-top: -287px;
  height: 287px; }
  .top-gallery .slideshow {
    display: flex;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    /*position: relative;*/
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    padding-top: 45px;
    /* up movement + 15px shadow size */
    padding-bottom: 95px;
    /*bottom movement + 65px shadow size*/ }
  .top-gallery .mover {
    display: flex; }
  .top-gallery .img-wrapper {
    padding-right: 18px;
    transform: translate3d(0, 0, 0); }
  .top-gallery .fotop-gallery__image {
    border-radius: 10px;
    width: 265px;
    height: 332px;
    object-fit: cover;
    box-shadow: 0px 25px 40px 0px rgba(14, 30, 37, 0.2); }
  .top-gallery .mover div:nth-child(even) {
    animation: bounce 25s linear 2s infinite; }
  .top-gallery .mover div:nth-child(odd) {
    animation: bounce 25s linear 2s infinite reverse; }
  .top-gallery .tech-slideshow > div {
    width: auto;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0); }
  .top-gallery .mover {
    animation: moveSlideshow 165s ease-in-out infinite alternate; }

@keyframes moveSlideshow {
  100% {
    transform: translateX(calc(100vw - 100%)); } }

@keyframes bounce {
  0% {
    transform: translateY(0px); }
  25% {
    transform: translateY(-30px); }
  50% {
    transform: translateY(0px); }
  75% {
    transform: translateY(30px); }
  100% {
    transform: translateY(0px); } }
  @media (max-width: 767.98px) {
    .top-gallery {
      margin-top: -147px;
      height: 147px; }
      .top-gallery .fotop-gallery__image {
        width: 135px;
        height: 170px; }
      .top-gallery .mover div:nth-child(even) {
        animation: bounceMobile 25s linear 2s infinite; }
      .top-gallery .mover div:nth-child(odd) {
        animation: bounceMobile 25s linear 2s infinite reverse; }
      .top-gallery .img-wrapper {
        transform: translate3d(0, 0, 0); }
    @keyframes bounceMobile {
      0% {
        transform: translateY(0px); }
      25% {
        transform: translateY(-15px); }
      50% {
        transform: translateY(0px); }
      75% {
        transform: translateY(15px); }
      100% {
        transform: translateY(0px); } } }

.form-section {
  background-image: url("../../images/form-background.png");
  background-repeat: no-repeat;
  background-size: cover; }
  .form-section .form-section__title {
    text-align: center;
    font-size: 48px;
    color: #fff;
    font-family: "Roboto Condensed";
    font-weight: 700;
    margin-bottom: 19px; }
  .form-section .form-section__wrapper {
    margin: 40px 38px 112px 38px; }
  @media (max-width: 767.98px) {
    .form-section .form-section__wrapper {
      margin: 46px 20px 48px 20px; } }
  .form-section .contact-section {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px; }
    .form-section .contact-section .contact-section__wrapper {
      display: flex;
      align-items: center;
      color: #fff;
      cursor: pointer; }
      .form-section .contact-section .contact-section__wrapper:hover {
        color: #34a9dc; }
      .form-section .contact-section .contact-section__wrapper .contact-icon_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background: #181f59;
        border-radius: 5px;
        margin-right: 12px; }
        .form-section .contact-section .contact-section__wrapper .contact-icon_wrapper .contact-icon {
          flex-shrink: 0; }
      .form-section .contact-section .contact-section__wrapper:first-child {
        margin-right: 40px; }
  .form-section .form-wrapper ._row._checkbox-wrapper {
    width: 130px;
    float: left;
    position: relative; }
  .form-section .form-wrapper ._row._checkbox-radio {
    text-align: center;
    margin-bottom: 10px; }
  .form-section .form-wrapper ._row input[type="checkbox"],
  .form-section .form-wrapper ._row input[type="radio"] {
    cursor: pointer;
    width: 22px;
    height: 22px;
    opacity: 0;
    position: absolute;
    left: 0; }
  .form-section .form-wrapper ._row._checkbox-radio .contact-text {
    display: flex;
    align-items: center;
    color: #7d8c93; }
  .form-section .form-wrapper ._row input[type="checkbox"]:checked ~ .contact-text:before,
  .form-section .form-wrapper ._row input[type="radio"]:checked ~ .contact-text:before {
    background: url(../../images/radio-checked.png) no-repeat; }
  .form-section .form-wrapper ._row input[type="checkbox"]:checked ~ .contact-text,
  .form-section .form-wrapper ._row input[type="radio"]:checked ~ .contact-text {
    color: #fff; }
  .form-section .form-wrapper ._row._checkbox-radio .contact-text:before {
    content: "";
    background: url(../../images/radio_unchecked.png) no-repeat;
    height: 22px;
    width: 22px;
    display: block; }
  .form-section .form-wrapper ._row._checkbox-radio .contact-text label {
    cursor: pointer;
    padding-left: 8px;
    margin-bottom: 0; }
  .form-section .form-wrapper ._form_element input[type="text"],
  .form-section .form-wrapper ._form_element textarea {
    cursor: pointer;
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    font-size: 16px;
    border: 2px solid transparent;
    outline: 0;
    width: 100%;
    padding: 12px 20px; }
    .form-section .form-wrapper ._form_element input[type="text"]:focus,
    .form-section .form-wrapper ._form_element textarea:focus {
      border-color: #368dc4; }
  .form-section .form-wrapper ._form_element ::-webkit-input-placeholder {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    color: #fff;
    font-size: 16px; }
  .form-section .form-wrapper ._form_element :-moz-placeholder {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    color: #fff;
    font-size: 16px; }
  .form-section .form-wrapper ._form_element ::-moz-placeholder {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    color: #fff;
    font-size: 16px; }
  .form-section .form-wrapper ._form_element :-ms-input-placeholder {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    color: #fff;
    font-size: 16px; }
  .form-section .form-wrapper ._form_element .focussed {
    color: #fff; }
  .form-section .form-wrapper ._form_element {
    margin-top: 12px; }
  .form-section .form-wrapper ._form_element ._form-label {
    cursor: pointer;
    font-family: "Roboto Condensed";
    font-weight: 700;
    color: #7d8c93;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase; }
  .form-section .form-wrapper ._button-wrapper ._submit {
    border: 0;
    font-family: "Roboto Condensed";
    font-weight: 700;
    background: #34a9dc;
    transition: background 1s;
    color: #fff;
    font-size: 17px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 14px; }
    .form-section .form-wrapper ._button-wrapper ._submit:hover {
      background: #268ab6; }
    .form-section .form-wrapper ._button-wrapper ._submit:focus {
      outline: 0; }
  @media (max-width: 767.98px) {
    .form-section {
      background-image: url("../../images/form-background-mobile.png");
      margin-top: 50px; }
      .form-section .form-section__title {
        font-size: 30px; }
      .form-section .form-wrapper ._form_element input[type="text"],
      .form-section .form-wrapper ._form_element textarea {
        padding: 6px 17px;
        font-size: 15px; }
      .form-section .form-wrapper ._form_element textarea {
        line-height: 1.4; }
      .form-section .form-wrapper ._form_element ::-webkit-input-placeholder {
        font-size: 15px;
        line-height: 1.4; }
      .form-section .form-wrapper ._form_element :-moz-placeholder {
        font-size: 15px;
        line-height: 1.4; }
      .form-section .form-wrapper ._form_element ::-moz-placeholder {
        font-size: 15px;
        line-height: 1.4; }
      .form-section .form-wrapper ._form_element :-ms-input-placeholder {
        font-size: 15px;
        line-height: 1.4; }
      .form-section .form-wrapper ._button-wrapper ._submit {
        margin-top: 8px;
        font-size: 17px;
        padding: 10px 9px; }
      .form-section .contact-section {
        font-size: 16px;
        margin-bottom: 0; }
        .form-section .contact-section .contact-section__wrapper {
          margin-bottom: 10px; }
          .form-section .contact-section .contact-section__wrapper .contact-icon_wrapper {
            margin-right: 18px; } }

.logo-section {
  background: #f4f5f6;
  padding-bottom: 50px;
  padding-top: 170px; }
  .logo-section .logo-section__title {
    font-size: 14px;
    color: #72737c;
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .logo-section .logo-wrapper {
    margin: 0 35px;
    flex-grow: initial; }
  .logo-section .logos-container {
    display: grid;
    display: -ms-flex;
    grid-gap: 2vw;
    grid-template-columns: repeat(auto-fill, minmax(193px, 1fr));
    align-items: center;
    justify-items: center;
    margin: 0 20px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .logo-section .logos-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0; }
        .logo-section .logos-container img {
          margin: 20px 30px; } }
    @media (max-width: 767.98px) {
      .logo-section .logos-container {
        grid-template-columns: repeat(auto-fill, 33.33333%) !important;
        grid-gap: 0; }
        .logo-section .logos-container img {
          max-width: 100%;
          padding: 0 10px; }
          .logo-section .logos-container img.six-logo {
            grid-column-start: 2;
            grid-column-end: 2; } }
  @media (max-width: 767.98px) {
    .logo-section {
      padding-top: 120px;
      padding-bottom: 27px; }
      .logo-section .logo-section__title {
        font-size: 13px;
        letter-spacing: 2.6px; }
      .logo-section .logos-container img {
        margin-bottom: 20px; }
        .logo-section .logos-container img.six-logo {
          max-width: 60%; } }

.sme-section {
  text-align: center; }
  .sme-section .sme-section__title {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    color: #203b45;
    font-size: 40px;
    line-height: 1.4;
    margin-top: 79px; }
  .sme-section .sme-section__text {
    font-size: 16px;
    color: #72737c;
    margin-top: 15px; }
  .sme-section .sme-section__small-text {
    font-size: 14px;
    color: #72737c; }
  @media (max-width: 767.98px) {
    .sme-section .sme-section__title {
      font-size: 26px;
      margin-top: 34px; }
    .sme-section .sme-section__text {
      margin-top: 10px; } }

.cards-wrapper {
  margin-top: 90px; }

.members {
  background-image: url("../../images/members-background.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 80px;
  padding: 92px 0 108px 0;
  position: relative;
  margin: 75px 40px 67px 40px;
  background-color: #182059; }
  .members .members__title {
    font-family: "Roboto Condensed";
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 40px;
    margin-bottom: 25px; }
  .members .members__subtitle {
    color: #cfe4ed;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px; }
  .members .members__count {
    display: none; }
  .members .members__name {
    display: inline-block;
    position: relative;
    color: #203b45;
    font-family: "Roboto Condensed";
    font-size: 30px;
    font-weight: 300;
    z-index: 1; }
    .members .members__name:after {
      content: "";
      border-bottom: 3px solid #9ed6ef;
      display: block;
      width: 102%;
      position: absolute;
      bottom: 2px;
      z-index: -1; }
    .members .members__name .members__surname {
      font-family: "Roboto Condensed";
      font-weight: 700; }
  .members .members__text {
    color: #4c6169;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px; }
  .members .members__card-wrapper {
    display: flex;
    margin-bottom: 90px; }
  .members .members__text-wrapper {
    background: #fff;
    border-radius: 10px;
    margin-left: -65px;
    margin-top: -40px;
    padding: 27px 24px 24px 101px;
    width: 100%;
  }
  .members .members__picture-wrapper {
    z-index: 1; }
    .members .members__picture-wrapper:before {
      content: "";
      background: #3daedf;
      width: 131px;
      height: 181px;
      display: block;
      position: absolute;
      top: -16px;
      left: 21px;
      z-index: -1;
      transform: skew(-5deg, -5deg);
      border-radius: 10px;
      border-bottom-left-radius: 100%;
      border-bottom-right-radius: 10%; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .members .members__picture-wrapper {
        transform: translate(0%, 2%); }
        .members .members__picture-wrapper:before {
          left: 5px; } }
  .members .members__picture {
    border-radius: 8px;
    object-fit: cover;
    width: 130px;
    height: 160px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .members .members__picture {
        height: auto; } }
  .members .members__button-wrapper {
    text-align: center;
    display: flex;
    justify-content: center; }
  .members .members__button {
    color: #3daedf;
    border: 1px solid #3daedf;
    font-size: 16px;
    font-family: "Roboto Condensed";
    font-weight: 400;
    padding: 12px 68px 10px 68px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.5s, color 0.3s; }
    .members .members__button:hover {
      background: #3daedf;
      color: #fff; }
  .members .progress {
    display: none; }
  @media (max-width: 991.98px) {
    .members {
      margin: 38px 0 0 0;
      padding: 34px 0 58px 0;
      border-radius: 30px; }
      .members .members__title {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 8px; }
      .members .members__subtitle {
        font-size: 15px;
        margin-bottom: 12px; }
      .members .members__card-wrapper {
        display: block;
        background: #fff;
        border-radius: 10px;
        margin-bottom: 35px; }
      .members .members__text-wrapper {
        background: none;
        margin-top: -120px;
        margin-left: 0;
        padding: 20px; }
      .members .members__picture {
        width: 78px;
        height: 100px;
        position: relative;
        z-index: 1; }
      .members .members__picture-wrapper {
        padding: 20px; }
        .members .members__picture-wrapper:before {
          width: 82px;
          height: 88px;
          top: 16px;
          left: 34px;
          z-index: 0; }
      .members .members__name {
        font-size: 27px;
        margin-left: 111px;
        height: 84px; }
        .members .members__name:after {
          bottom: auto; }
      .members .members__text {
        margin-top: 10px; }
      .members .members__surname {
        display: block; }
      .members .members__name-inside:after {
        content: "";
        border-bottom: 3px solid #9ed6ef;
        display: block;
        width: 102%;
        position: absolute;
        bottom: auto;
        z-index: -1; }
      .members .members__count {
        display: flex;
        font-family: "Roboto Condensed";
        font-weight: 400;
        position: absolute;
        top: 17px;
        right: 35px;
        pointer-events: none; }
        .members .members__count .members__count-current {
          font-size: 20px;
          color: #3DAEDF;
          line-height: 1; }
        .members .members__count .members__count-all {
          font-size: 13px;
          color: #72737c;
          line-height: 18px;
          opacity: 0.5;
          letter-spacing: 0.5px; }
      .members .members__button-wrapper {
        display: none; }
      .members .cards-wrapper {
        width: 90%;
        margin: 20px auto;
        position: relative; }
        .members .cards-wrapper .slick-next {
          right: 0; }
        .members .cards-wrapper .slick-prev {
          left: -16px; }
        .members .cards-wrapper .slick-arrow.slick-prev:before,
        .members .cards-wrapper .slick-arrow.slick-next::before {
          position: absolute;
          width: 26px;
          height: 26px;
          content: url("../../images/right-arrow.svg");
          opacity: 0.5;
          border: 0;
          margin-top: -13px;
          left: 50%; }
        .members .cards-wrapper .slider-nav .slick-arrow.slick-prev:before,
        .members .cards-wrapper .slider-nav .slick-arrow.slick-next::before {
          content: url("../../images/right-arrow-bottom.svg"); }
        .members .cards-wrapper .slick-arrow.slick-prev:before {
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
          left: 0; }
        .members .cards-wrapper .slick-arrow.slick-next::before {
          -ms-transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          right: 0; }
      .members .slick-track {
        display: flex; }
      .members .slick-slide {
        height: inherit; }
      .members .slide {
        box-shadow: 0 0 3px 0 blue inset;
        border-radius: 12px;
        margin-left: 5px;
        margin-right: 5px;
        outline: none;
        line-height: 100px;
        text-align: center;
        font-size: 24px;
        font-family: Sans-serif;
        text-transform: uppercase; }
      .members .slick-dots {
        margin: 20px 0 0 0;
        padding: 0;
        text-align: center; }
      .members .slick-dots li {
        display: none;
        height: 30px;
        width: 30px;
        margin: 5px;
        box-shadow: 0 0 0 1px orange;
        line-height: 30px;
        text-align: center;
        border-radius: 50%; }
      .members .slick-dots li button {
        height: inherit;
        width: inherit;
        outline: none;
        border: none;
        cursor: pointer;
        background-color: transparent;
        font-size: 24px;
        color: #fff; }
      .members .slick-dots li.slick-active {
        display: inline-block;
        box-shadow: 0 0 10px 1px orange; }
      .members .slick-dots li.before,
      .members .slick-dots li.after {
        display: inline-block; }
      .members .progressbar__line {
        margin: 0 10px;
        height: 3px;
        background: rgba(201, 222, 255, 0.5);
        transform: translate3d(0, 0, 0); }
      .members .progressbar__fill {
        background: #3DAEDF;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 3px;
        transform-origin: left top;
        transform: translate3d(0px, 0px, 0px) scaleX(0) scaleY(1);
        transition-duration: 300ms; } }

.international-network {
  margin-top: 130px;
  padding-bottom: 150px; }
  .international-network .international-network__wrapper {
    margin-left: 90px; }
  .international-network .international-network__title {
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-size: 48px;
    color: #203b45;
    margin-bottom: 24px;
    line-height: 1.2; }
  .international-network .international-network__text {
    font-size: 20px;
    margin-bottom: 36px;
    color: #4c6169; }
  .international-network .international-network__subtitle {
    color: #3DAEDF;
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    margin-top: 62px;
    text-align: center;
    margin-bottom: 25px; }
  .international-network .international-network__image {
    width: 100%; }
  .international-network .international-network__image-globe {
    width: 130%;
    margin-left: -32px; }
  .international-network .international-network__image-mobile {
    display: none; }
  @media screen and (max-width: 1400px) {
    .international-network .international-network__image-globe {
      width: 100%;
      margin-left: 0; } }
  @media (max-width: 991.98px) {
    .international-network {
      margin-top: 90px;
      padding-bottom: 100px; }
      .international-network .international-network__title {
        text-align: center;
        margin-bottom: 20px; }
      .international-network .international-network__text {
        text-align: center; }
      .international-network .international-network__wrapper {
        margin-left: 0; }
      .international-network .international-network__image-globe {
        width: 100%;
        margin-left: 0; } }
  @media (max-width: 767.98px) {
    .international-network {
      margin-top: 50px;
      padding-bottom: 40px; }
      .international-network .international-network__title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 20px; }
      .international-network .international-network__text {
        font-size: 16px;
        margin-bottom: 0;
        text-align: center; }
      .international-network .international-network__subtitle {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 8px; }
      .international-network .international-network__wrapper {
        margin-left: 0; }
      .international-network .international-network__image-globe {
        width: 90%;
        margin-left: 15px; }
      .international-network .international-network__image {
        display: none; }
      .international-network .international-network__image-mobile {
        display: block;
        width: 100%;
        margin-top: 10px; } }

@media screen and (max-width: 1400px) {
  .align-center-desktop-lg {
    align-items: center; } }

.footer {
  font-size: 14px;
  color: #72737c;
  line-height: 16px;
  margin-top: 34px;
  margin-bottom: 40px; }
  .footer .rights-reserve {
    text-align: center;
    margin-bottom: 16px; }
  .footer .logo {
    width: 217px;
    height: 100%;
    margin-bottom: 20px; }
  .footer .footer__links-wrapper {
    display: flex;
    justify-content: center; }
  .footer .footer__links {
    color: #72737c;
    margin-left: 25px;
    letter-spacing: 0.5px; }
    .footer .footer__links:first-child {
      margin-left: 0; }
    .footer .footer__links:hover {
      text-decoration: underline; }
  .footer .footer__border {
    border-top: 2px solid #c9deff;
    padding-top: 18px; }
  @media (max-width: 767.98px) {
    .footer {
      margin-top: 42px; }
      .footer .rights-reserve {
        margin-bottom: 26px; } }
