@charset "UTF-8";
:root {
  --font-family-main: Raleway, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  --font-size-h1: 8.1rem;
  --font-size-h2: 5.4rem;
  --font-size-h3: 3.6rem;
  --font-size-h4: 2.4rem;
  --font-size-h5: 2rem;
  --font-size-h6: 1.8rem;
  --font-size-body: 1.6rem;
  --font-size-small: 1.4rem;
  --font-size-badge: 1.3rem;
}

*, *:before, *:after {
  box-sizing: border-box;
  cursor: none !important;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 62.5%;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  color: #1e2736;
}

address {
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

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

body {
  line-height: 1;
}
body::selection {
  background: #1e2736;
  color: #fff;
}
body::-moz-selection {
  background: #1e2736;
  color: #fff;
}
body::-ms-selection {
  background: #1e2736;
  color: #fff;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input {
  border-radius: 0;
}

a {
  text-decoration: none;
}

.bg-animation-contactPress {
  position: absolute;
  left: 0;
}

.hero__title .special-text.tw-caret::after {
  content: "";
  display: inline-block;
  width: 0.075em;
  min-width: 3px;
  height: 0.8em;
  margin-left: 0.06em;
  vertical-align: -0.1em;
  background: currentColor;
  border-radius: 2px;
  animation: heroCaretBlink 1.05s infinite;
}
.hero__title .special-text.tw-caret.is-typing::after {
  animation: none;
  opacity: 1;
}

@keyframes heroCaretBlink {
  0%, 50% {
    opacity: 1;
  }
  50.01%, 100% {
    opacity: 0;
  }
}
html[lang=hy] .hero__title[data-typewriter] .special-text {
  display: inline-block;
  font-size: 0.88em;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .hero__title[data-typewriter] .special-text {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  html[lang=hy] .hero__title[data-typewriter] .special-text {
    min-height: 2lh;
    white-space: normal;
  }
}
.hero__title .special-text.tw-caret::after {
  content: "";
  display: inline-block;
  width: 0.075em;
  min-width: 3px;
  height: 0.8em;
  margin-left: 0.06em;
  vertical-align: -0.1em;
  background: currentColor;
  border-radius: 2px;
  animation: heroCaretBlink 1.05s infinite;
}
.hero__title .special-text.tw-caret.is-typing::after {
  animation: none;
  opacity: 1;
}

@keyframes heroCaretBlink {
  0%, 50% {
    opacity: 1;
  }
  50.01%, 100% {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .hero__title[data-typewriter] .special-text {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
.js [data-anim]:not([data-anim-ready]) {
  opacity: 0;
  visibility: hidden;
}

.reveal-content-wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-align: inherit;
  white-space: inherit;
  word-break: inherit;
  overflow-wrap: inherit;
  text-wrap: inherit;
}

.reveal-target {
  --reveal-translate-x: 0px;
  --reveal-translate-y: 0px;
  --reveal-duration: 0.8s;
  --reveal-delay: 0.1s;
  --reveal-ease: cubic-bezier(0.215, 0.61, 0.355, 1);
  --reveal-visibility-delay: calc(var(--reveal-duration) + var(--reveal-delay));
  transition: opacity var(--reveal-duration) var(--reveal-ease) var(--reveal-delay), transform var(--reveal-duration) var(--reveal-ease) var(--reveal-delay), visibility 0s linear var(--reveal-visibility-delay);
}

.reveal-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(var(--reveal-translate-x), var(--reveal-translate-y), 0);
  --reveal-visibility-delay: calc(var(--reveal-duration) + var(--reveal-delay));
  will-change: opacity, transform;
}

.reveal-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  --reveal-visibility-delay: 0s;
  will-change: auto;
}

.reveal-direction-fade-up {
  --reveal-translate-y: 60px;
}

.reveal-direction-fade-down {
  --reveal-translate-y: -60px;
}

.reveal-direction-fade-left {
  --reveal-translate-x: -60px;
}

.reveal-direction-fade-right {
  --reveal-translate-x: 60px;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-target {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }
}
@font-face {
  font-family: "Raleway";
  src: url("/src/fonts/Raleway-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/src/fonts/Raleway-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/src/fonts/Raleway-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/src/fonts/Raleway-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/src/fonts/Raleway-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/src/fonts/Raleway-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
h1, h2, h3, h4, h5, p, a, button, ul, ol {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

h1 {
  font-size: 8.1rem;
}

h2 {
  font-size: 5.4rem;
}

h3 {
  font-size: 3.6rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

p, a, button, ol, ul {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  p, a, button, ol, ul {
    font-size: 1.44rem;
  }
  h3 {
    font-size: 2.7rem;
  }
  h2 {
    font-size: 2.7rem;
  }
  h5 {
    font-size: 1.6rem;
  }
}
strong, .special-text, .bold-text {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 1em;
}

.medium-text {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  font-size: 1em;
}

.semibold-text {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-size: 1em;
}

.special-text {
  color: #1a6eff;
}

.special-text_inverted {
  color: #ef9e00;
}

.underlined-text {
  text-decoration: underline;
  font-size: 1em;
}

.uppercased-text {
  text-transform: uppercase;
  font-size: 1em;
}

.italic-text {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1em;
}

.bold-text {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 1em;
}

@property --aura-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
#cursor,
#aura {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  user-select: none;
  z-index: 2147483647;
  will-change: transform;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  #cursor,
  #aura {
    display: none;
  }
}

#cursor {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1a6eff;
  box-shadow: 0 0 6px rgba(26, 110, 255, 0.9), 0 0 16px rgba(26, 110, 255, 0.55), 0 0 34px rgba(96, 162, 255, 0.35);
  opacity: 0;
  transition: opacity 0.3s ease;
}

#aura {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(26, 110, 255, 0.45);
  background: rgba(26, 110, 255, 0.04);
  opacity: 0;
  will-change: transform, width, height, border-radius;
  transition: opacity 0.3s ease, border-color 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

#aura.magnetic {
  border-color: transparent;
  background: transparent;
  box-shadow: 0 12px 40px rgba(26, 110, 255, 0.22), inset 0 0 22px rgba(96, 162, 255, 0.18);
  backdrop-filter: brightness(1.06) saturate(1.15);
}

#aura.magnetic::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(from var(--aura-angle, 0deg), #1a6eff, #60a2ff, #75b3ee, #d9f3ff, #6799f7, #60a2ff, #1a6eff);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: aura-spin 2s linear infinite;
  pointer-events: none;
}

@keyframes aura-spin {
  to {
    --aura-angle: 360deg;
  }
}
#cursor.is-visible,
#aura.is-visible {
  opacity: 1;
}

#cursor.over {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  #aura {
    backdrop-filter: none;
  }
  #aura.magnetic::before {
    animation: none;
  }
}
.service-card {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  gap: 2rem;
  height: 100%;
}
.service-card__numlist > li {
  color: #434c5b;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  margin-top: 0;
  font-size: 1.6rem;
  margin-left: 2rem;
}
.service-card--classic, .service-card--mini {
  background-color: #fff;
  border: 1px solid #d7deef;
  border-radius: 2rem;
  box-shadow: 0 0 30px #d0dfff;
}
.service-card--alternative {
  background: linear-gradient(180deg, #1a6eff, #104299);
  color: #fff;
  border-radius: 1.5rem;
}
.service-card--alternative > header > span, .service-card--alternative > header > h3 {
  color: #fff;
}
.service-card--alternative > header > .service-card__title {
  text-decoration: underline;
}
.service-card--alternative > header > .service-card__icon {
  background-color: #60a2ff;
}
.service-card--alternative > p {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 300;
  color: #fff;
}
.service-card--mini {
  display: block;
  color: #000;
  padding: 2rem;
}
.service-card--mini > .service-card__title {
  margin-top: 2rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
}
.service-card--mini > .service-card__subtitle {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #434c5b;
}
.service-card--exclusive {
  border: 1px solid #d7deef;
  border-radius: 2rem;
}
.service-card--exclusive > header {
  display: grid;
  grid-template-columns: 72px 1fr;
  grid-template-rows: 1fr 0.4fr;
  gap: 0;
  column-gap: 1.6rem;
}
.service-card--exclusive > header > .service-card__title, .service-card--exclusive > header > .service-card__subtitle {
  align-self: end;
}
.service-card--exclusive > header > .service-card__icon {
  grid-row: 1/span 2;
}
.service-card--dark, .service-card--dark-exclusive {
  background-color: #1e2736;
  border: 1px solid #1e2736;
  border-radius: 1rem;
  color: #fff;
}
.service-card--dark > p, .service-card--dark-exclusive > p, .service-card--dark h4, .service-card--dark-exclusive h4, .service-card--dark h3, .service-card--dark-exclusive h3, .service-card--dark h2, .service-card--dark-exclusive h2, .service-card--dark h1, .service-card--dark-exclusive h1, .service-card--dark a, .service-card--dark-exclusive a {
  color: #fff;
}
.service-card--dark > .card__benefit::before, .service-card--dark-exclusive > .card__benefit::before {
  content: url(/src/graphics/png/benefit-icon_dark.png);
}
.service-card--dark > .card__feature::before, .service-card--dark-exclusive > .card__feature::before {
  color: #ef9e00;
}
.service-card--dark-exclusive {
  justify-content: space-between;
  border-radius: 2rem;
}
.service-card--dark-exclusive > header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  column-gap: 1.6rem;
}
.service-card--dark-exclusive > header > .service-card__title {
  align-self: center;
}
.service-card--dark-exclusive > header > img {
  background-color: #104299;
}
.service-card--dark-exclusive > .service-card__text {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  min-height: 1lh;
}
.service-card--logistics, .service-card--glow {
  background-color: #fff;
  border: 1px solid #d7deef;
  height: auto;
  border-radius: 2rem;
  margin: 2rem;
}
.service-card--unique {
  padding: 2rem;
}
.service-card--glow {
  position: relative;
  z-index: 50;
  box-shadow: 0 0 20px rgba(82, 146, 255, 0.3568627451);
  border: none;
  margin-left: 0;
  margin-right: 4rem;
}
.service-card--glow > h4 {
  font-size: 18px;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}
.service-card--autoheight {
  height: auto;
}
.service-card--base {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.7411764706);
  border-radius: 2rem;
  backdrop-filter: blur(12px);
  border: 1px solid #ffffff;
}
.service-card__icon {
  width: 80px;
  padding: 1.8rem;
  background-color: #e7effe;
  border-radius: 1.5rem;
}
.service-card__header {
  display: grid;
  position: relative;
  gap: 1.2rem;
}
.service-card__header--mini {
  display: flex;
  align-items: end;
  gap: 1.2rem;
  min-height: 8rem;
}
.service-card__header--mini > .service-card__price-tag, .service-card__header--mini > .service-card__timeline-tag {
  position: absolute;
  right: 0;
  text-align: right;
}
.service-card__header--mini > .service-card__price-tag {
  top: 0;
}
.service-card__header--mini > .service-card__timeline-tag {
  top: 2rem;
  translate: none;
}
.service-card__header--mini > .service-card__title {
  margin: 0;
  font-size: 2.4rem;
}
.service-card__title {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}
.service-card__title--link {
  justify-self: start;
  transition: 0.24s;
  font-size: 3.6rem;
}
.service-card__title--link:hover {
  color: #1a6eff;
  translate: 5px 0;
  text-shadow: 0 0 10px rgba(82, 146, 255, 0.3568627451);
}
.service-card__description {
  line-height: 1.25;
}
@media (min-width: 1023px) {
  .service-card__description {
    font-size: 1.8rem;
  }
}
.service-card__subtitle {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}
.service-card__subtitle--grey {
  min-height: 2lh;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  color: #434c5b;
}
.service-card__text--framed {
  background-color: #e7effe;
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid #C5D9F5;
  margin: 2rem 0;
}
.service-card__details {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.service-card__steps {
  display: flex;
  flex-wrap: wrap;
  list-style-position: inside;
}
.service-card__steps > li {
  font-size: 1.6rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  background-color: #e7effe;
  color: #1a6eff;
  padding: 0.5rem 1.5rem;
  border-radius: 0.8em;
  margin-right: 1rem;
  margin-top: 1rem;
}
.service-card__features {
  position: relative;
}
.service-card__features > li {
  margin: 0.5rem 0 0.5rem 1.3rem;
  font-size: 1.6rem;
  color: #434c5b;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}
.service-card__features > li::before {
  transform: translateY(-20%);
  left: 0;
  position: absolute;
  color: #1a6eff;
  font-size: 2.8rem;
  content: "•";
}
.service-card__benefits {
  display: flex;
  flex-wrap: wrap;
}
.service-card__benefits > li {
  position: relative;
  margin: 0.5rem 3rem;
  font-size: 1.6rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}
.service-card__benefits > li::before {
  left: 0;
  translate: -2.5rem -2px;
  position: absolute;
  content: url(/src/graphics/svg/benefit-icon.svg);
  width: 18px;
}
@media (max-width: 767px) {
  .service-card__benefits > li {
    text-align: justify;
    margin: 0.5rem 1rem 0.5rem 2.5rem;
  }
}
.service-card__benefits--residence {
  width: 50%;
  flex-direction: column;
  margin-right: 2rem;
}
.service-card__benefits--residence > li {
  text-align: end;
}
.service-card__benefits--residence > li::before {
  content: "  ";
}
.service-card__benefits--residence > li::after {
  position: absolute;
  translate: 1rem -2px;
  content: url(/src/graphics/png/benefit-icon.png);
}
.service-card__benefits--vertical {
  flex-direction: column;
}
.service-card__divider {
  height: 1px;
  background-color: #d7deef;
  margin: 2rem 0;
}
.service-card__cta {
  margin-top: auto;
}
.service-card__price-tag, .service-card__timeline-tag {
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  text-shadow: 0 2px 40px #e7effe;
}
.service-card__price-tag {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  color: #1a6eff;
}
.service-card__timeline-tag {
  translate: 0 100%;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #646d83;
}
.service-card__extras {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.service-card__extras > li {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  width: 50%;
}
.service-card__extras > li > img {
  border-radius: 1rem;
  padding: 0.7rem;
  background-color: #e7effe;
  width: 6rem;
  height: 6rem;
}
.service-card__extras > li > p {
  margin-left: 0.5rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .service-card__header--mini {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-areas: "price price" "timeline timeline" "icon title";
    column-gap: 1.2rem;
    row-gap: 0.6rem;
    align-items: start;
    min-height: auto;
    padding-top: 0;
  }
  .service-card__header--mini > .service-card__price-tag, .service-card__header--mini > .service-card__timeline-tag {
    position: static;
    right: auto;
    text-align: left;
    text-shadow: none;
    line-height: 1.25;
  }
  .service-card__header--mini > .service-card__price-tag {
    grid-area: price;
    justify-self: start;
  }
  .service-card__header--mini > .service-card__timeline-tag {
    grid-area: timeline;
    justify-self: start;
    top: auto;
    translate: none;
  }
  .service-card__header--mini > .service-card__icon {
    grid-area: icon;
  }
  .service-card__header--mini > .service-card__title {
    grid-area: title;
    align-self: center;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .service-card__header--mini {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 1rem;
    row-gap: 0.4rem;
  }
  .service-card__header--mini > .service-card__price-tag, .service-card__header--mini > .service-card__timeline-tag {
    font-size: 1.4rem;
  }
  .service-card__header--mini > .service-card__icon {
    width: 64px;
    padding: 1.4rem;
    border-radius: 1.2rem;
  }
  .service-card__header--mini > .service-card__title {
    line-height: 1.1;
  }
  .service-card--glow {
    gap: 1rem;
  }
  .service-card--glow > h4 {
    font-size: 1.6rem;
  }
  .service-card__details {
    gap: 1rem;
  }
  .service-card__steps > li, .service-card__benefits > li {
    margin-top: 0.5rem;
    font-size: 1.44rem;
  }
  .service-card__description {
    text-align: justify;
  }
  .service-card__timeline-tag {
    color: #1e2736;
    font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 500;
  }
  .service-card__extras > li {
    justify-content: space-around;
  }
  .service-card__features > li {
    font-size: 1.4rem;
    font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  }
  .service-card__title {
    font-size: 2rem;
  }
  .service-card__benefits--residence {
    width: 90%;
  }
}

.scheme {
  position: relative;
  counter-reset: item 0;
}
.scheme-container {
  max-width: 45%;
}
.scheme-container--horizontal {
  width: 100%;
}
.scheme-container--horizontal > .scheme-container__title {
  margin: 4rem 0 8rem;
}
@media (max-width: 767px) {
  .scheme-container--horizontal > .scheme-container__title {
    margin: 2rem 0;
  }
}
.scheme-container__title {
  text-align: center;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 5rem;
}
.scheme-container__text {
  margin: 3.4rem 0;
}
.scheme__item {
  counter-increment: item;
  position: relative;
  margin-left: 9rem;
  border: 1px solid #d7deef;
  border-radius: 1.5em;
  padding: 2rem;
  margin-bottom: 2.5rem;
}
.scheme__item-title {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
}
.scheme__item-title::before {
  position: absolute;
  content: url(/src/graphics/svg/scheme-point.svg);
  width: 50px;
  left: 0;
  translate: -84% 0;
}
.scheme__item-text {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  margin-top: 1.5rem;
}
.scheme__item::before {
  background-color: #1a6eff;
  font-size: 2.4rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  content: counter(item);
  translate: -170% -30%;
  color: #fff;
  padding: 1.5rem 2.1rem;
  border-radius: 100%;
  position: absolute;
  left: 0;
}
.scheme__item--special {
  background-color: #1e2736;
  color: #fff;
}
.scheme__item--special > h4 {
  color: #fff;
}
.scheme__line {
  position: absolute;
  width: 3px;
  height: 95%;
  background-color: #1a6eff;
  left: 24px;
  translate: 0 10px;
}
.scheme--horizontal {
  display: flex;
  justify-content: space-between;
}
.scheme--horizontal > li {
  position: relative;
  background-color: #e7effe;
  margin: 1rem;
  padding: 1rem;
}
.scheme--horizontal > li::before {
  z-index: 2;
  position: absolute;
  left: 50%;
  translate: -50% -80px;
}
.scheme--horizontal > li > p {
  vertical-align: middle;
  text-align: center;
}
.scheme--horizontal > li > p::before {
  position: absolute;
  top: 0;
  left: 50%;
  rotate: 90deg;
  translate: -50% -25px;
}
.scheme--horizontal > .scheme__line {
  height: 3px;
  width: 70%;
  translate: 0 0;
}
.scheme--horizontal > .scheme__line--position1 {
  translate: 11% -30px;
}
.scheme--horizontal > .scheme__line--position2 {
  translate: 12% -30px;
  width: 75%;
}
.scheme--horizontal > .scheme__line--position3 {
  translate: 22% -30px;
  width: 65%;
}
.scheme--horizontal > .scheme__line--position4 {
  translate: 16% -30px;
  width: 70%;
}
.scheme--bank > .scheme__line {
  height: 90%;
}
.scheme--bank > .scheme__item > .scheme__item-title {
  font-size: 2rem;
}
.scheme--bank > .scheme__item > .scheme__item-text {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #434c5b;
}

@media (max-width: 767px) {
  .scheme-container {
    max-width: 100%;
  }
  .scheme:not(.scheme--horizontal) {
    --scheme-mobile-line-top: 6rem;
    --scheme-mobile-line-bottom: 5.8rem;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .scheme:not(.scheme--horizontal) > .scheme__item {
    margin: 0 0 1rem 8rem;
    min-width: 0;
  }
  .scheme:not(.scheme--horizontal) > .scheme__item::before {
    top: 50%;
    left: 0;
    translate: -135% -50%;
    font-size: 2rem;
  }
  .scheme:not(.scheme--horizontal) > .scheme__item > .scheme__item-title {
    font-size: 1.6rem;
    overflow-wrap: anywhere;
  }
  .scheme:not(.scheme--horizontal) > .scheme__item > .scheme__item-title::before {
    top: 50%;
    left: 0;
    translate: -84% -50%;
  }
  .scheme:not(.scheme--horizontal) > .scheme__item > .scheme__item-text {
    overflow-wrap: anywhere;
  }
  .scheme:not(.scheme--horizontal) > .scheme__line {
    width: 3px;
    height: auto;
    left: 34px;
    top: var(--scheme-mobile-line-top);
    bottom: var(--scheme-mobile-line-bottom);
    translate: 0 0;
  }
  .scheme-container--horizontal {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .scheme-container--horizontal > .scheme-container__title {
    margin: 3rem 0 3.6rem;
  }
  .scheme--horizontal {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .scheme--horizontal > .scheme__item {
    margin: 0 0 1rem 8rem;
    border: 1px solid #d7deef;
    border-radius: 1.5em;
    background-color: #fff;
    min-width: 0;
  }
  .scheme--horizontal > .scheme__item::before {
    top: 50%;
    left: 0;
    translate: -135% -50%;
    font-size: 2rem;
  }
  .scheme--horizontal > .scheme__item > .scheme__item-title {
    font-size: 1.6rem;
    font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    overflow-wrap: anywhere;
  }
  .scheme--horizontal > .scheme__item > .scheme__item-title::before {
    top: 50%;
    left: 0;
    rotate: 0deg;
    translate: -84% -50%;
  }
  .scheme--horizontal > .scheme__line {
    width: 3px;
    height: auto;
    left: 34px;
    top: 6rem;
    bottom: 5.8rem;
    translate: 0 0;
  }
  .scheme--horizontal > .scheme__line--position1, .scheme--horizontal > .scheme__line--position2, .scheme--horizontal > .scheme__line--position3, .scheme--horizontal > .scheme__line--position4 {
    width: 3px;
    translate: 0 0;
  }
  .scheme--horizontal > .scheme__line--position2 {
    height: 80%;
    translate: 0 -10%;
  }
  .scheme:not(.scheme--horizontal).scheme--bank {
    --scheme-mobile-line-top: 8rem;
    --scheme-mobile-line-bottom: 8.3rem;
  }
}
.footer__title {
  color: #fff;
}
.footer__log {
  height: 110px;
}
@media (max-width: 767px) {
  .footer__logo {
    height: 90px;
  }
}

.hero--ambient {
  position: relative;
  isolation: isolate;
}

.hero__ambient {
  --hero-arcs-size: 760px;
  --hero-orbit-size: 384px;
  --hero-arcs-center-x: 50px;
  --hero-arcs-left: -360px;
  --hero-arcs-left-size: calc(var(--hero-arcs-size) * 0.847);
  --hero-orbit-left-size: calc(var(--hero-orbit-size) * 0.847);
  --hero-arcs-left-rise: calc(var(--hero-arcs-size) * .25);
  --hero-arcs-center-y: calc(180px - 6rem);
  position: absolute;
  top: -12rem;
  left: 50%;
  width: 100vw;
  height: calc(100% + 12rem);
  transform: translateX(-50%);
  overflow: hidden;
  contain: layout paint style;
  z-index: -2;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 760 760' fill='none' stroke='rgb(26,110,255)' stroke-opacity='.2' stroke-width='1.5'%3E%3Ccircle cx='380' cy='380' r='379.25'/%3E%3Ccircle cx='380' cy='380' r='331.5'/%3E%3Ccircle cx='380' cy='380' r='283.5'/%3E%3Ccircle cx='380' cy='380' r='235.5'/%3E%3Ccircle cx='380' cy='380' r='187.5'/%3E%3Ccircle cx='380' cy='380' r='139.5'/%3E%3Ccircle cx='380' cy='380' r='91.5'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 760 760' fill='none' stroke='rgb(26,110,255)' stroke-opacity='.2' stroke-width='1.7709563164'%3E%3Ccircle cx='380' cy='380' r='379.1145218418'/%3E%3Ccircle cx='380' cy='380' r='331.5'/%3E%3Ccircle cx='380' cy='380' r='283.5'/%3E%3Ccircle cx='380' cy='380' r='235.5'/%3E%3Ccircle cx='380' cy='380' r='187.5'/%3E%3Ccircle cx='380' cy='380' r='139.5'/%3E%3Ccircle cx='380' cy='380' r='91.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: var(--hero-arcs-size) var(--hero-arcs-size), var(--hero-arcs-left-size) var(--hero-arcs-left-size);
  background-position: right calc(var(--hero-arcs-center-x) - var(--hero-arcs-size) / 2) top calc(50% + var(--hero-arcs-center-y)), left calc(var(--hero-arcs-left) + (var(--hero-arcs-size) - var(--hero-arcs-left-size)) / 2) top calc(50% + var(--hero-arcs-center-y) - var(--hero-arcs-left-rise));
}
.hero__ambient::before, .hero__ambient::after {
  content: "";
  position: absolute;
  width: var(--hero-orbit-size);
  height: var(--hero-orbit-size);
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384' fill='none'%3E%3Cg stroke='rgb(26,110,255)' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M192 4.5 A187.5 187.5 0 0 1 379.5 192' stroke-opacity='.85'/%3E%3Cpath d='M192 331.5 A139.5 139.5 0 0 1 52.5 192' stroke-opacity='.65'/%3E%3C/g%3E%3Cg fill='rgb(26,110,255)'%3E%3Ccircle cx='379.5' cy='192' r='3'/%3E%3Ccircle cx='52.5' cy='192' r='3'/%3E%3C/g%3E%3C/svg%3E") center/100% 100% no-repeat;
}
.hero__ambient::before {
  top: calc(50% + var(--hero-arcs-center-y) - var(--hero-orbit-size) / 2);
  right: calc(var(--hero-arcs-center-x) - var(--hero-orbit-size) / 2);
  transform: rotate(-110deg);
}
.hero__ambient::after {
  width: var(--hero-orbit-left-size);
  height: var(--hero-orbit-left-size);
  left: calc(var(--hero-arcs-left) + (var(--hero-arcs-size) - var(--hero-orbit-left-size)) / 2);
  top: calc(50% + var(--hero-arcs-center-y) - var(--hero-arcs-left-rise) - var(--hero-orbit-left-size) / 2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384' fill='none'%3E%3Cg stroke='rgb(26,110,255)' stroke-width='2.3612750885' stroke-linecap='round'%3E%3Cpath d='M192 4.5 A187.5 187.5 0 0 1 379.5 192' stroke-opacity='.85'/%3E%3Cpath d='M192 331.5 A139.5 139.5 0 0 1 52.5 192' stroke-opacity='.65'/%3E%3C/g%3E%3Cg fill='rgb(26,110,255)'%3E%3Ccircle cx='192' cy='4.5' r='3.5419126328'/%3E%3Ccircle cx='192' cy='331.5' r='3.5419126328'/%3E%3C/g%3E%3C/svg%3E");
  transform: rotate(60deg);
}
.hero__ambient[data-ambient-state=running]::before, .hero__ambient[data-ambient-state=running]::after, .hero__ambient[data-ambient-state=paused]::before, .hero__ambient[data-ambient-state=paused]::after {
  animation: heroArcOrbit 28s linear infinite;
  animation-play-state: paused;
}
.hero__ambient[data-ambient-state=running]::after, .hero__ambient[data-ambient-state=paused]::after {
  animation-name: heroArcOrbitLeft;
  animation-duration: 36s;
}
.hero__ambient[data-ambient-state=running]::before, .hero__ambient[data-ambient-state=running]::after {
  animation-play-state: running;
}
@media (max-width: 767px) {
  .hero__ambient {
    --hero-arcs-size: 520px;
    --hero-orbit-size: calc(520px * 384 / 760);
    --hero-arcs-center-x: -50px;
    --hero-arcs-left: -330px;
    --hero-arcs-center-y: calc(120px - 6rem);
  }
}

@keyframes heroArcOrbit {
  from {
    transform: rotate(-110deg);
  }
  to {
    transform: rotate(250deg);
  }
}
@keyframes heroArcOrbitLeft {
  from {
    transform: rotate(60deg);
  }
  to {
    transform: rotate(-300deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__ambient[data-ambient-state]::before,
  .hero__ambient[data-ambient-state]::after {
    animation: none;
  }
}
.hero--particles {
  position: relative;
  isolation: isolate;
}
.hero--particles.hero--home {
  padding-block-start: 23.8rem;
}
@media (min-width: 1024px) {
  .hero--particles.hero--home {
    padding-block-end: 20rem;
  }
}
@media (max-width: 767px) {
  .hero--particles.hero--home {
    padding-block-start: 18.2rem;
  }
}
.hero--particles .btn--secondary:not(:hover) {
  background-color: rgba(255, 255, 255, 0.9411764706);
}
.hero--particles .hero__subtitle {
  position: relative;
  isolation: isolate;
}
.hero--particles .hero__subtitle::before {
  content: "";
  position: absolute;
  inset: -1.2rem -1.6rem;
  z-index: -1;
  border-radius: 2.4rem;
  background: rgba(255, 255, 255, 0.78);
  filter: blur(1.2rem);
  pointer-events: none;
}

body:has(.hero--particles) .header__logo,
body:has(.hero--particles) .header__nav .header__nav-link {
  position: relative;
  isolation: isolate;
}
body:has(.hero--particles) .header__logo::before,
body:has(.hero--particles) .header__nav .header__nav-link::before {
  content: "";
  position: absolute;
  inset: 0 -0.8rem;
  z-index: -1;
  border-radius: 2.4rem;
  background: rgba(255, 255, 255, 0.78);
  filter: blur(1.2rem);
  pointer-events: none;
}
body:has(.hero--particles) .header__logo::before {
  inset: 50% auto auto 0;
  width: 180px;
  height: 9.6rem;
  transform: translateY(-50%);
}

.hero__particles {
  --particle-top-extension: 12rem;
  position: absolute;
  top: calc(-1 * var(--particle-top-extension));
  left: 50%;
  width: 100vw;
  height: calc(100% + var(--particle-top-extension));
  transform: translateX(-50%);
  overflow: hidden;
  contain: layout paint style;
  z-index: -1;
  pointer-events: none;
}
.hero__particles > canvas {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero__particles > canvas[hidden] {
  display: none;
}
.hero__particles::after {
  content: "";
  position: absolute;
  inset: 0;
  top: var(--particle-top-extension);
  background: radial-gradient(ellipse 41% 35% at 50% 36%, rgba(255, 255, 255, 0.9294117647) 0%, rgba(255, 255, 255, 0.7411764706) 49%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.88;
}
@media (max-width: 767px) {
  .hero__particles::after {
    background: radial-gradient(ellipse 74% 37% at 50% 42%, #fff 0%, rgba(255, 255, 255, 0.7490196078) 60%, rgba(255, 255, 255, 0) 100%);
  }
}

.hero__particles--orbital::after {
  top: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 78%, #fff 100%), radial-gradient(ellipse 38% 45% at 43% 50%, rgba(255, 255, 255, 0.8509803922) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
}
@media (max-width: 767px) {
  .hero__particles--orbital::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 78%, #fff 100%), radial-gradient(ellipse 43% 38% at 50% 33%, rgba(255, 255, 255, 0.8509803922) 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.mobile-hide {
  display: none;
}

.sphere {
  display: none;
}

.sphere-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -201;
  pointer-events: none;
  isolation: isolate;
  contain: layout paint style;
  background: radial-gradient(circle at 82% 18%, rgba(96, 162, 255, 0.14), transparent 31%), radial-gradient(circle at 12% 18%, rgba(124, 196, 255, 0.11), transparent 34%), linear-gradient(135deg, rgba(231, 239, 254, 0.28), rgba(255, 255, 255, 0) 48%);
}
.sphere-container > .sphere:nth-child(-n+3) {
  display: block;
  position: absolute;
  top: -14%;
  bottom: -14%;
  left: -100%;
  width: 200%;
  height: auto;
  border-radius: 0;
  background-image: url("/src/graphics/svg/hero-topography.svg");
  background-repeat: repeat-x;
  background-position: center;
  background-size: 50% 100%;
  pointer-events: none;
  will-change: transform;
  backface-visibility: hidden;
}
.sphere-container > .sphere:nth-child(1) {
  z-index: 2;
  opacity: 0.5;
  animation: topographyLeftToRight 54s linear infinite;
}
.sphere-container > .sphere:nth-child(2) {
  z-index: 1;
  opacity: 0.2;
  background-size: 50% 112%;
  background-position: center 42%;
  animation: topographyRightToLeft 72s linear infinite;
}
.sphere-container > .sphere:nth-child(3) {
  z-index: 0;
  opacity: 0.12;
  background-size: 50% 88%;
  background-position: center 68%;
  animation: topographyLeftToRightFar 90s linear infinite;
}
.sphere-container[data-topography-active=false] > .sphere:nth-child(-n+3) {
  animation-play-state: paused;
  will-change: auto;
}
.sphere-container--maintenance {
  opacity: 0.8;
}
.sphere-container--megaZ {
  z-index: 0;
}

@keyframes topographyLeftToRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(50%, 0, 0);
  }
}
@keyframes topographyRightToLeft {
  from {
    transform: translate3d(50%, 0, 0) scaleY(-1);
  }
  to {
    transform: translate3d(0, 0, 0) scaleY(-1);
  }
}
@keyframes topographyLeftToRightFar {
  from {
    transform: translate3d(0, 0, 0) scaleY(-1);
  }
  to {
    transform: translate3d(50%, 0, 0) scaleY(-1);
  }
}
@media (max-width: 1023px) {
  .sphere-container > .sphere:nth-child(1) {
    opacity: 0.44;
  }
  .sphere-container > .sphere:nth-child(2) {
    opacity: 0.16;
  }
  .sphere-container > .sphere:nth-child(3) {
    opacity: 0.09;
  }
}
@media (max-width: 767px) {
  .sphere-container {
    background: radial-gradient(circle at 84% 20%, rgba(96, 162, 255, 0.12), transparent 36%), linear-gradient(145deg, rgba(231, 239, 254, 0.24), rgba(255, 255, 255, 0) 56%);
  }
  .sphere-container > .sphere:nth-child(-n+3) {
    top: -8%;
    bottom: -8%;
  }
  .sphere-container > .sphere:nth-child(1) {
    opacity: 0.38;
    animation-duration: 62s;
  }
  .sphere-container > .sphere:nth-child(2) {
    opacity: 0.13;
    animation-duration: 82s;
  }
  .sphere-container > .sphere:nth-child(3) {
    opacity: 0.07;
    animation-duration: 104s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sphere-container > .sphere:nth-child(-n+3) {
    animation: none;
    will-change: auto;
  }
  .sphere-container > .sphere:nth-child(2), .sphere-container > .sphere:nth-child(3) {
    transform: scaleY(-1);
  }
}
#site-header {
  min-height: 12rem;
}

#site-footer {
  min-height: 40rem;
  background-color: #1e2736;
}

#site-header,
#site-footer {
  visibility: hidden;
}

body.header-ready #site-header,
body.includes-ready #site-header,
body.includes-ready #site-footer {
  visibility: visible;
}

body.menu-open {
  overflow: hidden;
}

.page-fade {
  position: fixed;
  inset: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
  z-index: 9999;
}

.js .page-fade.page-fade--active {
  opacity: 1;
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .page-fade {
    transition: none;
  }
}
.btn {
  display: inline-flex;
  line-height: 1.2;
  padding: 1.5rem 3.5rem;
  margin: 0.5rem;
  border-radius: 0.7em;
  border: none;
  background: none;
  font-size: 1.8rem;
}
.btn--primary {
  transition: opacity var(--reveal-duration, 0s) var(--reveal-ease, ease) var(--reveal-delay, 0s), transform var(--reveal-duration, 0s) var(--reveal-ease, ease) var(--reveal-delay, 0s), visibility 0s linear var(--reveal-visibility-delay, 0s), background-color ease-in-out 0.24s, color ease-in-out 0.24s, box-shadow ease-in-out 0.24s, border-color ease-in-out 0.24s;
  background-color: #1a6eff;
  color: #fff;
  border: 2px solid transparent;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  justify-content: center;
}
.btn--primary:hover {
  background-color: #fff;
  color: #1a6eff;
  border-color: #1a6eff;
  box-shadow: 0 0 14px rgba(82, 146, 255, 0.3568627451);
}
.btn--primary:active {
  transition-duration: 0.012s;
  background-color: #fff;
  color: #1a6eff;
  box-shadow: inset 0 0 4px rgba(119, 156, 211, 0.3);
}
@media (max-width: 1023px) {
  .btn--primary {
    width: 100%;
    margin: 1rem 0;
  }
}
.btn--secondary {
  transition: opacity var(--reveal-duration, 0s) var(--reveal-ease, ease) var(--reveal-delay, 0s), transform var(--reveal-duration, 0s) var(--reveal-ease, ease) var(--reveal-delay, 0s), visibility 0s linear var(--reveal-visibility-delay, 0s), background-color ease-in-out 0.24s, color ease-in-out 0.24s, box-shadow ease-in-out 0.24s, border-color ease-in-out 0.24s;
  border: 1px solid #d7deef;
  color: #1e2736;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.8078431373);
}
.btn--secondary:hover {
  color: #1a6eff;
  box-shadow: 0 0 14px rgba(82, 146, 255, 0.3568627451);
}
.btn--secondary:active {
  transition-duration: 0.012s;
  background-color: #1a6eff;
  color: #fff;
  border: 1px solid #1a6eff;
}
@media (max-width: 1023px) {
  .btn--secondary {
    text-align: center;
    justify-content: center;
    margin: 1rem 0;
    width: 100%;
  }
}
.btn--white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1176470588);
}
.btn--white:hover {
  background-color: #fff;
}
@media (max-width: 767px) {
  .btn {
    text-align: center;
    justify-content: center;
  }
}

.add-border {
  border: 1px solid #d7deef;
  border-radius: 2rem;
  padding: 1.5rem;
}

.uikit-block {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.color-block {
  position: relative;
  padding: 1rem 2rem;
  max-width: 50%;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 2.4rem;
}
.color-block_primary-color {
  background-color: #1a6eff;
  color: #fff;
}
.color-block_primary-color::after {
  position: absolute;
  right: 1rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  content: "#1a6eff";
}
.color-block_secondary-color {
  background-color: #60a2ff;
  color: #fff;
}
.color-block_secondary-color::after {
  position: absolute;
  right: 1rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  content: "#60a2ff";
}
.color-block_light-color {
  background-color: #e7effe;
}
.color-block_light-color::after {
  position: absolute;
  right: 1rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  content: "#e7effe";
}
.color-block_borders-color {
  background-color: #d7deef;
}
.color-block_borders-color::after {
  position: absolute;
  right: 1rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  content: "#d7deef";
}
.color-block_dark-color {
  background-color: #1e2736;
  color: #fff;
}
.color-block_dark-color::after {
  position: absolute;
  right: 1rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  content: "#1e2736";
}
.color-block_grey-color {
  background-color: #434c5b;
  color: #fff;
}
.color-block_grey-color::after {
  position: absolute;
  right: 1rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  content: "#434c5b";
}
.color-block_lightgrey-color {
  background-color: #646d83;
  color: #fff;
}
.color-block_lightgrey-color::after {
  position: absolute;
  right: 1rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  content: "#646d83";
}

.alert-text {
  color: red !important;
}

.divider {
  height: 20px;
}

.backer {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1004;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  margin: 2.5rem;
  background-color: rgba(231, 239, 254, 0.6352941176);
  padding: 1rem 0;
}
.backer > a {
  font-size: 5rem;
  font-weight: 900;
  color: #1a6eff;
}
.backer > a > img {
  display: flex;
  margin: auto;
  height: 50px;
  width: 50px;
  border-radius: 100%;
}
.backer:hover {
  background-color: #1a6eff;
}
.backer:hover > a > img {
  filter: brightness(100);
}
@media (max-width: 1023px) {
  .backer {
    z-index: 200;
    height: 60px;
    width: 60px;
  }
  .backer > a > img {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  .backer {
    margin-right: 2.5rem;
    height: 70px;
    width: 70px;
  }
  .backer > a > img {
    height: 47px;
    width: 47px;
  }
}

.wrapper, .staff-container, .header, .contact {
  margin: 0 auto;
  max-width: 1280px;
}
.wrapper--wided {
  max-width: 1800px;
}
@media (max-width: 1023px) {
  .wrapper, .staff-container, .header, .contact {
    padding: 0 2rem;
  }
}
@media (min-width: 1023px) {
  .wrapper, .staff-container, .header, .contact {
    padding: 0 3rem;
  }
}

.badge, .contact__badge, .logistic__badge, .services__badge, .exclusive-offer__badge {
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  padding: 1.3rem 3rem;
  background-color: #e7effe;
  border-radius: 3em;
  font-size: 1.3rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  color: #1a6eff;
  text-transform: uppercase;
}

.exclusive-offer {
  display: grid;
  position: relative;
  padding-block: 15rem;
  gap: 9rem;
}
.exclusive-offer__header {
  position: relative;
}
.exclusive-offer__title {
  text-align: center;
}
.exclusive-offer__badge {
  top: 0;
  padding: 1rem 3rem;
  font-size: 1.3rem;
}
.exclusive-offer__badge::before {
  vertical-align: middle;
  content: url(/src/graphics/png/exclusive-badge-before.png);
  margin-right: 1rem;
}
.exclusive-offer__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "main tax transfer" "main months reports" "main cta cta";
  gap: 2.4rem;
  column-gap: 4rem;
}

#main {
  grid-area: main;
  min-width: 600px;
}

#tax {
  grid-area: tax;
}

#transfer {
  grid-area: transfer;
}

#months {
  grid-area: months;
}

#reports {
  grid-area: reports;
}

#cta {
  grid-area: cta;
}

.services {
  display: flex;
  flex-direction: column;
  padding-block: 10rem;
  gap: 3rem;
}
.services__title, .services__subtitle {
  text-align: center;
}
.services__subtitle {
  color: #434c5b;
}
.services__header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.services__grid {
  --min: 800px;
  display: grid;
  gap: 2.5rem 3rem;
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  align-items: stretch;
}
@media (min-width: 1024px) and (max-width: 1689px) {
  .services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.services .service-card__icon {
  order: -1;
}
@media (max-width: 1023px) {
  .services__title {
    font-size: 4.6rem;
    line-height: 1.08;
    text-wrap: balance;
  }
  .services__subtitle {
    line-height: 1.35;
  }
  .services__grid {
    --min: 100%;
    gap: 2rem;
  }
  .services .service-card {
    padding: 2.4rem;
  }
  .services .service-card__icon {
    order: 0;
  }
  .services__badge {
    width: 70%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .services {
    padding-block-end: 3rem;
  }
  .services__header {
    gap: 1rem;
  }
  .services__title {
    font-size: 4rem;
    line-height: 1.12;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }
  .services__subtitle {
    line-height: 1.35;
  }
  .services .service-card {
    padding: 1.7rem;
    gap: 1.6rem;
  }
  .services .service-card__title {
    font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 600;
    text-align: center;
    margin: 1rem;
  }
  .services .service-card__header {
    gap: 0.2rem;
  }
  .services .service-card__price-tag, .services .service-card__timeline-tag {
    position: relative;
    width: 100%;
    translate: 0 0;
    display: inline-flex;
    line-height: 1.25;
    text-align: center;
    justify-content: center;
    margin-bottom: 1rem;
  }
  .services .service-card__price-tag {
    justify-content: center;
    margin: 1rem 0 0 0;
  }
  .services .service-card__icon {
    width: 120px;
    margin: 0 auto;
  }
  .services .service-card__benefits > li {
    margin: 0.4rem 0 0.4rem 2.6rem;
    line-height: 1.3;
  }
  .services .service-card__benefits > li::before {
    translate: -2.2rem -2px;
  }
}

.logistic {
  display: grid;
  position: relative;
  padding-block: 10rem;
  gap: 4rem;
}
.logistic__header {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.logistic__title, .logistic__lead {
  text-align: center;
}
.logistic__kpi {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.logistic__kpi-item {
  margin: 0;
}
.logistic__kpi-icon {
  display: block;
  margin: 0 auto;
  width: 80px;
  background-color: #e7effe;
  border-radius: 1.5rem;
}
.logistic__kpi-score, .logistic__kpi-caption {
  text-align: center;
}
.logistic__kpi-caption {
  margin-top: 0.2rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  color: #434c5b;
}
.logistic__cards {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 2rem;
}
.logistic__container {
  display: grid;
  gap: 2rem;
}
.logistic__badge {
  top: 0;
}
.logistic .service-card--logistics {
  margin: 0;
}
@media (max-width: 1023px) {
  .logistic {
    padding-block: 8rem;
  }
  .logistic__title {
    font-size: 4.4rem;
    line-height: 1.08;
    text-wrap: balance;
  }
  .logistic__kpi {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6rem;
  }
  .logistic__kpi-item {
    flex: 1 1 calc(50% - 1.6rem);
    max-width: calc(50% - 1.6rem);
  }
  .logistic__cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .logistic {
    padding-block: 7rem 2rem;
    gap: 3rem;
  }
  .logistic__header {
    gap: 2rem;
  }
  .logistic__title {
    font-size: 3.2rem;
    line-height: 1.12;
  }
  .logistic__lead {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .logistic__kpi {
    gap: 1.2rem;
  }
  .logistic__kpi-item {
    flex-basis: 100%;
  }
  .logistic__badge {
    width: 90%;
    text-align: center;
  }
  .logistic .service-card {
    padding: 2rem;
  }
  .logistic .service-card__title {
    line-height: 1.15;
  }
  .logistic .service-card__extras > li {
    width: 100%;
    justify-content: flex-start;
  }
  .logistic .service-card__extras > li > p {
    margin-left: 1rem;
  }
}

.contact {
  position: relative;
  display: flex;
  gap: 3rem;
  align-items: center;
  padding: 0;
  padding-block-end: 10rem;
}
.contact > .form {
  width: 100%;
}
.contact > .contact__details:only-child {
  max-width: none;
  width: 100%;
}
.contact__badge {
  top: 0;
  left: 0;
  translate: 50% -150%;
}
.contact__details {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 80%;
  justify-content: center;
  gap: 3rem;
}
.contact__title {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.08;
  text-wrap: balance;
}
.contact__links {
  display: flex;
  flex-flow: row wrap;
  column-gap: 5rem;
  row-gap: 1.8rem;
}
.contact__links > ul {
  margin-bottom: 0;
}
.contact__links > ul > p {
  margin-bottom: 1rem;
}
.contact__links--maintenance {
  column-gap: 1rem;
  justify-content: space-between;
}
.contact__links--maintenance > ul {
  flex: 1 1 0;
  min-width: 0;
  background-color: rgba(255, 255, 255, 0.4784313725);
  border: 1px solid #d7deef;
  height: auto;
  padding: 2rem;
  border-radius: 2rem;
}
.contact__subtitle {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.25;
}
.contact__text {
  color: #1e2736;
  line-height: 1.35;
}
.contact__mails > li, .contact__phones > li, .contact__socials > li {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 1.6rem;
  min-width: 0;
}
.contact__mails > li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.5rem;
  color: #1e2736;
  text-decoration: underline;
}
.contact__mails > li::before {
  display: block;
  margin-right: 0;
  flex: 0 0 30px;
  width: 30px;
  content: url(/src/graphics/svg/mail-icon.svg);
}
.contact__phones > li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.5rem;
  color: #1e2736;
  text-decoration: underline;
}
.contact__phones > li::before {
  display: block;
  margin-right: 0;
  flex: 0 0 30px;
  width: 30px;
  content: url(/src/graphics/svg/phone-icon.svg);
}
.contact__socials > li {
  display: inline-block;
  margin-top: 1rem;
  margin-right: 0.5rem;
}
.contact__socials--centered > div {
  display: flex;
  justify-content: space-around;
}
.contact__link {
  margin: auto 0;
  color: #1e2736;
  vertical-align: middle;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.35;
}
.contact__link--arm::after {
  margin-left: 1rem;
  vertical-align: middle;
  content: url(/src/graphics/png/contact-after-tel-arm-icon.png);
}
.contact__link--rus::after {
  right: 0;
  margin-left: 1rem;
  vertical-align: middle;
  content: url(/src/graphics/png/contact-after-tel-rus-icon.png);
}
.contact__link--map {
  display: inline;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}
.contact__link--map::before {
  content: url(/src/graphics/png/footer-map-icon.png);
  object-fit: contain;
  margin-right: 1rem;
  vertical-align: middle;
}
.contact__link > img {
  width: 65px;
}
.contact__link > img.messenger-icon--max {
  box-sizing: border-box;
  width: 65px;
  height: 65px;
  padding: 3.5px;
  border-radius: 50%;
  clip-path: circle(50%);
}
.contact__addresses {
  width: 100%;
}
.contact__addresses > li {
  margin-top: 1.2rem;
}
.contact .extra-details__container-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: flex-start;
}
.contact .extra-details__map-link {
  flex: 1 1 18rem;
  min-width: 0;
  font-size: 1.8rem;
  padding: 1.6rem;
  gap: 1.2rem;
}
.contact--shorted {
  padding-block-start: 7rem;
}
@media (max-width: 1023px) {
  .contact {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-block: 8rem;
    padding: 0;
  }
  .contact__badge {
    left: 50%;
    translate: -50% 0;
    width: 80%;
  }
  .contact__details {
    max-width: none;
    gap: 2.4rem;
  }
  .contact__title {
    font-size: 4rem;
    line-height: 1.1;
  }
  .contact__links {
    row-gap: 1.2rem;
  }
  .contact__links > ul {
    flex-basis: calc(50% - 1rem);
  }
}
@media (max-width: 767px) {
  .contact {
    flex-direction: column;
    padding-block: 7rem;
    gap: 2.4rem;
  }
  .contact__title {
    font-size: 3.2rem;
    line-height: 1.12;
  }
  .contact__subtitle {
    font-size: 1.8rem;
  }
  .contact__text {
    line-height: 1.4;
  }
  .contact__links {
    row-gap: 1rem;
  }
  .contact__links > ul {
    flex-basis: 100%;
  }
  .contact__mails > li, .contact__phones > li, .contact__socials > li {
    font-size: 1.5rem;
  }
  .contact__link > img {
    width: 52px;
  }
  .contact__link > img.messenger-icon--max {
    width: 52px;
    height: 52px;
    padding: 3px;
  }
  .contact .extra-details__container-wrapper {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
  .contact .extra-details__map-link {
    flex: 0 1 auto;
    width: 100%;
    font-size: 1.6rem;
    padding: 1.4rem 1.2rem;
    gap: 0.8rem;
    min-height: 11.6rem;
    justify-content: center;
  }
  .contact .extra-details__map-image {
    width: 52px;
    height: 52px;
  }
  .contact__badge {
    translate: 0 -150%;
    text-align: center;
  }
  .contact__details {
    width: 100%;
  }
}

.form {
  display: flex;
  flex-direction: column;
  width: 60%;
  min-width: 0;
  padding: 4rem;
  border: 1px solid #d7deef;
  border-radius: 2rem;
  box-shadow: 0 8px 30px rgba(5, 8, 13, 0.0666666667);
  background-color: #fff;
  z-index: 10;
}
.form--submitted {
  min-height: 640px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.form--submitted > :not(.form__success) {
  display: none !important;
}
.form__success {
  display: none;
  width: 100%;
  min-height: 520px;
  margin: auto;
  padding: 1rem 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.4rem;
}
.form--submitted > .form__success {
  display: flex;
}
.form__success-icon {
  width: 300px;
  height: 300px;
  object-fit: contain;
}
.form__success-title {
  color: #1e2736;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.25;
  max-width: 80%;
}
.form__success-text {
  color: #434c5b;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.45;
  max-width: 80%;
}
.form__title {
  color: #1e2736;
  font-size: 1.4rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  margin: 1rem 0;
}
.form__text {
  font-size: 1rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  color: #434c5b;
  text-align: center;
  padding-top: 1rem;
}
.form__status {
  margin-top: 0.8rem;
  min-height: 1.6rem;
  font-size: 1.2rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.35;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.13s ease;
}
.form__status--visible {
  opacity: 1;
  visibility: visible;
}
.form__status--info {
  color: #434c5b;
}
.form__status--success {
  color: #1f8d4d;
}
.form__status--error {
  color: #c23232;
}
.form__radio {
  margin-bottom: 1rem;
  display: grid;
  gap: 0.8rem;
}
.form > input, .form > select, .form > textarea {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  width: 100%;
}
.form > input::placeholder, .form > select::placeholder, .form > textarea::placeholder {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
.form > input {
  padding: 1rem 1.6rem;
  border: 1px solid #d7deef;
  border-radius: 1rem;
}
.form > input:focus {
  outline-color: #60a2ff;
}
.form > input:not(:placeholder-shown) {
  background-color: #e7effe;
  border-color: #60a2ff;
}
.form__field--invalid {
  border-color: #d84747 !important;
  box-shadow: 0 0 0 1px rgba(216, 71, 71, 0.2509803922);
}
.form input[type=radio].form__field--invalid {
  outline: 1px solid #d84747;
  outline-offset: 1px;
}
.form > label, .form__radio > label {
  border-color: #d7deef;
  margin-right: 0.5rem;
  font-size: 1.4rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  line-height: 1.35;
}
.form__radio > label {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-right: 0;
}
.form__radio > label > input {
  flex: 0 0 auto;
  margin-top: 0.2rem;
}
.form > select {
  padding: 1rem 1.6rem;
  border-radius: 1rem;
  border: 1px solid #d7deef;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  background-color: #fff;
}
.form > button {
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 1rem;
  border: 1px solid #1a6eff;
  width: 100%;
  text-align: center;
}
.form__spacer {
  height: 2rem;
}
.form textarea {
  resize: none;
  min-height: 18rem;
  border-radius: 1rem;
  border: 1px solid #d7deef;
  padding: 1rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}
.form textarea:focus {
  outline-color: #60a2ff;
}
.form textarea:not(:placeholder-shown) {
  background-color: #e7effe;
  border-color: #60a2ff;
}
@media (max-width: 1023px) {
  .form {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .form {
    margin: 0;
    border-radius: 1.6rem;
  }
  .form--submitted {
    min-height: 560px;
  }
  .form__success {
    min-height: 460px;
  }
  .form__success-icon {
    width: 300px;
    height: 300px;
    max-width: 100%;
  }
  .form__success-title {
    font-size: 2.4rem;
    max-width: 100%;
  }
  .form__success-text {
    font-size: 1.6rem;
    max-width: 100%;
  }
  .form__title {
    line-height: 1.35;
  }
  .form__spacer {
    height: 1.4rem;
  }
  .form textarea {
    min-height: 14rem;
  }
}

.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 12rem;
  z-index: 1000;
}
.header__logo {
  display: flex;
  flex-grow: 1;
}
.header__logo > img {
  width: 180px;
  margin: auto 0;
  max-height: 100%;
  transition: 0.24s;
}
.header__logo > img:hover {
  transform: translateX(10px);
}
.header__logo:hover > img {
  transform: scale(1.05);
  filter: drop-shadow(0 0 10px rgba(96, 162, 255, 0.55));
}
.header__nav-list {
  height: 100%;
  display: flex;
  align-content: center;
}
.header__nav-list-services {
  display: none;
  position: absolute;
  right: 0.5rem;
  top: 100%;
  width: max-content;
  padding: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.4941176471);
  backdrop-filter: blur(8px);
  border-radius: 1rem;
  border: 1px solid #d7deef;
}
.header__nav-list-services > li {
  padding: 0.3rem 0;
  text-align: right;
  width: 300px;
  max-width: 100%;
}
.header__nav-list-services > li > a {
  transition: 0.33s;
  padding: 0.3rem 0;
  color: #1e2736;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  white-space: normal;
  overflow-wrap: anywhere;
}
.header__nav-list-services > li > a:hover {
  color: #1a6eff;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  html[lang=hy] .header__nav-list-services > li {
    width: 400px;
  }
}
.header__nav-item {
  margin: auto 0.5rem;
  position: relative;
}
.header__nav-item-services--expanded > .header__nav-list-services {
  display: block;
}
.header__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.8rem 0.5rem;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  color: #1e2736;
  text-align: left;
  cursor: pointer;
}
.header__nav-content {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font: inherit;
}
.header__nav-content > span {
  font: inherit;
}
.header__nav-content::after {
  content: "";
  flex-shrink: 0;
  width: 1rem;
  height: 0.6rem;
  background: currentColor;
  clip-path: polygon(0 0, 50% 65%, 100% 0, 100% 35%, 50% 100%, 0 35%);
  transition: transform 0.24s ease;
}
.header__nav-item-services--expanded .header__nav-content::after {
  transform: translateY(0.3rem);
}
.header__lang {
  position: relative;
  background: none;
  border: none;
  margin: auto 0 auto 3rem;
}
.header__lang > img {
  display: block;
  padding: 2rem 1rem;
  padding-left: 2rem;
}
.header__lang:hover > .header__lang-switcher {
  display: flex;
}
.header__lang-switcher {
  position: absolute;
  display: none;
  right: 0;
  top: 100%;
  z-index: 1;
  min-width: 14rem;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #d7deef;
  padding: 0.5rem;
  border-radius: 1rem;
}
.header__lang-switcher-item {
  margin: 0.1rem 0;
  transition: 0.13s;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem;
  background-color: #e7effe;
  border: none;
  border-radius: 1rem;
  white-space: nowrap;
}
.header__lang-switcher-item > img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 1rem;
  object-fit: contain;
  filter: drop-shadow(0 0 4px rgba(54, 54, 54, 0.4431372549));
}
.header__lang-switcher-item > p {
  font-size: 1.4rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
}
.header__lang-switcher-item--selected {
  color: #1a6eff;
}
.header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: auto 0;
  border: 1px solid #d7deef;
  border-radius: 1.2rem;
  background-color: #fff;
  cursor: pointer;
}
.header__burger-line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #1e2736;
  border-radius: 2px;
  transition: transform 0.24s ease, opacity 0.24s ease;
}
.header__burger-line + .header__burger-line {
  margin-top: 5px;
}
.header__menu {
  display: flex;
  align-items: center;
}
.header__menu-panel {
  display: flex;
  align-items: center;
}
.header__menu-close {
  display: none;
}
.header__menu-close-line {
  display: block;
}
.header__menu-overlay {
  display: none;
}
.header--menu-open .header__burger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header--menu-open .header__burger-line:nth-child(2) {
  opacity: 0;
}
.header--menu-open .header__burger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.header--menu-open .header__menu {
  pointer-events: auto;
}
.header--menu-open .header__menu-panel {
  transform: translateX(0);
}
.header--menu-open .header__menu-overlay {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1023px) {
  .header__burger {
    display: inline-flex;
    margin-left: auto;
  }
  .header__nav, .header__lang {
    display: none;
  }
  .header__menu {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1002;
  }
  .header__menu-panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(85vw, 360px);
    padding: 10rem 2.4rem 2.4rem;
    background-color: #fff;
    box-shadow: -20px 0 40px rgba(30, 39, 54, 0.15);
    transform: translateX(100%);
    transition: transform 0.33s ease;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
    overflow-y: auto;
    z-index: 1003;
  }
  .header__menu-close {
    display: inline-flex;
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #d7deef;
    border-radius: 1.2rem;
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
  }
  .header__menu-close-line {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #1e2736;
    border-radius: 2px;
  }
  .header__menu-close-line:first-child {
    transform: rotate(45deg);
  }
  .header__menu-close-line:last-child {
    transform: rotate(-45deg);
  }
  .header__menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background-color: rgba(30, 39, 54, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.33s ease;
    z-index: 1001;
  }
  .header__menu .header__nav, .header__menu .header__lang {
    display: block;
    width: 100%;
  }
  .header__menu .header__nav-list {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
  .header__menu .header__nav-item {
    margin: 0;
    width: 100%;
  }
  .header__menu .header__nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 4.8rem;
    padding: 1rem 1.2rem;
    border-radius: 1.2rem;
    line-height: 1.35;
  }
  .header__menu .header__nav-item-services > .header__nav-link {
    justify-content: space-between;
    gap: 1.2rem;
  }
  .header__menu .header__nav-content {
    width: 100%;
    justify-content: space-between;
    gap: 1.2rem;
  }
  .header__menu .header__nav-content::after {
    width: 1.2rem;
    height: 0.8rem;
    margin-left: auto;
  }
  .header__menu .header__nav-list-services {
    display: block;
    position: static;
    right: auto;
    width: 100%;
    transform: none;
    padding: 0 0 0 0.6rem;
    background-color: transparent;
    border: none;
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: max-height 0.33s ease, opacity 0.24s ease, margin-top 0.24s ease;
  }
  .header__menu .header__nav-list-services > li + li {
    margin-top: 0.4rem;
  }
  .header__menu .header__nav-list-services > li {
    text-align: left;
    width: 100%;
  }
  .header__menu .header__nav-list-services > li > a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 4.8rem;
    padding: 1rem 1.2rem;
    white-space: normal;
    line-height: 1.35;
    border-radius: 1.2rem;
    background-color: rgba(26, 110, 255, 0.08);
  }
  .header__menu .header__nav-item-services--expanded > .header__nav-link {
    margin-bottom: 0.2rem;
  }
  .header__menu .header__nav-item-services--expanded > .header__nav-list-services {
    max-height: 80rem;
    margin-top: 0.2rem;
    opacity: 1;
    pointer-events: auto;
  }
  .header__menu .header__lang {
    margin: 1.2rem 0 0;
  }
  .header__menu .header__lang > img {
    display: none;
  }
  .header__menu .header__lang-switcher {
    position: static;
    display: flex;
    flex-direction: row;
    gap: 0.6rem;
    width: 100%;
    min-width: 0;
    padding: 0;
    background-color: transparent;
    border: none;
  }
  .header__menu .header__lang-switcher-item {
    flex: 1 1 0;
    justify-content: center;
    min-width: 0;
    margin: 0;
    padding: 0.8rem 0.6rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .header__menu .header__lang-switcher-item > img {
    margin-right: 0;
  }
  .header__menu .header__lang-switcher-item > p {
    display: none;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  min-height: 40rem;
  padding: 5rem 2rem;
  background-color: #1e2736;
}
.footer__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  column-gap: 3rem;
  row-gap: 3rem;
}
.footer__logo {
  margin: auto 2rem 5rem 0;
}
.footer__logo-caption {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #646d83;
}
.footer__title {
  font-style: normal;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.footer__brand {
  max-width: 50rem;
  align-content: end;
}
.footer__list-item::before {
  content: "•";
  font-size: 2.3rem;
  color: #1a6eff;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.footer__list-item--address {
  display: flex;
  align-items: center;
}
.footer__list-item--address::before {
  display: block;
  width: 20px;
  content: url(/src/graphics/svg/map-icon.svg);
  object-fit: contain;
}
.footer__list-item--mail {
  display: flex;
  align-items: center;
}
.footer__list-item--mail::before {
  display: block;
  width: 20px;
  content: url(/src/graphics/svg/mail-icon.svg);
}
.footer__list-item--phone {
  display: flex;
  align-items: center;
}
.footer__list-item--phone::before {
  display: block;
  width: 20px;
  content: url(/src/graphics/svg/phone-icon.svg);
}
.footer__list-link {
  font-size: 1.4rem;
  vertical-align: middle;
  color: #fff;
}
.footer__list-item--group-end {
  margin-bottom: 1rem;
}
.footer__divider {
  background-color: #434c5b;
  height: 1px;
  width: 100%;
  margin: 2rem auto;
}
.footer__afterline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.footer__copyright {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: left;
}
.footer__policy {
  text-decoration: underline;
  color: #fff;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}
.footer__messengers {
  display: flex;
  gap: 0.2rem;
  flex-wrap: wrap;
}
.footer__messengers > a > img {
  width: 50px;
}
.footer__messengers > a > img.messenger-icon--max {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  padding: 3px;
  border-radius: 50%;
  clip-path: circle(50%);
}

@media (max-width: 1023px) {
  .footer {
    padding: 4rem 3rem;
  }
  .footer__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }
  .footer__brand {
    grid-column: 1/-1;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 3rem 2rem;
  }
  .footer__grid {
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
  }
  .footer__logo {
    margin: 0 0 2rem 0;
  }
  .footer__afterline {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__messengers > a > img {
    width: 40px;
  }
  .footer__messengers > a > img.messenger-icon--max {
    width: 40px;
    height: 40px;
    padding: 2px;
  }
  .footer__list-item--address,
  .footer__list-item--mail,
  .footer__list-item--phone {
    align-items: flex-start;
  }
}
.hero {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
  padding-block: 20rem;
}
.hero__title, .hero__subtitle {
  text-align: center;
}
.hero__subtitle {
  line-height: 1.3;
  color: #434c5b;
}
.hero__image {
  position: relative;
  margin: auto;
  width: 500px;
  max-width: 100%;
  height: 400px;
  z-index: -1;
}
.hero__image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero__image--registration, .hero__image--logistics {
  aspect-ratio: 380.4/288.4;
  height: auto;
}
.hero--home {
  padding-block: 14rem;
  gap: 3rem;
  justify-content: center;
}
.hero--service {
  padding-block: 10rem;
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 1fr);
  grid-template-rows: auto auto;
  grid-template-areas: "title image" "details image";
  column-gap: 4rem;
  row-gap: 2rem;
  align-items: stretch;
}
.hero--service > .hero__title {
  grid-area: title;
  margin: 0;
  align-self: end;
  text-align: left;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  color: #1e2736;
}
.hero--service > .hero__details {
  grid-area: details;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  text-align: left;
  width: 100%;
  max-width: 100%;
}
.hero--service > .hero__details > p {
  text-align: left;
}
.hero--service > .hero__details > .hero__subtitle {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  color: #1e2736;
}
.hero--service > .hero__details > .btn {
  align-self: flex-start;
  margin-inline: 0;
}
.hero--service > .hero__image {
  grid-area: image;
  width: min(100%, 52rem);
  justify-self: center;
  align-self: center;
  margin: 0;
}
.hero--aboutus {
  background: linear-gradient(0deg, #DFEDFF, #ffffff);
  padding-block-end: 5rem;
}
.hero--aboutus > .service-card {
  width: 80%;
  padding: 5rem;
}
.hero--aboutus > h4 {
  z-index: 1;
}
.hero--aboutus > h1 {
  z-index: 1;
}
@media (max-width: 767px) {
  .hero--aboutus > .hero__title {
    width: 90%;
    font-size: 3.6rem;
  }
  .hero--aboutus > .hero__subtitle {
    width: 90%;
    font-size: 1.6rem;
  }
  .hero--aboutus > .service-card--base {
    padding: 2rem;
    width: 90%;
    text-align: justify;
  }
}
@media (min-width: 1024px) and (max-width: 1689px) {
  .hero:not(.hero--service):not(.hero--aboutus):not(.hero--home) {
    padding-block: 15rem;
  }
}
@media (max-width: 1439px) {
  .hero--service > .hero__image--accounting {
    width: min(100%, 40rem);
    height: auto;
    aspect-ratio: 380.44/288.44;
  }
}
@media (max-width: 1023px) {
  .hero {
    padding-block: 8rem;
  }
  .hero--home {
    padding-block: 8rem;
  }
  .hero__title {
    font-size: 5.67rem;
    line-height: 1;
  }
  .hero--service {
    padding-block: 6rem;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "image" "details";
    gap: 2rem;
  }
  .hero--service > .hero__title {
    text-align: center;
  }
  .hero--service > .hero__details {
    width: 100%;
    max-width: 100%;
    gap: 2.2rem;
    align-items: center;
    text-align: center;
  }
  .hero--service > .hero__details > p {
    text-align: center;
  }
  .hero--service > .hero__details > .btn {
    align-self: center;
    margin-inline: 0;
  }
  .hero--service > .hero__image {
    justify-self: center;
    width: min(100%, 42rem);
    height: auto;
    aspect-ratio: 380.44/288.44;
    overflow: hidden;
  }
  .hero--service > .hero__image--registration, .hero--service > .hero__image--logistics {
    height: auto;
  }
  .hero--service > .hero__image--accounting {
    width: min(100%, 38rem);
  }
}
@media (max-width: 767px) {
  html[lang=hy] .hero--home > .hero__title {
    font-size: 3.6rem;
  }
  .hero--home {
    padding-block: 5rem;
    gap: 2.4rem;
  }
  .hero__cta > .btn {
    width: 100%;
  }
  .hero--service {
    padding-block: 4rem;
    gap: 2.4rem;
  }
  .hero--service > .hero__details {
    gap: 2rem;
    padding-block-end: 0;
  }
  .hero--service > .hero__title {
    font-size: 3.6rem;
  }
  .hero--service > .hero__subtitle {
    line-height: 1.45;
  }
  .hero--service > .hero > .btn {
    width: 100%;
  }
  .hero--service > .hero__image {
    width: 100%;
  }
  .hero--service > .hero__image--accounting {
    width: min(100%, 28rem);
  }
  .hero--aboutus > .hero__title {
    font-size: 3.6rem;
  }
  .hero--aboutus > .hero__subtitle {
    font-size: 1.6rem;
  }
  .hero--aboutus > .service-card--base {
    padding: 2rem;
    width: 100%;
  }
}

.residence-permit__UNQ {
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .residence-permit__UNQ {
    padding-top: 0;
    font-size: 2rem;
  }
}

.hero__title--residence {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
}

.methods {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-block: 2rem 6rem;
}
@media (max-width: 1023px) {
  .methods {
    gap: 1.6rem;
    padding-block: 1rem 4rem;
  }
}
@media (max-width: 767px) {
  .methods {
    gap: 1.2rem;
    padding-block: 0 3rem;
  }
}

.method-title, .work-method__title, .business-method__title {
  padding: 2rem;
  background-color: #e7effe;
  border-radius: 1.5rem;
  border: 1px solid #d7deef;
  text-align: center;
}

.method-spacing, .business-method {
  padding-block: 3rem;
}

.business-method__benefits, .work-method__benefits {
  padding-block: 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
}
.business-method__benefits-header {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  text-align: end;
  margin-bottom: 2rem;
}
.business-method__details {
  height: 100%;
  width: min(100%, 560px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.business-method__details > h5 {
  margin-bottom: 2.6rem;
  font-size: 1.6rem;
}
.business-method__details > p {
  margin-bottom: 2.5rem;
}
.business-method__price {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .business-method {
    padding-block: 2rem;
  }
  .business-method__benefits, .work-method__benefits {
    padding-block: 2rem;
    flex-direction: column;
    gap: 2rem;
  }
  .business-method__benefits-header {
    text-align: start;
    margin-bottom: 1.4rem;
  }
  .business-method__details {
    width: 100%;
    max-width: 100%;
  }
  .business-method .service-card__benefits--residence {
    width: 100%;
    margin-right: 0;
    padding-block: 0;
  }
  .business-method .service-card__benefits--residence > li {
    margin: 0.5rem 0 0.5rem 2.6rem;
    text-align: start;
  }
  .business-method .service-card__benefits--residence > li::before {
    content: url(/src/graphics/svg/benefit-icon.svg);
  }
  .business-method .service-card__benefits--residence > li::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .business-method__benefits, .work-method__benefits {
    gap: 1.6rem;
  }
  .business-method__details > h5 {
    margin-bottom: 1.6rem;
    line-height: 1.4;
  }
  .business-method__details > p {
    margin-bottom: 1.6rem;
    line-height: 1.45;
  }
}

.work-method__benefits {
  justify-content: end;
}
.work-method__details {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-block: 3rem;
  gap: 2rem;
}
.work-method__spacer {
  margin: 3rem;
  width: 50%;
}
.work-method__spacer > p {
  margin-bottom: 2rem;
}
.work-method__spacer--right {
  max-width: 560px;
  margin: 0;
}
.work-method__spacer > h5 {
  text-align: end;
}
.work-method__price {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .work-method__details {
    flex-direction: column;
    gap: 2rem;
    align-items: stretch;
  }
  .work-method__spacer {
    width: 100%;
    margin: 0;
  }
  .work-method__spacer > h5 {
    text-align: start;
  }
  .work-method__spacer--right {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .work-method__details {
    gap: 1.6rem;
  }
  .work-method__spacer > p {
    margin-bottom: 1.6rem;
    line-height: 1.45;
  }
  .work-method__spacer > h5 {
    line-height: 1.4;
  }
  .work-method__title {
    margin-bottom: 2rem;
  }
}

.accordion-container {
  padding-block: 5rem;
}
.accordion-container--bdf-blur > .ac {
  backdrop-filter: blur(12px);
}

.ac {
  margin: 1rem 0;
  padding: 2rem;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.7411764706);
  border-color: #d7deef;
}
.ac-divider {
  height: 1px;
  background-color: #d7deef;
  margin: 1rem 0;
}
.ac-trigger:active {
  color: #1a6eff;
}
.ac-trigger > .faq-header {
  display: inline-block;
  transition: color 0.2s ease, transform 0.2s ease;
}
.ac-trigger:hover > .faq-header {
  color: #1a6eff;
  transform: translateX(6px);
}
.ac-panel > p {
  color: #434c5b;
  line-height: 1.2;
}

.ac.is-active > .ac-header .ac-trigger {
  color: #1a6eff;
}

.faq {
  padding-block: 7rem;
}
.faq-header {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 2rem;
}
.faq__title {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .faq {
    padding-block: 3rem;
  }
  .faq > .accordion-container {
    padding-block: 2rem;
  }
}

.socialcard-formats {
  padding-block: 6rem 1rem;
}
.socialcard-formats__title, .socialcard-formats__lead {
  text-align: center;
}
.socialcard-formats__title {
  color: #1e2736;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
}
.socialcard-formats__lead {
  max-width: 720px;
  margin: 1.2rem auto 0;
  color: #434c5b;
  line-height: 1.45;
}
.socialcard-formats__cards.registration-methods {
  padding-block: 3rem 0;
}
.socialcard-formats__cards.registration-methods > .service-card {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 1023px) {
  .socialcard-formats {
    padding-block: 4rem 0;
  }
  .socialcard-formats__cards.registration-methods {
    padding-block: 2.4rem 0;
  }
}
@media (max-width: 767px) {
  .socialcard-formats {
    padding-block-start: 3rem;
  }
  .socialcard-formats__title {
    text-wrap: balance;
  }
  .socialcard-formats__lead {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
  .socialcard-formats__cards.registration-methods {
    padding-block: 2rem 0;
  }
}

.socialcard-process {
  display: grid;
  gap: 7rem;
  padding-block: 6rem 7rem;
}
.socialcard-process__documents {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 6rem;
  padding-block: 4rem;
  border-block: 1px solid #d7deef;
}
.socialcard-process__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: #1a6eff;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.socialcard-process__title {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  color: #1e2736;
}
.socialcard-process__lead {
  margin-top: 1.2rem;
  color: #434c5b;
  line-height: 1.45;
}
.socialcard-process__document-list {
  list-style: none;
}
.socialcard-process__document-list > li {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: 2rem;
  padding-block: 1.6rem;
  border-bottom: 1px solid #d7deef;
}
.socialcard-process__document-list > li:first-child {
  padding-top: 0;
}
.socialcard-process__document-list > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.socialcard-process__document-list > li > span, .socialcard-process__document-list > li > strong {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  line-height: 1.35;
}
.socialcard-process__document-list > li > span {
  color: #1a6eff;
  font-weight: 600;
  font-size: 2rem;
}
.socialcard-process__document-list > li > strong {
  color: #1e2736;
  font-weight: 500;
  font-size: 1.8rem;
}
.socialcard-process__flow-header {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}
.socialcard-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 5rem;
  list-style: none;
  counter-reset: socialcard-step;
}
.socialcard-process__steps::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  right: 12.5%;
  left: 12.5%;
  height: 2px;
  background-color: #d7deef;
}
.socialcard-process__steps > li {
  position: relative;
  padding: 7rem 1rem 0;
  color: #434c5b;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  counter-increment: socialcard-step;
}
.socialcard-process__steps > li::before {
  content: counter(socialcard-step);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 5rem;
  height: 5rem;
  display: grid;
  place-items: center;
  translate: -50% 0;
  border-radius: 100%;
  background-color: #1a6eff;
  color: #fff;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  box-shadow: 0 0 0 8px #e7effe;
}
@media (max-width: 1023px) {
  .socialcard-process {
    gap: 5rem;
    padding-block: 5rem;
  }
  .socialcard-process__documents {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .socialcard-process {
    gap: 4rem;
    padding-block: 4rem;
  }
  .socialcard-process__documents {
    gap: 2.4rem;
    padding-block: 3rem;
  }
  .socialcard-process__document-list > li {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .socialcard-process__document-list > li > span {
    font-size: 1.8rem;
  }
  .socialcard-process__document-list > li > strong {
    font-size: 1.6rem;
  }
  .socialcard-process__flow-header {
    text-align: left;
  }
  .socialcard-process__steps {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 3rem;
  }
  .socialcard-process__steps::before {
    top: 2.5rem;
    right: auto;
    bottom: 2.5rem;
    left: 2.5rem;
    width: 2px;
    height: auto;
  }
  .socialcard-process__steps > li {
    min-height: 5rem;
    padding: 1.3rem 0 1.3rem 7rem;
    text-align: left;
  }
  .socialcard-process__steps > li::before {
    left: 0;
    translate: 0 0;
  }
}

.workstyle {
  padding-block: 4rem;
}
.workstyle__title {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}
.workstyle__lead {
  text-align: center;
  margin-bottom: 9rem;
}
.workstyle__approaches {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 1023px) {
  .workstyle {
    padding-block: 3rem;
  }
  .workstyle__lead {
    margin-bottom: 4rem;
  }
  .workstyle__approaches {
    flex-direction: column;
    gap: 2.4rem;
  }
  .workstyle__approaches > .scheme-container {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .workstyle {
    padding-block: 2rem;
  }
  .workstyle__lead {
    margin-bottom: 2.6rem;
    font-size: 1.6rem;
  }
  .workstyle__approaches {
    gap: 1.8rem;
  }
}

.ie-details {
  display: flex;
  justify-content: space-between;
}
.ie-details__cards {
  width: 50%;
}
.ie-details__description {
  padding: 2.5rem 2rem;
  max-width: 50%;
}
.ie-details__description-title {
  margin-bottom: 3rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}
.ie-details__benefits > li > h4 {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.ie-details__benefits > li > p {
  margin-bottom: 2rem;
  color: #434c5b;
}
@media (max-width: 767px) {
  .ie-details {
    flex-direction: column;
  }
  .ie-details__cards {
    width: 100%;
  }
  .ie-details__cards > .service-card {
    margin: 2rem 0;
  }
  .ie-details__description {
    max-width: 100%;
    padding: 0;
  }
}

.ie-scheme {
  padding-block: 7rem;
}
.ie-scheme > .scheme-container__title {
  text-align: center;
}
@media (min-width: 768px) {
  .ie-scheme .scheme--horizontal {
    --ie-scheme-gap: 2rem;
    --ie-scheme-step-marker-offset: 8rem;
    --ie-scheme-step-marker-size: 5.4rem;
    --ie-scheme-line-thickness: 0.3rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: var(--ie-scheme-gap);
  }
  .ie-scheme .scheme--horizontal > .scheme__item {
    min-width: 0;
    margin: 0;
    height: 100%;
  }
  .ie-scheme .scheme--horizontal > .scheme__item > .scheme__item-title {
    overflow-wrap: anywhere;
  }
  .ie-scheme .scheme--horizontal > .scheme__line {
    top: calc(-1 * var(--ie-scheme-step-marker-offset) + var(--ie-scheme-step-marker-size) / 2 - var(--ie-scheme-line-thickness) / 2);
    left: calc(12.5% - var(--ie-scheme-gap) * 0.375);
    right: calc(12.5% - var(--ie-scheme-gap) * 0.375);
    width: auto;
    height: var(--ie-scheme-line-thickness);
  }
  .ie-scheme .scheme--horizontal > .scheme__line--position1 {
    translate: 0 10px;
  }
}
@media (max-width: 767px) {
  .ie-scheme {
    padding-block: 2rem;
  }
}

.llc-details {
  display: grid;
  gap: 3.2rem;
  padding-block: 2rem 5rem;
}
.llc-details__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.llc-details__cards > .service-card--glow {
  width: 100%;
  height: 100%;
  margin: 0;
}
.llc-details__description {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
  padding: 0;
}
.llc-details__description-text {
  width: 100%;
  text-align: end;
  line-height: 1.45;
  color: #434c5b;
  padding: 1.2rem 2rem 0 0;
}
.llc-details__description-wrapper {
  width: 100%;
  padding: 0 0 0 2rem;
}
.llc-details__description-title {
  margin-bottom: 1.8rem;
}
@media (max-width: 1023px) {
  .llc-details {
    gap: 2.6rem;
  }
  .llc-details__cards {
    grid-template-columns: 1fr;
  }
  .llc-details__description {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .llc-details__description-text {
    text-align: start;
    padding: 0;
  }
  .llc-details__description-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .llc-details {
    gap: 2rem;
    padding-block: 1rem 3rem;
  }
  .llc-details__cards {
    gap: 1.4rem;
  }
  .llc-details__description {
    gap: 1.4rem;
  }
  .llc-details__description-text {
    margin: 2rem 0;
    line-height: 1.4;
    text-align: justify;
  }
  .llc-details__description-title {
    margin-bottom: 1.2rem;
  }
}

.llc-scheme {
  padding-block-end: 7rem;
  width: 100%;
}
@media (max-width: 767px) {
  .llc-scheme {
    padding-block: 2rem;
  }
}

.citizenship-approaches {
  padding-block-end: 8rem;
  display: flex;
  align-items: stretch;
  gap: 2rem;
}
.citizenship-approaches__cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 50%;
  min-width: 0;
  flex: 1 1 0;
}
.citizenship-approaches__cards > .service-card {
  margin: 0;
  height: auto;
}
.citizenship-approaches__cards--fullheight > .service-card {
  justify-content: space-around;
  height: 100%;
}
@media (max-width: 1023px) {
  .citizenship-approaches {
    padding-block-end: 5rem;
    flex-direction: column;
    gap: 2.4rem;
  }
  .citizenship-approaches__cards {
    max-width: 100%;
    width: 100%;
    gap: 1.6rem;
  }
  .citizenship-approaches__cards--fullheight > .service-card {
    justify-content: flex-start;
    height: auto;
  }
  .citizenship-approaches .service-card__header {
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-areas: "price price" "timeline timeline" "icon title";
    column-gap: 1.2rem;
    row-gap: 0.6rem;
    align-items: start;
  }
  .citizenship-approaches .service-card__price-tag,
  .citizenship-approaches .service-card__timeline-tag {
    position: static;
    right: auto;
    text-shadow: none;
    line-height: 1.25;
  }
  .citizenship-approaches .service-card__price-tag {
    grid-area: price;
    justify-self: start;
  }
  .citizenship-approaches .service-card__timeline-tag {
    grid-area: timeline;
    justify-self: start;
    translate: none;
  }
  .citizenship-approaches .service-card__icon {
    grid-area: icon;
  }
  .citizenship-approaches .service-card__title {
    grid-area: title;
    align-self: center;
    margin: 0;
    min-width: 0;
    word-break: break-all;
  }
}
@media (max-width: 767px) {
  .citizenship-approaches {
    padding-block-end: 3rem;
    gap: 1.6rem;
  }
  .citizenship-approaches__cards {
    gap: 1.2rem;
  }
  .citizenship-approaches__cards > .service-card {
    padding: 2rem;
  }
  .citizenship-approaches .service-card__header {
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-areas: "price price" "timeline timeline" "icon title";
    column-gap: 1rem;
    row-gap: 0.4rem;
    align-items: start;
  }
  .citizenship-approaches .service-card__price-tag,
  .citizenship-approaches .service-card__timeline-tag {
    font-size: 1.4rem;
  }
  .citizenship-approaches .service-card__icon {
    width: 64px;
    padding: 1.4rem;
    border-radius: 1.2rem;
  }
  .citizenship-approaches .service-card__title {
    line-height: 1.1;
    overflow-wrap: anywhere;
  }
  .citizenship-approaches .service-card__numlist > li {
    margin-left: 1.6rem;
    font-size: 1.4rem;
  }
}

.companies-approaches {
  padding-block: 5rem;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
.companies-approaches__info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 50%;
  gap: 3rem;
  padding-block: 3rem;
}
.companies-approaches__info-title {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
}
.companies-approaches__features {
  margin: 0rem 2rem;
}
.companies-approaches__features > li {
  margin: 1rem 0;
}
.companies-approaches__features > li::marker {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.companies-approaches__features > li > p {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}
.companies-approaches__cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1 1 0;
  min-width: 0;
}
.companies-approaches__cards > .service-card {
  width: 100%;
}
@media (max-width: 1023px) {
  .companies-approaches {
    padding-block: 3rem;
    flex-direction: column;
    gap: 2.4rem;
  }
  .companies-approaches__info {
    max-width: 100%;
    padding-block: 0;
    gap: 2rem;
  }
  .companies-approaches__features {
    margin: 0 0 0 2rem;
  }
  .companies-approaches__cards {
    width: 100%;
    gap: 1.6rem;
  }
}
@media (max-width: 767px) {
  .companies-approaches {
    padding-block: 2rem 3rem;
    gap: 2rem;
  }
  .companies-approaches__info {
    gap: 1.6rem;
  }
  .companies-approaches__info-title {
    text-align: center;
    line-height: 1.1;
    text-wrap: balance;
  }
  .companies-approaches__info-text {
    line-height: 1.45;
  }
  .companies-approaches__features {
    margin: 0 0 0 1.6rem;
  }
  .companies-approaches__features > li {
    margin: 0.8rem 0;
  }
  .companies-approaches__features > li::marker {
    font-size: 1.4rem;
  }
  .companies-approaches__features > li > p {
    line-height: 1.4;
  }
  .companies-approaches__cards {
    margin-top: 2rem;
    gap: 1.4rem;
  }
  .companies-approaches__cards > .service-card {
    padding: 2rem;
  }
}

.bankcards-advantages {
  padding-block: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.advantage-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  margin: 0.5rem 1rem;
  border-radius: 2rem;
  background-color: #e7effe;
}
.advantage-card__icon {
  width: 6rem;
}
.advantage-card__title {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
.advantage-card__text {
  color: #434c5b;
  font-size: 1.6rem;
}

.cards-services {
  background: radial-gradient(#e7effe, #ffffff);
  padding-block: 5rem;
}
.cards-services > .wrapper, .cards-services > .staff-container, .cards-services > .contact, .cards-services > .header {
  padding-block: 5rem;
  display: flex;
  justify-content: space-around;
}
.cards-services__title {
  text-align: center;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-size: 5.5rem;
  margin-bottom: 5rem;
  color: #1e2736;
}
.cards-services__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #d7deef;
  border-radius: 2rem;
  min-width: 30%;
  max-width: 32%;
  margin: 1rem;
  background-color: #fff;
  width: auto;
  box-shadow: 4px 4px 20px #d7deef;
}
.cards-services__card-header {
  display: flex;
  justify-content: space-between;
  border-radius: 2rem 2rem 0 0;
  padding: 3rem 1rem;
  background: linear-gradient(45deg, #1a6eff, #185beb);
  z-index: 1;
  flex-grow: 1;
}
.cards-services__card-header--idbank {
  background: linear-gradient(45deg, #f5821e, #f8ab67);
}
.cards-services__card-header--amiobank {
  background: linear-gradient(45deg, #76e4f7, #73b4ff);
}
.cards-services__card-header > img {
  width: 15rem;
  margin-left: 2rem;
}
.cards-services__card-header > .payment-systems {
  display: flex;
  flex-direction: column;
}
.cards-services__card-header > .payment-systems > img {
  width: 10rem;
  margin-right: 1rem;
}
.cards-services__card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.4rem;
  padding: 1rem 2rem;
}
.cards-services__card-list > h4 {
  font-size: 1.6rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.cards-services__card-list > li {
  display: inline-flex;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  border-radius: 2em;
  margin: 0.4rem 0.2em;
  background-color: #e7effe;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}
.cards-services__card-text {
  color: #434c5b;
  text-align: justify;
  font-size: 1.5rem;
  line-height: 1.2;
}
.cards-services__card > .btn {
  margin: 2rem 2rem;
}
.cards-services__card--popular {
  position: relative;
}
.cards-services__card--popular::before {
  text-align: center;
  vertical-align: middle;
  width: 80%;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  color: #60a2ff;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 50%;
  translate: 50% -90%;
  background-color: #fff;
  padding: 1rem 0;
  border-radius: 1em 1em 0 0;
  border: 1px solid #d7deef;
  z-index: 0;
  content: "• КЛИЕНТЫ ВЫБИРАЮТ •";
}
@media (max-width: 1023px) {
  .cards-services {
    padding-block: 3rem;
  }
  .cards-services > .wrapper, .cards-services > .staff-container, .cards-services > .contact, .cards-services > .header {
    padding-block: 3rem;
    flex-direction: column;
    align-items: stretch;
    gap: 1.6rem;
  }
  .cards-services__title {
    margin-bottom: 3rem;
  }
  .cards-services__card {
    min-width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .cards-services__card-header {
    padding: 2.2rem 1.2rem;
  }
  .cards-services__card-header > img {
    width: 13rem;
    margin-left: 0;
  }
  .cards-services__card-header > .payment-systems > img {
    width: 8rem;
    margin-right: 0;
  }
  .cards-services__card-info {
    padding: 1rem 1.6rem;
  }
  .cards-services__card > .btn {
    margin: 1.6rem;
  }
}
@media (max-width: 767px) {
  .cards-services {
    padding-block: 2rem 3rem;
  }
  .cards-services > .wrapper, .cards-services > .staff-container, .cards-services > .contact, .cards-services > .header {
    padding-block: 2rem;
    gap: 1.2rem;
  }
  .cards-services__title {
    margin-bottom: 2rem;
    font-size: 3.6rem;
    text-wrap: balance;
  }
  .cards-services__card {
    border-radius: 1.6rem;
  }
  .cards-services__card-header {
    border-radius: 1.6rem 1.6rem 0 0;
    padding: 1.6rem 1rem;
  }
  .cards-services__card-header > img {
    width: 11rem;
  }
  .cards-services__card-header > .payment-systems > img {
    width: 7rem;
  }
  .cards-services__card-info {
    gap: 1rem;
    padding: 1rem 1.2rem;
  }
  .cards-services__card-list > li {
    margin: 0.3rem 0.2em;
    padding: 0.45rem 0.9rem;
  }
  .cards-services__card--popular::before {
    width: 88%;
    font-size: 1.3rem;
    padding: 0.8rem 0;
  }
  .cards-services__card > .btn {
    width: calc(100% - 2.4rem);
    margin: 1.2rem;
  }
}
.cards-process {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  gap: 2rem;
}
.cards-process__info {
  max-width: 50%;
}
.cards-process__title {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  margin: 8rem auto;
  color: #1e2736;
}
.cards-process__subtitle {
  font-size: 2rem;
  padding: 1rem 1rem 0 1rem;
}
@media (max-width: 1023px) {
  .cards-process {
    padding-block: 3rem;
    flex-direction: column;
    align-items: stretch;
    gap: 2.4rem;
  }
  .cards-process__title {
    margin: 4rem auto 0;
    text-align: center;
  }
  .cards-process__info {
    max-width: 100%;
  }
  .cards-process__subtitle {
    padding: 0;
  }
  .cards-process__container {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cards-process {
    padding-block: 2rem 3rem;
    gap: 2rem;
  }
  .cards-process__title {
    margin: 2rem auto 0;
  }
  .cards-process__subtitle {
    font-size: 1.8rem;
    text-align: center;
  }
  .cards-process .bankcards-advantages {
    padding-block: 1rem;
    gap: 1.2rem;
  }
  .cards-process .advantage-card {
    margin: 0;
    padding: 1.8rem;
    gap: 1.4rem;
  }
}

.accounting-details {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding-block: 5rem;
  gap: 4rem;
}
.accounting-details > ul > li {
  font-size: 5rem;
}
.accounting-details__title {
  width: 100%;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}
.accounting-details__text {
  text-align: justify;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.6117647059);
  border-radius: 2rem;
  backdrop-filter: blur(12px);
  padding: 2rem;
  line-height: 1.33;
}
.accounting-details > .service-card--base {
  max-width: 48%;
}
@media (max-width: 767px) {
  .accounting-details > .service-card--base {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .accounting-details {
    gap: 1rem;
  }
}
.accounting-process {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  padding-block: 5rem;
}
.accounting-process__title {
  text-align: center;
}
.accounting-process > .scheme-container {
  max-width: 100%;
}
@media (max-width: 767px) {
  .accounting-process {
    gap: 3rem;
    padding-block-start: 1rem;
  }
}
.accounting__price-tag {
  width: 100%;
  text-align: start;
}
.accounting-animation-pos1 {
  top: 700px;
}
.accounting-animation-pos2 {
  top: 1550px;
}
@media (max-width: 767px) {
  .accounting__price-tag {
    text-align: center;
    text-shadow: 0 0 4px #e7effe;
    font-size: 2rem;
  }
  .accounting-details__title {
    margin: 0 0 1rem 0;
  }
}

.bg-geometry {
  position: absolute;
  right: -360px;
  height: 350px;
  min-width: 350px;
  border-radius: 2rem;
  background: linear-gradient(45deg, #1a6eff, #60a2ff);
}

.bg-geometry-2 {
  translate: -100% 0;
  left: 0;
  position: absolute;
  height: 350px;
  min-width: 350px;
  border-radius: 2rem;
  background: linear-gradient(45deg, #1a6eff, #60a2ff);
}

.bg-geometry-cubeBase {
  position: absolute;
  top: 0;
  width: 250px;
  height: 700px;
  border-radius: 2rem;
  background: linear-gradient(45deg, #1a6eff, #60a2ff);
}

.registration-details {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  padding-block: 5rem;
}
.registration-details > .scheme-container--horizontal {
  max-width: 100%;
}
.registration-details__title {
  text-align: center;
}
@media (max-width: 1023px) {
  .registration-details {
    gap: 2.6rem;
    padding-block: 3rem;
  }
}
@media (max-width: 767px) {
  .registration-details {
    gap: 1.8rem;
    padding-block: 2rem 3rem;
  }
  .registration-details__title {
    text-wrap: balance;
  }
}
.registration-methods {
  padding-block: 5rem;
  display: flex;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .registration-methods {
    padding-block: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .registration-methods > .service-card {
    margin: 0;
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 2.4rem;
  }
  .registration-methods .service-card__header {
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-areas: "price price" "timeline timeline" "icon title";
    column-gap: 1.2rem;
    row-gap: 0.6rem;
    align-items: start;
  }
  .registration-methods .service-card__price-tag,
  .registration-methods .service-card__timeline-tag {
    position: static;
    right: auto;
    text-shadow: none;
  }
  .registration-methods .service-card__price-tag {
    grid-area: price;
    justify-self: start;
  }
  .registration-methods .service-card__timeline-tag {
    grid-area: timeline;
    justify-self: start;
    translate: none;
  }
  .registration-methods .service-card__icon {
    grid-area: icon;
  }
  .registration-methods .service-card__title {
    grid-area: title;
    margin: 0;
    align-self: center;
    min-width: 0;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 767px) {
  .registration-methods {
    padding-block: 2rem 3rem;
    gap: 1.2rem;
  }
  .registration-methods > .service-card {
    padding: 2rem;
  }
  .registration-methods .service-card__header {
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 1rem;
    row-gap: 0.4rem;
  }
  .registration-methods .service-card__price-tag,
  .registration-methods .service-card__timeline-tag {
    font-size: 1.4rem;
  }
  .registration-methods .service-card__icon {
    width: 64px;
    padding: 1.4rem;
    border-radius: 1.2rem;
  }
  .registration-methods .service-card__cta > .btn {
    width: 100%;
  }
}

.sandbox {
  height: 600vh;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  padding: 10rem;
  border: 1px dashed rgb(141, 176, 216);
  border-radius: 2rem;
  margin-bottom: 2rem;
}

.playground-box {
  width: 85px;
  height: 85px;
  background: radial-gradient(#1596d1, #4740aa);
  border-radius: 2em;
  margin: 1rem 0.5rem;
}

.bg-animations {
  height: 10px;
  width: 100%;
  position: relative;
  overflow-x: clip;
  z-index: -10;
}

.bg-animations--home {
  height: 0;
}

.maintenance-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.maintenance__logo {
  align-self: flex-start;
  margin-top: 2rem;
  width: 200px;
  display: flex;
  margin-inline: auto;
}
.maintenance__title {
  text-align: center;
  margin: 1rem 0;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .maintenance__title {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}
.maintenance__subtitle {
  text-align: center;
  margin: 1rem 0;
}
@media (max-width: 767px) {
  .maintenance__subtitle {
    font-size: 1.4rem;
  }
}
.maintenance__mid > h5 {
  margin-top: 2rem;
}
.maintenance__end {
  text-align: center;
  margin-bottom: 3rem;
}
.maintenance__bg-design {
  position: absolute;
  z-index: -100;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .maintenance__bg-design {
    display: none;
  }
}
.maintenance__bg-design__item {
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(#1a6eff, #60a2ff 70%);
  border-radius: 100%;
}
.maintenance__bg-design__item:nth-child(1) {
  top: -400px;
  left: -300px;
}
.maintenance__bg-design__item:nth-child(2) {
  position: absolute;
  right: -380px;
  bottom: -380px;
}
.maintenance__contact-links {
  margin-top: 3rem;
  display: flex;
  justify-content: space-around;
}
.maintenance__contact-links > ul {
  background-color: #fff;
  border: 1px solid #d7deef;
  padding: 2rem;
  border-radius: 2rem;
}
.maintenance__contact-links > ul > p {
  margin-bottom: 1rem;
}
.maintenance__lang-switcher {
  right: 0;
  position: absolute;
  display: flex;
  justify-content: center;
}
.maintenance__lang-switcher > button {
  margin: 1rem;
}
.maintenance__lang-switcher > button > img {
  margin-left: 1rem;
}

.sassafras {
  padding: 2rem 0 0 0;
}

.error404-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.error404__lang-switcher {
  position: absolute;
  display: flex;
  justify-content: center;
}
.error404__lang-switcher > button {
  margin: 1rem;
}
.error404__lang-switcher > button > img {
  margin-left: 1rem;
}
.error404__mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: auto 0;
  text-align: center;
  max-width: 60rem;
}
.error404__code {
  font-size: 14rem;
  color: #1a6eff;
}
.error404__title {
  margin: 1rem;
  font-weight: 700;
}
.error404__subtitle {
  margin: 1rem;
}
.error404__end {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .error404__lang-switcher {
    position: static;
    margin-top: 1rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .about-us-page > .hero--aboutus, .about-us-page > .staff, .about-us-page > .reviews, .about-us-page > .contact {
    padding-inline: 2rem;
  }
}

.staff {
  display: flex;
  flex-wrap: wrap;
  padding-block: 5rem;
  gap: 3rem;
  background: linear-gradient(180deg, #DFEDFF, #ffffff);
}
.staff__header {
  width: 100%;
  text-align: center;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
}
.staff-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 3.5rem;
  padding: 0;
}
.staff-card {
  width: 290px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  outline: 1px solid #d7deef;
  padding: 2rem;
  border-radius: 3rem;
  background-color: rgba(255, 255, 255, 0.4784313725);
}
.staff-card__header {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  text-align: center;
}
.staff-card__position {
  text-align: center;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}
.staff-card__photo {
  width: 250px;
  height: auto;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .staff {
    gap: 2rem;
    padding-block: 3rem;
  }
  .staff-container {
    gap: 2rem;
    justify-content: center;
  }
  .staff-card {
    width: 100%;
    max-width: 29rem;
    padding: 1.6rem;
  }
  .staff-card__photo {
    width: 100%;
    max-width: 25rem;
    height: auto;
    align-self: center;
  }
}

.extra-details {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 3rem;
  padding-block-end: 10rem;
}
.extra-details__text {
  text-align: center;
}
.extra-details__container {
  width: 48%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  gap: 3rem;
}
.extra-details__container-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.extra-details__container-wrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
}
.extra-details__container > h3, .extra-details__container h5 {
  text-align: center;
}
.extra-details__container > video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1080;
  border-radius: 1rem;
  border: 2px solid #1a6eff;
}
.extra-details__iframe {
  border-radius: 1rem;
  border: 2px solid #1a6eff;
  width: 100%;
  min-height: 337px;
}
.extra-details__map-link {
  background-color: rgba(255, 255, 255, 0.7960784314);
  gap: 2rem;
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 2rem;
  transition: 0.23s;
  border-radius: 1rem;
  border: 1px solid #d7deef;
}
.extra-details__map-link:hover {
  box-shadow: 0 0 20px #e7effe;
  scale: 1.05;
  border: 1px solid #fff;
}
.extra-details__map-image {
  width: 70px;
  height: 70px;
  display: block;
  align-self: center;
  margin-inline: auto;
}
@media (max-width: 1023px) {
  .extra-details {
    gap: 3rem;
    padding-block-end: 6rem;
  }
  .extra-details__container {
    width: 100%;
    gap: 2rem;
  }
  .extra-details__container > video {
    width: 100%;
  }
  .extra-details__map-link {
    font-size: 2rem;
    padding: 1.6rem;
  }
  .extra-details__map-image {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .extra-details {
    gap: 2rem;
    padding-block-end: 4rem;
  }
  .extra-details__container {
    gap: 1.6rem;
  }
  .extra-details__container > video {
    width: 100%;
  }
  .extra-details__text {
    text-align: start;
  }
  .extra-details__iframe {
    height: 20rem;
  }
  .extra-details__map-link {
    width: 100%;
    font-size: 1.8rem;
    padding: 1.2rem;
    gap: 1rem;
  }
  .extra-details__map-image {
    width: 52px;
    height: 52px;
  }
}

.reviews {
  padding-block: 3rem 10rem;
}
.reviews__title, .reviews__text {
  text-align: center;
  margin: 2rem;
}
.reviews__text {
  line-height: 1.3;
}
.reviews__title {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .reviews__title {
    font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-weight: 600;
  }
}

.swiper {
  height: 35rem;
  width: 80%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  border-radius: 2rem;
}
.swiper-slide__card {
  background-color: #fff;
  width: 70%;
  padding: 2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  border: 1px solid #d7deef;
  border-radius: 1.5rem;
  box-shadow: 0px 0px 15px #d0dfff;
}
.swiper-slide__card > header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
.swiper-slide__card-name {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
}
.swiper-slide__card-date {
  font-family: "Raleway", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}
.swiper-slide__card-stars {
  left: 0;
  height: 30px;
  content: url(/src/graphics/svg/card-stars.svg);
}
.swiper-slide__card-image {
  width: 100px;
  height: 100px;
  margin: 2rem;
  border-radius: 100%;
  border: 1px solid #d7deef;
}
.swiper-slide__card-text {
  margin: 1rem 2rem;
}
.swiper-button-next, .swiper-button-prev {
  border-radius: 100%;
  transition: 0.33s;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  scale: 1.2;
  filter: brightness(1.5);
}
@media (max-width: 767px) {
  .swiper {
    height: 60rem;
    width: 100%;
  }
  .swiper-button-next, .swiper-button-prev {
    scale: 0.3;
  }
  .swiper-button-next:hover, .swiper-button-prev:hover {
    scale: 0.7;
  }
  .swiper-slide__card {
    width: 100%;
    min-height: 40rem;
  }
  .swiper-slide__card-image, .swiper-slide__card-name, .swiper-slide__card-date, .swiper-slide__card-stars, .swiper-slide__card > header {
    margin: auto;
    text-align: center;
  }
  .swiper-slide__card-text {
    margin: 2rem 2rem;
    text-align: justify;
  }
}

.accounting-illustration__part-2 {
  position: absolute;
}

.accounting-illustration__part-6-mask {
  --accounting-sidebar-clip-y: 0.5rem;
  --accounting-sidebar-clip-tilt: 15rem;
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: polygon(0 calc(var(--accounting-sidebar-clip-y) + var(--accounting-sidebar-clip-tilt)), 100% var(--accounting-sidebar-clip-y), 100% 30%, 0 66.5%);
}
.accounting-illustration__part-6-mask > .accounting-illustration__part-6 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1439px) {
  .accounting-illustration__part-6-mask {
    --accounting-sidebar-clip-y: 0.35rem;
    --accounting-sidebar-clip-tilt: clamp(6rem, 14vw, 11rem);
  }
}
@media (max-width: 1023px) {
  .accounting-illustration__part-6-mask {
    --accounting-sidebar-clip-y: 3rem;
    --accounting-sidebar-clip-tilt: clamp(4.5rem, 18vw, 8rem);
  }
}
@media (max-width: 767px) {
  .accounting-illustration__part-6-mask {
    --accounting-sidebar-clip-y: 2.3rem;
    --accounting-sidebar-clip-tilt: clamp(3.5rem, 24vw, 6rem);
  }
}
.main-bg-animation-shape1 {
  position: absolute;
  translate: -100% 0;
  width: 250px;
  height: 250px;
  background: linear-gradient(320deg, #1a6eff, #60a2ff);
  border-radius: 2rem;
}
.main-bg-animation-shape2 {
  position: absolute;
  right: 0;
  translate: 100% 0;
  width: 280px;
  height: 280px;
  background: linear-gradient(320deg, #1a6eff 50%, #60a2ff 80%);
  border-radius: 100%;
}
.main-bg-animation-shape3 {
  position: absolute;
  left: 0;
  translate: -100% 0;
  width: 230px;
  height: 230px;
  background: linear-gradient(320deg, #1a6eff, #60a2ff);
  border-radius: 2rem;
}

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