/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*****************************************************************************************************************************************/
@import url(https://fonts.cdnfonts.com/css/inter);
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss (1) ***!
  \*********************************************************************************************************************************************/
/*
Theme Name: Landing
Author: Vladyslav Fedoruk;
Version: 3.0.0
*/
.container {
  margin: 0 auto;
  padding: 0 80px;
  max-width: 100%;
}
@media (max-width: 1025px) {
  .container {
    padding: 0 60px;
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 12px;
  }
}

body {
  background: #0E1521;
}

::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #0E1521;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #2FB964;
  border-radius: 10px;
  border: 1px solid #2FB964;
}

* {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

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

:focus {
  outline: 0;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

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

blockquote,
q {
  quotes: "" "";
}

img {
  max-width: 100%;
}

a {
  display: block;
  text-decoration: none;
  font: inherit;
  color: inherit;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: auto;
}

h1 {
  color: #FFFFFF;
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.5px;
}
@media (max-width: 1025px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
}

h2 {
  color: #FFFFFF;
  font-weight: 800;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.8px;
}
@media (max-width: 1025px) {
  h2 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.3px;
  }
}

h3 {
  color: #FFFFFF;
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.5px;
}
@media (max-width: 1025px) {
  h3 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.3px;
  }
}

h4 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
}
@media (max-width: 1025px) {
  h4 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.2px;
  }
}

h5 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
@media (max-width: 1025px) {
  h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

h6 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
@media (max-width: 1025px) {
  h6 {
    font-size: 14px;
    line-height: 20px;
  }
}

p,
span,
li,
label,
legend,
dd,
figcaption,
address,
td,
time {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #8C9AB0;
}

dt {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

th {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

caption {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8B9BB4;
}

small,
big {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ADBBD1;
}

big {
  font-size: 18px;
  line-height: 26px;
}

strong,
b {
  font-weight: 700;
  color: #FFFFFF;
}

em,
i {
  font-style: italic;
}

a {
  color: #2FB964;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #0479BB;
}

p a,
li a,
blockquote a {
  display: inline;
}

mark {
  background-color: #F5A623;
  color: #0D0F14;
}

del,
s,
strike {
  text-decoration: line-through;
  color: #ADBBD1;
}

ins,
u {
  text-decoration: underline;
  color: #8C9AB0;
}

sub,
sup {
  font-size: 12px;
  line-height: 0;
}

blockquote {
  padding-left: 16px;
  border-left: 3px solid #252B3A;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8C9AB0;
  font-style: italic;
}

q {
  color: #8C9AB0;
}
q::before {
  content: open-quote;
}
q::after {
  content: close-quote;
}

abbr,
acronym {
  text-decoration: underline dotted;
  cursor: help;
  color: #8AB0FF;
}

cite,
dfn {
  font-style: italic;
  color: #ADBBD1;
}

code,
kbd,
samp,
var,
tt {
  font-family: ui-monospace, monospace;
  font-size: 14px;
  line-height: 20px;
  color: #8AB0FF;
  background-color: #1E212E;
  border-radius: 4px;
}

code,
kbd {
  padding: 2px 6px;
}

pre {
  padding: 16px;
  border-radius: 8px;
  background-color: #1E212E;
  color: #8C9AB0;
  font-size: 14px;
  line-height: 20px;
  overflow-x: auto;
}
pre code {
  padding: 0;
  background-color: transparent;
}

kbd {
  border: 1px solid #252B3A;
}

hr {
  border: none;
  border-top: 1px solid #252B3A;
  margin: 24px 0;
}

ul:not([class]) {
  margin-left: 0;
  list-style: none;
}
ul:not([class]) > li {
  position: relative;
  padding-left: 20px;
}
ul:not([class]) > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2FB964;
}

ol:not([class]) {
  margin-left: 20px;
  list-style: decimal;
}

li {
  margin-bottom: 8px;
}
li:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  background: #1E242E;
  border: 1px solid #252B3A;
}
@media (max-width: 1025px) {
  table {
    display: block;
    width: 100%;
    max-width: min(900px, 100%);
    margin-inline: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

th,
td {
  padding: 16px 20px;
  border: 1px solid #252B3A;
  vertical-align: top;
}
th:first-child,
td:first-child {
  color: #FFFFFF;
}

thead th {
  background: #1E242E;
}

tbody tr:nth-child(odd) td {
  background: #181C25;
}

tbody tr:nth-child(even) td {
  background: #161A22;
}

.hero-show > * + *,
.hero-show__more > * + *,
.home-text__wrapper > * + *,
.contact__wrapper > * + *,
.about__wrapper > * + *,
.text-content > * + * {
  margin-top: 24px;
}
.hero-show > h1 + *,
.hero-show > h2 + *,
.hero-show > h3 + *,
.hero-show > h4 + *,
.hero-show > h5 + *,
.hero-show > h6 + *,
.hero-show__more > h1 + *,
.hero-show__more > h2 + *,
.hero-show__more > h3 + *,
.hero-show__more > h4 + *,
.hero-show__more > h5 + *,
.hero-show__more > h6 + *,
.home-text__wrapper > h1 + *,
.home-text__wrapper > h2 + *,
.home-text__wrapper > h3 + *,
.home-text__wrapper > h4 + *,
.home-text__wrapper > h5 + *,
.home-text__wrapper > h6 + *,
.contact__wrapper > h1 + *,
.contact__wrapper > h2 + *,
.contact__wrapper > h3 + *,
.contact__wrapper > h4 + *,
.contact__wrapper > h5 + *,
.contact__wrapper > h6 + *,
.about__wrapper > h1 + *,
.about__wrapper > h2 + *,
.about__wrapper > h3 + *,
.about__wrapper > h4 + *,
.about__wrapper > h5 + *,
.about__wrapper > h6 + *,
.text-content > h1 + *,
.text-content > h2 + *,
.text-content > h3 + *,
.text-content > h4 + *,
.text-content > h5 + *,
.text-content > h6 + * {
  margin-top: 16px;
}

section {
  margin: 56px 0;
}
@media (max-width: 1025px) {
  section {
    margin: 32px 0;
  }
}

.header {
  position: relative;
  z-index: 100;
  padding: 18px 0;
  border-bottom: 1px solid #252B3A;
}
@media (max-width: 1025px) {
  .header {
    padding: 14px 0;
  }
}
.header-logo {
  max-width: 147px;
  width: 100%;
  height: 32px;
  display: block;
}
@media (max-width: 1025px) {
  .header-logo {
    max-width: 129px;
    height: 28px;
  }
}
.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.header-burger {
  display: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #FFFFFF;
}
@media (max-width: 1025px) {
  .header-burger {
    display: flex;
  }
}
.header-burger__icon {
  position: relative;
  display: block;
  width: 22px;
  height: 16px;
}
.header-burger__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}
.header-burger__line:nth-child(1) {
  top: 0;
}
.header-burger__line:nth-child(2) {
  top: 7px;
}
.header-burger__line:nth-child(3) {
  top: 14px;
}
.header.is-menu-open .header-burger__line:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.header.is-menu-open .header-burger__line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.header.is-menu-open .header-burger__line:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}
.header-nav__list {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav__link {
  margin: 0;
}
.header-nav__link > a {
  margin: 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.header-nav__link > a:hover, .header-nav__link > a.is-active {
  color: #F5A623;
}
@media (max-width: 1025px) {
  .header-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100dvh - 57px);
    padding: 30px 12px;
    background: #0E1521;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .header-nav__list {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .header-nav__link > a {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.3px;
  }
}
@media (max-width: 1025px) {
  .header.is-menu-open .header-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media (max-width: 1025px) {
  body.is-header-menu-open {
    overflow: hidden;
  }
}

.hero-title {
  color: #FFFFFF;
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
}
@media (max-width: 1025px) {
  .hero-title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
  }
}
.hero-author {
  margin-bottom: 24px;
}
.hero-author__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.hero-author__logo {
  width: 36px;
  min-width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
}
.hero-author__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-author__name {
  color: #FFFFFF;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
.hero-author__label {
  padding: 4px 8px;
  border-radius: 20px;
  background: #1F306A;
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #8AB0FF;
  width: fit-content;
}
.hero-show__more {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
}
.hero-show__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  color: #F5A623;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
.hero-show__toggle > * {
  color: #F5A623;
}
.hero-show__toggle:hover {
  opacity: 0.85;
}
.hero-show__toggle::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out, margin-top 0.3s ease-in-out;
}
.hero-show--expanded .hero-show__toggle::after {
  margin-top: 3px;
  transform: rotate(-135deg);
}

.contact__block > * + * {
  margin-top: 16px;
}

.offers-title {
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 1025px) {
  .offers-title {
    margin-bottom: 16px;
  }
}

.footer {
  background: #09101A;
  padding-top: 56px;
}
@media (max-width: 1025px) {
  .footer {
    padding-top: 24px;
  }
}
.footer__top {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  align-items: start;
  padding-bottom: 32px;
}
@media (max-width: 1025px) {
  .footer__top {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 16px;
  }
}
.footer__brand {
  max-width: 420px;
}
.footer__logo {
  max-width: 147px;
  width: 100%;
  height: 32px;
  display: block;
}
@media (max-width: 1025px) {
  .footer__logo {
    max-width: 129px;
    height: 28px;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__desc {
  margin: 0;
  color: #8C9AB0;
  font-size: 12px;
  line-height: 18px;
  margin-top: 16px;
}
.footer__nav {
  display: flex;
  justify-content: center;
}
@media (max-width: 1025px) {
  .footer__nav {
    justify-content: flex-start;
  }
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__nav-item {
  margin: 0;
}
.footer__nav-item a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer__nav-item a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #F5A623;
  border-bottom: 2px solid #F5A623;
  transform: rotate(-45deg);
  flex-shrink: 0;
}
.footer__nav-item a:hover, .footer__nav-item a.is-active {
  color: #F5A623;
}
.footer__badges {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}
@media (max-width: 1025px) {
  .footer__badges {
    align-items: center;
    width: 100%;
    border-top: 1px solid #252B3A;
    padding-top: 16px;
  }
}
.footer__badges-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px 28px;
}
@media (max-width: 1025px) {
  .footer__badges-row {
    justify-content: center;
  }
}
.footer__badge {
  display: block;
  height: 36px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}
.footer__bottom {
  border-top: 1px solid #252B3A;
  padding: 32px 0;
  text-align: center;
}
@media (max-width: 1025px) {
  .footer__bottom {
    padding: 24px 0;
  }
}
.footer__bottom p {
  margin: 0;
  color: #8B9BB4;
  font-size: 12px;
  line-height: 18px;
}
