@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap");
:root {
  --header-height: 115px;
  --hero-magnet-text-size--desktop: 104px;
  --hero-magnet-text-size--mobile: 63px;
  --hero-first-line-text-size--desktop: 60px;
  --hero-first-line-text-size--mobile: 36px;
  --hero-second-line-text-size--desktop: 89px;
  --hero-second-line-text-size--mobile: 55px; }

/**
  * Mixins
  */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-arrow {
  width: 0.57143em; }

.icon-arrow_forward {
  width: 1.0625em; }

.icon-arrow_outward {
  width: 1em; }

.icon-call {
  width: 1.0625em; }

.icon-chevron_forward {
  width: 1em; }

.icon-distance {
  width: 1.0625em; }

.icon-glitch-b {
  width: 3.7em; }

.icon-glitch-r {
  width: 3.825em; }

.icon-glitch-w {
  width: 3.7125em; }

.icon-home {
  width: 0.9375em; }

.icon-location {
  width: 1em; }

.icon-mail {
  width: 1em; }

.icon-tg {
  width: 1em; }

.icon-whatsapp {
  width: 0.91667em; }

/**
  * Base
  */
*,
*::before,
*::after {
  box-sizing: border-box; }

:root {
  font-size: 16px; }
  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #121321;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 700; }

a {
  color: #fff;
  text-decoration: none; }
  a:hover {
    color: #fff;
    text-decoration: none; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

figure {
  margin: 0 0 1rem; }

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

img,
svg {
  vertical-align: middle; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role='button'] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

body {
  position: relative;
  height: 100%;
  line-height: 1.2;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  background-color: #121321;
  color: #fff; }
  body::-webkit-scrollbar {
    width: 10px; }
  body::-webkit-scrollbar-track {
    background: #121321; }
  body::-webkit-scrollbar-thumb {
    background: #616480; }

main {
  position: relative; }

.l-page {
  flex-grow: 1;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between; }
  .l-page:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(9px);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.3s ease-in;
    opacity: 0;
    pointer-events: none; }
  .l-page.menu-open:after {
    opacity: 1;
    pointer-events: inherit; }

.l-main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-top: var(--header-height); }

.decor {
  position: fixed;
  display: flex;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  top: var(--header-height);
  background: rgba(255, 255, 227, 0.15);
  transition: left 0.3s ease;
  pointer-events: none;
  z-index: -1; }
  @media (max-width: 991.98px) {
    .decor {
      display: none; } }

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 64px; }
  @media (max-width: 1439.98px) {
    .container {
      padding: 0 16px; } }

/**
    * Lists
    */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em; }

strong, b {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  color: #fff; }

h1 {
  font-size: 28px;
  line-height: 1.05em;
  text-transform: uppercase; }

h2 {
  font-size: 24px;
  line-height: 1em; }

h3 {
  font-size: 20px;
  line-height: 1.05em; }

ul.list li {
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 1.2em;
  padding: 4px 0 4px 25px; }
  ul.list li::before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 12px;
    left: 10px;
    background-color: #fff; }

/**
  * Elements
  */
.section-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 48px; }
  @media (max-width: 991.98px) {
    .section-title {
      flex-direction: column;
      align-items: flex-start;
      gap: 9px;
      margin-bottom: 24px; } }
  .section-title__heading {
    position: relative;
    cursor: pointer; }
  .section-title__main-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    line-height: 31px;
    text-align: left; }
    @media (max-width: 767.98px) {
      .section-title__main-title {
        font-size: 28px; } }
  .section-title__sub-title {
    font-size: 16px;
    font-weight: 400;
    color: #fff; }

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #121321;
  border: 1px solid #393a47;
  align-self: flex-start;
  padding: 11px 24px;
  line-height: 24px;
  transition: all 0.3s ease; }
  .button:hover {
    background: #363642; }
  .button:active {
    background: white;
    border-color: white;
    color: #121321; }
  .button:focus {
    background: white;
    border-color: white;
    color: #121321; }

/**
  * Components
  */
.header {
  border-bottom: 1px solid #393a47;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #121321;
  transition: all 0.15s ease; }
  .header__decor-line {
    position: fixed;
    height: 100dvh;
    background-color: white;
    pointer-events: none;
    filter: blur(4px);
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%; }
    @media (max-width: 991.98px) {
      .header__decor-line {
        display: none; } }
  .header__decor-line--2 {
    position: fixed;
    height: 100dvh;
    background-color: white;
    z-index: 11; }
  .header.active .header__burger-line:nth-child(1) {
    transform: translateY(4px) rotate(45deg); }
  .header.active .header__burger-line:nth-child(2) {
    opacity: 0; }
  .header.active .header__burger-line:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg); }
  .header.active .header__menu {
    opacity: 1;
    pointer-events: auto; }
  .header__menu-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
  .header__logo {
    flex-shrink: 0;
    display: flex;
    align-items: center; }
    .header__logo-wrap {
      position: relative;
      width: 254px;
      height: 105px;
      pointer-events: none;
      transition: all 0.5s ease; }
      @media (max-width: 991.98px) {
        .header__logo-wrap {
          width: 87px;
          height: 30px; } }
      .scrolled .header__logo-wrap {
        width: 88px;
        height: 53px; }
    .header__logo .main-logo {
      height: fit-content;
      object-fit: contain;
      width: 100%;
      height: 100%; }
    .header__logo .glitch {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
    .header__logo .icon-glitch-w {
      z-index: 3;
      color: #fff; }
    .header__logo .icon-glitch-b {
      color: #0019ff;
      z-index: 2;
      transform: translateX(6px);
      width: 97%; }
    .header__logo .icon-glitch-r {
      color: #05ff00;
      z-index: 2;
      width: 103%;
      transform: translateX(-6px); }
  .header__inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 64px;
    position: relative; }
    @media (max-width: 1199.98px) {
      .header__inner {
        padding-left: 16px;
        padding-right: 16px; } }
  .header__nav {
    display: flex; }
  .header__burger {
    display: none;
    flex-direction: column;
    border: none;
    border-right: 1px solid #393a47;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    gap: 2.5px;
    padding: 18px;
    transition: background 0.15s ease; }
    @media (max-width: 991.98px) {
      .header__burger {
        display: flex; } }
    .header__burger-line {
      height: 1.5px;
      width: 15px;
      pointer-events: none;
      transition: transform 0.15s ease;
      background-color: rgba(255, 255, 255, 0.8); }
  .header__menu {
    display: flex; }
    @media (max-width: 991.98px) {
      .header__menu {
        top: calc(100% + 1px);
        left: 0;
        width: 100%;
        max-height: 0;
        position: absolute;
        z-index: 2;
        overflow: hidden;
        opacity: 0;
        background-color: #121321;
        flex-direction: column;
        transition: all 0.15s ease-in;
        max-height: calc(100vh - 56px);
        font-weight: 600;
        pointer-events: none; } }
  .header__list {
    display: flex; }
    @media (max-width: 991.98px) {
      .header__list {
        flex-direction: column;
        width: 100%; } }
  .header__item {
    display: flex;
    border-left: 1px solid #393a47;
    position: relative; }
    @media (max-width: 991.98px) {
      .header__item {
        border-left: none;
        border-bottom: 1px solid #393a47;
        display: flex;
        justify-content: center; } }
    .header__item.active {
      position: relative; }
      .header__item.active .header__link {
        color: #121321;
        background-color: white; }
  .header__link {
    font-size: 16px;
    padding: 40px 24px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    line-height: 24px; }
    .scrolled .header__link {
      padding: 14.5px 24px; }
    @media (max-width: 991.98px) {
      .header__link {
        padding: 16px;
        width: 100%;
        text-align: center;
        justify-content: center; }
        .header__link:hover {
          background-color: #363642; } }
  .header-language {
    display: flex;
    align-items: stretch;
    position: relative;
    border-right: 1px solid #393a47;
    color: #fff; }
    .header-language.show .header-language__btn {
      background-color: #363642; }
    .header-language.show .header-language__dropdown {
      max-height: calc(100vh - var(--header-height));
      visibility: visible; }
    .header-language__btn {
      padding: 24px;
      display: flex;
      align-items: center;
      transition: all 0.3s ease;
      background-color: transparent;
      border: none;
      color: #fff;
      border-left: 1px solid #393a47;
      z-index: 2;
      flex-shrink: 0; }
      @media (max-width: 991.98px) {
        .header-language__btn {
          padding: 18px; } }
      .scrolled .header-language__btn {
        padding: 14.5px 24px; }
      .header-language__btn .icon {
        color: #fff; }
    .header-language__dropdown {
      position: absolute;
      right: -1px;
      top: calc(100% + 1px);
      border-left: 1px solid #393a47;
      border-right: 1px solid #393a47;
      z-index: 2;
      transition: all 0.15s ease-in;
      max-height: 0;
      visibility: hidden;
      overflow: hidden; }
    .header-language__item {
      border-bottom: 1px solid #393a47;
      background-color: #1d2249;
      transition: all 0.15s ease-in; }
      .header-language__item:hover {
        background-color: #34385b; }
    .header-language__link {
      padding: 12px 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      align-items: center;
      font-weight: 600; }
      .header-language__link img {
        width: 24px;
        height: 24px;
        object-fit: cover; }
    .header-language__text {
      font-size: 16px;
      font-weight: 600; }
      @media (max-width: 767.98px) {
        .header-language__text {
          display: none; } }

@keyframes bounce {
  0%,
  100% {
    transform: translateX(0); }
  56% {
    transform: translateX(-40px); } }

.pixels {
  position: relative;
  max-width: 848px;
  width: 100%;
  flex-shrink: 0; }
  .pixels__main {
    display: flex;
    gap: 20px; }
  .pixels__mirror {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-top: 70px;
    position: relative; }
    .pixels__mirror:after {
      content: '';
      background: linear-gradient(180deg, rgba(18, 19, 33, 0) 0%, #121321 100%);
      position: absolute;
      top: -25px;
      left: -20px;
      right: -20px;
      bottom: -25px;
      z-index: 1; }
    .pixels__mirror .pixel {
      filter: blur(5px);
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px); }
      .pixels__mirror .pixel.red {
        background-color: rgba(255, 0, 0, 0.15); }
      .pixels__mirror .pixel.green {
        background-color: rgba(5, 255, 0, 0.15); }
      .pixels__mirror .pixel.blue {
        background-color: rgba(0, 25, 255, 0.15); }

.pixel {
  height: 23.149vh;
  max-height: 240px;
  width: calc(100% / 12);
  border-radius: 25px;
  position: relative;
  flex-shrink: 0; }
  @media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .pixel {
      height: 12vh; } }
  @media (max-width: 575.98px) {
    .pixel {
      height: 240px;
      padding: 5px; } }
  .pixel.red {
    background-color: rgba(255, 0, 0, 0.25); }
  .pixel.green {
    background-color: rgba(5, 255, 0, 0.25); }
  .pixel.blue {
    background-color: rgba(0, 25, 255, 0.25); }
  .pixel::before {
    content: '';
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -3px;
    right: -3px;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    border-radius: 24px;
    background-color: inherit;
    will-change: transform, opacity, filter, -webkit-filter, -moz-filter, -o-filter, -ms-filter; }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px; }
  .breadcrumbs__item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
    .breadcrumbs__item:last-child {
      pointer-events: none; }
      .breadcrumbs__item:last-child .breadcrumbs__link {
        opacity: 0.3; }
  .breadcrumbs__link {
    font-size: 16px;
    white-space: nowrap;
    font-weight: 500;
    color: #fff;
    padding: 2px;
    transition: all 0.3s ease; }
    .breadcrumbs__link:hover {
      color: #bdbdc1; }
  .breadcrumbs .icon {
    font-size: 12px;
    margin-left: 8px;
    flex-shrink: 0; }

.banner {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .banner {
      align-items: flex-start; } }
  @media (max-width: 767.98px) {
    .banner {
      overflow: hidden; } }
  .banner__inner {
    overflow: hidden;
    margin-left: -12px;
    padding-left: 12px;
    padding-bottom: 102px;
    margin-top: 19dvh; }
    @media (max-width: 1439.98px) {
      .banner__inner {
        overflow: visible; } }
    @media (max-width: 991.98px) {
      .banner__inner {
        margin-top: 147px;
        padding-bottom: 0; } }
    @media (max-width: 767.98px) {
      .banner__inner {
        margin-top: 37px;
        margin-left: 0;
        padding-left: 0;
        padding-bottom: 106px; } }
  .banner__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 100px; }
    @media (max-width: 1199.98px) {
      .banner__content {
        gap: 80px; } }
    @media (max-width: 991.98px) {
      .banner__content {
        align-items: flex-start; } }
    @media (max-width: 767.98px) {
      .banner__content {
        flex-direction: column;
        gap: 35px; } }
  .banner__pixels {
    width: 47%;
    margin-top: 115px; }
    @media (max-width: 1439.98px) {
      .banner__pixels {
        margin-left: -100px;
        width: auto; } }
    @media (max-width: 991.98px) {
      .banner__pixels {
        margin-top: 60px;
        width: 47%;
        margin-left: -52px; } }
    @media (max-width: 767.98px) {
      .banner__pixels {
        display: none;
        width: 100%; } }
    .banner__pixels--mobile {
      display: none;
      margin-top: 0;
      padding-top: 0;
      margin-left: -16px;
      margin-right: -16px; }
      @media (max-width: 767.98px) {
        .banner__pixels--mobile {
          display: block; } }
    @media (max-width: 767.98px) {
      .banner__pixels .pixels {
        max-width: 100%; } }
    .banner__pixels .pixels-list {
      gap: 16px; }
      @media (max-width: 991.98px) {
        .banner__pixels .pixels-list {
          gap: 8px; } }
    @media (max-width: 991.98px) {
      .banner__pixels .pixels__mirror {
        margin-top: 40px; } }
    @media (max-width: 1199.98px) {
      .banner__pixels .pixels__mirror:after {
        right: -50px; } }
    .banner__pixels .pixel {
      height: 177px;
      width: 37px; }
      @media (max-width: 1199.98px) {
        .banner__pixels .pixel {
          height: 97px;
          width: 20px; } }
      @media (max-width: 991.98px) {
        .banner__pixels .pixel {
          border-radius: 10px; } }
  .banner__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0; }
    @media (max-width: 767.98px) {
      .banner__text {
        width: 100%;
        align-items: flex-end; } }
    @media (max-width: 575.98px) {
      .banner__text {
        align-items: center; } }
  .banner__title-wrapper {
    display: flex;
    padding-bottom: 65px;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    justify-content: end; }
    @media (max-width: 991.98px) {
      .banner__title-wrapper {
        padding-bottom: 20px;
        padding-right: 10px; } }
    .banner__title-wrapper:after {
      content: '';
      position: absolute;
      height: 1px;
      width: 100vw;
      background-color: white;
      bottom: 0;
      right: 0; }
      @media (max-width: 1439.98px) {
        .banner__title-wrapper:after {
          width: calc(100vw - 44px); } }
      @media (max-width: 767.98px) {
        .banner__title-wrapper:after {
          width: 100%; } }
  .banner__subtext {
    font-size: 24px;
    color: #fff;
    padding-top: 54px;
    max-width: 556px;
    text-align: right;
    width: 100%; }
    @media (max-width: 1199.98px) {
      .banner__subtext {
        font-size: 14px;
        text-align: left;
        max-width: 356px; } }
    @media (max-width: 991.98px) {
      .banner__subtext {
        padding-top: 18px; } }
    @media (max-width: 767.98px) {
      .banner__subtext {
        line-height: 1.4; } }
    @media (max-width: 575.98px) {
      .banner__subtext {
        text-align: center; } }
  .banner__subtitle {
    transform: rotate(-180deg);
    writing-mode: tb-rl;
    position: relative;
    font-size: 14px;
    margin-left: 30px;
    margin-bottom: 12px;
    z-index: 2; }
    @media (max-width: 1199.98px) {
      .banner__subtitle {
        font-size: 10px;
        margin-bottom: 0; } }
    @media (max-width: 991.98px) {
      .banner__subtitle {
        margin-left: -8px;
        margin-top: -31px; } }
    @media (max-width: 767.98px) {
      .banner__subtitle {
        font-size: 14px;
        margin-top: -90px;
        margin-right: -8px; } }
    .banner__subtitle::before {
      content: '';
      height: 19px;
      width: 1px;
      background-color: white;
      margin-bottom: 8px;
      display: inline-flex; }
      @media (max-width: 1199.98px) {
        .banner__subtitle::before {
          height: 44px; } }

.banner-title {
  font-weight: 600;
  font-size: var(--hero-magnet-text-size--desktop);
  line-height: 82px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  margin-right: 41px; }
  @media (max-width: 1199.98px) {
    .banner-title {
      font-size: var(--hero-magnet-text-size--mobile);
      line-height: 50px; } }
  @media (max-width: 991.98px) {
    .banner-title {
      margin-right: 41px; } }
  @media (max-width: 575.98px) {
    .banner-title {
      margin: 0 auto; } }
  .banner-title__decor {
    position: relative;
    height: 82px;
    display: flex; }
    @media (max-width: 1199.98px) {
      .banner-title__decor {
        height: 50px; } }
    .banner-title__decor svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .banner-title__text {
    display: block;
    font-size: var(--hero-second-line-text-size--desktop); }
    @media (max-width: 1199.98px) {
      .banner-title__text {
        font-size: var(--hero-second-line-text-size--mobile);
        line-height: 50px; } }
    .banner-title__text--small {
      font-size: var(--hero-first-line-text-size--desktop);
      line-height: 93px; }
      @media (max-width: 1199.98px) {
        .banner-title__text--small {
          font-size: var(--hero-first-line-text-size--mobile);
          line-height: 52px; } }
      @media (max-width: 767.98px) {
        .banner-title__text--small {
          line-height: 55px; } }

#canvas {
  background-color: transparent;
  position: absolute;
  width: -webkit-fill-available;
  height: 100%;
  top: 0;
  left: -5%;
  right: -5%; }

.magnet {
  background-color: transparent;
  position: absolute;
  width: -webkit-fill-available;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.page-info {
  padding-top: 24px;
  padding-bottom: 24px; }
  @media (min-width: 992px) {
    .page-info {
      padding-top: 64px;
      padding-bottom: 40px; } }
  .page-info__inner {
    width: 100%;
    display: grid;
    gap: 24px; }
  .page-info__top {
    display: grid;
    gap: 0; }
  .page-info__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px 12px; }
    .page-info__list-item {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 8px;
      color: #bdbdc1;
      font-size: 14px;
      line-height: 1em; }
      .page-info__list-item .icon {
        flex-shrink: 0;
        width: 16px;
        height: 16px;
        fill: #616480; }
  .page-info__text {
    max-width: 640px;
    font-size: 16px;
    line-height: 1.2em;
    color: #fff; }

.rich-text.info-text {
  padding-top: 32px;
  padding-bottom: 24px; }
  @media (min-width: 768px) {
    .rich-text.info-text {
      padding-bottom: 64px; } }
  .rich-text.info-text__inner {
    width: 100%;
    max-width: 640px; }
  .rich-text.info-text h2 {
    padding-top: 32px;
    padding-bottom: 16px; }
  .rich-text.info-text h3 {
    padding-top: 24px;
    padding-bottom: 12px; }
  .rich-text.info-text p {
    padding: 8px 0; }

.gallery {
  padding: 64px 0; }
  @media (max-width: 991.98px) {
    .gallery--smart-house {
      padding-top: 0;
      margin-top: -10px; } }
  @media (max-width: 1199.98px) {
    .gallery {
      padding: 24px 0; } }
  .gallery__list {
    display: flex;
    gap: 12px;
    position: relative;
    flex-wrap: nowrap;
    justify-content: center;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .gallery__list {
        flex-wrap: wrap;
        flex-direction: column; } }
  .gallery__item {
    flex: 0 0 11.85%;
    position: relative;
    overflow: hidden;
    height: 440px;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    will-change: flex, transform;
    flex-grow: 1; }
    @media (max-width: 991.98px) {
      .gallery__item {
        flex: none;
        max-height: 150px; } }
    .gallery__item:after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(29, 34, 73, 0.3);
      transition: opacity 0.3s ease;
      opacity: 1;
      pointer-events: none; }
      @media (max-width: 991.98px) {
        .gallery__item:after {
          opacity: 0; } }
    .gallery__item-img {
      width: 100%;
      height: 100%;
      position: relative;
      pointer-events: none; }
      .gallery__item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1); }
      .gallery__item-img-blur {
        position: absolute;
        inset: 0;
        opacity: 0;
        transition: opacity 0.4s ease;
        overflow: hidden; }
        @media (max-width: 991.98px) {
          .gallery__item-img-blur {
            opacity: 1; } }
        .gallery__item-img-blur::after {
          content: '';
          position: absolute;
          inset: 0;
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
          z-index: 1;
          pointer-events: none; }
        .gallery__item-img-blur img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          filter: blur(4px);
          transform: scale(1);
          mask-image: linear-gradient(to bottom, transparent 0%, transparent 40%, black 70%, black 100%);
          -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 40%, black 70%, black 100%); }
    .gallery__item-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      color: #fff;
      z-index: 1;
      opacity: 0;
      transform: translateY(10px);
      transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
      height: 50%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      will-change: transform, opacity; }
      @media (max-width: 991.98px) {
        .gallery__item-content {
          height: 100%;
          opacity: 1;
          transform: translateY(0); } }
      .gallery__item-content-inner {
        padding: 20px 40px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: relative; }
        @media (max-width: 991.98px) {
          .gallery__item-content-inner {
            padding: 16px 12px; } }
        .gallery__item-content-inner::before {
          content: '';
          position: absolute;
          inset: 0;
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
          z-index: -1;
          pointer-events: none; }
      .gallery__item-content-text {
        display: flex;
        justify-content: space-between;
        gap: 64px;
        position: relative;
        z-index: 10;
        overflow: hidden; }
        @media (max-width: 991.98px) {
          .gallery__item-content-text {
            align-items: flex-end;
            opacity: 0;
            transform: translateY(100%);
            max-height: 0; } }
    .gallery__item-title {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 8px;
      margin-top: 0; }
      @media (max-width: 991.98px) {
        .gallery__item-title {
          font-size: 20px; } }
    .gallery__item-subTitle {
      font-size: 16px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      line-height: 1.2; }
      @media (max-width: 991.98px) {
        .gallery__item-subTitle {
          -webkit-line-clamp: 3; } }
    .gallery__item .icon-arrow_outward {
      width: 24px;
      height: 24px;
      fill: #fff;
      flex-shrink: 0; }
    .gallery__item--active {
      flex: 0 0 49%;
      z-index: 2; }
      @media (max-width: 991.98px) {
        .gallery__item--active {
          flex: none;
          max-height: 500px; } }
      @media (max-width: 767.98px) {
        .gallery__item--active {
          max-height: 300px; } }
      .gallery__item--active:after {
        opacity: 0; }
      .gallery__item--active .gallery__item-img-blur {
        opacity: 1; }
      .gallery__item--active .gallery__item-content {
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.4s ease 0.5s, transform 0.4s ease 0.5s; }
      @media (max-width: 991.98px) {
        .gallery__item--active .gallery__item-content-text {
          opacity: 1;
          transform: translateY(0);
          max-height: 100%;
          transition: all 0.4s ease; } }
  .gallery__button {
    margin-top: 64px;
    display: flex;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .gallery__button {
        margin-top: 24px; } }
    @media (max-width: 767.98px) {
      .gallery__button {
        padding-bottom: 15px; } }

.info-gallery {
  padding-top: 24px;
  padding-bottom: 82px; }
  @media (min-width: 1440px) {
    .info-gallery {
      padding-top: 48px; } }
  .info-gallery__inner {
    display: grid;
    gap: 16px; }
    @media (min-width: 576px) {
      .info-gallery__inner {
        gap: initial;
        display: block;
        column-count: 2;
        column-gap: 16px; } }
    @media (min-width: 1200px) {
      .info-gallery__inner {
        column-count: 3;
        column-gap: 32px; } }
  .info-gallery-item {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    justify-self: center;
    perspective: 1000px;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer; }
    @media (min-width: 576px) {
      .info-gallery-item {
        margin-bottom: 16px; } }
    @media (min-width: 1200px) {
      .info-gallery-item {
        margin-bottom: 32px; } }
    @media (min-width: 1200px) {
      .info-gallery-item.is-flipped {
        transform: scale(1.04); } }
    .info-gallery-item.is-flipped .info-gallery-item__inner {
      transform: rotateY(180deg);
      transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .info-gallery-item.is-flipped .info-gallery-item__back {
      z-index: 2; }

@media (hover: hover) and (min-width: 1200px) {
  .info-gallery-item:hover {
    transform: scale(1.04); } }
    .info-gallery-item__inner {
      width: 100%;
      transform-style: preserve-3d;
      transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .info-gallery-item__image {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      height: 377px; }
      @media (min-width: 1200px) {
        .info-gallery-item__image {
          height: 416px; } }
      .info-gallery-item--md .info-gallery-item__image {
        height: 285px; }
        @media (min-width: 1200px) {
          .info-gallery-item--md .info-gallery-item__image {
            height: 416px; } }
      .info-gallery-item--sm .info-gallery-item__image {
        height: 260px; }
        @media (min-width: 1200px) {
          .info-gallery-item--sm .info-gallery-item__image {
            height: 234px; } }
      .info-gallery-item--xs .info-gallery-item__image {
        height: 225px; }
        @media (min-width: 1200px) {
          .info-gallery-item--xs .info-gallery-item__image {
            height: 234px; } }
      .info-gallery-item__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .info-gallery-item__descr {
      background-color: #1d2249;
      padding: 16px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start; }
      @media (min-width: 1200px) {
        .info-gallery-item__descr {
          display: none; } }
      .info-gallery-item__descr .info-gallery-item__text {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        margin-bottom: 12px; }
    .info-gallery-item__title {
      width: 100%;
      margin-bottom: 4px;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.05em; }
      .info-gallery-item__back .info-gallery-item__title {
        font-size: 28px;
        margin-bottom: 24px; }
    .info-gallery-item__text {
      width: 100%;
      font-size: 16px;
      line-height: 1.2em;
      color: #bdbdc1; }
      .info-gallery-item__back .info-gallery-item__text {
        display: grid;
        gap: 5px; }
    .info-gallery-item__read-more {
      font-size: 16px;
      line-height: 1.2em;
      color: #fff;
      text-decoration: underline;
      outline: none;
      border: none;
      background-color: transparent;
      padding: 0;
      margin: 0; }
    .info-gallery-item__front {
      width: 100%;
      backface-visibility: hidden;
      z-index: 2;
      transform: rotateY(0deg); }
    .info-gallery-item__back {
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      padding-top: 24px;
      backface-visibility: hidden;
      background-color: #1d2249;
      transform: rotateY(180deg);
      z-index: -1;
      display: flex;
      flex-direction: column; }
      @media (min-width: 1200px) {
        .info-gallery-item__back {
          padding-right: 8px;
          padding-top: 0; } }
    .info-gallery-item__back-inner {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 0 24px 70px 24px;
      overflow: hidden;
      overflow-y: auto;
      scrollbar-width: thin;
      scrollbar-color: #fff transparent; }
      .info-gallery-item__back-inner::-webkit-scrollbar {
        width: 4px;
        height: 4px; }
      .info-gallery-item__back-inner::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 5px; }
      .info-gallery-item__back-inner::-webkit-scrollbar-thumb {
        background: #616480;
        border-radius: 5px; }
      .info-gallery-item__back-inner::-webkit-scrollbar-button {
        display: none;
        width: 0;
        height: 0; }
      @media (min-width: 1200px) {
        .info-gallery-item__back-inner {
          padding: 32px 24px 35px 32px; } }
    .info-gallery-item__bottom {
      width: 100%;
      z-index: 2;
      padding: 16px;
      position: relative; }
      .info-gallery-item__bottom::after {
        content: '';
        display: block;
        position: absolute;
        inset: 0;
        top: -60px;
        background: linear-gradient(to bottom, rgba(36, 43, 92, 0) 0%, #242b5c 50%);
        mask-image: linear-gradient(to left, transparent 0%, transparent -90%, black 14%, black 100%);
        pointer-events: none; }
    .info-gallery-item__btn {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      height: 42px;
      background-color: #fff;
      font-size: 16px;
      line-height: 1.2em;
      color: #1d2249;
      position: relative;
      z-index: 1; }

.partners {
  padding: 64px 0; }
  @media (max-width: 1199.98px) {
    .partners {
      padding: 24px 0 64px 0; } }
  .partners__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    width: calc(120px * 6 + 40px * 5);
    margin: 0 auto;
    flex-wrap: wrap; }
    @media (max-width: 1199.98px) {
      .partners__list {
        width: calc(120px * 5 + 40px * 4); } }
    @media (max-width: 767.98px) {
      .partners__list {
        width: calc(90px * 3 + 24px * 2);
        gap: 24px; } }
    .partners__list:hover .partners__item {
      opacity: 0.8; }
  .partners__item {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: all 0.3s ease; }
    @media (max-width: 767.98px) {
      .partners__item {
        width: 90px;
        height: 90px; } }
    .partners__item:hover {
      transform: scale(1.1);
      opacity: 1 !important; }
    .partners__item img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain; }

.cards-list {
  padding-bottom: 64px; }
  @media (min-width: 768px) {
    .cards-list {
      padding-top: 64px; } }
  .cards-list__title {
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .cards-list__title {
        margin-bottom: 48px; } }
  .cards-list__grid {
    display: grid;
    gap: 24px; }
    @media (min-width: 768px) {
      .cards-list__grid {
        grid-template-columns: repeat(2, 1fr); } }

.card-item {
  display: flex;
  position: relative;
  width: 100%;
  aspect-ratio: 1.48/1; }
  @media (min-width: 1440px) {
    .card-item {
      aspect-ratio: 644/407; } }
  .card-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .card-item__description {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    background: linear-gradient(to top, rgba(229, 229, 229, 0.05), rgba(229, 229, 229, 0));
    gap: 8px;
    padding: 12px;
    padding-right: 60px; }
    @media (min-width: 1440px) {
      .card-item__description {
        padding: 32px;
        padding-right: 80px;
        gap: 16px; } }
    .card-item__description::before {
      content: '';
      display: block;
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      z-index: -2;
      pointer-events: none; }
    .card-item__description::after {
      content: '';
      position: absolute;
      inset: 0;
      backdrop-filter: blur(7px);
      z-index: -1;
      display: block;
      height: 100%;
      mask-image: linear-gradient(to bottom, transparent 0%, transparent 50%, black 90%, black 100%);
      pointer-events: none; }

@media (hover: hover) and (min-width: 1440px) {
  .card-item__description:hover .card-item__info {
    transform: none;
    opacity: 1; }
  .card-item__description:hover .card-item__title,
  .card-item__description:hover .card-item__location {
    transform: none; }
  .card-item__description:hover .card-item__arrow {
    opacity: 1; } }
  .card-item__title {
    font-size: 24px;
    color: #fff;
    font-weight: 700; }
    @media (min-width: 1440px) {
      .card-item__title {
        transform: translateY(50px);
        transition: transform 0.6s ease;
        will-change: transform; } }
    @media (max-width: 991.98px) {
      .card-item__title {
        font-size: 20px; } }
  .card-item__location {
    display: none; }
    @media (min-width: 1440px) {
      .card-item__location {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        font-size: 16px;
        color: #fff;
        transform: translateY(50px);
        transition: transform 0.6s ease;
        will-change: transform; } }
    .card-item__location .icon {
      flex-shrink: 0;
      width: 20px;
      height: 20px;
      fill: #d9d9d9; }
  .card-item__info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 24px;
    min-height: 40px; }
    @media (min-width: 1440px) {
      .card-item__info {
        transition: opacity 0.6s ease, transform 0.6s ease;
        will-change: transform, opacity;
        transform: translateY(100px);
        opacity: 0; } }
    .card-item__info-text {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .card-item__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: absolute;
    right: 12px;
    bottom: 16px; }
    @media (min-width: 1440px) {
      .card-item__arrow {
        bottom: 32px;
        right: 32px;
        opacity: 0;
        transition: opacity 0.6s ease;
        will-change: opacity; } }
    .card-item__arrow .icon {
      width: 24px;
      height: 24px;
      fill: rgba(255, 255, 255, 0.8); }

.about {
  padding: 64px 0; }
  @media (max-width: 1199.98px) {
    .about {
      padding: 24px 0; } }
  .about__title {
    margin-bottom: 64px; }
    @media (max-width: 991.98px) {
      .about__title {
        margin-bottom: 24px; } }
  .about__content {
    display: flex;
    flex-direction: column;
    gap: 64px; }
    @media (max-width: 991.98px) {
      .about__content {
        gap: 40px;
        margin-top: 40px; } }
  .about__info {
    display: flex;
    gap: 160px;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 991.98px) {
      .about__info {
        flex-direction: column;
        gap: 24px; } }
    .about__info-text {
      display: flex;
      flex-direction: column;
      gap: 24px;
      width: 100%; }
    .about__info-img {
      height: 206px;
      object-fit: cover;
      flex-shrink: 0;
      flex-grow: 1;
      max-width: 576px;
      width: 100%;
      position: relative; }
      @media (max-width: 991.98px) {
        .about__info-img {
          height: 187px;
          max-width: 100%; }
          .about__info-img picture {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .about__info-img img {
            width: 100%;
            height: 100%;
            object-fit: cover; } }
  .about__text-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .about__text-title {
        font-size: 24px;
        text-transform: none; } }
  .about__text-description {
    line-height: 1.2;
    max-width: 738px; }
  .about__contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    @media (max-width: 991.98px) {
      .about__contacts {
        flex-direction: column; } }
  .about__contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    border: 1px solid #393a47;
    padding: 36px 40px;
    background-color: #1d2249;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .about__contact {
        flex-basis: 100%;
        padding: 24px;
        gap: 8px; } }
    .about__contact--wide {
      flex-grow: 1;
      flex-basis: 20%; }
    .about__contact--wider {
      flex-grow: 2;
      flex-basis: 30%; }
    .about__contact:hover {
      background-color: #363642; }
    .about__contact-head {
      display: flex;
      gap: 8px; }
      .about__contact-head .icon {
        color: #616480; }
    .about__contact-title {
      font-size: 14px;
      font-weight: 700;
      color: #bdbdc1;
      text-transform: uppercase; }
    .about__contact-txt {
      font-size: 24px;
      font-weight: 700;
      color: #fff;
      text-decoration: underline;
      letter-spacing: -0.25px;
      white-space: nowrap; }
      @media (max-width: 991.98px) {
        .about__contact-txt {
          font-size: 20px; } }
    .about__contact-icon {
      width: 24px;
      height: 24px;
      object-fit: cover;
      color: #bdbdc1; }
  .about__contact-social {
    display: flex;
    gap: 16px;
    flex-grow: 1; }
    .about__contact-social .about__contact {
      flex-grow: 1;
      justify-content: center;
      align-items: center;
      flex-direction: row; }

.footer {
  padding-top: 64px;
  padding-bottom: 91px;
  overflow: hidden;
  position: relative; }
  .footer:after {
    content: '';
    background: linear-gradient(180deg, rgba(18, 19, 33, 0) 0%, #121321 100%);
    position: absolute;
    top: -25px;
    left: -20px;
    right: -20px;
    bottom: 0;
    z-index: 1;
    pointer-events: none; }
    @media (max-width: 991.98px) {
      .footer:after {
        top: auto;
        height: 100px;
        bottom: 0; } }
  .footer__inner {
    padding: 64px 40px;
    border-top: 1px solid #393a47;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 991.98px) {
      .footer__inner {
        padding: 64px 0; } }
  .footer__top {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991.98px) {
      .footer__top {
        width: 100%; } }
  .footer__bottom {
    display: flex; }
  .footer__nav {
    display: flex;
    gap: 36px;
    position: relative;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .footer__nav {
        width: 100%;
        justify-content: space-between;
        gap: 19px; } }
    .footer__nav ul {
      display: flex;
      flex-direction: column;
      gap: 24px;
      min-width: 110px; }
      @media (max-width: 991.98px) {
        .footer__nav ul {
          min-width: 50%; } }
      .footer__nav ul li a {
        font-size: 16px;
        line-height: 1.2;
        transition: opacity 0.3s ease; }
        .footer__nav ul li a:hover {
          opacity: 0.5; }
  .footer__pixels {
    position: absolute;
    top: 32px;
    right: -10px; }
    @media (max-width: 991.98px) {
      .footer__pixels {
        top: 176px;
        right: -213px; } }
    .footer__pixels .pixels__main {
      position: relative;
      z-index: 2; }
    .footer__pixels .pixels__mirror {
      margin-top: 30px; }
      .footer__pixels .pixels__mirror:after {
        display: none; }
    .footer__pixels .pixels-list {
      gap: 12px; }
    .footer__pixels .pixel {
      height: 101px;
      width: 32px; }
  .footer__copyright {
    font-size: 16px;
    line-height: 1.2;
    color: #bdbdc1;
    text-align: center;
    position: relative;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .footer__copyright {
        text-align: left; } }

.featured-projects {
  padding: 64px 0; }
  @media (max-width: 1199.98px) {
    .featured-projects {
      padding: 24px 0; } }
  .featured-projects__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    row-gap: 48px; }
    @media (max-width: 767.98px) {
      .featured-projects__grid {
        grid-template-columns: repeat(1, 1fr); } }
  .featured-projects__button {
    margin-top: 48px;
    display: flex;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .featured-projects__button {
        margin-top: 24px; } }

/**
  * Layouts
  */
.projects {
  padding-bottom: 120px;
  position: relative;
  overflow: visible; }
  @media (max-width: 767.98px) {
    .projects {
      padding-bottom: 64px; } }
  .projects__head {
    position: sticky;
    top: 53px;
    z-index: 9;
    background: #121321;
    padding-top: 64px;
    width: 100%; }
    @media (max-width: 767.98px) {
      .projects__head {
        padding-top: 60px;
        top: 57px; } }
    .projects__head-inner {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .projects__head-line {
      display: flex;
      gap: 16px;
      justify-content: space-between;
      align-items: flex-end; }
      .projects__head-line-text {
        position: relative;
        padding: 20px 0; }
        .projects__head-line-text h1 {
          font-size: 40px;
          font-weight: 700; }
  .projects__head-tabs {
    overflow: auto; }
    .projects__head-tabs::-webkit-scrollbar {
      display: none; }
    @media (max-width: 767.98px) {
      .projects__head-tabs {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        .projects__head-tabs::-webkit-scrollbar {
          display: none; } }
    .projects__head-tabs-link {
      padding: 12px 24px;
      color: #bdbdc1;
      font-size: 16px;
      transition: all 0.3s ease;
      background: transparent;
      outline: none;
      border: none;
      cursor: pointer;
      white-space: nowrap; }
      .projects__head-tabs-link[aria-selected='true'] {
        color: #fff;
        background: #44454f; }
    .projects__head-tabs-list {
      display: flex; }
  .projects__list {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .projects__list .section-title {
      margin-bottom: 24px;
      padding-top: 40px;
      padding-bottom: 12px;
      border: none; }
    .projects__list .section-title__main-title {
      font-size: 28px; }
  .projects .cards-list {
    padding: 0; }
    .projects .cards-list .section-title {
      padding-top: 40px;
      margin-bottom: 24px; }

/**
  * Vendor styles
  */
.image-lazy {
  display: inline-block;
  transition: filter 0.3s ease; }
  .image-lazy:not(.is-loaded) {
    filter: blur(10px); }

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