@charset "UTF-8";
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/sf-pro-display-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/sf-pro-display-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/sf-pro-display-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFProText-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SFProText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
.title-l {
  font-size: 49px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.245px;
}

.text-l {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}
.text-l p {
  font-family: inherit;
  margin-bottom: 20px;
}
.text-l p:last-child {
  margin-bottom: 0;
}

.text-base {
  font-family: "SF Pro Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.text-base p {
  margin-bottom: 20px;
}
.text-base p:last-child {
  margin-bottom: 0;
}
.text-base a {
  color: #3A7EEE;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 7.5%;
  text-underline-offset: 9.5%;
  text-underline-position: from-font;
  transition: opacity 0.2s linear;
}

.regular {
  font-weight: 400;
}

.semibold {
  font-weight: 600;
}

.black {
  color: #000;
}

.white {
  color: #FFF;
}

.red {
  color: #FF5145;
}

.opacity04 {
  opacity: 0.4;
}

.text-center {
  text-align: center;
}

.blog-text table {
  width: 100%;
  border-collapse: collapse;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #000;
}
.blog-text table thead th {
  font-weight: 700;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.blog-text table thead th:last-child {
  text-align: right;
}
.blog-text table tbody td {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.blog-text table tbody td:last-child {
  text-align: right;
}

.editor table {
  width: 100%;
  border-collapse: collapse;
  font-family: "SF Pro Display", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  color: #000;
}
.editor table thead th {
  font-weight: 700;
  text-align: left;
  padding: 10px 0;
  border-bottom: 2px solid #000;
}
.editor table thead th:last-child {
  text-align: right;
}
.editor table tbody td {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.editor table tbody td:last-child {
  text-align: right;
}

.blog-text,
.editor {
  font-family: "SF Pro Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.blog-text p,
.editor p {
  margin-bottom: 40px;
}
.blog-text p:last-child,
.editor p:last-child {
  margin-bottom: 0;
}
.blog-text h2,
.editor h2 {
  margin-bottom: 40px;
  margin-top: 60px;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}
.blog-text h3,
.editor h3 {
  margin-bottom: 40px;
  margin-top: 60px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
.blog-text a:not(.btn-download),
.editor a:not(.btn-download) {
  color: #3A7EEE;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 7.5%;
  text-underline-offset: 9.5%;
  text-underline-position: from-font;
  transition: opacity 0.2s linear;
}
.blog-text ul,
.editor ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
  margin-top: 60px;
}
.blog-text ul li,
.editor ul li {
  position: relative;
  display: inline-flex;
  gap: 10px;
}
.blog-text ul li::before,
.editor ul li::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.6207L12.36 18L26 5' stroke='%233A7EEE' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.blog-text ol,
.editor ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
  margin-top: 60px;
  padding-left: 20px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

body {
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "SF Pro Display", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1500px;
  padding: 0 30px;
  margin: 0 auto;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #FFFFFF;
}

img {
  display: block;
  width: 100%;
 
  -o-object-fit: contain;
  object-fit: contain;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.bg-element {
  position: relative;
  z-index: 1;
}
.bg-element::before {
  content: "";
  width: 1080px;
  height: 1330px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1080' height='1117' viewBox='0 0 1080 1117' fill='none'%3E%3Cpath d='M1080 706.011C1080 665.397 1080 645.09 1074.35 626.703C1069.34 610.426 1061.14 595.311 1050.22 582.245C1037.88 567.483 1020.85 556.418 986.797 534.287L316.397 98.6163C213.423 31.6965 161.936 -1.76335 119.323 1.132C82.1915 3.65494 47.9967 22.214 25.6479 51.9738C5.13278e-05 86.1266 5.13278e-05 147.531 5.13278e-05 270.34V415.569C5.13278e-05 456.367 5.13277e-05 476.766 5.69999 495.222C10.7454 511.558 19.0127 526.719 30.0138 539.807C42.442 554.594 59.5907 565.641 93.8881 587.736L764.288 1019.61C867.105 1085.85 918.514 1118.97 961.033 1115.96C998.087 1113.34 1032.17 1094.75 1054.44 1065.02C1080 1030.91 1080 969.753 1080 847.448L1080 706.011Z' fill='url(%23paint0_linear_96_2602)'/%3E%3Cpath d='M1080 706.011C1080 665.397 1080 645.09 1074.35 626.703C1069.34 610.426 1061.14 595.311 1050.22 582.245C1037.88 567.483 1020.85 556.418 986.797 534.287L316.397 98.6163C213.423 31.6965 161.936 -1.76335 119.323 1.132C82.1915 3.65494 47.9967 22.214 25.6479 51.9738C5.13278e-05 86.1266 5.13278e-05 147.531 5.13278e-05 270.34V415.569C5.13278e-05 456.367 5.13277e-05 476.766 5.69999 495.222C10.7454 511.558 19.0127 526.719 30.0138 539.807C42.442 554.594 59.5907 565.641 93.8881 587.736L764.288 1019.61C867.105 1085.85 918.514 1118.97 961.033 1115.96C998.087 1113.34 1032.17 1094.75 1054.44 1065.02C1080 1030.91 1080 969.753 1080 847.448L1080 706.011Z'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_96_2602' x1='1080' y1='1005.3' x2='-68.0122' y2='361.847' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23458CFF'/%3E%3Cstop offset='1' stop-color='%23FAFAFA'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}

.bg-element-reverse {
  position: relative;
  z-index: 1;
}
.bg-element-reverse::before {
  content: "";
  width: 1080px;
  height: 1330px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1080' height='1122' viewBox='0 0 1080 1122' fill='none'%3E%3Cpath d='M0 427.993C0 469.106 0 489.662 5.7771 508.234C10.8906 524.672 19.2673 539.909 30.4062 553.035C42.9907 567.864 60.3468 578.879 95.0591 600.909L765.459 1026.38C868.006 1091.46 919.28 1124 961.64 1120.8C998.559 1118.01 1032.46 1099.37 1054.6 1069.7C1080 1035.64 1080 974.917 1080 853.461V694.007C1080 652.894 1080 632.338 1074.22 613.766C1069.11 597.328 1060.73 582.091 1049.59 568.965C1037.01 554.136 1019.65 543.121 984.941 521.091L314.541 95.6227C211.994 30.5415 160.72 -1.99902 118.36 1.20032C81.4406 3.98865 47.5372 22.6268 25.3999 52.3043C0 86.3556 0 147.083 0 268.539V427.993Z' fill='url(%23paint0_linear_74_1933)'/%3E%3Cpath d='M0 427.993C0 469.106 0 489.662 5.7771 508.234C10.8906 524.672 19.2673 539.909 30.4062 553.035C42.9907 567.864 60.3468 578.879 95.0591 600.909L765.459 1026.38C868.006 1091.46 919.28 1124 961.64 1120.8C998.559 1118.01 1032.46 1099.37 1054.6 1069.7C1080 1035.64 1080 974.917 1080 853.461V694.007C1080 652.894 1080 632.338 1074.22 613.766C1069.11 597.328 1060.73 582.091 1049.59 568.965C1037.01 554.136 1019.65 543.121 984.941 521.091L314.541 95.6227C211.994 30.5415 160.72 -1.99902 118.36 1.20032C81.4406 3.98865 47.5372 22.6268 25.3999 52.3043C0 86.3556 0 147.083 0 268.539V427.993Z'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_74_1933' x1='7.23953' y1='114.022' x2='1152' y2='750.417' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23458CFF'/%3E%3Cstop offset='1' stop-color='%23FAFAFA'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.about {
  padding: 240px 0 120px;
}

.about-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.about-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 588px 710px;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.accordion-header {
  display: flex;
  gap: 8px;
}

.accordion-title {
  text-align: left;
}

.accordion-content {
  display: none;
}

.accordion-text {
  padding-top: 5px;
  padding-bottom: 20px;
}

.articles {
  padding: 120px 0;
}

.articles-inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.articles-header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.articles-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.articles-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: 0.2s linear;
}
.articles-card .opacity04 {
  transition: opacity 0.2s linear;
}

.articles-image {
  height: auto;
  border-radius: 32px;
  background: #FAFAFA;
  overflow: hidden;
}

.articles-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 345px;
  gap: 20px;
}

.become {
  background: #3A7EEE;
  overflow: hidden;
}

.become-inner {
  padding: 120px 0;
}
.become-inner::before {
  top: -370px;
  right: -280px;
  opacity: 0.1;
}

.become-content {
  max-width: 588px;
}
.become-content .title-l {
  margin-bottom: 80px;
}
.become-content .text-l {
  margin-bottom: 40px;
}

.benefits {
  padding: 120px 0;
}

.benefits-inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.benefits-slider {
  width: 100%;
}

.benefits-item {
  width: 345px;
  height: auto;
  padding: 60px 40px;
  background: #FAFAFA;
}
.benefits-item .text-l {
  margin-bottom: 60px;
}

.benefits-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  margin-bottom: 30px;
}

.blog {
  overflow: hidden;
}

.blog-inner {
  padding: 140px 0 120px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-title {
  margin-bottom: 60px;
}

.blog-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
}

.blog-content .video,
.blog-content .full-img {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.blog-content .grid-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.blog-text {
  max-width: 710px;
  margin: 0 auto;
  padding: 120px 0 80px;
}
.blog-text:last-child {
  padding-bottom: 0;
}

.breadcrumb {
  margin-bottom: 80px;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 5px;
}

.breadcrumb-item {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
}
.breadcrumb-item a {
  color: #3A7EEE;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 7.5%;
  text-underline-offset: 9.5%;
  text-underline-position: from-font;
  transition: 0.2s linear;
}

.breadcrumb-separator {
  width: 10px;
  height: 6px;
  flex-shrink: 0;
}

.btn-arrow {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 20px;
  border-radius: 16px;
  background: #3A7EEE;
  color: #FFF;
  font-family: "SF Pro Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  transition: 0.2s linear;
}
.btn-arrow--white {
  background: #FFF;
  color: #3A7EEE;
}
.btn-arrow::after {
  content: "→";
  font-size: 0;
  color: inherit;
  margin-left: 0;
  transition: 0.2s linear;
}

.btn-download {
  display: inline-flex;
  padding: 8px 15px;
  align-items: center;
  gap: 5px;
  border-radius: 12px;
  background: #3A7EEE;
  color: #FFF;
  font-family: "SF Pro Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
}

.btn-download-icon {
  margin-top: -2px;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  position: relative;
}
.btn-download-icon img {
  transition: 0.2s linear;
}
.btn-download-icon::before {
  content: "↓";
  text-align: center;
  transform: translateY(-5px);
  transition: 0.2s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.link {
  width: -moz-fit-content;
  width: fit-content;
  color: #3A7EEE;
  font-family: "SF Pro Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 7.5%;
  text-underline-offset: 9.5%;
  text-underline-position: from-font;
  position: relative;
  transition: opacity 0.2s linear;
}
.link::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #3A7EEE;
  transition: opacity 0.2s linear;
  opacity: 0;
  position: absolute;
  left: -10px;
  top: 9px;
}
.link::after {
  content: "";
  width: 0;
  height: 100%;
  transition: 0.2s linear;
  background-color: #3A7EEE;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.compatible {
  padding: 45px 0;
  background: #FFF;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.compatible--border {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.compatible-inner {
  display: flex;
  align-items: center;
  gap: 110px;
}

.compatible-container {
  display: flex;
  align-items: center;
  gap: 30px 14px;
}

.compatible-label {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.24px;
}

.compatible-list {
  display: flex;
  align-items: center;
  gap: 15px;
}

.compatible-item {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.2s linear;
}

.compatible-icon {
  width: 42px;
  height: 48px;
  flex-shrink: 0;
  position: relative;
}
.compatible-icon--big {
  width: 54px;
}

.compatible-icon-default,
.compatible-icon-hover {
  width: 100%;
  height: 100%;
  transition: 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
}

.compatible-icon-default {
  z-index: 1;
}

.compatible-icon-hover {
  opacity: 0;
}

.compatible-title {
  color: #000;
  font-family: "SF Pro Text", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.16px;
}

.compatible-description {
  color: #000;
  font-family: "SF Pro Text", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}

.contact {
  overflow: hidden;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
.contact::before {
  content: "";
  width: 50vw;
  background: #FAFAFA;
  position: absolute;
  top: 120px;
  right: 0;
  bottom: 120px;
  z-index: -1;
}

.contact-inner {
  display: grid;
  grid-template-columns: repeat(2, 588px);
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 145px 0;
}

.contact-one {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact-one .text-base {
  max-width: 345px;
}
.contact-one .form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact-two {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 345px;
}

.contact-two-head {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-two-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dep {
  padding: 120px 0;
  background: #FAFAFA;
}

.dep-inner {
  display: grid;
  grid-template-columns: 860px 466px;
  align-items: center;
  gap: 10px;
}

.dep-content .title-l {
  max-width: 467px;
  margin-bottom: 80px;
}
.dep-content .text-l {
  max-width: 588px;
  margin-bottom: 40px;
}

.dep-icon {
  width: 320px;
  height: 320px;
  flex-shrink: 0;
}
.dep-icon img {
  animation: spin 5s linear infinite;
}

.faq-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 120px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.faq-wrapper {
  display: flex;
  gap: 80px;
}

.faq-list {
  max-width: 832px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  position: relative;
  z-index: 1;
}
.faq-item.active .faq-title {
  color: #3A7EEE;
}
.faq-item.active::before {
  opacity: 1;
}
.faq-item::before {
  content: "";
  border-radius: 16px;
  background: #FAFAFA;
  opacity: 0;
  transition: 0.2s linear;
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: 0;
  z-index: -1;
}

.faq-header {
  display: flex;
  gap: 10px;
  padding: 16px 0;
  text-align: left;
}

.faq-title {
  transition: color 0.2s linear;
}

.faq-content {
  display: none;
}

.faq-text {
  max-width: 467px;
  padding: 10px 0 20px;
}

.faq-img {
  width: 300px;
  height: 300px;
  position: sticky;
  top: 10px;
}

.footer {
  margin-top: auto;
  padding: 80px 0 40px;
  background: #3A7EEE;
  color: #fff;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-column--about {
  max-width: 588px;
}

.footer-logo {
  display: block;
  width: 160px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.footer-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.footer-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #FFF;
  font-family: "SF Pro Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-list a {
  display: inline-block;
  color: #FFF;
  font-family: "SF Pro Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  position: relative;
}
.footer-list a::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  transition: transform 0.2s linear;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(0);
}
.footer-list a::after {
  content: "";
  width: 0;
  height: 100%;
  transition: 0.2s linear;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer-social-icon {
  width: 32px;
  height: 25px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-bottom-text {
  opacity: 0.6;
  color: #FFF;
  font-family: "SF Pro Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
}

.footer-bottom-badge {
  width: 102px;
  height: auto;
}

.form {
  width: 100%;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-field.is-error .form-textarea,
.form-field.is-error .form-input {
  color: #FF5145;
  border-color: #FF5145;
}
.form-field.is-error .form-error-message {
  opacity: 1;
}

.form-label {
  display: block;
  width: 100%;
  position: relative;
}

.form-textarea,
.form-input {
  display: block;
  width: 100%;
  padding: 16px 20px;
  border-radius: 16px;
  border: 1px solid #000;
  font-family: "SF Pro Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.form-textarea::-moz-placeholder, .form-input::-moz-placeholder {
  font-family: "SF Pro Text", sans-serif;
  color: inherit;
}
.form-textarea::placeholder,
.form-input::placeholder {
  font-family: "SF Pro Text", sans-serif;
  color: inherit;
}

.form-error-message {
  background-color: #fff;
  opacity: 0;
  color: #FF5145;
  text-align: right;
  font-family: "SF Pro Text", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  position: absolute;
  right: 20px;
  top: 20px;
}

.form-textarea {
  min-height: 240px;
  max-height: 500px;
  resize: vertical;
}

.form-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 14px 20px;
  border-radius: 12px;
  border: 1px solid rgba(58, 126, 238, 0.05);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.2s ease;
  color: #000;
  font-family: "SF Pro Text", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
}

.form-option input {
  display: none;
}

.form-icon {
  max-width: 13px;
  max-height: 16px;
  width: auto;
  height: auto;
}

.form-option:has(input:checked) {
  background: rgba(58, 126, 238, 0.05);
}

.form-checkbox {
  display: flex;
  gap: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
}
.form-checkbox:has(input:checked)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_297_1528)'%3E%3Crect width='16' height='16' rx='4' fill='%23F5F5F5'/%3E%3Cpath d='M3 7.54642L6.8 11L13 5' stroke='%233A7EEE' stroke-width='1.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_297_1528'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.form-checkbox::before {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_297_1516)'%3E%3Crect width='16' height='16' rx='4' fill='%23F5F5F5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_297_1516'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.form-checkbox input {
  display: none;
}

.form-checkbox-text {
  display: flex;
  gap: 15px;
  font-family: "SF Pro Text", sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}
.form-checkbox-text a {
  font-family: "SF Pro Text", sans-serif;
  white-space: nowrap;
  font-size: 16px;
  color: #3A7EEE;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 7.5%;
  text-underline-offset: 9.5%;
  text-underline-position: from-font;
  transition: opacity 0.2s linear;
}

.header {
  padding: 15px 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 30px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0px 4px 32px 8px rgba(40, 40, 40, 0.05);
}

.header-logo {
  display: block;
  margin-right: auto;
  width: 120px;
  color: #000;
  font-family: "SF Pro Text", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.24px;
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-menu-top {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.header-menu-one,
.header-menu-two {
  display: flex;
  align-items: center;
}

.header-menu-one {
  gap: 40px;
}
.header-menu-one .header-menu-item:not(:last-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: #000;
  opacity: 0.1;
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
}

.header-menu-two {
  gap: 20px;
}

.header-menu-item {
  position: relative;
  color: #000;
  font-family: "SF Pro Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
}

.header-menu-icon {
  display: none;
}

.header-menu-link {
  color: inherit;
  position: relative;
}
.header-menu-link::before {
  content: "";
  width: 0;
  height: 100%;
  transition: 0.2s linear;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-submenu {
  display: none;
  flex-direction: column;
  width: 198px;
  padding: 0 20px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0px 4px 32px 8px rgba(40, 40, 40, 0.05);
  position: absolute;
  left: 0;
  top: calc(100% + 40px);
  z-index: 2;
}
.header-submenu::before {
  content: "";
  height: 50px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: -1;
}
.header-submenu::after {
  content: "";
  width: 13px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M13 8L-9.53674e-07 8L3.98467 1.86974C5.1677 0.0496953 7.8323 0.0496931 9.01533 1.86974L13 8Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  left: 23px;
  top: -10px;
}
.header-submenu li:first-child {
  margin-top: 30px;
}
.header-submenu li:last-child {
  margin-bottom: 30px;
}
.header-submenu li:not(:last-child) {
  margin-bottom: 20px;
  position: relative;
}
.header-submenu li:not(:last-child)::before {
  content: "";
  height: 1px;
  width: 100%;
  background: #000;
  opacity: 0.05;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.header-submenu a {
  display: block;
  color: #000;
  font-family: "SF Pro Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  transition: 0.2s linear;
}
.header-submenu a:hover {
  opacity: 0.5;
}

.header-language {
  position: relative;
  color: #000;
  font-family: "SF Pro Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
}
.header-language.is-open .header-language-toggle::after {
  transform: rotate(180deg);
}

.header-language-toggle {
  display: flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: inherit;
}
.header-language-toggle::after {
  content: "";
  width: 8px;
  height: 4px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M9 1.5L5.18 4.365C5.07333 4.445 4.92667 4.445 4.82 4.365L1 1.5' stroke='black' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s linear;
}

.header-flag {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.header-language-list {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 4px 32px 8px rgba(40, 40, 40, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.header-language-list.is-open {
  opacity: 1;
  visibility: visible;
}
.header-language-list::before {
  content: "";
  width: 40px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='7' viewBox='0 0 40 7' fill='none'%3E%3Cpath d='M40 7L0 7L15.5448 1.41982C18.1054 0.500642 20.9023 0.478827 23.4769 1.35796L40 7Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-position: bottom;
  object-position: bottom;
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translateX(-50%);
}
.header-language-list li {
  display: block;
  width: 24px;
}
.header-language-list li:not(:last-child) {
  margin-bottom: 20px;
  position: relative;
}
.header-language-list li:not(:last-child)::before {
  content: "";
  min-height: 1px;
  width: 20px;
  background: #000;
  opacity: 0.05;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.header-language-list a {
  display: block;
  transition: 0.2s linear;
}
.header-language-list a:hover {
  opacity: 0.5;
}

.header-burger {
  display: none;
}

.header-close {
  color: #000;
  font-family: "SF Pro Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
}

.hero {
  overflow: hidden;
}

.hero-inner {
  padding: 260px 0 230px;
  position: relative;
}
.hero-inner::before {
  top: -35px;
  right: -380px;
}

.hero-content {
  max-width: 467px;
  position: relative;
  z-index: 3;
}
.hero-content .title-l {
  margin-bottom: 60px;
}
.hero-content .text-base {
  max-width: 345px;
  margin-bottom: 40px;
}

.hero-devices {
  width: 912px;
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  z-index: 2;
}

.hero-device {
  position: absolute;
}

.hero-device--mac {
  width: 781.474px;
  height: 530px;
  top: 146px;
  left: 44px;
}

.hero-device--ipad {
  width: 505.824px;
  height: 402px;
  top: 375px;
  left: 422px;
  z-index: 2;
}

.hero-device--iphone {
  width: 230px;
  height: 407px;
  top: 520px;
  left: 348px;
  z-index: 3;
}

.how {
  padding: 120px 0;
  background: #FAFAFA;
  overflow: hidden;
}

.how-inner {
  display: grid;
  grid-template-columns: 467px 809px;
  align-items: center;
  gap: 115px;
}

.how-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.how-content-wrapper {
  max-width: 345px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.intro {
  overflow: hidden;
}

.intro-inner {
  padding: 260px 0 60px;
  display: grid;
  grid-template-columns: 467px 1fr;
  gap: 140px;
  position: relative;
  z-index: 1;
}

.intro-one {
  max-width: 467px;
  display: flex;
  flex-direction: column;
}
.intro-one .title-l {
  margin-bottom: 80px;
}
.intro-one .text-base {
  max-width: 545px;
  margin-bottom: 40px;
}

.intro-board {
  margin-top: 110px;
  max-width: 710px;
  padding: 60px;
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 4px 32px 8px rgba(40, 40, 40, 0.05);
}
.intro-board .services-list {
  margin-bottom: 0;
}
.intro-board .services-device {
  margin-bottom: 0;
}

.intro-head {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}

.intro-price {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.intro-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.intro-line {
  height: 1px;
  opacity: 0.05;
  background: #000;
}

.intro-img {
  position: absolute;
  top: 0;
  right: -30px;
  width: 912px;
  z-index: -1;
}

.intro-iphone {
  width: 355px;
  height: 629px;
  top: 140px;
  position: absolute;
}
.intro-iphone:nth-child(1) {
  right: 292px;
}
.intro-iphone:nth-child(2) {
  right: 0;
}

.intro-ipad {
  width: 596.42px;
  height: 474px;
  position: absolute;
}
.intro-ipad:nth-child(1) {
  top: 226px;
  right: 84px;
  z-index: 2;
}
.intro-ipad:nth-child(2) {
  top: 100px;
  right: -155px;
}

.intro-mac {
  width: 710px;
  height: 482px;
  position: absolute;
}
.intro-mac:nth-child(1) {
  top: 120px;
  right: 132px;
}
.intro-mac:nth-child(2) {
  top: 253px;
  right: -138px;
  z-index: 2;
}

.intro-icon {
  width: 480px;
  height: 480px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
  z-index: -1;
}
.intro-icon img {
  animation: spin 5s linear infinite;
}

.mdm {
  background: #FAFAFA;
  overflow: hidden;
}

.mdm-inner {
  display: flex;
  flex-direction: column;
  padding: 120px 0 60px;
}
.mdm-inner::before {
  top: 404px;
  right: -380px;
}

.mdm-top,
.mdm-middle,
.mdm-bottom {
  display: grid;
  grid-template-columns: 467px 830px;
  justify-content: space-between;
  gap: 10px;
}

.mdm-top {
  margin-bottom: 80px;
  align-items: center;
}

.mdm-note {
  max-width: 345px;
  margin: 0 auto;
  opacity: 0.4;
}

.mdm-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.mdm-text {
  max-width: 345px;
}

.mdm-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mdm-list li {
  display: flex;
  gap: 10px;
  position: relative;
}
.mdm-list li::before {
  content: "";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.6207L12.36 18L26 5' stroke='%233A7EEE' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}

.mdm-device {
  margin-right: -30px;
  position: relative;
}
.mdm-device .video {
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  width: 725px;
  height: 545px;
  position: absolute;
  top: 24px;
  left: 25px;
}

.mdm-bottom .mdm-wrapper {
  position: relative;
}
.mdm-bottom .mdm-wrapper::before {
  content: "";
  height: 1px;
  opacity: 0.05;
  background: #000;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}

.order {
  background: #FAFAFA;
}
.order--payment .order-inner {
  padding-top: 140px; 
}

.order-inner {
  padding: 120px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.order-inner .title-l {
  max-width: 466px;
}

.order-wrapper {
  display: grid;
  grid-template-columns: 467px 710px;
  gap: 140px;
}

.order-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 80px;
}

.order-form {
  padding: 60px;
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 4px 32px 8px rgba(40, 40, 40, 0.05);
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
}
.order-form .form-wrapper {
  margin-bottom: 40px;
}
.order-form .form-checkbox {
  margin-bottom: 30px;
}

.order-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
  color: #000;
  font-size: 35px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.35px;
}
.order-head span {
  font-weight: 600;
}

.order-descr {
  margin-bottom: 40px;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.13px;
  opacity: 0.4;
}

.order-method {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.order-method-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.order-bottom {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-family: "SF Pro Text", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.13px;
}

.order-secured {
  display: flex;
  align-items: center;
  gap: 3px;
}
.order-secured img {
  width: 11px;
  height: 12px;
}
.order-secured strong {
  color: #37B868;
}

.pricing {
  padding: 120px 0;
  background: #FAFAFA;
}

.pricing-inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.pricing-wrapper {
  max-width: 710px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
  margin: 0 auto;
}
.pricing-table--scroll table {
  min-width: 560px;
}

.reseller {
  padding: 120px 0;
  position: relative;
}
.reseller::before {
  content: "";
  height: 1px;
  opacity: 0.05;
  background: #000;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
}

.reseller-inner {
  display: grid;
  grid-template-columns: 860px 466px;
  align-items: center;
  gap: 10px;
}

.reseller-content .title-l {
  max-width: 467px;
  margin-bottom: 80px;
}
.reseller-content .text-l {
  max-width: 588px;
  margin-bottom: 40px;
}

.reseller-icon {
  width: 320px;
  height: 320px;
  flex-shrink: 0;
}

.reviews-top {
  display: grid;
  grid-template-columns: 860px 466px;
  gap: 10px;
  padding: 120px 0 80px;
  position: relative;
}
.reviews-top::before {
  content: "";
  height: 1px;
  opacity: 0.05;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.reviews-heading .title-l span {
  display: block;
  color: #37B868;
}

.reviews-rating {
  color: #000;
  font-family: "SF Pro Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 43.2px */
}

.reviews-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 366px;
}

.reviews-bottom {
  padding: 60px 0 120px;
  background: #37B868;
}

.reviews-wrapper {
  display: flex;
  gap: 100px;
}

.reviews-slider {
  flex-grow: 1;
}

.reviews-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 60px;
}
.reviews-stars img {
  width: 44px;
  height: 42px;
}

.reviews-quote {
  margin-bottom: 40px;
  color: #FFF;
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
}

.reviews-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.reviews-avatar {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

.reviews-nav {
  margin-top: 102px;
  display: flex;
  align-items: flex-start;
}

.reviews-prev,
.reviews-next {
  width: 70px;
  height: 60px;
  flex-shrink: 0;
  transition: 0.2s linear;
}

.services {
  padding: 120px 0;
}

.services-inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  position: relative;
  z-index: 1;
}

.services-card {
  padding: 60px;
  overflow: hidden;
  transition: 0.2s linear;
  position: relative;
}
.services-card::after {
  content: "";
  transition: 0.3s ease-in-out;
  background: #FAFAFA;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.services-image {
  width: auto;
  margin-bottom: 5px;
}
.services-image img {
  max-height: 214px;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
}

.services-heading {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  color: #000;
  transition: color 0.2s linear;
}

.services-card-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}
.services-card-title span {
  display: block;
  font-weight: 600;
}

.services-card-price {
  transform: translateY(10px);
  white-space: nowrap;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}
.services-card-price span {
  font-size: 13px;
}

.services-device {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.services-icon {
  width: 42px;
  height: 48px;
  flex-shrink: 0;
  position: relative;
}
.services-icon--big {
  width: 54px;
}

.services-icon-default,
.services-icon-hover {
  width: 100%;
  height: 100%;
  transition: 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
}

.services-icon-default {
  z-index: 1;
}

.services-icon-hover {
  opacity: 0;
}

.services-device-description {
  font-family: "SF Pro Text", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}

.services-descr {
  margin-bottom: 30px;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.services-list-item {
  display: flex;
  align-items: center;
  gap: 30px;
}

.services-list-icon {
  width: 25px;
  height: 24px;
  flex-shrink: 0;
}

.services-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.signin {
  padding: 240px 0 120px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.signin::before {
  content: "";
  width: 50vw;
  background: #FAFAFA;
  background-image: url("../img/icons/");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.signin-inner {
  display: grid;
  grid-template-columns: 588px 668px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.signin-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.signin-form .text-base {
  max-width: 345px;
}
.signin-form .form-checkbox-text {
  font-size: 16px;
  color: #3A7EEE;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 7.5%;
  text-underline-offset: 9.5%;
  text-underline-position: from-font;
}

.signin-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.supports {
  padding: 120px 0;
}

.supports-inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}

.supports-header {
  display: grid;
  grid-template-columns: 860px 466px;
  gap: 10px;
}

.supports-description {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 348px;
  font-family: "SF Pro Text", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}

.supports-line {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.supports-slider {
  display: flex;
  align-items: center;
  gap: 110px;
  width: auto;
  flex-shrink: 0;
  padding: 0 55px;
}
.supports-slider img {
  height: auto;
  max-width: 100%;
  max-height: 56px;
}

.supports-slide {
  width: auto;
  flex-shrink: 0;
}

.use {
  background: #FAFAFA;
}

.use-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 120px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.use-head {
  display: grid;
  grid-template-columns: 467px 345px;
  align-items: flex-end;
  gap: 385px;
}

.use-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 110px;
  position: relative;
}

.use-line {
  width: 2px;
  height: 100%;
  background-color: rgba(58, 126, 238, 0.3);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50px;
}

.use-progress {
  background-color: #3A7EEE;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.use-item {
  position: relative;
}
.use-item:not(:last-child) {
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.use-number {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #3A7EEE;
  border-radius: 50%;
  background: #FAFAFA;
  opacity: 1;
  color: #3A7EEE;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: -100px;
}

.use-title {
  max-width: 467px;
  margin-bottom: 40px;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.use-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 40px;
}
.use-gallery--single {
  grid-template-columns: repeat(1, 1fr);
}

.use-wrapper {
  display: grid;
  grid-template-columns: 588px 486px;
  align-items: flex-start;
  gap: 120px;
}

.use-descr {
  font-family: "SF Pro Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.use-descr p {
  margin-bottom: 20px;
}
.use-descr p:last-child {
  margin-bottom: 0;
}
.use-descr h2,
.use-descr h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}
.use-descr ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.use-descr ul li {
  display: flex;
  gap: 10px;
  position: relative;
}
.use-descr ul li::before {
  content: "";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.6207L12.36 18L26 5' stroke='%233A7EEE' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}

.use-note {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  background: rgba(255, 81, 69, 0.05);
  position: sticky;
  top: 10px;
}

.verify {
  overflow: hidden;
}

.verify-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 120px 0 20px;
}
.verify-inner::before {
  bottom: -74px;
  left: -380px;
}

.verify-one,
.verify-two {
  display: grid;
  grid-template-columns: 860px 466px;
  align-items: flex-start;
  gap: 10px;
}

.verify-one .title-l {
  grid-column-start: 2;
}

.verify-media {
  margin-bottom: 30px;
}

.verify-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 345px;
  grid-column-start: 2;
}

.video {
  background: #F5F5F5;
  position: relative;
}
.video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-inner {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 2;
}

.video-title {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.video-btn {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video-btn.is-active {
  transition: 0.2s linear;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}
.video-btn::before {
  content: "";
  background-color: rgba(248, 248, 248, 0.9);
  border-radius: 50%;
  transition: 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.video-btn img {
  width: 38px;
  height: 38px;
}
@media (min-width: 1024px){
  .services-card:not(:last-child)::before {
    content: "";
    width: 1px;
    height: 90%;
    background: #F8F8F8;
    position: absolute;
    top: 0;
    right: -5px;
  }
}
@media (max-width: 1600px) and (min-width: 1024px){
  .bg-element::before {
    width: 67.5vw;
    height: 83.125vw;
  }
  .bg-element-reverse::before {
    width: 67.5vw;
    height: 83.125vw;
  }
  .about-wrapper {
    grid-template-columns: 36.75vw 44.375vw;
  }
  .contact-inner {
    padding: 9.063vw 0;
    grid-template-columns: repeat(2, 36.75vw);
  }
  .dep-inner {
    grid-template-columns: 53.75vw 39.125vw;
  }
  .hero-inner {
    padding: 16.25vw 0 14.375vw;
  }
  .hero-inner::before {
    top: -2.188vw;
    right: -23.75vw;
  }
  .hero-devices {
    width: 57vw;
  }
  .hero-device--mac {
    width: 48.842vw;
    height: 33.125vw;
    top: 9.125vw;
    left: 2.75vw;
  }
  .hero-device--ipad {
    width: 31.614vw;
    height: 25.125vw;
    top: 23.438vw;
    left: 26.375vw;
  }
  .hero-device--iphone {
    width: 14.375vw;
    height: 25.438vw;
    top: 32.5vw;
    left: 21.75vw;
  }
  .how-inner {
    grid-template-columns: 467px 50.563vw;
    gap: 7.188vw;
  }
  .intro-inner {
    gap: 8.75vw;
    padding: 16.25vw 0 3.75vw;
  }
  .intro-board {
    padding: 3.75vw;
    margin-top: 6.875vw;
  }
  .intro-img {
    width: 57vw;
  }
  .intro-iphone {
    width: 22.188vw;
    height: 39.313vw;
    top: 8.75vw;
  }
  .intro-iphone:nth-child(1) {
    right: 18.25vw;
  }
  .intro-ipad {
    width: 37.276vw;
    height: 29.625vw;
  }
  .intro-ipad:nth-child(1) {
    top: 14.125vw;
    right: 5.25vw;
  }
  .intro-ipad:nth-child(2) {
    top: 6.25vw;
    right: -9.688vw;
  }
  .intro-mac {
    width: 44.375vw;
    height: 30.125vw;
  }
  .intro-mac:nth-child(1) {
    top: 7.5vw;
    right: 8.25vw;
  }
  .intro-mac:nth-child(2) {
    top: 15.813vw;
    right: -8.625vw;
  }
  .mdm-inner::before {
    top: 25.25vw;
    right: -23.75vw;
  }
  .mdm-top,
  .mdm-middle,
  .mdm-bottom {
    grid-template-columns: 467px 51.875vw;
  }
  .mdm-device {
    margin-right: -1.875vw;
  }
  .mdm-device .video {
    width: 45.313vw;
    height: 34.063vw;
    top: 1.5vw;
    left: 1.563vw;
  }
  .order-wrapper {
    grid-template-columns: 29.188vw 44.375vw;
    gap: 8.75vw;
  }
  .order-form {
    padding: 3.75vw;
  }
  .reseller-inner {
    grid-template-columns: 53.75vw 39.125vw;
  }
  .reviews-top {
    grid-template-columns: 53.75vw 39.125vw;
  }
  .signin-inner {
    grid-template-columns: 36.75vw 41.75vw;
  }
  .supports-header {
    grid-template-columns: 53.75vw 39.125vw;
  }
  .use-head {
    grid-template-columns: 29.188vw 345px;
    gap: 24.063vw;
  }
  .use-wrapper {
    grid-template-columns: 36.75vw 30.375vw;
    gap: 7.5vw;
  }
  .verify-one,
  .verify-two {
    grid-template-columns: 53.75vw 39.125vw;
  }
}
@media (max-width: 1599px){
  .header-submenu a {
    font-size: 15px;
  }
}
@media (max-width: 1439px){
  .header-inner {
    padding: 10px;
  }
  .header-menu-one {
    margin-right: unset;
    gap: 18px;
  }
  .header-menu-one .header-menu-item:not(:last-child)::before {
    left: calc(100% + 9px);
  }
  .services-card {
    padding: 60px 30px;
  }
  .services-card-title {
    font-size: 28px;
  }
}
@media (max-width: 1365px){
  .articles-image {
    height: 420px;
  }
  .header-menu {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 40px;
    gap: 40px;
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .header-menu.is-open {
    opacity: 1;
    visibility: visible;
  }
  .header-menu-top {
    display: flex;
    margin-bottom: 80px;
  }
  .header-menu-one,
  .header-menu-two {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-menu-one {
    gap: 8px;
    margin-right: unset;
    margin-bottom: 20px;
  }
  .header-menu-one .header-menu-item {
    font-size: 20px;
  }
  .header-menu-one .header-menu-item:not(:last-child)::before {
    display: none;
  }
  .header-menu-two {
    gap: 8px;
  }
  .header-menu-item {
    font-size: 15px;
  }
  .header-menu-item.has-submenu {
    display: flex;
    align-items: center;
    gap: 0 10px;
    flex-wrap: wrap;
    min-width: 140px;
  }
  .header-menu-icon {
    display: block;
    width: 8px;
    height: 3px;
    flex-shrink: 0;
  }
  .header-submenu {
    width: 100%;
    padding: 0 30px;
    position: static;
    background: transparent;
    box-shadow: none;
  }
  .header-submenu::before {
    display: none;
  }
  .header-submenu::after {
    display: none;
  }
  .header-submenu li:first-child {
    margin-top: 8px;
  }
  .header-submenu li:last-child {
    margin-bottom: 20px;
  }
  .header-submenu li:not(:last-child) {
    margin-bottom: 8px;
  }
  .header-submenu li:not(:last-child)::before {
    display: none;
  }
  .header-language-toggle {
    padding: 8px 20px;
  }
  .header-burger {
    display: block;
    color: #000;
    font-family: "SF Pro Text", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.15px;
  }
}
@media (max-width: 1023px){
  .title-l {
    font-size: 34px;
    letter-spacing: -0.17px;
  }
  .text-l {
    font-size: 20px;
  }
  .text-base {
    font-size: 15px;
    letter-spacing: -0.15px;
  }
  .text-base a {
    font-size: 15px;
    letter-spacing: -0.15px;
  }
  .blog-text table {
    font-size: 15px;
  }
  .editor table {
    font-size: 20px;
  }
  .blog-text,
  .editor {
    font-size: 15px;
    letter-spacing: -0.15px;
  }
  .blog-text p,
  .editor p {
    margin-bottom: 30px;
  }
  .blog-text h2,
  .editor h2 {
    margin-bottom: 30px;
    margin-top: 40px;
    font-size: 20px;
  }
  .blog-text h3,
  .editor h3 {
    margin-bottom: 30px;
    margin-top: 40px;
    font-size: 18px;
  }
  .blog-text a:not(.btn-download),
  .editor a:not(.btn-download) {
    font-size: 15px;
    letter-spacing: -0.15px;
  }
  .blog-text ul,
  .editor ul {
    margin-bottom: 30px;
    margin-top: 40px;
    gap: 10px;
  }
  .blog-text ul li::before,
  .editor ul li::before {
    width: 20px;
    height: 20px;
  }
  .blog-text ol,
  .editor ol {
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .container {
    padding: 0 20px;
  }
  .bg-element::before {
    width: 600px;
    height: 740px;
  }
  .bg-element-reverse::before {
    width: 600px;
    height: 740px;
  }
  .about {
    padding: 120px 0 80px;
  }
  .about-wrapper {
    grid-template-columns: 1fr;
  }
  .about-content {
    gap: 60px;
  }
  .accordion-header {
    gap: 13px;
  }
  .articles {
    padding: 80px 0;
  }
  .articles-inner {
    gap: 40px;
  }
  .articles-image {
    height: 372px;
  }
  .become-inner {
    padding: 80px 0;
  }
  .become-inner::before {
    top: -240px;
    right: -330px;
  }
  .benefits {
    padding: 80px 0;
  }
  .benefits-slider {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
  }
  .benefits-item {
    padding: 40px 25px;
    width: 335px;
  }
  .benefits-item .text-l {
    margin-bottom: 20px;
  }
  .blog-inner {
    padding: 120px 0 80px;
  }
  .blog-title {
    margin-bottom: 40px;
  }
  .blog-wrapper {
    gap: 60px;
    align-items: flex-start;
  }
  .breadcrumb {
    margin-bottom: 20px;
  }
  .breadcrumb-item {
    font-size: 15px;
  }
  .btn-download {
    font-size: 15px;
  }
  .link {
    font-size: 15px;
    letter-spacing: -0.15px;
  }
  .compatible {
    padding: 80px 0;
    border-top: none;
  }
  .compatible-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .compatible-label {
    font-size: 15px;
  }
  .compatible-list {
    flex-direction: column;
    gap: 30px;
  }
  .compatible-title {
    font-size: 15px;
  }
  .compatible-description {
    font-size: 12px;
  }
  .contact {
    padding: 80px 0 0;
  }
  .contact::before {
    display: none;
  }
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 0;
  }
  .contact-one {
    gap: 30px;
  }
  .contact-one .form {
    gap: 30px;
  }
  .contact-two {
    gap: 30px;
    padding: 80px 0;
    max-width: unset;
    position: relative;
  }
  .contact-two::before {
    content: "";
    background: #FAFAFA;
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    bottom: 0;
    z-index: -1;
  }
  .dep {
    padding: 80px 0;
    position: relative;
  }
  .dep::before {
    content: "";
    height: 1px;
    opacity: 0.05;
    background: #000;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
  }
  .dep-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 40px;
  }
  .dep-content .title-l {
    margin-bottom: 60px;
  }
  .dep-icon {
    width: 180px;
    height: 180px;
  }
  .faq {
    position: relative;
  }
  .faq-inner {
    padding: 280px 0 90px;
    gap: 40px;
  }
  .faq-item {
    padding: 10px 0;
  }
  .faq-item::before {
    border-radius: 32px;
    left: -15px;
    right: -15px;
  }
  .faq-header {
    gap: 13px;
  }
  .faq-img {
    width: 180px;
    height: 164px;
    position: absolute;
    top: 80px;
    left: 20px;
  }
  .form-textarea,
  .form-input {
    font-size: 15px;
    letter-spacing: -0.15px;
  }
  .form-error-message {
    display: none;
  }
  .form-textarea {
    min-height: 180px;
    max-height: 380px;
  }
  .form-option {
    font-size: 12px;
  }
  .form-checkbox-text {
    flex-direction: column;
    gap: 5px;
  }
  .form-checkbox-text a {
    font-size: 15px;
    letter-spacing: -0.15px;
  }
  .header-inner {
    padding: 8px 20px;
  }
  .header-logo {
    width: 100px;
  }
  .hero-inner {
    padding: 500px 0 0;
  }
  .hero-inner::before {
    top: -25px;
    right: -330px;
  }
  .hero-devices {
    width: 100vw;
    height: 480px;
    right: -20px;
    bottom: unset;
  }
  .hero-device--mac {
    width: 323px;
    height: 219px;
    top: 120px;
    left: 10px;
  }
  .hero-device--ipad {
    width: 210px;
    height: 167px;
    top: 215px;
    left: 165px;
  }
  .hero-device--iphone {
    width: 94px;
    height: 167px;
    top: 276px;
    left: 131px;
  }
  .how {
    padding: 80px 0;
  }
  .how-inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .how-content {
    gap: 60px;
  }
  .intro-inner {
    padding: 120px 0 80px;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .intro-one .title-l {
    margin-bottom: 60px;
  }
  .intro-one .text-base {
    margin-bottom: 30px;
  }
  .intro-board {
    margin-top: -150px;
    padding: 40px 20px;
  }
  .intro-head {
    margin-bottom: 20px;
  }
  .intro-price {
    font-size: 20px;
  }
  .intro-body {
    gap: 30px;
  }
  .intro-img {
    width: 100%;
    max-width: 912px;
    height: 328px;
    margin: 0 auto;
    position: relative;
    right: unset;
  }
  .intro-iphone {
    width: 185px;
    height: 328px;
    top: 0;
  }
  .intro-iphone:nth-child(1) {
    right: 150px;
  }
  .intro-ipad {
    width: 277px;
    height: 220px;
  }
  .intro-ipad:nth-child(1) {
    top: 68px;
    right: 88px;
  }
  .intro-ipad:nth-child(2) {
    top: 0;
    right: -23px;
  }
  .intro-mac {
    width: 254px;
    height: 173px;
  }
  .intro-mac:nth-child(1) {
    top: 0;
    right: 109px;
  }
  .intro-mac:nth-child(2) {
    right: 12px;
    top: 48px;
  }
  .intro-icon {
    position: static;
    transform: unset;
    margin: 0 auto;
  }
  .mdm-inner {
    padding: 80px 0;
  }
  .mdm-inner::before {
    top: 54%;
    right: -330px;
  }
  .mdm-top,
  .mdm-middle,
  .mdm-bottom {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .mdm-top {
    margin-bottom: 40px;
  }
  .mdm-wrapper {
    gap: 30px;
  }
  .mdm-list li::before {
    width: 20px;
    height: 20px;
  }
  .mdm-device .video {
    width: 84.5%;
    height: 79%;
    top: 3%;
    left: 3%;
  }
  .order--payment .order-inner {
    padding-top: 120px;
  }
  .order-inner {
    padding: 80px 0;
  }
  .order-wrapper {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .order-content {
    gap: 30px;
    padding-top: 60px;
  }
  .order-form {
    padding: 60px 20px;
  }
  .order-head {
    font-size: 20px;
  }
  .order-descr {
    margin-bottom: 30px;
    font-size: 12px;
  }
  .order-bottom {
    font-size: 12px;
  }
  .pricing {
    padding: 80px 0;
  }
  .reseller {
    padding: 80px 0;
  }
  .reseller-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 40px;
  }
  .reseller-content .title-l {
    margin-bottom: 60px;
  }
  .reseller-icon {
    width: 180px;
    height: 180px;
  }
  .reviews-top {
    padding: 80px 0 40px;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .reviews-rating {
    font-size: 34px;
  }
  .reviews-info {
    gap: 30px;
  }
  .reviews-bottom {
    padding: 40px 0;
    position: relative;
  }
  .reviews-stars {
    margin-bottom: 40px;
  }
  .reviews-stars img {
    width: 28px;
    height: 26px;
  }
  .reviews-quote {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .reviews-author {
    gap: 10px;
  }
  .reviews-avatar {
    width: 60px;
    height: 60px;
  }
  .reviews-nav {
    margin-top: 0;
    background: #37B868;
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 2;
  }
  .reviews-prev,
  .reviews-next {
    width: 36px;
    height: 36px;
  }
  .services {
    padding: 80px 0;
  }
  .services-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .services-card {
    padding: 60px 10px;
  }
  .services-image img {
    height: 159px;
  }
  .services-heading {
    justify-content: space-between;
  }
  .services-card-title {
    font-size: 20px;
  }
  .services-card-price {
    padding-right: 50px;
    font-size: 20px;
  }
  .services-card-price span {
    font-size: 12px;
  }
  .services-device-description {
    font-size: 12px;
  }
  .signin::before {
    display: none;
  }
  .signin {
    padding: 120px 0 80px;
  }
  .signin-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .signin-form {
    gap: 30px;
    width: 100%;
  }
  .signin-form .form-checkbox-text {
    font-size: 15px;
  }
  .supports {
    padding: 80px 0;
  }
  .supports-inner {
    margin-bottom: 60px;
  }
  .supports-header {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .supports-slider {
    gap: 40px;
    padding: 0 20px;
  }
  .supports-slider img {
    max-height: 42px;
  }
  .use-inner {
    gap: 40px;
    padding: 80px 0;
  }
  .use-head {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .use-list {
    padding-left: 0;
  }
  .use-line {
    display: none;
  }
  .use-item:not(:last-child) {
    padding-bottom: 60px;
  }
  .use-number {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 20px;
    position: static;
  }
  .use-title {
    font-size: 20px;
  }
  .use-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .use-descr {
    font-size: 15px;
    letter-spacing: -0.15px;
  }
  .use-descr h2,
  .use-descr h3 {
    font-size: 20px;
  }
  .use-descr ul li::before {
    width: 20px;
    height: 20px;
  }
  .use-note {
    position: static;
  }
  .verify-inner {
    gap: 60px;
    padding: 80px 0 20px;
  }
  .verify-inner::before {
    left: -330px;
    bottom: 19%;
  }
  .verify-one,
  .verify-two {
    grid-template-columns: 1fr;
  }
  .verify-one .title-l {
    grid-column-start: unset;
  }
  .verify-two {
    gap: 30px;
  }
  .verify-wrapper {
    max-width: unset;
    grid-column-start: unset;
  }
  .verify-text {
    margin-bottom: 30px;
  }
  .video-inner {
    top: 15px;
  }
  .video-title {
    font-size: 20px;
  }
  .video-btn {
    width: 80px;
    height: 80px;
  }
  .video-btn img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px){
  .articles-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .btn-arrow {
    font-size: 15px;
  }
  .compatible-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-inner {
    gap: 60px;
  }
  .footer-top {
    flex-direction: column;
    gap: 30px;
  }
  .footer-column {
    gap: 10px;
  }
  .footer-logo {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .footer-title {
    font-size: 20px;
  }
  .footer-text {
    font-size: 15px;
  }
  .footer-list {
    gap: 6px;
  }
  .footer-list a {
    font-size: 15px;
  }
  .footer-bottom-text {
    font-size: 15px;
  }
  .hero-content .text-base {
    margin-bottom: 30px;
  }
  .intro--checker .intro-board {
    margin-top: -80px;
  }
  .intro-img {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .intro-icon {
    width: 180px;
    height: 180px;
  }
  .pricing-table--scroll {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
    overflow-x: auto;
  }
  .supports-description {
    font-size: 12px;
  }
  .use-gallery {
    gap: 4px;
    margin-bottom: 30px;
  }
}
@media (any-hover: hover){
  .text-base a:hover {
    text-decoration-line: underline;
    opacity: 0.8;
  }
  .blog-text a:not(.btn-download):hover,
  .editor a:not(.btn-download):hover {
    text-decoration-line: underline;
    opacity: 0.5;
  }
  .articles-card .link {
    opacity: 0;
    transition: opacity 0.2s linear;
  }
  .articles-card:hover .articles-image {
    transition: filter 0.2s linear;
    filter: blur(6px);
  }
  .articles-card:hover .link {
    opacity: 1;
  }
  .articles-card:hover .opacity04 {
    opacity: 1;
  }
  .breadcrumb-item a:hover {
    opacity: 0.3;
  }
  .btn-arrow:hover {
    padding: 16px 30px;
    border-radius: 32px;
  }
  .btn-arrow:hover::after {
    font-size: inherit;
    margin-left: 10px;
  }
  .btn-download:hover img {
    opacity: 0;
  }
  .btn-download:hover .btn-download-icon::before {
    opacity: 1;
  }
  .link:hover {
    text-decoration-line: underline;
  }
  .link:hover::after {
    height: 3px;
    width: 3px;
    transform: translate(-5px, -50%);
  }
  .compatible-item:hover .compatible-icon-default {
    transform: translateX(5px);
  }
  .compatible-item:hover .compatible-icon-hover {
    opacity: 1;
    transform: translateX(-5px);
  }
  .faq-item:hover::before {
    opacity: 1;
  }
  .faq-header:hover .faq-title {
    color: #3A7EEE;
  }
  .footer-list a:hover::after {
    height: 3px;
    width: 3px;
    transform: translate(-5px, -50%);
  }
  .form-checkbox-text a:hover {
    text-decoration-line: underline;
    opacity: 0.8;
  }
  .header-menu-link:hover::before {
    height: 3px;
    width: 3px;
    transform: translate(-5px, -50%);
  }
  .intro-board:hover .services-icon-default {
    transform: translateX(5px);
  }
  .intro-board:hover .services-icon-hover {
    opacity: 1;
    transform: translateX(-5px);
  }
  .reviews-prev:hover,
  .reviews-next:hover {
    opacity: 0.5;
  }
  .services-card::after {
    transform: translateY(100%);
  }
  .services-card .btn-download {
    transform: translateY(120px);
    transition: transform 0.4s ease-in-out;
  }
  .services-card .btn-download:last-child {
    transform: translateY(180px);
  }
  .services-card .link {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
    transition: 0.4s ease-in-out;
  }
  .services-card:hover::after {
    transform: translateY(0);
  }
  .services-card:hover .services-icon-default {
    transform: translateX(5px);
  }
  .services-card:hover .services-icon-hover {
    opacity: 1;
    transform: translateX(-5px);
  }
  .services-card:hover .btn-download {
    transform: translateY(0);
  }
  .services-card:hover .link {
    transform: translateY(0);
    opacity: 1;
  }
  .services-heading:hover {
    color: #3A7EEE;
  }
  .video-btn:hover::before {
    transform: scale(0.95);
  }
}