.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: medium;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Heavy.woff2") format("woff2"), url("../fonts/SFProDisplay-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
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;
  vertical-align: baseline;
  background: transparent; }

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

ol,
ul {
  list-style: none; }

a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: transparent; }

a:hover,
a:active,
a:focus {
  text-decoration: none; }

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

.gm-style img {
  max-width: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  font-size: 10px;
  box-sizing: border-box; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "SF Pro Display";
  height: -webkit-fill-available;
  min-width: 320px;
  color: #000000;
  height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden; }
  @media (min-width: 744px) {
    body {
      height: auto !important; } }

.wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF; }

.main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column; }

.container {
  width: 100%;
  max-width: 1140px;
  padding: 0 1.2rem;
  margin: 0 auto; }
  @media (min-width: 744px) {
    .container {
      padding: 0 1.6rem; } }
  @media (min-width: 1024px) {
    .container {
      padding: 0 2rem; } }

.scroll-wrap::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent; }

.scroll-wrap::-webkit-scrollbar-thumb {
  background: rgba(153, 153, 153, 0.24);
  border-radius: 5px; }

.scroll-wrap {
  scrollbar-width: thin;
  scrollbar-color: rgba(153, 153, 153, 0.24);
  -webkit-scrollbar-width: thin;
  -webkit-scrollbar-color: rgba(153, 153, 153, 0.24); }

.scroll-none::-webkit-scrollbar,
.scroll-none::-webkit-scrollbar-thumb {
  display: none !important;
  width: 0 !important;
  background: transparent; }

.scroll-none {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scrollbar-color: transparent;
  -ms-overflow-style: none; }

.main-title {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.15; }
  @media (min-width: 744px) {
    .main-title {
      font-size: 7.6rem;
      line-height: 1.13; } }

.section-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2; }
  @media (min-width: 744px) {
    .section-title {
      font-size: 4.8rem; } }

.section-lg-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 0.95; }
  @media (min-width: 744px) {
    .section-lg-title {
      font-size: 4.8rem; } }
  @media (min-width: 1024px) {
    .section-lg-title {
      font-size: 7.6rem; } }

.base-text {
  font-size: 1.6rem;
  line-height: 1.5; }

.big-text {
  font-size: 2rem;
  line-height: 1.4; }

.valid-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.28;
  color: #FF2D52; }

.medium-text {
  font-size: 1.5rem;
  line-height: 1.33; }

.primary-link {
  width: fit-content;
  color: #007AFF;
  cursor: pointer;
  transition: all 0.3s ease; }
  @media (min-width: 1024px) {
    .primary-link:hover, .primary-link:active {
      color: #3A98FF; } }

.secondary-link {
  width: fit-content;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  color: #748A92;
  letter-spacing: -0.8px;
  cursor: pointer;
  transition: all 0.3s ease; }
  @media (min-width: 1024px) {
    .secondary-link:hover, .secondary-link:active {
      color: #000000; } }

.pre-line {
  white-space: pre-line; }

.word-break {
  word-break: break-all; }

.space-nowrap {
  white-space: nowrap; }

.font-normal {
  font-weight: 400 !important; }

.font-medium {
  font-weight: 500 !important; }

.font-semi {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

.font-heavy {
  font-weight: 800 !important; }

@media (min-width: 744px) {
  .md-font-medium {
    font-weight: 500 !important; } }

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

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

.color-black {
  color: #000000; }

.color-base {
  color: #000000 !important; }

.color-main {
  color: #007AFF; }

.color-white {
  color: #FFFFFF; }

.color-secondary {
  color: #748A92 !important; }

.line-through {
  text-decoration: line-through; }

.m-0 {
  margin: 0 !important; }

.m-auto {
  margin: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-05 {
  margin-top: 0.2rem !important; }

.mt-1 {
  margin-top: 0.4rem !important; }

.mt-15 {
  margin-top: 0.6rem !important; }

.mt-2 {
  margin-top: 0.8rem !important; }

.mt-25 {
  margin-top: 1rem !important; }

.mt-3 {
  margin-top: 1.2rem !important; }

.mt-4 {
  margin-top: 1.6rem !important; }

.mt-5 {
  margin-top: 2rem !important; }

.mt-6 {
  margin-top: 2.4rem !important; }

.mt-7 {
  margin-top: 2.8rem !important; }

.mt-75 {
  margin-top: 3rem !important; }

.mt-8 {
  margin-top: 3.2rem !important; }

.mt-auto {
  margin-top: auto !important; }

.mrr-15 {
  margin-right: -6rem !important; }

.mr-0 {
  margin-right: 0 !important; }

.mr-05 {
  margin-right: 0.2rem !important; }

.mr-1 {
  margin-right: 0.4rem !important; }

.mr-15 {
  margin-right: 0.6rem !important; }

.mr-2 {
  margin-right: 0.8rem !important; }

.mr-25 {
  margin-right: 1rem !important; }

.mr-3 {
  margin-right: 1.2rem !important; }

.mr-4 {
  margin-right: 1.6rem !important; }

.mr-5 {
  margin-right: 2rem !important; }

.mr-6 {
  margin-right: 2.4rem !important; }

.mr-10 {
  margin-right: 4rem !important; }

.mr-auto {
  margin-right: auto !important; }

.mbr-6 {
  margin-bottom: -2.4rem !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-05 {
  margin-bottom: 0.2rem !important; }

.mb-1 {
  margin-bottom: 0.4rem !important; }

.mb-15 {
  margin-bottom: 0.6rem !important; }

.mb-2 {
  margin-bottom: 0.8rem !important; }

.mb-25 {
  margin-bottom: 1rem !important; }

.mb-3 {
  margin-bottom: 1.2rem !important; }

.mb-4 {
  margin-bottom: 1.6rem !important; }

.mb-5 {
  margin-bottom: 2rem !important; }

.mb-6 {
  margin-bottom: 2.4rem !important; }

.mb-7 {
  margin-bottom: 2.8rem !important; }

.mb-8 {
  margin-bottom: 3.2rem !important; }

.mb-9 {
  margin-bottom: 3.6rem !important; }

.mb-10 {
  margin-bottom: 4rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-05 {
  margin-left: 0.2rem !important; }

.ml-1 {
  margin-left: 0.4rem !important; }

.ml-15 {
  margin-left: 0.6rem !important; }

.ml-2 {
  margin-left: 0.8rem !important; }

.ml-25 {
  margin-left: 1rem !important; }

.ml-3 {
  margin-left: 1.2rem !important; }

.ml-4 {
  margin-left: 1.6rem !important; }

.ml-5 {
  margin-left: 2rem !important; }

.ml-8 {
  margin-left: 3.2rem !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 744px) {
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mt-md-1 {
    margin-top: 0.4rem !important; }
  .mt-md-15 {
    margin-top: 0.6rem !important; }
  .mt-md-2 {
    margin-top: 0.8rem !important; }
  .mt-md-25 {
    margin-top: 1rem !important; }
  .mt-md-3 {
    margin-top: 1.2rem !important; }
  .mt-md-4 {
    margin-top: 1.6rem !important; }
  .mt-md-5 {
    margin-top: 2rem !important; }
  .mt-md-6 {
    margin-top: 2.4rem !important; }
  .mt-md-7 {
    margin-top: 2.8rem !important; }
  .mt-md-8 {
    margin-top: 3.2rem !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .ml-md-1 {
    margin-left: 0.4rem !important; }
  .ml-md-15 {
    margin-left: 0.6rem !important; }
  .ml-md-25 {
    margin-left: 1rem !important; }
  .ml-md-3 {
    margin-left: 1.2rem !important; }
  .ml-md-45 {
    margin-left: 1.8rem !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mr-md-1 {
    margin-right: 0.4rem !important; }
  .mr-md-15 {
    margin-right: 0.6rem !important; }
  .mr-md-2 {
    margin-right: 0.8rem !important; }
  .mr-md-25 {
    margin-right: 1rem !important; }
  .mr-md-3 {
    margin-right: 1.2rem !important; }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-025 {
    margin-bottom: 0.1rem !important; }
  .mb-md-05 {
    margin-bottom: 0.2rem !important; }
  .mb-md-1 {
    margin-bottom: 0.4rem !important; }
  .mb-md-15 {
    margin-bottom: 0.6rem !important; }
  .mb-md-2 {
    margin-bottom: 0.8rem !important; }
  .mb-md-25 {
    margin-bottom: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1.2rem !important; }
  .mb-md-4 {
    margin-bottom: 1.6rem !important; }
  .mb-md-5 {
    margin-bottom: 2rem !important; }
  .mb-md-6 {
    margin-bottom: 2.4rem !important; }
  .mb-md-8 {
    margin-bottom: 3.2rem !important; }
  .mb-md-10 {
    margin-bottom: 4rem !important; }
  .mb-md-145 {
    margin-bottom: 5.8rem !important; } }

@media (min-width: 1024px) {
  .mt-lg-auto {
    margin-top: auto !important; }
  .mt-lg-0 {
    margin-top: 0rem !important; }
  .mt-lg-2 {
    margin-top: 0.8rem !important; }
  .mt-lg-25 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.6rem !important; }
  .mt-lg-5 {
    margin-top: 2rem !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .ml-lg-15 {
    margin-left: 0.6rem !important; }
  .ml-lg-25 {
    margin-left: 1rem !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mr-lg-1 {
    margin-right: 0.4rem !important; }
  .mr-lg-15 {
    margin-right: 0.6rem !important; }
  .mr-lg-2 {
    margin-right: 0.8rem !important; }
  .mr-lg-25 {
    margin-right: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1.2rem !important; }
  .mr-lg-4 {
    margin-right: 1.6rem !important; }
  .mr-lg-5 {
    margin-right: 2rem !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-05 {
    margin-bottom: 0.2rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.4rem !important; }
  .mb-lg-125 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-15 {
    margin-bottom: 0.6rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.8rem !important; }
  .mb-lg-25 {
    margin-bottom: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1.2rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.6rem !important; }
  .mb-lg-5 {
    margin-bottom: 2rem !important; }
  .mb-lg-6 {
    margin-bottom: 2.4rem !important; }
  .mb-lg-7 {
    margin-bottom: 2.8rem !important; }
  .mb-lg-8 {
    margin-bottom: 3.2rem !important; }
  .mb-lg-9 {
    margin-bottom: 3.6rem !important; }
  .mb-lg-10 {
    margin-bottom: 4rem !important; }
  .mb-lg-13 {
    margin-bottom: 5.2rem !important; } }

@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-2 {
    margin-bottom: 0.8rem !important; } }

.p-0 {
  padding: 0 !important; }

.p-4 {
  padding: 1.6rem !important; }

.px-15 {
  padding-right: 0.6rem !important;
  padding-left: 0.6rem !important; }

.px-25 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important; }

.px-4 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important; }

.px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.px-7 {
  padding-right: 2.8rem !important;
  padding-left: 2.8rem !important; }

.py-1 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important; }

.py-2 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important; }

.py-25 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-3 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important; }

.py-4 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important; }

.py-6 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important; }

.py-8 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important; }

.py-10 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-05 {
  padding-top: 0.2rem !important; }

.pt-1 {
  padding-top: 0.4rem !important; }

.pt-15 {
  padding-top: 0.6rem !important; }

.pt-2 {
  padding-top: 0.8rem !important; }

.pt-25 {
  padding-top: 1rem !important; }

.pt-3 {
  padding-top: 1.2rem !important; }

.pt-4 {
  padding-top: 1.6rem !important; }

.pt-5 {
  padding-top: 2rem !important; }

.pt-6 {
  padding-top: 2.4rem !important; }

.pt-7 {
  padding-top: 2.8rem !important; }

.pt-8 {
  padding-top: 3.2rem !important; }

.pt-12 {
  padding-top: 4.8rem !important; }

.pr-05 {
  padding-right: 0.2rem !important; }

.pr-1 {
  padding-right: 0.4rem !important; }

.pr-15 {
  padding-right: 0.6rem !important; }

.pr-2 {
  padding-right: 0.8rem !important; }

.pr-3 {
  padding-right: 1.2rem !important; }

.pr-4 {
  padding-right: 1.6rem !important; }

.pr-5 {
  padding-right: 2rem !important; }

.pr-6 {
  padding-right: 2.4rem !important; }

.pr-10 {
  padding-right: 4rem !important; }

.pr-11 {
  padding-right: 4.4rem !important; }

.pr-17 {
  padding-right: 6.8rem !important; }

.pr-20 {
  padding-right: 8rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-05 {
  padding-bottom: 0.2rem !important; }

.pb-1 {
  padding-bottom: 0.4rem !important; }

.pb-15 {
  padding-bottom: 0.6rem !important; }

.pb-2 {
  padding-bottom: 0.8rem !important; }

.pb-25 {
  padding-bottom: 1rem !important; }

.pb-3 {
  padding-bottom: 1.2rem !important; }

.pb-4 {
  padding-bottom: 1.6rem !important; }

.pb-5 {
  padding-bottom: 2rem !important; }

.pb-6 {
  padding-bottom: 2.4rem !important; }

.pb-10 {
  padding-bottom: 4rem !important; }

.pl-05 {
  padding-left: 0.2rem !important; }

.pl-1 {
  padding-left: 0.4rem !important; }

.pl-15 {
  padding-left: 0.6rem !important; }

.pl-2 {
  padding-left: 0.8rem !important; }

.pl-3 {
  padding-left: 1.2rem !important; }

.pl-4 {
  padding-left: 1.6rem !important; }

.pl-5 {
  padding-left: 2rem !important; }

.pl-6 {
  padding-left: 2.4rem !important; }

.pl-12 {
  padding-left: 4.8rem !important; }

@media (min-width: 744px) {
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important; }
  .py-md-15 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important; }
  .py-md-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important; }
  .py-md-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important; }
  .py-md-7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important; }
  .py-md-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important; }
  .pt-md-05 {
    padding-top: 0.2rem !important; }
  .pt-md-15 {
    padding-top: 0.6rem !important; }
  .pt-md-2 {
    padding-top: 0.8rem !important; }
  .pt-md-25 {
    padding-top: 1rem !important; }
  .pt-md-5 {
    padding-top: 2rem !important; }
  .pt-md-6 {
    padding-top: 2.4rem !important; }
  .pt-md-7 {
    padding-top: 2.8rem !important; }
  .pt-md-8 {
    padding-top: 3.2rem !important; }
  .pt-md-10 {
    padding-top: 4rem !important; }
  .pt-md-12 {
    padding-top: 4.8rem !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pr-md-10 {
    padding-right: 4rem !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .pl-md-6 {
    padding-left: 2.4rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-25 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.6rem !important; }
  .pb-md-6 {
    padding-bottom: 2.4rem !important; }
  .pb-md-8 {
    padding-bottom: 3.2rem !important; }
  .pb-md-10 {
    padding-bottom: 4rem !important; } }

@media (min-width: 1024px) {
  .px-lg-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important; }
  .py-lg-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important; }
  .py-lg-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-2 {
    padding-top: 0.8rem !important; }
  .pt-lg-25 {
    padding-top: 1rem !important; }
  .pt-lg-3 {
    padding-top: 1.2rem !important; }
  .pt-lg-5 {
    padding-top: 2rem !important; }
  .pt-lg-4 {
    padding-top: 1.6rem !important; }
  .pt-lg-6 {
    padding-top: 2.4rem !important; }
  .pt-lg-8 {
    padding-top: 3.2rem !important; }
  .pt-lg-10 {
    padding-top: 4rem !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pr-lg-15 {
    padding-right: 0.6rem !important; }
  .pr-lg-10 {
    padding-right: 4rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.8rem !important; } }

.row {
  display: flex;
  flex-wrap: wrap; }
  .row--medium {
    margin: 0 -0.5rem -2rem; }
    @media (min-width: 744px) {
      .row--medium {
        margin: 0 -0.5rem -1rem; } }
    @media (min-width: 1024px) {
      .row--medium {
        margin: 0 -1rem -2rem; } }
    .row--medium .col {
      padding: 0 0.5rem;
      margin-bottom: 2rem; }
      @media (min-width: 744px) {
        .row--medium .col {
          margin-bottom: 1rem; } }
      @media (min-width: 1024px) {
        .row--medium .col {
          padding: 0 1rem;
          margin-bottom: 2rem; } }

.col {
  width: 100%; }
  .col.col-12 {
    width: 100%; }
  .col.col-6 {
    width: 50%; }
  .col.col-4 {
    width: calc(100% / 3); }
  .col.col-3 {
    width: 25%; }
  .col.col-2 {
    width: calc(100% / 6); }
  .col.col-1 {
    width: calc(100% / 12); }
  @media (min-width: 744px) {
    .col.col-md-12 {
      width: 100%; }
    .col.col-md-6 {
      width: 50%; }
    .col.col-md-4 {
      width: calc(100% / 3); }
    .col.col-md-3 {
      width: 25%; }
    .col.col-md-2 {
      width: calc(100% / 6); }
    .col.col-md-1 {
      width: calc(100% / 12); } }
  @media (min-width: 1024px) {
    .col.col-lg-12 {
      width: 100%; }
    .col.col-lg-6 {
      width: 50%; }
    .col.col-lg-4 {
      width: calc(100% / 3); }
    .col.col-lg-3 {
      width: 25%; }
    .col.col-lg-5 {
      width: calc(100% / 5); }
    .col.col-lg-2 {
      width: calc(100% / 6); }
    .col.col-lg-1 {
      width: calc(100% / 12); } }
  @media (min-width: 1200px) {
    .col.col-xl-3 {
      width: 25%; } }

.grid {
  display: grid; }

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (min-width: 744px) {
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media (min-width: 1024px) {
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.gap-1 {
  gap: 0.4rem; }

.gap-15 {
  gap: 0.6rem; }

.gap-2 {
  gap: 0.8rem; }

.gap-25 {
  gap: 1rem; }

.gap-3 {
  gap: 1.2rem; }

.gap-4 {
  gap: 1.6rem; }

.gap-5 {
  gap: 2rem; }

.gap-6 {
  gap: 2.4rem; }

.gap-x-5 {
  column-gap: 2rem; }

@media (min-width: 744px) {
  .gap-md-4 {
    gap: 1.6rem; }
  .gap-md-5 {
    gap: 2rem; }
  .gap-md-6 {
    gap: 2.4rem; } }

@media (min-width: 1024px) {
  .gap-lg-2 {
    gap: 0.8rem; }
  .gap-lg-3 {
    gap: 1.2rem; }
  .gap-lg-4 {
    gap: 1.6rem; }
  .gap-lg-5 {
    gap: 2rem; } }

.block {
  display: block !important; }

.inline-block {
  display: inline-block; }

.tablet {
  display: none !important; }
  @media (min-width: 744px) {
    .tablet {
      display: block !important; } }

.tablet-inline {
  display: none; }
  @media (min-width: 744px) {
    .tablet-inline {
      display: inline; } }

.is-tablet {
  display: none !important; }
  @media (min-width: 744px) {
    .is-tablet {
      display: flex !important; } }

@media (min-width: 744px) {
  .tablet-none {
    display: none !important; } }

@media (min-width: 744px) {
  .tablet-hidden {
    display: none !important; } }

@media (min-width: 1024px) {
  .tablet-hidden {
    display: block !important; } }

.tablet-desktop {
  display: none !important; }
  @media (min-width: 744px) {
    .tablet-desktop {
      display: block !important; } }
  @media (min-width: 1024px) {
    .tablet-desktop {
      display: none !important; } }

@media (min-width: 744px) {
  .mob-desktop {
    display: none !important; } }

@media (min-width: 1024px) {
  .mob-desktop {
    display: flex !important; } }

@media (min-width: 1024px) {
  .desktop-none {
    display: none !important; } }

.desktop {
  display: none !important; }
  @media (min-width: 1024px) {
    .desktop {
      display: block !important; } }

.is-desktop {
  display: none !important; }
  @media (min-width: 1024px) {
    .is-desktop {
      display: flex !important; } }

.desktop-inline {
  display: none; }
  @media (min-width: 1024px) {
    .desktop-inline {
      display: inline; } }

.bg-light {
  background-color: #F7F9FB; }

.bg-main {
  background-color: #007AFF; }

.bg-dark {
  background-color: #1E2336; }

.w-full {
  width: 100% !important; }

.w-fit {
  width: fit-content !important; }

.mob-width {
  width: 100%; }
  @media (min-width: 744px) {
    .mob-width {
      width: fit-content !important; } }

.desk-width {
  width: 100%; }
  @media (min-width: 1024px) {
    .desk-width {
      width: fit-content; } }

.min-w-80 {
  min-width: 8rem; }

.max-w-auto {
  max-width: 100%; }

.h-full {
  height: 100%; }

.h-fit {
  height: fit-content !important; }

.min-h-46 {
  min-height: 4.6rem; }

.rounded-sm {
  border-radius: 0.4rem; }

.rounded-15 {
  border-radius: 1.5rem; }

.flex-auto {
  flex: auto; }

.flex-none {
  flex: none; }

.flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-row {
  display: flex;
  align-items: center; }
  @media (min-width: 744px) {
    .flex-row.md-reverse {
      flex-direction: row-reverse; } }

.flex-col {
  display: flex;
  flex-direction: column; }
  .flex-col.reverse {
    flex-direction: column-reverse; }

@media (min-width: 744px) {
  .md-flex-row {
    display: flex;
    flex-direction: row; } }

@media (min-width: 1024px) {
  .lg-flex-row {
    display: flex;
    align-items: center; } }

@media (min-width: 744px) {
  .md-flex-col {
    display: flex;
    flex-direction: column; } }

@media (min-width: 1024px) {
  .lg-flex-col {
    display: flex;
    flex-direction: column; } }

.aling-center {
  align-items: center; }

.aling-start {
  align-items: flex-start !important; }

.aling-end {
  align-items: flex-end !important; }

.justify-between {
  justify-content: space-between; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: end; }

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.4rem; }

.space-y-15 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.6rem; }

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.8rem; }

.space-y-25 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1rem; }

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.2rem; }

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.6rem; }

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 2rem; }

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 2.4rem; }

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 2.8rem; }

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 3.2rem; }

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 4rem; }

@media (min-width: 744px) {
  .md-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.8rem; } }

@media (min-width: 744px) {
  .md-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.2rem; } }

@media (min-width: 744px) {
  .md-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.6rem; } }

@media (min-width: 744px) {
  .md-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2rem; } }

@media (min-width: 744px) {
  .md-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2.4rem; } }

@media (min-width: 744px) {
  .md-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2.8rem; } }

@media (min-width: 744px) {
  .md-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 3.2rem; } }

@media (min-width: 744px) {
  .md-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 4rem; } }

@media (min-width: 1024px) {
  .lg-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.6rem; } }

@media (min-width: 1024px) {
  .lg-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2.4rem; } }

@media (min-width: 1024px) {
  .lg-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2.8rem; } }

.pointer {
  cursor: pointer; }

.pointer-all {
  pointer-events: all !important; }

.text-ellipsis {
  text-overflow: ellipsis; }

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.relative {
  position: relative; }
  .relative .message {
    position: absolute; }

.overflow {
  overflow: hidden; }

.header {
  position: relative;
  z-index: 3;
  padding: 3rem 0; }
  .header__wrap {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 744px) {
      .header__wrap {
        justify-content: space-between; } }

.logo-header {
  height: 2.4rem;
  width: 12.2rem; }
  @media (min-width: 744px) {
    .logo-header {
      height: 2.7rem;
      width: 13.9rem; } }

.footer {
  position: relative;
  z-index: 2;
  padding: 3rem 0; }
  .footer__wrap {
    display: flex;
    flex-direction: column;
    gap: 3.2rem; }
    @media (min-width: 744px) {
      .footer__wrap {
        flex-direction: row;
        align-items: center;
        justify-content: space-between; } }
  .footer__links {
    display: flex;
    flex-direction: column;
    gap: 1.6rem; }
    @media (min-width: 744px) {
      .footer__links {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end; } }

.logo-footer {
  height: 2.7rem;
  width: 13.9rem; }

.section {
  width: 100%;
  padding: 7rem 0; }
  @media (min-width: 744px) {
    .section {
      padding: 10rem 0; } }

.intro-section {
  width: 100%;
  padding: 7rem 0; }

.intro__top {
  margin-bottom: 10rem; }
  @media (min-width: 744px) {
    .intro__top {
      margin-bottom: 7.9rem; } }

.intro__wrap {
  max-width: 66rem;
  margin-bottom: 5.8rem; }

.intro__text {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 4rem;
  opacity: 0.7;
  font-weight: 400; }
  @media (min-width: 744px) {
    .intro__text {
      padding: 0;
      max-width: 40rem; } }

.intro__btn-wrap {
  min-width: 25.5rem;
  flex-direction: column;
  width: fit-content; }
  @media (min-width: 744px) {
    .intro__btn-wrap {
      min-width: auto;
      flex-direction: row; } }

@media (min-width: 744px) {
  .intro__tags {
    max-width: 53.6rem; } }

@media (min-width: 1024px) {
  .intro__tags {
    max-width: 86rem; } }

.intro__tags .tag {
  min-width: 100%;
  justify-content: flex-start; }
  @media (min-width: 744px) {
    .intro__tags .tag {
      min-width: auto;
      justify-content: center; } }

.start-section {
  position: relative;
  width: 100%;
  padding: 11rem 0 2.2rem; }
  @media (min-width: 744px) {
    .start-section {
      padding: 12.5rem 0; } }
  .start-section .cloud-top {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -7rem;
    width: 30rem; }
    @media (min-width: 744px) {
      .start-section .cloud-top {
        right: 3%;
        width: 67.9rem; } }
    @media (min-width: 1024px) {
      .start-section .cloud-top {
        right: auto;
        left: 5%; } }
  .start-section .cloud-bottom {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -15rem;
    width: 32.7rem; }
    @media (min-width: 744px) {
      .start-section .cloud-bottom {
        width: 46.8rem;
        right: -15rem; } }
    @media (min-width: 1024px) {
      .start-section .cloud-bottom {
        right: 5%;
        width: 46.8rem; } }

.svg-sprite {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute; }

.sprite-wrap {
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: none;
  transition: all 0.3s ease; }

.img-height {
  display: flex;
  justify-content: center;
  flex: none; }
  .img-height img {
    height: 100%;
    object-fit: contain;
    width: auto;
    display: block; }

.img-wrap {
  display: block;
  flex: none; }
  .img-wrap img {
    width: 100%;
    display: block; }

.img-cover {
  display: block;
  flex: none;
  overflow: hidden; }
  .img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.icon-wrap {
  display: block;
  flex: none; }
  .icon-wrap svg {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s ease; }

.icon-16 {
  width: 1.6rem;
  height: 1.6rem; }

.icon-20 {
  width: 2rem;
  height: 2rem; }

.icon-sm {
  font-size: 1.4rem;
  width: 1em; }

.icon-md {
  font-size: 2rem;
  width: 1em; }

.icon-lg {
  font-size: 2.4rem;
  width: 1em; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 100px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease; }
  .btn.primary {
    color: #FFFFFF;
    background-color: #007AFF; }
    @media (min-width: 1024px) {
      .btn.primary:hover {
        background-color: #3A98FF; } }
  .btn.secondary {
    color: #000000;
    background-color: #FFFFFF; }
    @media (min-width: 1024px) {
      .btn.secondary:hover {
        background-color: #EEF2F6; } }
  .btn.tertiary {
    background-color: #F7F9FB;
    color: #000000; }
    @media (min-width: 1024px) {
      .btn.tertiary:hover {
        background-color: #EEF2F6; } }
  .btn.icon-right {
    padding: 0.8rem 1.7rem 0.8rem 2rem; }
  .btn.disabled {
    opacity: 0.5;
    pointer-events: none; }

.tag {
  padding: 1rem 2rem;
  background-color: #F7F9FB;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 100px; }
  .tag.icon-left {
    padding-left: 1.8rem; }

.start__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5.9rem; }
  @media (min-width: 744px) {
    .start__wrap {
      flex-direction: row;
      justify-content: space-between;
      gap: 2rem; } }

.start__content {
  max-width: 50.7rem;
  position: relative;
  z-index: 2; }
  @media (min-width: 744px) {
    .start__content {
      margin: auto 0; } }

.start__img {
  width: 78%;
  margin-left: -1.2rem; }
  @media (min-width: 744px) {
    .start__img {
      width: 54%;
      margin-left: 0;
      margin-right: -1.6rem;
      margin-bottom: 6rem; } }
  @media (min-width: 1024px) {
    .start__img {
      width: 53%;
      margin: -10.5rem 2.7rem -3rem 0; } }

.error-item__title {
  font-size: 10rem;
  font-weight: 700;
  line-height: 1.1;
  opacity: 0.2;
  color: #000000;
  margin-bottom: 4rem; }
  @media (min-width: 744px) {
    .error-item__title {
      font-size: 18rem;
      margin-bottom: 6rem; } }
  @media (min-width: 1024px) {
    .error-item__title {
      font-size: 32rem;
      margin-bottom: 10rem; } }

.error-item__code {
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
  color: #000000;
  margin-bottom: 4rem; }
  @media (min-width: 744px) {
    .error-item__code {
      font-size: 22rem;
      margin-bottom: 5.6rem; } }
  @media (min-width: 1024px) {
    .error-item__code {
      font-size: 40rem; } }

.error-item__text {
  letter-spacing: -0.53px; }

.tariff-card {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 17.02px 34.03px 0px rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
  padding: 6rem 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: all 0.3s ease; }
  .tariff-card.recommended {
    background-color: #007AFF; }
    .tariff-card.recommended .tariff-card__title,
    .tariff-card.recommended .tariff-card__sum {
      color: #FFFFFF; }
    .tariff-card.recommended .tariff-card__old-sum {
      color: #FFFFFF;
      opacity: 0.5; }
  .tariff-card__status {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem 0.5rem 0.8rem;
    position: absolute;
    left: 2px;
    top: -13px;
    transform: rotate(-2deg);
    background-color: rgba(0, 116, 252, 0.5);
    border-radius: 9px;
    box-shadow: 0 1px 2px rgba(225, 225, 225, 0.5);
    backdrop-filter: blur(1.3px);
    -webkit-backdrop-filter: blur(1.3px); }
  .tariff-card__status-text {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.1;
    color: #FFFFFF; }
  .tariff-card__body {
    margin-bottom: 3.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .tariff-card__title {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #000000;
    transition: all 0.3s ease; }
  .tariff-card__sum {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.2;
    letter-spacing: -8%;
    color: #007AFF;
    transition: all 0.3s ease; }
  .tariff-card__old-sum {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2;
    opacity: 0.3;
    text-decoration: line-through;
    transition: all 0.3s ease; }

.board {
  width: 100%; }
  .board__wrap {
    border-radius: 2rem;
    padding: 2rem;
    position: relative;
    width: 100%;
    min-height: 41.9rem;
    overflow: hidden; }
    @media (min-width: 744px) {
      .board__wrap {
        padding: 3rem;
        border-radius: 3rem; } }
    @media (min-width: 1024px) {
      .board__wrap {
        padding: 4rem; } }
  @media (min-width: 1024px) {
    .board__text {
      max-width: 36.6rem; } }
  .board__content {
    position: relative;
    z-index: 3;
    max-width: 40rem; }
    @media (min-width: 1024px) {
      .board__content {
        max-width: 50rem; } }
  .board__phone {
    height: 23.2rem;
    width: 16rem;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0; }
    @media (min-width: 744px) {
      .board__phone {
        height: 36.5rem;
        width: 22.6rem; } }
    @media (min-width: 1024px) {
      .board__phone {
        height: 36.9rem;
        width: 32rem;
        right: 10rem; } }
  .board__cloud-pro {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 39.6rem; }
  .board__cloud-bonus {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 25rem; }
    @media (min-width: 744px) {
      .board__cloud-bonus {
        bottom: auto;
        top: 0;
        width: 31.4rem; } }

.doc-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2; }
  @media (min-width: 744px) {
    .doc-title {
      font-size: 4.8rem;
      line-height: 1.1; } }
  @media (min-width: 1024px) {
    .doc-title {
      font-size: 6.6rem; } }

.doc__title {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.15; }
  @media (min-width: 744px) {
    .doc__title {
      font-size: 2.8rem; } }
  @media (min-width: 1024px) {
    .doc__title {
      font-size: 3.6rem;
      line-height: 1.2; } }

.doc__subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2; }
  @media (min-width: 1024px) {
    .doc__subtitle {
      font-size: 2.6rem; } }

.doc__text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  opacity: 0.7; }

@media (min-width: 1024px) {
  .doc * + .doc__title {
    margin-top: 3.2rem !important; } }

.doc-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  opacity: 0.7;
  padding-left: 2rem;
  position: relative; }
  .doc-list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0.6rem;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #000000; }

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