html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  box-sizing: border-box;
  background-color: #FFFFFF;
  font-family: "Inter", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

a[href],
button:not(:disabled),
.btn:not(:disabled),
[role=button]:not(:disabled) {
  cursor: pointer;
  pointer-events: auto;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .container {
    padding: 0 16px;
  }
}

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DM_Sans/DMSans-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-ExtraLightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-SemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-ExtraBoldItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.heading-primary {
  font-weight: 700;
  font-size: 32px;
  line-height: 116%;
  color: #1F2024;
}
@media (max-width: 750px) {
  .heading-primary {
    font-size: 24px;
  }
}

.p-main {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

.p-semibold {
  font-weight: 600 !important;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.text-grey-2 {
  color: #71727A !important;
}

.text-dark-1 {
  color: #1F2024 !important;
}

.hidden {
  display: none !important;
}

.btn {
  border: none;
}
.btn, .btn:link, .btn:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  width: 188px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 750px) {
  .btn, .btn:link, .btn:visited {
    font-size: 16px;
    width: 100%;
  }
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
.btn--primary {
  height: 50px;
  background-color: #006FFD;
  color: #FFFFFF;
}
.btn--primary-small {
  height: 44px;
}
.btn--bordered {
  height: 50px;
  background-color: transparent;
  border: 1.5px solid #CCD4E0;
  color: #1F2024;
}
.btn--with-arrow, .btn--with-arrow:link, .btn--with-arrow:visited {
  width: fit-content;
}
.btn--with-arrow {
  padding: 0 24px;
  gap: 8px;
}
.btn--with-arrow::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3e%3cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3e%3cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3e%3c/svg%3e");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}

.contact-main {
  padding-top: 192px;
  padding-bottom: 100px;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .contact-main {
    padding-top: 132px;
    padding-bottom: 44px;
  }
}
.contact-main-section {
  position: relative;
  z-index: 1;
}
.contact-main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 750px) {
  .contact-main-bg {
    display: none;
  }
}
.contact-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
@media (max-width: 750px) {
  .contact-main-content {
    gap: 24px;
  }
}
.contact-main-content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 116%;
  color: #1F2024;
}
@media (max-width: 750px) {
  .contact-main-content h2 {
    font-size: 34px;
  }
}

.form {
  width: 100%;
  padding: 60px 105px;
  background-color: #FFFFFF;
  border-radius: 32px;
  border: 1px solid #E5EAF4;
  box-shadow: 0px 10px 18px 0px rgba(58, 76, 146, 0.1), 0px 2px 6px 0px rgba(44, 58, 114, 0.05), 0px 0px 1px 0px rgba(44, 58, 114, 0.05);
}
@media (max-width: 750px) {
  .form {
    padding: 16px;
    border-radius: 16px;
  }
}
.form-inputs {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 44px;
}
@media (max-width: 750px) {
  .form-inputs {
    gap: 24px;
    margin-bottom: 24px;
  }
}
.form-inputs-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 750px) {
  .form-inputs-flex {
    flex-direction: column;
    gap: 24px;
  }
}
.form-group {
  width: 50%;
}
@media (max-width: 750px) {
  .form-group {
    width: 100%;
  }
}
.form-group-area textarea {
  min-height: 120px;
  resize: none;
}
.form-group-area textarea:focus {
  border: 1px solid #006FFD;
  outline: none;
}
.form-group-area textarea:focus:invalid {
  border: 1px solid red;
}
.form-input {
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  color: #1F2024;
  border: none;
  display: block;
  width: 100%;
  border: 1px solid #E5EAF4;
  border-radius: 10px;
  padding: 16px;
}
.form-input:focus {
  outline: none;
  border: 1px solid #006FFD;
}
.form-input:focus:invalid {
  border: none;
  border: 1px solid red;
}
.form-input::-webkit-input-placeholder {
  color: #E5EAF4;
}
.form-label {
  font-weight: 400;
  font-size: 14px;
  color: #71727A;
  margin-bottom: 8px;
  display: block;
}
.form-label--message {
  font-size: 17px;
  margin-bottom: 12px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal__content {
  background: #FFFFFF;
  padding: 32px;
  border-radius: 24px;
  text-align: center;
  min-width: 400px;
}
.modal__loader {
  width: 48px;
  height: 48px;
  border: 4px solid #006FFD;
  border-top: 4px solid transparent;
  border-radius: 50%;
  margin: 0 auto 24px;
  display: none;
  animation: spin 1s linear infinite;
}
.modal__text {
  font-size: 18px;
  color: #1F2024;
  margin-bottom: 24px;
  display: none;
}
.modal__button {
  display: none;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.faq-main-search {
  padding-top: 192px;
  padding-bottom: 100px;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 44px;
  z-index: 1;
}
@media (max-width: 750px) {
  .faq-main-search {
    padding-top: 132px;
    padding-bottom: 44px;
  }
}
.faq-main-search-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 750px) {
  .faq-main-search-bg {
    display: none;
  }
}
.faq-main-search h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 116%;
  color: #1F2024;
  margin-bottom: 44px;
}
@media (max-width: 750px) {
  .faq-main-search h2 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 24px;
  }
}
.faq-main-search-form {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 630px;
}

.search-form {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.search-form__input {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  border: 1px solid #E5EAF4;
  padding: 16px 140px 16px 56px;
  font-size: 16px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23B6B9C1'%3e%3cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 24px;
}
.search-form__input:focus {
  outline: none;
  border: 1px solid #006FFD;
}
.search-form__btn {
  position: absolute;
  right: 8px;
  height: 40px;
  width: 110px;
}

.faq {
  padding-block: 100px;
  background-color: #FFFFFF;
}
@media (max-width: 750px) {
  .faq {
    padding-block: 44px;
  }
}
.faq__info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  margin-top: 60px;
}
.faq__info p {
  max-width: 466px;
}
.faq__content-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 116%;
  color: #1F2024;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .faq__content-title {
    font-size: 24px;
    margin-bottom: 44px;
  }
}
.faq__no-results {
  text-align: center;
}
.faq__no-results h2 {
  margin-bottom: 24px;
  text-align-last: left;
}

.footer {
  padding-block: 60px;
  background-color: #FFFFFF;
}
@media (max-width: 750px) {
  .footer {
    padding-block: 44px;
  }
}
.footer__logo {
  width: 135px;
  height: 38px;
}
@media (max-width: 750px) {
  .footer__logo {
    width: 111px;
    height: 32px;
  }
}
.footer__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__top {
  margin-bottom: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media (max-width: 750px) {
  .footer__top {
    margin-bottom: 32px;
    gap: 16px;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
}
@media (max-width: 750px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.footer .line {
  width: 100%;
  height: 1px;
  background-color: #E5EAF4;
}
.footer__nav {
  display: flex;
  align-items: flex-start;
  gap: 120px;
}
@media (max-width: 750px) {
  .footer__nav {
    gap: 32px;
  }
}
.footer__nav-list {
  list-style: none;
}
.footer__nav-list h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #1F2024;
  margin-bottom: 16px;
}
.footer__nav-link:link, .footer__nav-link:visited {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #71727A;
  cursor: pointer;
}
.footer__nav-link:hover {
  color: #006FFD;
}
.footer__nav-link--active:link, .footer__nav-link--active:visited {
  color: #006FFD;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  transition: background-color 0.3s ease-in-out;
}

.label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 100px;
  background-color: #FFFFFF;
  color: #71727A;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  border: 1px solid #CCD4E0;
  box-shadow: 0px 10px 18px 0px rgba(44, 58, 114, 0.1), 0px 2px 6px 0px rgba(44, 58, 114, 0.05), 0px 0px 1px 0px rgba(44, 58, 114, 0.05);
}
@media (max-width: 750px) {
  .label {
    padding: 10px 12px;
    font-size: 14px;
  }
}
.label-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 750px) {
  .label-icon {
    width: 18px;
    height: 18px;
  }
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}
.nav__logo {
  width: 135px;
  height: 38px;
  position: relative;
  z-index: 2000;
}
@media (max-width: 750px) {
  .nav__logo {
    width: 111px;
    height: 32px;
  }
}
.nav__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav__menu {
  display: flex;
  align-items: center;
  gap: 60px;
}
.nav__menu-item {
  list-style: none;
}
.nav__menu-link:link, .nav__menu-link:visited {
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  color: #71727A;
  cursor: pointer;
}
.nav__menu-link:hover {
  color: #006FFD;
}
.nav__menu-link--active:link, .nav__menu-link--active:visited {
  color: #006FFD;
}
.nav__mobile {
  display: none;
}
@media (max-width: 750px) {
  .nav__mobile {
    display: block;
  }
}
.nav__checkbox {
  position: relative;
  z-index: 2000;
  display: none;
}
.nav__menu-mobile {
  position: fixed;
  top: 90px;
  left: 16px;
  z-index: 1500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  opacity: 0;
  width: 0;
  transition: all 0.1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.nav__menu-mobile-link:link, .nav__menu-mobile-link:visited {
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  color: #71727A;
}
.nav__menu-mobile-link:hover, .nav__menu-mobile-link:active {
  color: #006FFD;
}
.nav__background {
  display: none;
  width: 24px;
  height: 24px;
  position: fixed;
  border-radius: 50%;
  top: 31px;
  right: 31px;
  background-color: #FFFFFF;
  z-index: 1000;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s;
}
@media (max-width: 750px) {
  .nav__background {
    display: block;
  }
}
.nav__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50px;
  right: 0;
  transform: translate(-50%, -50%);
  z-index: 2000;
  display: none;
}
@media (max-width: 750px) {
  .nav__button {
    display: block;
  }
}
.nav__icon {
  position: relative;
  width: 14px;
  height: 2px;
  background-color: #006FFD;
  display: inline-block;
  border-radius: 100px;
  z-index: 2000;
  margin: auto;
}
.nav__icon::before, .nav__icon::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  background-color: #006FFD;
  border-radius: 100px;
  transition: all 0.2s;
}
.nav__icon::before {
  top: 5px;
  right: 0;
}
.nav__icon::after {
  top: -5px;
  left: 0;
}
.nav__checkbox:checked ~ .nav__background {
  transform: scale(80);
  opacity: 1;
}
.nav__checkbox:checked ~ .nav__menu-mobile {
  opacity: 1;
  width: calc(100% - 32px);
}
.nav__checkbox:checked + .nav__button .nav__icon {
  background-color: transparent;
}
.nav__checkbox:checked + .nav__button .nav__icon::before {
  top: 0;
  width: 14px;
  transform: rotate(135deg);
  background-color: #006FFD;
}
.nav__checkbox:checked + .nav__button .nav__icon::after {
  top: 0;
  width: 14px;
  transform: rotate(-135deg);
  background-color: #006FFD;
}
@media (max-width: 750px) {
  .nav__menu, .nav__app-store.btn {
    display: none;
  }
}

.terms-main {
  padding-top: 192px;
  padding-bottom: 100px;
  background: linear-gradient(180deg, #E9F2FF 0%, #FFFFFF 61.91%);
}
@media (max-width: 750px) {
  .terms-main {
    padding-top: 132px;
    padding-bottom: 44px;
  }
}
.terms-main__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 44px;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .terms-main__info {
    gap: 16px;
    margin-bottom: 32px;
  }
}
.terms-main__info h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 116%;
  color: #1F2024;
}

#main {
  padding-top: 92px;
}
@media (max-width: 750px) {
  #main {
    padding-top: 72px;
  }
}

.hero {
  padding-top: 100px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, #E9F2FF 0%, #FFFFFF 61.91%);
}
@media (max-width: 750px) {
  .hero {
    padding-block: 44px;
  }
}
.hero__content {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  .hero__content {
    margin-bottom: 32px;
  }
}
.hero__label {
  margin-bottom: 16px;
}
@media (max-width: 750px) {
  .hero__label {
    margin-bottom: 12px;
  }
}
.hero__title {
  margin-bottom: 24px;
  max-width: 810px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 116%;
  color: #1F2024;
}
@media (max-width: 750px) {
  .hero__title {
    margin-bottom: 16px;
    font-size: 34px;
  }
}
.hero__subtitle {
  max-width: 570px;
  margin-bottom: 32px;
}
.hero__buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 750px) {
  .hero__buttons {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
}
.hero__img {
  background-image: url("../img/hero-1.png");
  width: 100%;
  height: 428px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .hero__img {
    background-image: url("../img/hero-2.png");
    min-height: 343px;
    border-radius: 16px;
  }
}

.benefits {
  background-color: #FFFFFF;
}
.benefits__info {
  background-color: #FFFFFF;
  display: flex;
  padding-block: 100px;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .benefits__info {
    padding: 44px 16px;
  }
}
.benefits__info-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.benefits__info-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 750px) {
  .benefits__info-content {
    gap: 44px;
  }
}
.benefits__info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 750px) {
  .benefits__info-item h2 {
    text-align: center;
  }
}
.benefits__info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 930px;
}
@media (max-width: 750px) {
  .benefits__info-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.benefits__info-grid-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 32px;
  border-radius: 16px;
  background-color: #FFFFFF;
  border: 1px solid #E5EAF4;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .benefits__info-grid-item {
    padding: 16px 12px;
    gap: 12px;
  }
}
.benefits__info-grid-item:hover {
  box-shadow: 0px 10px 18px 0px rgba(58, 76, 146, 0.1), 0px 2px 6px 0px rgba(44, 58, 114, 0.05), 0px 0px 1px 0px rgba(44, 58, 114, 0.05);
  transform: translateY(-5px);
}
.benefits__info-grid-item-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
@media (max-width: 750px) {
  .benefits__info-grid-item-img {
    width: 44px;
    height: 44px;
  }
}
.benefits__info-grid-item-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.benefits__info-grid-item-info h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #1F2024;
}
@media (max-width: 750px) {
  .benefits__info-grid-item-info h3 {
    font-size: 17px;
  }
}
.benefits__info-grid-item-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #71727A;
}
@media (max-width: 750px) {
  .benefits__info-grid-item-info p {
    font-size: 14px;
  }
}
.benefits__features {
  background: linear-gradient(180deg, #f9fbff 0%, #ffffff 100%);
  padding-block: 50px;
}
.benefits__feature-item {
  padding-block: 50px;
}
@media (max-width: 750px) {
  .benefits__feature-item {
    padding-block: 44px;
  }
}
.benefits__feature-item:nth-child(even) .benefits__feature-item-content {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .benefits__feature-item:nth-child(even) .benefits__feature-item-content {
    flex-direction: column;
  }
}
.benefits__feature-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 140px;
}
@media (max-width: 750px) {
  .benefits__feature-item-content {
    flex-direction: column;
    gap: 32px;
  }
}
.benefits__feature-item-content-img {
  max-width: 509px;
  object-fit: contain;
}
@media (max-width: 750px) {
  .benefits__feature-item-content-img {
    max-width: 343px;
    order: 2;
  }
}
.benefits__feature-item-content-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 450px;
}
@media (max-width: 750px) {
  .benefits__feature-item-content-info {
    gap: 16px;
    order: 1;
  }
}

.home-faq {
  padding-block: 100px;
  background-color: #FFFFFF;
}
@media (max-width: 750px) {
  .home-faq {
    padding-block: 44px;
  }
}
.home-faq__info-item {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 750px) {
  .home-faq__info-item {
    margin-bottom: 44px;
    gap: 12px;
  }
  .home-faq__info-item h2 {
    text-align: center;
  }
}
.home-faq__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 840px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .home-faq__list {
    gap: 8px;
  }
}
.home-faq__list-item {
  cursor: pointer;
  background-color: transparent;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #e5eaf4;
  box-shadow: 0px 10px 18px 0px rgba(58, 76, 146, 0.1), 0px 2px 6px 0px rgba(44, 58, 114, 0.05), 0px 0px 1px 0px rgba(44, 58, 114, 0.05);
  background-color: #FFFFFF;
}
@media (max-width: 750px) {
  .home-faq__list-item {
    padding: 16px;
    border-radius: 12px;
  }
}
.home-faq__list-item.active .home-faq-question__title {
  color: #006FFD;
  margin-bottom: 16px;
}
@media (max-width: 750px) {
  .home-faq__list-item.active .home-faq-question__title {
    margin-bottom: 12px;
  }
}
.home-faq__list-item.active .home-faq-answer {
  height: auto;
  opacity: 1;
}
.home-faq__list-item.active .home-faq-arrow {
  background-color: #006FFD;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3e%3cpath d='M19 13H5v-2h14v2z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3e%3cpath d='M19 13H5v-2h14v2z'/%3e%3c/svg%3e");
}
.home-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media (max-width: 750px) {
  .home-faq-question {
    gap: 12px;
  }
}
.home-faq-question__title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -3%;
  color: #1F2024;
}
@media (max-width: 750px) {
  .home-faq-question__title {
    font-size: 17px;
  }
}
.home-faq-answer__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: rgba(31, 32, 36, 0.6);
}
.home-faq-answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.home-faq-arrow {
  width: 24px;
  height: 24px;
  background-color: #1F2024;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3e%3cpath d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3e%3cpath d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .home-faq-arrow {
    width: 20px;
    height: 20px;
  }
}
.home-faq__view-more {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.cta {
  padding-block: 100px;
  background-color: #FFFFFF;
}
@media (max-width: 750px) {
  .cta {
    padding-block: 0;
  }
}
.cta__content {
  display: flex;
  justify-self: center;
  align-items: center;
  gap: 83px;
  width: 100%;
  background-image: url("../img/cta-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #006FFD;
  border-radius: 40px;
  padding: 60px;
}
@media (max-width: 750px) {
  .cta__content {
    flex-direction: column;
    gap: 32px;
    padding: 60px 16px;
  }
}
.cta__content-left {
  max-width: 567px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media (max-width: 750px) {
  .cta__content-left {
    gap: 32px;
  }
}
.cta__content-left h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 116%;
  color: #FFFFFF;
}
@media (max-width: 750px) {
  .cta__content-left h2 {
    font-size: 34px;
  }
}
.cta__content-left__app-store {
  width: 150px;
  height: 50px;
  display: flex;
}
.cta__content-left__app-store-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cta__content-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cta__content-right-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px;
  background: linear-gradient(92.69deg, rgba(255, 255, 255, 0.075) 6.01%, rgba(255, 255, 255, 0.175) 90.83%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cta__content-right-item img {
  width: 48px;
  height: 65px;
  object-fit: contain;
}
.cta__content-right-item-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cta__content-right-item-info h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
}
.cta__content-right-item-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.5);
}

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