/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 18, 2024 */
@font-face {
  font-family: 'basier_square';
  src: url("./../font/basiersquare-bold-webfont.woff2") format("woff2"), url("./../font/basiersquare-bold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'basier_square';
  src: url("./../font/basiersquare-bolditalic-webfont.woff2") format("woff2"), url("./../font/basiersquare-bolditalic-webfont.woff") format("woff");
  font-weight: 800;
  font-style: italic; }
@font-face {
  font-family: 'basier_square';
  src: url("./../font/basiersquare-medium-webfont.woff2") format("woff2"), url("./../font/basiersquare-medium-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'basier_square';
  src: url("./../font/basiersquare-mediumitalic-webfont.woff2") format("woff2"), url("./../font/basiersquare-mediumitalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'basier_square';
  src: url("./../font/basiersquare-regular-webfont.woff2") format("woff2"), url("./../font/basiersquare-regular-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'basier_squareregular';
  src: url("./../font/basiersquare-regularitalic-webfont.woff2") format("woff2"), url("./../font/basiersquare-regularitalic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'basier_square';
  src: url("./../font/basiersquare-semibold-webfont.woff2") format("woff2"), url("./../font/basiersquare-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'basier_square';
  src: url("./../font/basiersquare-semibolditalic-webfont.woff2") format("woff2"), url("./../font/basiersquare-semibolditalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic; }
body {
  font-family: 'basier_square', serif;
  background-color: #F2F2F7;
  letter-spacing: 0.2px; }
  body strong {
    font-weight: 600; }
  body b {
    font-weight: inherit;
    background-color: rgba(0, 0, 255, 0.15);
    border-radius: 15px;
    padding: 2px 0.5rem;
    line-height: 34px; }
    @media (max-width: 768px) {
      body b {
        line-height: 27px; } }
  body .button {
    color: #fff;
    text-decoration: none;
    padding: 14px 55px 14px 55px;
    border-radius: 18px;
    font-size: 17px;
    line-height: 22px;
    gap: 10px;
    display: inline-block; }
    body .button.button-blue {
      background-color: #0000FF; }
    body .button.button-red {
      background-color: #FF6746; }

header {
  text-align: center;
  margin-top: 24px; }
  header #mobile-menu {
    display: none; }
    @media (max-width: 992px) {
      header #mobile-menu:checked + .top-part .menu {
        display: block !important;
        position: absolute;
        top: 55px;
        right: 0px;
        padding-bottom: 20px;
        border-bottom: 3px solid #0000FF; }
        header #mobile-menu:checked + .top-part .menu a {
          display: block;
          text-align: right;
          padding: 7px 0 7px 7px;
          margin-right: 0;
          font-size: 22px;
          font-weight: 400; }
      header #mobile-menu:checked ~ section.content .fingerprint {
        opacity: 15%; } }
  header .top-part {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .top-part .menu a {
      text-decoration: none;
      color: #373F41;
      font-size: 14px;
      font-weight: 600;
      line-height: 18px;
      letter-spacing: 0.2px;
      display: inline-block;
      margin: 0 20px; }
      header .top-part .menu a:hover, header .top-part .menu a:active, header .top-part .menu a:focus {
        text-decoration: none; }
    header .top-part .button {
      font-size: 14px;
      line-height: 22px;
      letter-spacing: -0.41px; }
    header .top-part .mobile-menu {
      display: block;
      background: url("../images/mobile-menu.svg") center center no-repeat;
      width: 30px;
      height: 20px;
      cursor: pointer; }
  header section.content {
    border-bottom: 3px solid #0000FF;
    margin: 0 auto; }
    @media (max-width: 768px) {
      header section.content {
        border-bottom: none; } }
    header section.content .fingerprint {
      margin: 110px auto 75px;
      width: 158px;
      height: 158px;
      background: url("../images/fingerprint.svg") center center; }
      @media (max-width: 768px) {
        header section.content .fingerprint {
          margin: 50px auto 35px; } }
    header section.content h1 {
      font-size: 44px;
      font-weight: 600;
      line-height: 58px;
      max-width: 952px;
      margin: 0 auto 35px;
      color: #373F41; }
      @media (max-width: 768px) {
        header section.content h1 {
          font-size: 32px; } }
      header section.content h1 strong {
        font-weight: inherit;
        color: #0000FF; }
    header section.content .text {
      display: inline-block;
      font-size: 20px;
      max-width: 620px;
      line-height: 24px;
      letter-spacing: 0.3px;
      font-weight: 200; }
    header section.content .button-part {
      margin-top: 75px;
      margin-bottom: 105px; }
      @media (max-width: 768px) {
        header section.content .button-part {
          margin-top: 30px;
          margin-bottom: 40px; } }
      header section.content .button-part .button {
        font-size: 17px;
        font-weight: 600;
        line-height: 22px;
        padding-top: 15px;
        padding-bottom: 15px; }

section.main {
  background-color: #FFF; }
  section.main section {
    border-bottom: 3px solid #0000FF;
    padding-top: 25px;
    padding-bottom: 20px; }
    section.main section h2 {
      text-transform: uppercase;
      color: #0000FF;
      font-size: 48px;
      padding-bottom: 10px; }
      @media (max-width: 768px) {
        section.main section h2 {
          font-size: 28px; } }
    section.main section h3 {
      text-transform: uppercase;
      color: #2E3063;
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 0.1px;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 20px; }
    section.main section .content {
      padding-bottom: 50px; }
      @media (max-width: 768px) {
        section.main section .content {
          padding-bottom: 10px; } }
    section.main section .text {
      font-size: 24px;
      line-height: 30px;
      letter-spacing: 0.1px;
      font-weight: 400;
      padding-bottom: 25px;
      max-width: 930px; }
      @media (max-width: 768px) {
        section.main section .text {
          font-size: 18px;
          line-height: 27px; } }
      section.main section .text.text-small {
        font-size: 16px;
        line-height: 22px;
        font-weight: 200; }
    section.main section .arrow {
      display: block;
      width: 61px;
      height: 56px;
      float: right;
      cursor: pointer; }
    section.main section.section-closed h2 {
      font-weight: 200; }
    section.main section.section-closed .arrow {
      background: url("../images/arrow-open.svg") center center no-repeat; }
    section.main section.section-closed .content {
      display: none; }
    section.main section.section-open .arrow {
      background: url("../images/arrow-close.svg") center center no-repeat; }
    @media (max-width: 768px) {
      section.main section.section-closed h2 {
        font-weight: inherit; }
      section.main section.section-closed .arrow {
        background: inherit; }
      section.main section.section-closed .content {
        display: inherit; } }
    section.main section .circles {
      display: flex;
      gap: 10px;
      margin-bottom: 15px; }
      section.main section .circles span {
        display: block;
        width: 24px;
        height: 24px;
        background-position: center center;
        background-repeat: no-repeat; }
        section.main section .circles span.circle-blue-blue {
          background-image: url("../images/circle-blue-blue.svg"); }
        section.main section .circles span.circle-blue-none {
          background-image: url("../images/circle-blue-none.svg"); }
        section.main section .circles span.circle-blue-red {
          background-image: url("../images/circle-blue-red.svg"); }
        section.main section .circles span.circle-red-red {
          background-image: url("../images/circle-red-red.svg"); }
    section.main section.approach {
      padding-bottom: 20px; }
      section.main section.approach .text {
        margin-bottom: 50px; }
        @media (max-width: 768px) {
          section.main section.approach .text {
            margin-bottom: 10px; } }
      section.main section.approach .image {
        margin: 0 auto; }
        section.main section.approach .image.image1 {
          background: url("../images/our-approach-1.svg") center center no-repeat;
          width: 51px;
          height: 42px; }
        section.main section.approach .image.image2 {
          background: url("../images/our-approach-2.svg") center center no-repeat;
          width: 43px;
          height: 42px; }
        section.main section.approach .image.image3 {
          background: url("../images/our-approach-3.svg") center center no-repeat;
          width: 43px;
          height: 42px; }
        section.main section.approach .image.image4 {
          background: url("../images/our-approach-4.svg") center center no-repeat;
          width: 43px;
          height: 42px; }
  section.main .bottom-part {
    margin-top: 70px;
    text-align: center; }
    section.main .bottom-part .text {
      font-size: 20px;
      max-width: 950px;
      margin: 0 auto;
      font-weight: 600; }
      section.main .bottom-part .text.text-special {
        margin-top: 30px;
        color: #0000FF; }
    section.main .bottom-part h3 {
      font-size: 24px;
      margin: 60px 0 25px; }
    section.main .bottom-part .references {
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      padding-bottom: 50px; }

footer {
  margin-top: 40px;
  margin-bottom: 40px; }
  footer h3 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: #373F41; }
  footer .text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 200; }
    footer .text a {
      color: #000; }
      footer .text a.tel {
        text-decoration: none; }
  footer .button {
    margin-top: 3rem;
    display: none; }
  footer .linkedin {
    display: inline-block;
    background: url("../images/linkedin.svg") center center no-repeat;
    width: 32px;
    height: 32px; }

.footer-copyright {
  text-align: center;
  background-color: #2E3063;
  color: #C3CBCD;
  font-size: 12px;
  letter-spacing: 0.2px;
  font-weight: 200;
  line-height: 16px;
  padding: 23px 0; }

/*# sourceMappingURL=main.css.map */
