*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

ul[class],
ol[class] {
  padding: 0; }

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

html {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #464646; }

ul[class],
ol[class] {
  list-style-type: none; }

a {
  color: inherit;
  text-decoration: none; }
  a:not([class]) {
    text-decoration-skip-ink: auto; }

img {
  display: block;
  max-width: 100%; }

input,
button,
textarea,
select {
  font: inherit; }

h1 {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 110%; }
  @media (min-width: 1024px) {
    h1 {
      font-size: 68px; } }

h2 {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%; }
  @media (min-width: 1024px) {
    h2 {
      font-size: 56px; } }

h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%; }
  @media (min-width: 1024px) {
    h3 {
      font-size: 28px; } }

h4 {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #0059FF; }

p {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #464646; }

.container {
  max-width: 1322px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px; }

.overflow-hidden {
  overflow: hidden; }

.main {
  padding-top: 68px; }
  @media (min-width: 1024px) {
    .main {
      padding-top: 80px; } }

.btn-wrapper .btn {
  display: block;
  padding: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  background-color: #0059FF;
  color: #fff;
  border-radius: 40px;
  cursor: pointer; }
  .btn-wrapper .btn.btn-white {
    background-color: #fff;
    color: #0059FF; }

.pre-title {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  border-bottom: 1px solid #d6d6d6; }
  @media (min-width: 1024px) {
    .pre-title {
      margin-bottom: 60px;
      font-size: 20px; } }

.header {
  position: fixed;
  z-index: 333;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #0059FF; }
  @media (min-width: 1024px) {
    .header {
      padding-top: 22px;
      padding-bottom: 22px; } }
  .header .logo img {
    height: 32px; }
    @media (min-width: 1024px) {
      .header .logo img {
        height: 36px; } }
  @media (min-width: 1024px) {
    .header .header-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .header .header-toggle-btn {
    position: fixed;
    z-index: 2;
    top: 12px;
    right: 16px;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    background-color: transparent; }
    @media (min-width: 1024px) {
      .header .header-toggle-btn {
        display: none; } }
    .header .header-toggle-btn span {
      position: absolute;
      top: 19px;
      left: 12px;
      width: 16px;
      height: 2px;
      background-color: #fff;
      -webkit-transition: 0.25s;
      transition: 0.25s; }
      .header .header-toggle-btn span:nth-child(1) {
        top: 13px; }
      .header .header-toggle-btn span:nth-child(3) {
        top: auto;
        bottom: 13px; }
  .header .header-nav {
    position: fixed;
    z-index: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 68px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px; }
    @media (min-width: 1024px) {
      .header .header-nav {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0;
        background-color: transparent;
        -webkit-transform: none;
                transform: none; } }
    @media (min-width: 1024px) {
      .header .header-nav .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 28px; } }
    @media (min-width: 1280px) {
      .header .header-nav .menu {
        margin-right: 88px; } }
    .header .header-nav .menu li {
      margin-bottom: 12px; }
      @media (min-width: 1024px) {
        .header .header-nav .menu li {
          margin-bottom: 0; } }
      .header .header-nav .menu li a {
        display: block;
        padding: 11px 16px;
        font-weight: 400;
        font-size: 20px;
        line-height: 130%;
        color: #fff; }
        @media (min-width: 1024px) {
          .header .header-nav .menu li a {
            font-size: 14px; } }
        @media (min-width: 1280px) {
          .header .header-nav .menu li a {
            font-size: 20px; } }
    .header .header-nav .header-btn a {
      display: block;
      padding: 16px;
      font-weight: 600;
      font-size: 18px;
      line-height: 130%;
      text-align: center;
      border-radius: 40px;
      color: #fff; }
  .header.open-menu .header-toggle-btn {
    border: 1px solid #0059FF; }
    .header.open-menu .header-toggle-btn span {
      background-color: #0059FF;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
      .header.open-menu .header-toggle-btn span:nth-child(1) {
        -webkit-transform: translateY(6px) rotate(-45deg);
                transform: translateY(6px) rotate(-45deg); }
      .header.open-menu .header-toggle-btn span:nth-child(3) {
        opacity: 0;
        -webkit-transition: 0s;
        transition: 0s; }
  .header.open-menu .header-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .header.open-menu .header-nav .menu li a {
      color: #030009; }
    .header.open-menu .header-nav .header-btn a {
      background-color: #0059FF; }

  .header.scrolled {background-color: rgba(255, 255, 255, 1);border-bottom: 1px solid rgba(214, 214, 214, 1);}
  .header .logo .scroll {display: none;}
  .header.scrolled .logo .normal {display: none;}
  .header.scrolled .logo .scroll {display: block;} 
  .header.scrolled .header-toggle-btn { border: 1px solid rgba(214, 214, 214, 1); }
  .header.scrolled .header-toggle-btn span { background-color: rgba(3, 0, 9, 1); } 
  .header.scrolled.open-menu .header-toggle-btn { border: 1px solid #0059FF; }
  .header.scrolled.open-menu .header-toggle-btn span { background-color: #0059FF; } 

  @media (min-width: 1024px) {
    .header.scrolled .header-nav .header-btn a {color: rgba(0, 85, 242, 1);}
    .header.scrolled .header-nav .menu li a {color: rgba(3, 0, 9, 1);}
  }

  .header .header-nav .menu li a {border: 1px solid transparent;border-radius: 40px;}
  .header .header-nav .menu li.active a {border: 1px solid rgba(214, 214, 214, 1);}
  .header .header-nav .menu li a:hover {border: 1px solid rgba(214, 214, 214, 1);}
  .header.scrolled .header-nav .menu li.active a {border: 1px solid rgba(0, 85, 242, 1);background-color: #EAF1FF;}
  .header.scrolled .header-nav .menu li a:hover {border: 1px solid rgba(0, 85, 242, 1);background-color: #EAF1FF;}
  .header .header-nav .header-btn a {position: relative;}
  .header .header-nav .header-btn a::after {content: ''; position: absolute; height: 1px; width: 0; background-color: #fff; left: 16px; bottom: 10px;transition: .25s;}
  .header.scrolled .header-nav .header-btn a::after {background-color: rgba(0, 85, 242, 1);}
  .header .header-nav .header-btn a:hover::after {width: calc(100% - 32px);}
  .header .header-nav .menu li a, .header .header-nav .header-btn a {transition: .25s}
.hero {
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #0059FF; }
  @media (min-width: 1024px) {
    .hero {
      padding-bottom: 80px; } }
  .hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 385px;
    width: 375px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("../../images/hero-decor-mob.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none; }
    @media (min-width: 1024px) {
      .hero:before {
        display: none; } }
    .hero .hero-wrapper {position: relative;}
  @media (min-width: 1024px) {
    .hero .hero-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .hero .hero-wrapper h1 {
    margin-bottom: 24px;
    color: #FFFFFF;
    text-align: center; }
    @media (min-width: 1024px) {
      .hero .hero-wrapper h1 {
        margin-bottom: 28px;
        text-align: left; } }
  .hero .hero-wrapper p {
    margin-bottom: 48px;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px; }
    @media (min-width: 1024px) {
      .hero .hero-wrapper p {
        margin-bottom: 55px;
        font-size: 20px; } }
  @media (min-width: 1024px) {
    .hero .hero-wrapper .left {
      max-width: 49%;
      padding-top: 120px;
      padding-bottom: 90px; } }
  @media (min-width: 1280px) {
    .hero .hero-wrapper .left {
      max-width: 640px; } }
  .hero .hero-wrapper .right {
    display: none; }
    @media (min-width: 1024px) {
      .hero .hero-wrapper .right {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        max-width: 49%; } }
    @media (min-width: 1280px) {
      .hero .hero-wrapper .right {
        max-width: 675px; } }
  .hero .hero-wrapper .full {
    width: 100%;
    margin-top: 80px; }
    @media (min-width: 768px) {
      .hero .hero-wrapper .full .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .hero .hero-wrapper .full .list li {
      padding: 28px;
      background-color: rgba(255, 255, 255, 0.12);
      border-radius: 20px;
      color: white; }
      @media (min-width: 768px) {
        .hero .hero-wrapper .full .list li {
          width: calc(50% - 10px); } }
      @media (min-width: 1024px) {
        .hero .hero-wrapper .full .list li {
          width: calc(25% - 10px); } }
      .hero .hero-wrapper .full .list li:not(:last-of-type) {
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          .hero .hero-wrapper .full .list li:not(:last-of-type) {
            margin-bottom: 0; } }
      .hero .hero-wrapper .full .list li .title {
        display: block;
        margin-bottom: 16px;
        font-weight: 500;
        font-size: 32px;
        line-height: 110%; }
        @media (min-width: 1024px) {
          .hero .hero-wrapper .full .list li .title {
            font-size: 40px; } }
      .hero .hero-wrapper .full .list li .text {
        display: block;
        line-height: 130%;
        font-size: 18px; }
        @media (min-width: 1024px) {
          .hero .hero-wrapper .full .list li .text {
            font-size: 20px; } }
  @media (min-width: 1024px) {
    .hero .hero-wrapper .btn-wrapper .btn {
      max-width: 282px; } }

.offer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9; }
  @media (min-width: 1024px) {
    .offer {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1024px) {
    .offer .offer-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .offer .offer-wrapper h2 {
    margin-bottom: 40px;
    text-align: center; }
    @media (min-width: 1024px) {
      .offer .offer-wrapper h2 {
        margin-bottom: 0;
        text-align: left; } }
  .offer .offer-wrapper .left {
    width: 100%; }
    @media (min-width: 1024px) {
      .offer .offer-wrapper .left {
        max-width: calc(100% - 750px); } }
  .offer .offer-wrapper .right {
    width: 100%; }
    @media (min-width: 1024px) {
      .offer .offer-wrapper .right {
        max-width: 710px; } }
  .offer .offer-wrapper .list {
    margin-bottom: -20px; }
    @media (min-width: 1024px) {
      .offer .offer-wrapper .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .offer .offer-wrapper .list li {
      margin-bottom: 20px;
      padding: 28px;
      border-radius: 20px;
      background-color: #fff; }
      @media (min-width: 1024px) {
        .offer .offer-wrapper .list li {
          width: calc(50% - 10px); } }
      .offer .offer-wrapper .list li img {
        width: 48px;
        height: 48px;
        margin-bottom: 16px; }
      .offer .offer-wrapper .list li p {
        color: #030009;
        font-size: 18px; }
        @media (min-width: 1024px) {
          .offer .offer-wrapper .list li p {
            font-size: 20px; } }
  .offer .offer-wrapper .btn-wrapper {
    margin-top: 40px; }
    @media (min-width: 1024px) {
      .offer .offer-wrapper .btn-wrapper a {
        max-width: 221px; } }

.we-do {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white; }
  @media (min-width: 1024px) {
    .we-do {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .we-do .we-do-wrapper {
    position: relative; }
    .we-do .we-do-wrapper h2 {
      margin-bottom: 40px;
      text-align: center; }
      @media (min-width: 1024px) {
        .we-do .we-do-wrapper h2 {
          margin-bottom: 60px; } }
    .we-do .we-do-wrapper .list {
      position: relative;
      -webkit-perspective: 1000px;
              perspective: 1000px;
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto; }
      .we-do .we-do-wrapper .list .item {
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
        -webkit-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
        -webkit-transition: .25s;
        transition: .25s;
        will-change: transform, box-shadow;
        padding: 28px;
        background-color: #fff;
        border-radius: 20px;
        border: 1px solid #d6d6d6; }
        .we-do .we-do-wrapper .list .item:not(:last-of-type) {
          margin-bottom: 24px; }
        .we-do .we-do-wrapper .list .item:nth-child(1) {
          z-index: 1; }
        .we-do .we-do-wrapper .list .item:nth-child(2) {
          z-index: 2; }
        .we-do .we-do-wrapper .list .item:nth-child(3) {
          z-index: 3; }
        .we-do .we-do-wrapper .list .item:nth-child(4) {
          z-index: 4; }
        .we-do .we-do-wrapper .list .item:nth-child(5) {
          z-index: 5; }
        .we-do .we-do-wrapper .list .item .title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 16px; }
          .we-do .we-do-wrapper .list .item .title img {
            width: 48px;
            height: 48px;
            margin-right: 16px; }
          .we-do .we-do-wrapper .list .item .title h3 {
            font-weight: 500;
            font-size: 24px;
            line-height: 110%;
            color: #0059ff; }
        .we-do .we-do-wrapper .list .item p {
          margin-bottom: 16px;
          font-size: 18px; }
          @media (min-width: 1024px) {
            .we-do .we-do-wrapper .list .item p {
              font-size: 20px; } }
        .we-do .we-do-wrapper .list .item h4 {
          margin-bottom: 16px; }
        .we-do .we-do-wrapper .list .item ul {
          margin: 0;
          padding: 0;
          list-style-type: none; }
          .we-do .we-do-wrapper .list .item ul li {
            padding-left: 36px;
            background-image: url("../../images/check-icon.svg");
            background-repeat: no-repeat;
            background-position: left 50%;
            font-size: 18px; }
            @media (min-width: 1024px) {
              .we-do .we-do-wrapper .list .item ul li {
                font-size: 20px; } }
            .we-do .we-do-wrapper .list .item ul li:not(:last-of-type) {
              margin-bottom: 12px; }

.process {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9; }
  @media (min-width: 1024px) {
    .process {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .process .process-wrapper h2 {
    margin-bottom: 40px;
    text-align: center; }
    @media (min-width: 1024px) {
      .process .process-wrapper h2 {
        margin-bottom: 60px; } }
  .process .process-wrapper .list {
    margin-bottom: -20px; }
    @media (min-width: 1024px) {
      .process .process-wrapper .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .process .process-wrapper .list li {
      margin-bottom: 20px;
      padding: 28px;
      border-radius: 20px;
      border: 1px solid white;
      background-color: white; }
      @media (min-width: 1024px) {
        .process .process-wrapper .list li {
          width: calc(50% - 10px); } }
      .process .process-wrapper .list li .number {
        display: block;
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 40px;
        line-height: 110%;
        color: #d6d6d6; }
      .process .process-wrapper .list li h3 {
        margin-bottom: 12px;
        color: #030009; }
      .process .process-wrapper .list li p {
        color: #464646;
        font-size: 18px; }
        @media (min-width: 1024px) {
          .process .process-wrapper .list li p {
            font-size: 20px; } }

.cta {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0059ff; }
  .cta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("../../images/cta-decor-mob.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none; }
    @media (min-width: 1024px) {
      .cta:before {
        background-image: url("../../images/cta-decor.svg"); } 
        background-size: 100% 280px;}
  .cta .cta-wrapper h2 {
    margin-bottom: 0;
    text-align: center;
    color: white; }
    @media (min-width: 1024px) {
      .cta .cta-wrapper h2 {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto; } }
  .cta .cta-wrapper p {
    color: white;
    margin-top: 28px;
    text-align: center; }
    @media (min-width: 1024px) {
      .cta .cta-wrapper p {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto; } }
  .cta .cta-wrapper .btn-wrapper {
    margin-top: 40px; }
    @media (min-width: 1024px) {
      .cta .cta-wrapper .btn-wrapper a {
        max-width: 282px;
        margin-left: auto;
        margin-right: auto; } }

.industries {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white; }
  @media (min-width: 1024px) {
    .industries {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .industries .industries-wrapper h2 {
    margin-bottom: 40px;
    text-align: center; }
    @media (min-width: 1024px) {
      .industries .industries-wrapper h2 {
        margin-bottom: 60px; } }
  .industries .industries-wrapper .list {
    margin-bottom: -20px; }
    @media (min-width: 768px) {
      .industries .industries-wrapper .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .industries .industries-wrapper .list li {
      margin-bottom: 20px;
      padding: 28px;
      border-radius: 20px;
      border: 1px solid #d6d6d6; }
      @media (min-width: 768px) {
        .industries .industries-wrapper .list li {
          width: calc(50% - 10px); } }
      @media (min-width: 1024px) {
        .industries .industries-wrapper .list li {
          width: calc(33.333% - 10px); } }
      .industries .industries-wrapper .list li img {
        width: 48px;
        height: 48px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px; }
        @media (min-width: 768px) {
          .industries .industries-wrapper .list li img {
            margin-left: 0; } }
      .industries .industries-wrapper .list li h3 {
        color: #030009;
        text-align: center; }
        @media (min-width: 768px) {
          .industries .industries-wrapper .list li h3 {
            text-align: left; } }

.results {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9; }
  @media (min-width: 1024px) {
    .results {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 768px) {
    .results .results-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .results .results-wrapper h2 {
    margin-bottom: 40px;
    text-align: center; }
    @media (min-width: 1024px) {
      .results .results-wrapper h2 {
        margin-bottom: 0;
        text-align: left; } }
  .results .results-wrapper .left {
    width: 100%; }
    @media (min-width: 1024px) {
      .results .results-wrapper .left {
        max-width: calc(100% - 750px); } }
  .results .results-wrapper .right {
    width: 100%; }
    @media (min-width: 1024px) {
      .results .results-wrapper .right {
        max-width: 710px; } }
  .results .results-wrapper .list {
    margin-bottom: -20px; }
    @media (min-width: 768px) {
      .results .results-wrapper .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .results .results-wrapper .list li {
      width: 100%;
      margin-bottom: 20px;
      padding: 68px 28px 28px;
      border-radius: 20px;
      border: 1px solid white;
      background-color: white;
      background-image: url("../../images/check-icon.svg");
      background-repeat: no-repeat;
      background-position: top 28px left 28px; }
      @media (min-width: 1024px) {
        .results .results-wrapper .list li:not(:last-of-type) {
          width: calc(50% - 10px); } }
      .results .results-wrapper .list li h3 {
        margin-bottom: 12px;
        color: #030009; }
      .results .results-wrapper .list li p {
        font-size: 18px; }
        @media (min-width: 1024px) {
          .results .results-wrapper .list li p {
            font-size: 20px; } }

.cases {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white; }
  @media (min-width: 1024px) {
    .cases {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .cases .cases-wrapper h2 {
    margin-bottom: 40px;
    text-align: center; }
    @media (min-width: 1024px) {
      .cases .cases-wrapper h2 {
        margin-bottom: 60px; } }
  .cases .cases-wrapper .left {
    width: 100%; }
    @media (min-width: 1024px) {
      .cases .cases-wrapper .left {
        max-width: calc(100% - 580px); } }
  .cases .cases-wrapper .right {
    width: 100%; }
    @media (min-width: 1024px) {
      .cases .cases-wrapper .right {
        max-width: 540px; } }
  .cases .cases-wrapper .list {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    .cases .cases-wrapper .list .item {
      padding: 28px;
      border-radius: 20px;
      border: 1px solid #d6d6d6; }
      .cases .cases-wrapper .list .item:not(:last-of-type) {
        margin-bottom: 20px; }
      .cases .cases-wrapper .list .item .title {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 42px;
        font-weight: 500;
        font-size: 24px;
        line-height: 110%;
        color: #0059ff;
        cursor: pointer; }
        .cases .cases-wrapper .list .item .title:after {
          content: '+';
          position: absolute;
          right: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 42px;
          height: 42px;
          border: 1px solid #0059ff;
          border-radius: 50%; }
        .cases .cases-wrapper .list .item .title h3 {
          font-weight: 500;
          font-size: 24px;
          line-height: 110%;
          color: #0059ff; }
      .cases .cases-wrapper .list .item .content {
        display: none;
        margin-top: 20px; }
        @media (min-width: 1024px) {
          .cases .cases-wrapper .list .item .content {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
      .cases .cases-wrapper .list .item img {
        margin-bottom: 40px;
        border-radius: 20px; }
        @media (min-width: 1024px) {
          .cases .cases-wrapper .list .item img {
            max-width: 367px; } }
      .cases .cases-wrapper .list .item p {
        margin-bottom: 16px;
        font-size: 18px; }
        @media (min-width: 1024px) {
          .cases .cases-wrapper .list .item p {
            font-size: 20px; } }
      .cases .cases-wrapper .list .item h4 {
        margin-bottom: 16px; }
      .cases .cases-wrapper .list .item ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .cases .cases-wrapper .list .item ul li {
          padding-left: 36px;
          background-image: url("../../images/check-icon.svg");
          background-repeat: no-repeat;
          background-position: left 50%;
          font-size: 18px; }
          @media (min-width: 1024px) {
            .cases .cases-wrapper .list .item ul li {
              font-size: 20px; } }
          .cases .cases-wrapper .list .item ul li:not(:last-of-type) {
            margin-bottom: 12px; }
      .cases .cases-wrapper .list .item.open .title:after {
        content: '-'; }
      .cases .cases-wrapper .list .item.open .content {
        display: block; }
        @media (min-width: 1024px) {
          .cases .cases-wrapper .list .item.open .content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }

.team {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9; }
  @media (min-width: 1024px) {
    .team {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .team .team-wrapper h2 {
    margin-bottom: 40px;
    text-align: center; }
    @media (min-width: 1024px) {
      .team .team-wrapper h2 {
        margin-bottom: 20px; } }
  .team .team-wrapper p {
    margin-bottom: 40px;
    text-align: center; }
    @media (min-width: 1024px) {
      .team .team-wrapper p {
        margin-bottom: 60px; } }
  .team .team-wrapper .left {
    width: 100%; }
    @media (min-width: 768px) {
      .team .team-wrapper .left {
        max-width: calc(50% - 10px); } }
  .team .team-wrapper .right {
    width: 100%; }
    @media (min-width: 768px) {
      .team .team-wrapper .right {
        max-width: calc(50% - 10px); } }
  .team .team-wrapper .list {
    margin-bottom: -20px; }
    @media (min-width: 768px) {
      .team .team-wrapper .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .team .team-wrapper .list li {
      margin-bottom: 20px;
      padding: 28px;
      border-radius: 20px;
      border: 1px solid white;
      background-color: white; }
      @media (min-width: 768px) {
        .team .team-wrapper .list li {
          max-width: calc(50% - 10px); } }
      .team .team-wrapper .list li img {
        margin-bottom: 28px;
        margin-left: auto;
        margin-right: auto;
        height: 140px;
        border-radius: 20px; }
      .team .team-wrapper .list li h3 {
        margin-bottom: 16px;
        text-align: center; }
      .team .team-wrapper .list li p {
        margin-bottom: 0;
        color: #030009;
        text-align: left;
        font-size: 18px; }
        @media (min-width: 1024px) {
          .team .team-wrapper .list li p {
            font-size: 20px; } }
        .team .team-wrapper .list li p:not(:last-of-type) {
          margin-bottom: 16px; }

.team-more {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white; }
  @media (min-width: 1024px) {
    .team-more {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .team-more .team-more-wrapper h2 {
    margin-bottom: 40px;
    text-align: center; }
    @media (min-width: 1024px) {
      .team-more .team-more-wrapper h2 {
        margin-bottom: 60px; } }
  .team-more .team-more-wrapper .list {
    margin-bottom: -20px; }
    @media (min-width: 768px) {
      .team-more .team-more-wrapper .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .team-more .team-more-wrapper .list li {
      margin-bottom: 20px;
      padding: 28px;
      border-radius: 20px;
      border: 1px solid #d6d6d6;
      text-align: center; }
      @media (min-width: 768px) {
        .team-more .team-more-wrapper .list li {
          max-width: calc(50% - 10px);
          text-align: left; } }
      @media (min-width: 1024px) {
        .team-more .team-more-wrapper .list li {
          max-width: calc(33.333% - 10px); } }
      .team-more .team-more-wrapper .list li img {
        margin-bottom: 28px;
        margin-left: auto;
        margin-right: auto;
        height: 100px;
        border-radius: 20px; }
        @media (min-width: 768px) {
          .team-more .team-more-wrapper .list li img {
            margin-left: 0;
            margin-bottom: 40px; } }
      .team-more .team-more-wrapper .list li h3 {
        margin-bottom: 16px; }
      .team-more .team-more-wrapper .list li h4 {
        margin-bottom: 12px; }
      .team-more .team-more-wrapper .list li p {
        margin-bottom: 0;
        color: #030009;
        font-size: 18px; }
        @media (min-width: 1024px) {
          .team-more .team-more-wrapper .list li p {
            font-size: 20px; } }
        .team-more .team-more-wrapper .list li p:not(:last-of-type) {
          margin-bottom: 16px; }

.form {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0059ff; }
  @media (min-width: 1024px) {
    .form {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1024px) {
    .form .form-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .form .form-wrapper h2 {
    margin-bottom: 40px;
    text-align: center;
    color: white; }
    @media (min-width: 1024px) {
      .form .form-wrapper h2 {
        margin-bottom: 0;
        text-align: left; } }
  .form .form-wrapper p {
    margin-bottom: 40px;
    text-align: center;
    color: white; }
    @media (min-width: 1024px) {
      .form .form-wrapper p {
        text-align: left; } }
  .form .form-wrapper .left {
    width: 100%; }
    @media (min-width: 1024px) {
      .form .form-wrapper .left {
        max-width: 500px;
        margin-right: 20px; } }
  .form .form-wrapper .right {
    width: 100%; }
    @media (min-width: 1024px) {
      .form .form-wrapper .right {
        width: calc(100% - 530px);
        max-width: 710px; } }
  .form .form-wrapper .right-ty {
    display: none; }
    .form .form-wrapper .right-ty p {
      margin-top: 50px;
      margin-bottom: 50px;
      text-align: center; }
  .form .form-wrapper form .label {
    display: block; }
    .form .form-wrapper form .label:not(:last-of-type) {
      margin-bottom: 20px; }
  .form .form-wrapper form input,
  .form .form-wrapper form textarea {
    border: 1px solid white;
    width: 100%;
    border-radius: 12px;
    padding: 16px 20px;
    background-color: transparent;
    color: #fff;
    text-shadow: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%; }
    .form .form-wrapper form input::-webkit-input-placeholder,
    .form .form-wrapper form textarea::-webkit-input-placeholder {
      color: #d6d6d6;
      text-shadow: none;
      font-weight: 400;
      font-size: 18px;
      line-height: 130%; }
    .form .form-wrapper form input:-ms-input-placeholder,
    .form .form-wrapper form textarea:-ms-input-placeholder {
      color: #d6d6d6;
      text-shadow: none;
      font-weight: 400;
      font-size: 18px;
      line-height: 130%; }
    .form .form-wrapper form input::-ms-input-placeholder,
    .form .form-wrapper form textarea::-ms-input-placeholder {
      color: #d6d6d6;
      text-shadow: none;
      font-weight: 400;
      font-size: 18px;
      line-height: 130%; }
    .form .form-wrapper form input::placeholder,
    .form .form-wrapper form textarea::placeholder {
      color: #d6d6d6;
      text-shadow: none;
      font-weight: 400;
      font-size: 18px;
      line-height: 130%; }
  .form .form-wrapper form .error-message {
    display: block;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #ff8c8c; }
  .form .form-wrapper form textarea {
    height: 120px;
    resize: none; }
  .form .form-wrapper form .btn {
    width: 100%;
    margin-top: 40px;
    border: none; }

.footer {
  padding-top: 40px;
  padding-bottom: 40px; }
  .footer .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    @media (min-width: 1024px) {
      .footer .footer-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .footer .footer-wrapper .logo img {
      height: 32px;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .footer .footer-wrapper .logo img {
          height: 36px;
          margin-bottom: 0; } }
    .footer .footer-wrapper p {
      font-size: 18px; }
      @media (min-width: 1024px) {
        .footer .footer-wrapper p {
          font-size: 20px; } }

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