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

a {
  color: inherit;
  text-decoration: none; }

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

body {
  background: #FFFFFF;
  color: #204289;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden; }

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px; }
  @media (max-width: 768px) {
    .container {
      padding: 0 16px; } }

.btn {
  background: #204289;
  color: #FFFFFF;
  padding: 21px 52px;
  font-size: 16px;
  border-radius: 24px;
  cursor: pointer;
  display: inline-block;
  transition: all .3s;
  text-decoration: none; }
  .btn:hover {
    background: #162e60; }
  @media (max-width: 768px) {
    .btn {
      padding: 12px 24px; } }

.grid-1-2 {
  display: grid;
  grid-column-gap: 124px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 768px) {
    .grid-1-2 {
      text-align: center;
      display: flex;
      flex-direction: column; } }

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.5px; }

header {
  background: #F7FAFD;
  padding: 32px 0;
  overflow: hidden; }
  header .head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header .logo {
    text-decoration: none;
    color: #204289;
    font-size: 31px;
    font-weight: 600; }
    @media (max-width: 1160px) {
      header .logo {
        font-size: 24px; } }
    @media (max-width: 768px) {
      header .logo {
        font-size: 16px; } }
    header .logo span {
      color: #72D589; }
  header .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    font-size: 18px;
    font-weight: 600; }
    @media (max-width: 1160px) {
      header .navigation {
        right: -270px;
        position: fixed;
        flex-direction: column;
        background: #fff;
        top: 0;
        z-index: 2;
        padding: 48px 36px;
        border: 1px solid #ccc7;
        border-top: none;
        border-right: none;
        transition: .3s all;
        height: 100%;
        justify-content: flex-start; }
        header .navigation.show {
          right: 0; } }
    header .navigation li {
      margin: 0 30px; }
      @media (max-width: 768px) {
        header .navigation li {
          margin-bottom: 16px; } }
      header .navigation li a {
        color: #204289;
        text-decoration: none;
        position: relative; }
        header .navigation li a:hover:after {
          position: absolute;
          content: "";
          width: 100%;
          height: 4px;
          background-color: #72D589;
          bottom: -10px;
          left: 2.5%;
          width: 95%; }
  header #menuToggle {
    display: none; }
    header #menuToggle span {
      width: 24px;
      height: 3px;
      background: #204289;
      display: block;
      border-radius: 2px;
      margin-top: 4px; }
      header #menuToggle span:first-of-type {
        margin-top: 0; }
    @media (max-width: 1160px) {
      header #menuToggle {
        display: block; } }
  header #closeMenu {
    display: none;
    position: absolute;
    top: 12px;
    right: 8px;
    width: 24px;
    height: 24px; }
    @media (max-width: 1160px) {
      header #closeMenu {
        display: block; } }
    header #closeMenu span {
      width: 24px;
      height: 3px;
      background: #204289;
      display: block;
      position: absolute;
      border-radius: 2px;
      top: 10px; }
      header #closeMenu span:first-of-type {
        transform: rotate(-45deg); }
      header #closeMenu span:last-of-type {
        transform: rotate(45deg); }
  header .phone-cta {
    color: #204289;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      header .phone-cta {
        font-size: 16px; } }
    header .phone-cta span {
      width: 16px;
      height: 19px;
      margin-right: 8px;
      -webkit-mask-image: url(../img/icons/phone.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #204289;
      -webkit-mask-size: 16px; }
      @media (max-width: 768px) {
        header .phone-cta span {
          margin-right: 4px; } }

.cta {
  background: #F7FAFD; }
  .cta .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .cta .container {
        flex-direction: column;
        text-align: center; } }
  .cta .content {
    z-index: 1; }
    .cta .content h1 {
      font-size: 55px;
      font-weight: bold;
      max-width: 419px;
      margin-bottom: 70px; }
      @media (max-width: 1160px) {
        .cta .content h1 {
          font-size: 36px;
          max-width: unset; } }
      @media (max-width: 768px) {
        .cta .content h1 {
          font-size: 24px;
          margin-bottom: 24px; } }
    .cta .content h2 {
      font-size: 18px;
      color: #72D589;
      margin-bottom: 50px; }
      @media (max-width: 768px) {
        .cta .content h2 {
          font-size: 14px;
          margin-bottom: 24px; } }
  .cta .bg-images {
    position: relative;
    background: url(../img/banner2.webp);
    background-repeat: no-repeat;
    background-position: 32% center;
    background-size: 79%;
    text-align: right; }
    .cta .bg-images .banner2 {
      position: absolute; }
    .cta .bg-images .banner1 {
      min-height: 600px;
      max-width: 799px;
      width: 90%;
      height: 750px;
      margin-bottom: -4px; }
      @media (max-width: 1160px) {
        .cta .bg-images .banner1 {
          width: 500px;
          max-width: 100%;
          height: auto;
          min-height: 300px; } }

.basic-section {
  padding-top: 160px;
  padding-bottom: 124px; }
  @media (max-width: 768px) {
    .basic-section {
      padding: 48px 0; } }
  .basic-section .section-header {
    font-size: 40px;
    color: #204289;
    font-weight: bold;
    margin-top: 22px; }
    @media (max-width: 768px) {
      .basic-section .section-header {
        font-size: 20px; } }
  .basic-section .section-subheader {
    font-size: 18px;
    margin-top: 84px;
    color: #72D589;
    font-weight: 600; }
    @media (max-width: 768px) {
      .basic-section .section-subheader {
        margin-top: 24px;
        font-size: 16px; } }
  .basic-section .section-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    max-width: 520px; }
    @media (max-width: 768px) {
      .basic-section .section-text {
        max-width: unset; } }
    .basic-section .section-text p {
      margin-top: 32px; }
  .basic-section img {
    height: 524px; }
    @media (max-width: 1160px) {
      .basic-section img {
        height: auto; } }

.section-who-we-are {
  background: #FFFFFF; }
  .section-who-we-are .grid-1-2 {
    flex-direction: column-reverse; }

.section-benefits {
  background: #F7FAFD; }
  .section-benefits h3 {
    margin-top: 32px;
    margin-bottom: 28px; }
  .section-benefits .benefit {
    max-width: 550px; }
    @media (max-width: 768px) {
      .section-benefits .benefit {
        margin: 0 auto; } }
    .section-benefits .benefit img {
      height: 60px; }

.section-step .step-info {
  background: #204289;
  color: #FFFFFF;
  text-align: center;
  padding-top: 138px;
  padding-bottom: 190px;
  position: relative; }
  @media (max-width: 768px) {
    .section-step .step-info {
      padding-top: 60px;
      padding-bottom: 70px; } }
  .section-step .step-info .section-subheader {
    margin-top: 0; }
  .section-step .step-info h2 {
    margin-top: 22px;
    margin-bottom: 42px;
    font-size: 40px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .section-step .step-info h2 {
        font-size: 24px; } }
  .section-step .step-info p {
    max-width: 1100px;
    margin: 0 auto; }
  .section-step .step-info:after {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: -45px;
    left: 50%;
    background: #72D589;
    border-radius: 50%;
    transform: translate(-50%, 0); }

.section-step .step-two {
  background: #72D589;
  color: #FFFFFF; }
  @media (max-width: 768px) {
    .section-step .step-two .grid-1-2 {
      flex-direction: column-reverse; } }
  .section-step .step-two .section-header {
    color: #FFFFFF; }
  .section-step .step-two .section-subheader {
    color: #204289;
    margin-top: -20px; }

.section-step .step-three .section-subheader {
  margin-top: -20px; }

.section-step .step-three .btn {
  margin-top: 82px; }

.section-people {
  background: #F7FAFD; }
  .section-people .section-subheader {
    margin-top: 0; }
  .section-people .section-header {
    margin-bottom: 84px; }
    @media (max-width: 768px) {
      .section-people .section-header {
        margin-bottom: 24px; } }
  .section-people .people-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 50px 32px; }
    .section-people .people-wrap .person {
      color: #204289;
      font-weight: 600; }
      .section-people .people-wrap .person .person-name {
        font-size: 20px;
        color: #72D589; }
      .section-people .people-wrap .person .person-phone {
        font-size: 20px;
        margin-top: 8px;
        margin-bottom: 32px; }
        @media (max-width: 768px) {
          .section-people .people-wrap .person .person-phone {
            margin-bottom: 16px; } }
      .section-people .people-wrap .person .person-places {
        font-size: 13px;
        font-weight: 500; }

.section-faq {
  background: #204289;
  color: #FFFFFF;
  padding: 120px 0; }
  @media (max-width: 768px) {
    .section-faq {
      padding: 24px 0;
      text-align: center; } }
  .section-faq .faq-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 130px 32px; }
    @media (max-width: 768px) {
      .section-faq .faq-wrap {
        row-gap: 40px; } }
  .section-faq .faq-head {
    font-size: 20px;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 28px; }
    @media (max-width: 768px) {
      .section-faq .faq-head {
        margin: 14px 0 12px 0; } }
  .section-faq .faq-text {
    font-size: 14px;
    font-weight: 400; }
  .section-faq img {
    height: 50px; }

.section-work {
  background: url(../img/work-bg.svg);
  background-repeat: no-repeat;
  background-position: -13% 102%; }
  .section-work .section-subheader {
    margin-top: 0; }
  .section-work .section-heading {
    color: #204289;
    margin-top: 16px;
    margin-bottom: 34px;
    font-size: 20px;
    font-weight: bold; }
  .section-work .work-info {
    margin-top: 62px; }
  .section-work ul {
    list-style: none; }
    .section-work ul li {
      position: relative;
      padding-left: 24px;
      line-height: 32px;
      font-size: 14px; }
      .section-work ul li:before {
        content: '';
        background: url(../img/icons/list-dot.svg);
        background-position: center center;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%); }

footer .footer-main {
  color: #204289;
  padding: 64px 0;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1160px) {
    footer .footer-main {
      flex-direction: column; } }
  @media (max-width: 768px) {
    footer .footer-main {
      padding: 48px 0; } }
  footer .footer-main .cta-text {
    font-size: 40px;
    margin-right: 100px;
    max-width: 500px;
    width: 100%;
    font-weight: bold; }
    @media (max-width: 1160px) {
      footer .footer-main .cta-text {
        margin: 0;
        max-width: unset; } }
    @media (max-width: 768px) {
      footer .footer-main .cta-text {
        font-size: 20px; } }
  footer .footer-main .contact-info {
    display: grid;
    grid-template-columns: 200px 200px 300px;
    grid-gap: 50px 32px;
    width: 100%;
    font-size: 14px;
    font-weight: 400; }
    @media (max-width: 768px) {
      footer .footer-main .contact-info {
        display: flex;
        flex-direction: column; } }
    footer .footer-main .contact-info ul {
      list-style: none; }
      footer .footer-main .contact-info ul li {
        padding-left: 32px;
        position: relative;
        margin-top: 16px; }
      footer .footer-main .contact-info ul .marker:before, footer .footer-main .contact-info ul .phone:before, footer .footer-main .contact-info ul .mail:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat; }
      footer .footer-main .contact-info ul .marker:before {
        background-image: url(../img/icons/marker.svg);
        width: 16px;
        height: 23px; }
      footer .footer-main .contact-info ul .phone:before {
        background-image: url(../img/icons/phone2.svg);
        width: 21px;
        height: 19px; }
      footer .footer-main .contact-info ul .mail:before {
        background-image: url(../img/icons/mail.svg);
        width: 21px;
        height: 16px; }

footer .footer-copy {
  background: #F7FAFD;
  font-size: 12px;
  padding: 44px 0; }
  @media (max-width: 768px) {
    footer .footer-copy {
      padding: 20px 0; } }
  footer .footer-copy .copy-wrap {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      footer .footer-copy .copy-wrap {
        flex-direction: column;
        text-align: center; } }

@media (max-width: 768px) {
  footer .footer-copy .copy-wrap .authors {
    display: flex;
    flex-direction: column; }
    footer .footer-copy .copy-wrap .authors .divider {
      display: none; } }
  footer .footer-copy a {
    color: #204289;
    text-decoration: none; }
    footer .footer-copy a:hover {
      color: #162e60; }

.pagehead {
  background: #F7FAFD;
  padding: 120px 0; }
  .pagehead h1 {
    font-size: 54px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .pagehead h1 {
        font-size: 24px; } }
  .pagehead h2 {
    color: #72D589;
    font-size: 18px;
    margin-top: 38px; }
    @media (max-width: 768px) {
      .pagehead h2 {
        font-size: 18px;
        margin-top: 16px; } }

main {
  padding-top: 146px;
  padding-bottom: 190px; }
  @media (max-width: 768px) {
    main {
      padding: 48px 0; } }

.faq-wrapper .faq-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 62px;
  margin-bottom: 62px; }
  .faq-wrapper .faq-item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none; }
  .faq-wrapper .faq-item .faq-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 54px; }
    @media (max-width: 768px) {
      .faq-wrapper .faq-item .faq-header {
        font-size: 18px;
        margin-bottom: 16px; } }
  .faq-wrapper .faq-item .faq-text {
    font-size: 14px; }
