@charset "UTF-8";
/* ===================================
   MAIN STYLES - AKDENIZ
   =================================== */
:root {
  --primary-dark: #0B1019;
  --primary-blue: #4970B7;
  --primary-light-blue: #C1CAED;
  --bg-dark: #03070D;
  --bg-navy: #121D30;
  --bg-navy-alt: #233F65;
  --bg-navy-light: #1E3153;
  --accent-blue: #4288AD;
  --accent-light-blue: #7B9DE1;
  --accent-medium-blue: #5073BB;
  --accent-steel: #687CA2;
  --accent-dark-blue: #4A628E;
  --accent-bright-blue: #4B7CBF;
  --text-white: #FFFFFF;
  --text-white-55: rgba(255, 255, 255, 0.55);
  --text-white-43: rgba(255, 255, 255, 0.43);
  --text-white-36: rgba(255, 255, 255, 0.36);
  --grey-light: #D9D9D9;
  --black-42: rgba(0, 0, 0, 0.42);
  --gradient-card: linear-gradient(180deg, #121D30 0%, #070D18 100%);
  --gradient-element: linear-gradient(180deg, #121D30 0%, #0A1321 100%);
}

/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Disable smooth scrolling for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
:focus,
:active {
  /*outline: none;*/
}

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

/* Links */
a {
  color: black;
}

a, a:link, a:visited {
  /* color: inherit; */
  text-decoration: none;
  /* display: inline-block; */
}

a:hover {
  /* color: inherit; */
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

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

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button, input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

/* ===================================
   MONTSERRAT FONT FACES
   =================================== */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* ===================================
   BRUNO ACE FONT FACES
   =================================== */
@font-face {
  font-family: "Bruno Ace";
  src: url("../fonts/bruno-ace/BrunoAce-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ===================================
   SEGOE UI FONT FACES
   =================================== */
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoe/Segoe UI.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoe/Segoe UI Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoe/Segoe UI Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/segoe/Segoe UI Bold Italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* ===================================
   TEXT STYLES
   =================================== */
.text-brand {
  font-family: "Montserrat", "Segoe UI", "Arial", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.text-nav {
  font-family: "Montserrat", "Segoe UI", "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  text-transform: uppercase;
}

.text-nav-number {
  font-family: "Montserrat", "Segoe UI", "Arial", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 1.25;
}

.text-hero {
  font-family: "Montserrat", "Segoe UI", "Arial", sans-serif;
  font-weight: 300;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.text-large {
  font-family: "Montserrat", "Segoe UI", "Arial", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.1;
}

.text-caption {
  font-family: "Montserrat", "Segoe UI", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.text-button {
  font-family: "Montserrat", "Segoe UI", "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.19;
  text-transform: uppercase;
}

/* ===================================
   MOBILE TYPOGRAPHY ADAPTATIONS
   =================================== */
@media (max-width: 768px) {
  .text-brand {
    font-size: 20px;
  }
  .text-hero {
    font-size: 48px;
    line-height: 1.1;
  }
  .text-large {
    font-size: 16px;
    line-height: 1.2;
  }
  .text-caption {
    font-size: 14px;
    line-height: 1.3;
  }
  .text-nav {
    font-size: 11px;
  }
  .text-button {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .text-brand {
    font-size: 18px;
  }
  .text-hero {
    font-size: 36px;
    line-height: 1.1;
  }
  .text-large {
    font-size: 14px;
  }
  .text-caption {
    font-size: 13px;
  }
  .text-nav {
    font-size: 10px;
  }
  .text-button {
    font-size: 10px;
  }
}
/* ===================================
   RESPONSIVE FONT SIZES FOR HEADINGS
   =================================== */
@media (max-width: 768px) {
  h1 {
    font-size: 32px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  h6 {
    font-size: 14px !important;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 28px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  h4 {
    font-size: 16px !important;
  }
  h5 {
    font-size: 14px !important;
  }
  h6 {
    font-size: 12px !important;
  }
}
/* ===================================
   SWIPER BUNDLE STYLES
   =================================== */
/* 
 * Swiper styles are loaded via CDN in HTML
 * This file is reserved for custom Swiper overrides
 */
/* ===================================
   BASE COMPONENTS
   =================================== */
/* Body Background */
body {
  background: #0B1019;
}

/* Container */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

/* Visually Hidden */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Button Reset */
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}

/* Link Reset */
a {
  text-decoration: none;
  color: inherit;
}

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

/* Image Reset */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===================================
   HEADER
   =================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  z-index: 1000;
  background: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: opacity 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, background 0.3s ease;
}
@media (max-width: 480px) {
  .header {
    height: 53px;
  }
}
.header__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0 50px;
  background-color: black;
}
@media (max-width: 1440px) {
  .header__container {
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .header__container {
    padding: 0 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .header__container {
    padding: 0 20px;
  }
}
.header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__logo:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.header__logo:focus {
  outline: none;
}
.header__logo:focus-visible {
  outline: 2px solid var(--primary-light-blue);
  outline-offset: 4px;
  border-radius: 4px;
}
.header__logo-text {
  font-family: "Bruno Ace", sans-serif;
  font-weight: 400;
  font-size: 53.13px;
  line-height: 1.206;
  letter-spacing: -0.08em;
  color: var(--primary-light-blue);
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .header__logo-text {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .header__logo-text {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .header__logo-text {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .header__logo-text {
    font-size: 20px;
  }
}
.header__phone {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.219;
  color: var(--text-white);
  text-decoration: none;
  display: none;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 480px) {
  .header__phone {
    display: block;
  }
}
.header__phone:hover {
  color: var(--primary-light-blue);
}
.header__phone:focus {
  outline: none;
}
.header__phone:focus-visible {
  outline: 2px solid var(--primary-light-blue);
  outline-offset: 2px;
  border-radius: 2px;
}
.header__nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .header__nav {
    position: fixed;
    top: 112px;
    left: 0;
    width: 100%;
    height: calc(100vh - 112px);
    background: rgba(3, 7, 13, 0.98);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    overflow-y: auto;
  }
  .header__nav--open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 480px) {
  .header__nav {
    top: 53px;
    height: calc(100vh - 53px);
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}
@media (max-width: 1440px) {
  .header__nav-list {
    gap: 48px;
  }
}
@media (max-width: 1200px) {
  .header__nav-list {
    gap: 32px;
  }
}
@media (max-width: 1024px) {
  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 40px 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header__nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.219;
  color: var(--text-white);
  text-transform: lowercase;
  position: relative;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
}
.header__nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-light-blue);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.header__nav-link:hover {
  color: var(--primary-light-blue);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.header__nav-link:hover::after {
  width: 100%;
}
.header__nav-link:focus {
  outline: none;
}
.header__nav-link:focus-visible {
  outline: 2px solid var(--primary-light-blue);
  outline-offset: 4px;
  border-radius: 2px;
  color: var(--primary-light-blue);
}
.header__nav-link:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1440px) {
  .header__nav-link {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .header__nav-link {
    font-size: 28px;
    padding: 8px 0;
  }
}
@media (max-width: 768px) {
  .header__nav-link {
    font-size: 24px;
  }
}
.header__menu-btn {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .header__menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .header__menu-btn {
    display: none;
  }
}
.header__menu-btn:focus {
  outline: none;
}
.header__menu-btn:focus-visible {
  outline: 2px solid var(--primary-light-blue);
  outline-offset: 4px;
  border-radius: 4px;
}
.header__menu-icon {
  position: relative;
  width: 28px;
  height: 2px;
  background: var(--text-white);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.header__menu-icon::before, .header__menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--text-white);
  -webkit-transition: top 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease;
}
.header__menu-icon::before {
  top: -8px;
}
.header__menu-icon::after {
  bottom: -8px;
}
.header__menu-btn[aria-expanded=true] .header__menu-icon {
  background: transparent;
}
.header__menu-btn[aria-expanded=true] .header__menu-icon::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__menu-btn[aria-expanded=true] .header__menu-icon::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

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

.footer {
  position: relative;
  background-color: #03070d;
  padding: 6.25rem 0 3.75rem;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .footer {
    padding: 4rem 0 2.5rem;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 3rem 0 2rem;
  }
}
.footer__container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 7.5rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1440px) {
  .footer__container {
    padding: 0 4rem;
  }
}
@media (max-width: 1024px) {
  .footer__container {
    padding: 0 2.5rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .footer__container {
    padding: 0 1.5rem;
    gap: 2.5rem;
  }
}
.footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__logo-link {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer__logo-link:hover {
  -webkit-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
}
.footer__logo-link:focus {
  outline: none;
}
.footer__logo-link:focus-visible {
  outline: 0.125rem solid #4288ad;
  outline-offset: 0.5rem;
  border-radius: 0.25rem;
}
.footer__logo-link:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.footer__logo {
  font-family: "Bruno Ace", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.21;
  letter-spacing: -0.08em;
  color: #c1caed;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 1024px) {
  .footer__logo {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .footer__logo {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .footer__logo {
    font-size: 20px;
    line-height: 1.5;
  }
}
.footer__logo-link:hover .footer__logo {
  color: #d5dcf2;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 1024px) {
  .footer__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media (max-width: 640px) {
  .footer__nav {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.22;
  color: #4288ad;
  margin: 0 0 1.75rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 1024px) {
  .footer__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .footer__title {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 480px) {
  .footer__title {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .footer__list {
    gap: 1.25rem;
  }
}
@media (max-width: 480px) {
  .footer__list {
    gap: 1rem;
  }
}
.footer__item {
  margin: 0;
}
.footer__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.22;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .footer__link {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .footer__link {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  .footer__link {
    font-size: 14px;
    line-height: 1.5;
  }
}
.footer__link:hover {
  color: #4288ad;
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.footer__link:focus {
  outline: none;
}
.footer__link:focus-visible {
  outline: 0.125rem solid #4288ad;
  outline-offset: 0.25rem;
  border-radius: 0.25rem;
}
.footer__link:active {
  color: #5ba3c9;
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
.footer__link:visited {
  color: #ffffff;
}
.footer__link::after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 0;
  height: 0.125rem;
  background-color: #4288ad;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.footer__link:hover::after {
  width: 100%;
}
.footer__link[target=_blank]::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (max-width: 768px) {
  .footer__link[target=_blank]::before {
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.375rem;
  }
}
.footer__link[target=_blank]:hover::before {
  -webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(48%) saturate(638%) hue-rotate(159deg) brightness(92%) contrast(85%);
          filter: brightness(0) saturate(100%) invert(51%) sepia(48%) saturate(638%) hue-rotate(159deg) brightness(92%) contrast(85%);
}

@media (prefers-reduced-motion: reduce) {
  .footer__logo-link, .footer__logo, .footer__link {
    -webkit-transition: none;
    transition: none;
  }
  .footer__link::after {
    -webkit-transition: none;
    transition: none;
  }
}
@media (prefers-contrast: high) {
  .footer__logo {
    color: #ffffff;
  }
  .footer__title {
    color: #5ba3c9;
  }
  .footer__link {
    text-decoration: underline;
  }
  .footer__link:focus-visible {
    outline-width: 0.1875rem;
  }
}
@media print {
  .footer {
    background-color: transparent;
    color: #000000;
  }
  .footer__logo, .footer__title, .footer__link {
    color: #000000;
  }
  .footer__link::after {
    display: none;
  }
}
/* ===================================
   HERO SECTION
   =================================== */
.hero {
  position: relative;
  height: calc(100vh - 112px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  background: #687CA2;
}
@media (max-width: 768px) {
  .hero {
    height: auto;
    min-height: 600px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 480px) {
  .hero {
    height: auto;
    min-height: 540px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .hero__video {
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}
@media (max-width: 480px) {
  .hero__video {
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
}
.hero__social-panel {
  position: absolute;
  top: 130px;
  right: 50px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
}
@media (max-width: 1200px) {
  .hero__social-panel {
    right: 40px;
    top: 120px;
  }
}
@media (max-width: 768px) {
  .hero__social-panel {
    right: 30px;
    top: 100px;
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .hero__social-panel {
    right: 16px;
    top: 90px;
    gap: 10px;
  }
}
.hero__phone-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: var(--text-white);
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hero__phone-link:hover {
  opacity: 0.8;
}
.hero__phone-link:focus-visible {
  outline: 2px solid var(--text-white);
  outline-offset: 4px;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .hero__phone-link {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .hero__phone-link {
    display: none;
  }
}
.hero__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .hero__social-links {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .hero__social-links {
    gap: 8px;
  }
}
.hero__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero__social-link:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  opacity: 0.8;
}
.hero__social-link:focus-visible {
  outline: 2px solid var(--text-white);
  outline-offset: 4px;
  border-radius: 50%;
}
.hero__social-link:active {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.hero__social-icon {
  width: 50px;
  height: 50px;
  display: block;
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}
@media (max-width: 768px) {
  .hero__social-icon {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 480px) {
  .hero__social-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 360px) {
  .hero__social-icon {
    width: 36px;
    height: 36px;
  }
}
.hero__container {
  position: relative;
  z-index: 7;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding-top: 450px;
  padding-bottom: clamp(40px, 6vh, 80px);
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .hero__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .hero__container {
    padding: 0 30px 50px 30px;
    display: block;
    z-index: 10;
  }
}
@media (max-width: 480px) {
  .hero__container {
    padding: 0 16px 25px 5px;
    display: block;
    z-index: 10;
  }
}
@media (max-width: 360px) {
  .hero__container {
    padding: 0 10px 25px 10px;
  }
}
.hero__content {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .hero__content {
    z-index: 2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
  }
}
@media (max-width: 480px) {
  .hero__content {
    z-index: 2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
  }
}
.hero__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 96px;
  line-height: 1.219;
  color: var(--text-white);
  margin: 0 0 16px 0;
  -webkit-animation: fadeInUp 0.8s ease-out 0.2s forwards;
          animation: fadeInUp 0.8s ease-out 0.2s forwards;
  opacity: 0;
  display: block;
}
@media (max-width: 1440px) {
  .hero__title {
    font-size: 80px;
  }
}
@media (max-width: 1200px) {
  .hero__title {
    font-size: 48px;
    white-space: nowrap;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 20px 0;
    text-align: left;
    white-space: nowrap;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 15;
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .hero__title {
    font-size: 14px;
    line-height: 1.76;
    margin: 0 0 16px 0;
    text-align: left;
    white-space: nowrap;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 15;
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}
@media (max-width: 360px) {
  .hero__title {
    font-size: 9px;
    letter-spacing: -1px;
  }
}
.hero__title-accent {
  display: inline-block;
  -webkit-transform: rotate(-8deg) translateY(-40px);
          transform: rotate(-8deg) translateY(-40px);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: relative;
  z-index: 6;
}
.hero__title-accent::before {
  content: "";
  position: absolute;
  width: 5px;
  background: #0B1019;
  bottom: 65%;
  top: -9999px;
  right: 0%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: lineGrow 0.65s ease-out 0.8s forwards;
          animation: lineGrow 0.65s ease-out 0.8s forwards;
  -webkit-transform: rotate(8deg) scaleY(0);
          transform: rotate(8deg) scaleY(0);
}
@media (max-width: 1200px) {
  .hero__title-accent::before {
    bottom: 65%;
  }
}
@media (max-width: 768px) {
  .hero__title-accent::before {
    width: 3px;
    right: 5px;
    top: -9999px;
    bottom: 65%;
    height: auto;
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
    -webkit-animation: none;
            animation: none;
    display: block;
    opacity: 1;
    z-index: 15;
  }
}
@media (max-width: 480px) {
  .hero__title-accent::before {
    width: 3px;
    right: 5px;
    top: -9999px;
    bottom: 65%;
    height: auto;
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
    -webkit-animation: none;
            animation: none;
    display: block;
    opacity: 1;
    z-index: 15;
  }
}
@media (max-width: 1200px) {
  .hero__title-accent {
    -webkit-transform: rotate(-8deg) translateY(-20px);
            transform: rotate(-8deg) translateY(-20px);
  }
}
@media (max-width: 768px) {
  .hero__title-accent {
    -webkit-transform: rotate(-6deg) translateY(-10px);
            transform: rotate(-6deg) translateY(-10px);
    display: inline-block;
    position: relative;
    z-index: 15;
  }
}
@media (max-width: 480px) {
  .hero__title-accent {
    -webkit-transform: rotate(-6deg) translateY(-8px);
            transform: rotate(-6deg) translateY(-8px);
    display: inline-block;
    position: relative;
    z-index: 15;
  }
}
@media (max-width: 360px) {
  .hero__title-accent {
    -webkit-transform: rotate(-6deg) translateY(-4px);
            transform: rotate(-6deg) translateY(-4px);
  }
}
.hero__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.219;
  color: var(--text-white);
  margin: 0;
  max-width: 950px;
  -webkit-animation: fadeInUp 0.8s ease-out 0.6s forwards;
          animation: fadeInUp 0.8s ease-out 0.6s forwards;
  opacity: 0;
}
@media (max-width: 1440px) {
  .hero__description {
    font-size: 28px;
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .hero__description {
    font-size: 20px;
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  .hero__description {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 28px 0;
    max-width: 100%;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .hero__description {
    font-size: 11px;
    line-height: 1.364;
    margin: 0 0 24px 0;
    max-width: 100%;
    text-align: left;
  }
}
@media (max-width: 360px) {
  .hero__description {
    font-size: 8px;
    margin: 0 0 16px 0;
    line-height: 1.3;
  }
}
.hero__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.219;
  color: var(--text-white);
  background: var(--primary-blue);
  border-radius: 29px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: fadeInUp 0.8s ease-out 0.8s forwards;
          animation: fadeInUp 0.8s ease-out 0.8s forwards;
  opacity: 0;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 20px rgba(73, 112, 183, 0.3);
          box-shadow: 0 4px 20px rgba(73, 112, 183, 0.3);
  position: absolute;
  right: 0;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}
@media (max-width: 1440px) {
  .hero__cta {
    font-size: 28px;
    padding: 20px 40px;
  }
}
@media (max-width: 1200px) {
  .hero__cta {
    font-size: 20px;
    padding: 16px 32px;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .hero__cta {
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 24px;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 28px;
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 20px;
    -webkit-box-shadow: 0 8px 24px rgba(74, 109, 169, 0.35);
            box-shadow: 0 8px 24px rgba(74, 109, 169, 0.35);
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .hero__cta {
    font-size: 14px;
    line-height: 1.714;
    padding: 8px 20px;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 24px;
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 16px;
    -webkit-box-shadow: 0 8px 24px rgba(74, 109, 169, 0.35);
            box-shadow: 0 8px 24px rgba(74, 109, 169, 0.35);
  }
}
@media (max-width: 360px) {
  .hero__cta {
    font-size: 10px;
    padding: 6px 14px;
    margin-top: 16px;
    border-radius: 12px;
  }
}
.hero__cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.6s ease, height 0.6s ease;
  transition: width 0.6s ease, height 0.6s ease;
}
.hero__cta:hover {
  background: var(--accent-medium-blue);
  -webkit-box-shadow: 0 6px 30px rgba(73, 112, 183, 0.5);
          box-shadow: 0 6px 30px rgba(73, 112, 183, 0.5);
  -webkit-transform: translateY(calc(-50% - 3px));
          transform: translateY(calc(-50% - 3px));
}
@media (max-width: 1200px) {
  .hero__cta:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.hero__cta:hover::before {
  width: 400px;
  height: 400px;
}
.hero__cta:focus {
  outline: none;
}
.hero__cta:focus-visible {
  outline: 3px solid var(--primary-light-blue);
  outline-offset: 4px;
}
.hero__cta:active {
  -webkit-transform: translateY(calc(-50% - 1px));
          transform: translateY(calc(-50% - 1px));
  -webkit-box-shadow: 0 3px 15px rgba(73, 112, 183, 0.4);
          box-shadow: 0 3px 15px rgba(73, 112, 183, 0.4);
}
@media (max-width: 1200px) {
  .hero__cta:active {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes lineGrow {
  0% {
    -webkit-transform: rotate(8deg) scaleY(0);
            transform: rotate(8deg) scaleY(0);
  }
  100% {
    -webkit-transform: rotate(8deg) scaleY(1);
            transform: rotate(8deg) scaleY(1);
  }
}
@keyframes lineGrow {
  0% {
    -webkit-transform: rotate(8deg) scaleY(0);
            transform: rotate(8deg) scaleY(0);
  }
  100% {
    -webkit-transform: rotate(8deg) scaleY(1);
            transform: rotate(8deg) scaleY(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__title,
  .hero__description,
  .hero__cta {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
  .hero__video {
    -webkit-animation: none;
            animation: none;
  }
}
/* ===================================
   TRIFLES SECTION
   Секция "Мелочи"
   =================================== */
.trifles {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background: #0B1019;
  padding: clamp(120px, 15vh, 200px) 0;
}
@media (max-width: 1024px) {
  .trifles {
    min-height: auto;
    padding: clamp(100px, 12vh, 160px) 0;
  }
}
@media (max-width: 768px) {
  .trifles {
    padding: clamp(80px, 10vh, 120px) 0;
  }
}
@media (max-width: 480px) {
  .trifles {
    padding: 60px 0;
    min-height: auto;
  }
}
.trifles__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 100px);
}
.trifles__content {
  position: relative;
  width: 100%;
  max-width: 1600px;
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1400px) {
  .trifles__content {
    max-width: 1200px;
    min-height: 600px;
  }
}
@media (max-width: 1024px) {
  .trifles__content {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .trifles__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 550px;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .trifles__content {
    padding: 40px 0;
    gap: 30px;
    min-height: 450px;
  }
}
.trifles__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 96px);
  line-height: 1.219;
  text-align: center;
  color: #FFFFFF;
  max-width: clamp(320px, 45vw, 860px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 768px) {
  .trifles__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 500px;
    font-size: 32px;
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .trifles__title {
    font-size: 24px;
    line-height: 1.5;
    max-width: 318px;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.trifles__bubble {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 5;
}
@media (max-width: 768px) {
  .trifles__bubble {
    position: absolute;
  }
}
.trifles__bubble-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.trifles__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #7B9DE1;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) {
  .trifles__bubble:hover .trifles__text {
    color: #9CB4E8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.trifles__bubble--1 {
  top: 5%;
  right: 5%;
  width: 256px;
  height: 256px;
}
@media (max-width: 1400px) {
  .trifles__bubble--1 {
    top: 8%;
    right: 3%;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1024px) {
  .trifles__bubble--1 {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 768px) {
  .trifles__bubble--1 {
    position: absolute;
    top: 15%;
    right: 10%;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .trifles__bubble--1 {
    width: 56.73px;
    height: 56.73px;
    position: absolute;
    top: 20%;
    right: 8%;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
.trifles__bubble--1 .trifles__text {
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.219;
}
@media (max-width: 768px) {
  .trifles__bubble--1 .trifles__text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .trifles__bubble--1 .trifles__text {
    font-size: 6.77px;
  }
}
.trifles__bubble--2 {
  top: 5%;
  left: 3%;
  width: 314px;
  height: 314px;
}
@media (max-width: 1400px) {
  .trifles__bubble--2 {
    top: 8%;
    left: 2%;
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 1024px) {
  .trifles__bubble--2 {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 768px) {
  .trifles__bubble--2 {
    position: absolute;
    top: 20%;
    left: 8%;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 480px) {
  .trifles__bubble--2 {
    width: 99px;
    height: 99px;
    position: absolute;
    top: 25%;
    left: 3%;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
.trifles__bubble--2 .trifles__text {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.219;
}
@media (max-width: 768px) {
  .trifles__bubble--2 .trifles__text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .trifles__bubble--2 .trifles__text {
    font-size: 15.95px;
  }
}
.trifles__bubble--3 {
  bottom: 5%;
  right: 8%;
  width: 344px;
  height: 344px;
}
@media (max-width: 1400px) {
  .trifles__bubble--3 {
    bottom: 8%;
    right: 5%;
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 1024px) {
  .trifles__bubble--3 {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 768px) {
  .trifles__bubble--3 {
    position: absolute;
    bottom: 15%;
    right: 12%;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .trifles__bubble--3 {
    width: 80.58px;
    height: 80.58px;
    position: absolute;
    bottom: 22%;
    right: 12%;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
.trifles__bubble--3 .trifles__text {
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.219;
}
@media (max-width: 768px) {
  .trifles__bubble--3 .trifles__text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .trifles__bubble--3 .trifles__text {
    font-size: 8.9px;
  }
}
.trifles__bubble--4 {
  bottom: 8%;
  left: 5%;
  width: 256px;
  height: 256px;
}
@media (max-width: 1400px) {
  .trifles__bubble--4 {
    bottom: 10%;
    left: 3%;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1024px) {
  .trifles__bubble--4 {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 768px) {
  .trifles__bubble--4 {
    position: absolute;
    bottom: 18%;
    left: 10%;
    width: 105px;
    height: 105px;
  }
}
@media (max-width: 480px) {
  .trifles__bubble--4 {
    width: 72.71px;
    height: 72.71px;
    position: absolute;
    bottom: 15%;
    left: 8%;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
.trifles__bubble--4 .trifles__text {
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.219;
}
@media (max-width: 768px) {
  .trifles__bubble--4 .trifles__text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .trifles__bubble--4 .trifles__text {
    font-size: 9.8px;
  }
}
.trifles__bubble--5 {
  bottom: 18%;
  left: 48%;
  width: 113px;
  height: 113px;
  opacity: 0.63;
  z-index: 3;
}
@media (max-width: 1400px) {
  .trifles__bubble--5 {
    bottom: 20%;
    left: 47%;
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 1024px) {
  .trifles__bubble--5 {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .trifles__bubble--5 {
    display: block;
    width: 50px;
    height: 50px;
    bottom: 8%;
    left: 46%;
    opacity: 0.5;
  }
}
@media (max-width: 480px) {
  .trifles__bubble--5 {
    display: block;
    width: 35px;
    height: 35px;
    bottom: 10%;
    left: 45%;
    opacity: 0.5;
  }
}
.trifles__bubble--6 {
  top: 15%;
  left: 30%;
  width: 68px;
  height: 68px;
  opacity: 0.63;
  z-index: 3;
}
@media (max-width: 1400px) {
  .trifles__bubble--6 {
    top: 18%;
    left: 28%;
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 1024px) {
  .trifles__bubble--6 {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 768px) {
  .trifles__bubble--6 {
    display: block;
    width: 38px;
    height: 38px;
    top: 8%;
    left: 22%;
    opacity: 0.5;
  }
}
@media (max-width: 480px) {
  .trifles__bubble--6 {
    display: block;
    width: 25px;
    height: 25px;
    top: 12%;
    left: 20%;
    opacity: 0.5;
  }
}
.trifles__bubble--7 {
  bottom: 25%;
  left: 15%;
  width: 68px;
  height: 68px;
  opacity: 0.63;
  z-index: 3;
}
@media (max-width: 1400px) {
  .trifles__bubble--7 {
    bottom: 28%;
    left: 12%;
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 1024px) {
  .trifles__bubble--7 {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 768px) {
  .trifles__bubble--7 {
    display: block;
    width: 38px;
    height: 38px;
    bottom: 38%;
    left: 20%;
    opacity: 0.5;
  }
}
@media (max-width: 480px) {
  .trifles__bubble--7 {
    display: block;
    width: 25px;
    height: 25px;
    bottom: 35%;
    left: 18%;
    opacity: 0.5;
  }
}
.trifles__bubble--8 {
  top: 35%;
  right: 18%;
  width: 113px;
  height: 113px;
  opacity: 0.63;
  z-index: 3;
}
@media (max-width: 1400px) {
  .trifles__bubble--8 {
    top: 38%;
    right: 15%;
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 1024px) {
  .trifles__bubble--8 {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .trifles__bubble--8 {
    display: block;
    width: 50px;
    height: 50px;
    top: 38%;
    right: 18%;
    opacity: 0.5;
  }
}
@media (max-width: 480px) {
  .trifles__bubble--8 {
    display: block;
    width: 35px;
    height: 35px;
    top: 35%;
    right: 20%;
    opacity: 0.5;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .trifles__bubble {
    -webkit-animation: float 6s ease-in-out infinite;
            animation: float 6s ease-in-out infinite;
  }
  .trifles__bubble--1 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 7s;
            animation-duration: 7s;
  }
  .trifles__bubble--2 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
  }
  .trifles__bubble--3 {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-duration: 6.5s;
            animation-duration: 6.5s;
  }
  .trifles__bubble--4 {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-duration: 7.5s;
            animation-duration: 7.5s;
  }
  .trifles__bubble--5 {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
  }
  .trifles__bubble--6 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-duration: 7s;
            animation-duration: 7s;
  }
  .trifles__bubble--7 {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
    -webkit-animation-duration: 6.5s;
            animation-duration: 6.5s;
  }
  .trifles__bubble--8 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
  }
}
@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-15px) translateX(5px);
            transform: translateY(-15px) translateX(5px);
  }
  50% {
    -webkit-transform: translateY(-5px) translateX(-5px);
            transform: translateY(-5px) translateX(-5px);
  }
  75% {
    -webkit-transform: translateY(-20px) translateX(3px);
            transform: translateY(-20px) translateX(3px);
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-15px) translateX(5px);
            transform: translateY(-15px) translateX(5px);
  }
  50% {
    -webkit-transform: translateY(-5px) translateX(-5px);
            transform: translateY(-5px) translateX(-5px);
  }
  75% {
    -webkit-transform: translateY(-20px) translateX(3px);
            transform: translateY(-20px) translateX(3px);
  }
}
/* ===================================
   WHY SECTION - Почему именно мы?
   =================================== */
.why {
  position: relative;
  background-color: var(--primary-dark);
  padding: 3rem 0;
  overflow: hidden;
  /* ===================================
     TABLET BREAKPOINT - 768px+
     =================================== */
  /* ===================================
     DESKTOP BREAKPOINT - 1024px+
     =================================== */
  /* ===================================
     LARGE DESKTOP BREAKPOINT - 1440px+
     =================================== */
  /* ===================================
     EXTRA LARGE DESKTOP - 1920px+
     =================================== */
}
@media (max-width: 480px) {
  .why {
    padding: 48px 0;
  }
}
.why__container {
  max-width: 122rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 480px) {
  .why__container {
    padding: 0 42px;
  }
}
.why__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.22;
  color: var(--text-white);
  text-align: center;
  margin: 0 0 2.5rem;
}
@media (max-width: 480px) {
  .why__title {
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 24px;
    text-align: left;
  }
}
.why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (max-width: 480px) {
  .why__grid {
    gap: 12px;
  }
}
.why__card {
  background-color: var(--bg-navy);
  border-radius: 0.5rem;
  padding: 2rem 1.5rem;
  min-height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.why__card:hover {
  -webkit-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
}
.why__card:focus-within {
  outline: 0.125rem solid var(--accent-light-blue);
  outline-offset: 0.25rem;
}
@media (max-width: 480px) {
  .why__card {
    padding: 17.6px 16.8px;
    min-height: auto;
    border-radius: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.why__card-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.22;
  color: var(--text-white);
  margin: 0;
  text-align: center;
}
@media (max-width: 480px) {
  .why__card-text {
    font-size: 14px;
    line-height: 1.714;
    text-align: left;
  }
}
@media (min-width: 48em) {
  .why {
    padding: 4rem 0;
  }
  .why__title {
    font-size: 3rem;
    margin-bottom: 3.5rem;
  }
  .why__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .why__card {
    padding: 2.5rem 2rem;
    min-height: 12rem;
  }
  .why__card-text {
    font-size: 1.375rem;
  }
}
@media (min-width: 64em) {
  .why {
    padding: 5rem 0;
  }
  .why__title {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
  .why__grid {
    gap: 2.5rem;
  }
  .why__card {
    padding: 3rem 2.5rem;
    min-height: 14.4375rem;
  }
  .why__card-text {
    font-size: 1.75rem;
    text-align: left;
  }
}
@media (min-width: 90em) {
  .why {
    padding: 6rem 0;
  }
  .why__container {
    padding: 0 2rem;
  }
  .why__title {
    font-size: 6rem;
    margin-bottom: 5rem;
  }
  .why__grid {
    gap: 4rem 2rem;
    max-width: 110rem;
    margin: 0 auto;
  }
  .why__card {
    padding: 3.5rem 2.5rem;
    min-height: 14.4375rem;
    border-radius: 0.75rem;
  }
  .why__card-text {
    font-size: 2.25rem;
  }
}
@media (min-width: 120em) {
  .why__grid {
    max-width: 120rem;
  }
}

/* ===================================
   ACCESSIBILITY IMPROVEMENTS
   =================================== */
.why__card:focus {
  outline: none;
}
.why__card:focus-visible {
  outline: 0.125rem solid var(--accent-light-blue);
  outline-offset: 0.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .why__card {
    -webkit-transition: none;
    transition: none;
  }
  .why__card:hover {
    -webkit-transform: none;
            transform: none;
  }
}
/* ===================================
   PRINT STYLES
   =================================== */
@media print {
  .why {
    background-color: white;
    padding: 2rem 0;
  }
  .why__title {
    color: black;
    page-break-after: avoid;
  }
  .why__card {
    background-color: white;
    border: 0.0625rem solid #000;
    page-break-inside: avoid;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .why__card:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .why__card-text {
    color: black;
  }
}
/* ===================================
   WHAT WE DO SECTION
   =================================== */
.what-we-do {
  position: relative;
  padding: clamp(60px, 8vh, 120px) 0;
  background: #0B1019;
  overflow: hidden;
}
@media (max-width: 480px) {
  .what-we-do {
    padding: 48px 0;
  }
}
.what-we-do__container {
  max-width: 2543px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 1200px) {
  .what-we-do__container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .what-we-do__container {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .what-we-do__container {
    padding: 0 42px;
  }
}
.what-we-do__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.219;
  color: var(--text-white);
  text-align: center;
  margin: 0 0 60px 0;
  -webkit-animation: fadeInUp 0.8s ease-out 0.2s forwards;
          animation: fadeInUp 0.8s ease-out 0.2s forwards;
  opacity: 0;
}
@media (max-width: 1440px) {
  .what-we-do__title {
    font-size: 56px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .what-we-do__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .what-we-do__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .what-we-do__title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 24px;
    text-align: left;
  }
}
.what-we-do__slider {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .what-we-do__slider {
    padding-bottom: 50px;
  }
}
.what-we-do__card {
  width: 100%;
  height: 100%;
  background: transparent;
}
.what-we-do__image-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 400px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#121D30), to(#070D18));
  background: linear-gradient(180deg, #121D30 0%, #070D18 100%);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (max-width: 1440px) {
  .what-we-do__image-wrapper {
    max-width: 550px;
    height: 367px;
  }
}
@media (max-width: 1200px) {
  .what-we-do__image-wrapper {
    max-width: 500px;
    height: 333px;
  }
}
@media (max-width: 768px) {
  .what-we-do__image-wrapper {
    max-width: 100%;
    height: 300px;
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .what-we-do__image-wrapper {
    height: 250px;
    border-radius: 12px;
  }
}
.what-we-do__image-wrapper:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.what-we-do__card-title {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.219;
  color: var(--text-white);
  text-align: left;
  margin: 0;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1440px) {
  .what-we-do__card-title {
    font-size: 32px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 1200px) {
  .what-we-do__card-title {
    font-size: 28px;
    bottom: 18px;
    left: 18px;
    right: 18px;
  }
}
@media (max-width: 768px) {
  .what-we-do__card-title {
    font-size: 24px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }
}
@media (max-width: 480px) {
  .what-we-do__card-title {
    font-size: 20px;
    bottom: 12px;
    left: 12px;
    right: 12px;
  }
}
.what-we-do__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.what-we-do__navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 768px) {
  .what-we-do__navigation {
    padding: 0 10px;
  }
}
.what-we-do__nav-btn {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: auto;
  padding: 0;
  outline: none;
}
.what-we-do__nav-btn::after {
  content: none !important;
  display: none !important;
}
@media (max-width: 768px) {
  .what-we-do__nav-btn {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .what-we-do__nav-btn {
    width: 50px;
    height: 50px;
  }
}
.what-we-do__nav-btn:hover:not(.swiper-button-disabled) {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.what-we-do__nav-btn:focus {
  outline: none;
}
.what-we-do__nav-btn:focus-visible {
  outline: 3px solid var(--primary-blue);
  outline-offset: 4px;
}
.what-we-do__nav-btn:active:not(.swiper-button-disabled) {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.what-we-do__nav-btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.what-we-do__nav-btn--prev {
  margin-left: -10px;
}
@media (max-width: 768px) {
  .what-we-do__nav-btn--prev {
    margin-left: -5px;
  }
}
@media (max-width: 480px) {
  .what-we-do__nav-btn--prev {
    margin-left: 0;
  }
}
.what-we-do__nav-btn--next {
  margin-right: -10px;
}
@media (max-width: 768px) {
  .what-we-do__nav-btn--next {
    margin-right: -5px;
  }
}
@media (max-width: 480px) {
  .what-we-do__nav-btn--next {
    margin-right: 0;
  }
}
.what-we-do__nav-icon {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.what-we-do__nav-icon--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.what-we-do__pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  z-index: 10;
}
@media (max-width: 480px) {
  .what-we-do__pagination {
    gap: 8px;
    bottom: 15px;
  }
}
.what-we-do__pagination :global(.swiper-pagination-bullet) {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 480px) {
  .what-we-do__pagination :global(.swiper-pagination-bullet) {
    width: 10px;
    height: 10px;
  }
}
.what-we-do__pagination :global(.swiper-pagination-bullet):hover {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.what-we-do__pagination :global(.swiper-pagination-bullet):focus {
  outline: none;
}
.what-we-do__pagination :global(.swiper-pagination-bullet):focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
}
.what-we-do__pagination :global(.swiper-pagination-bullet-active) {
  background: var(--text-white);
  width: 32px;
  border-radius: 6px;
}
@media (max-width: 480px) {
  .what-we-do__pagination :global(.swiper-pagination-bullet-active) {
    width: 24px;
  }
}

.what-we-do .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.what-we-do .swiper-slide {
  opacity: 0.6;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: visible !important;
}
.what-we-do .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.what-we-do .swiper-slide-prev, .what-we-do .swiper-slide-next {
  opacity: 0.8;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
@media (max-width: 768px) {
  .what-we-do .swiper-slide-prev, .what-we-do .swiper-slide-next {
    opacity: 0.6;
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
}
.what-we-do .swiper-button-next::after, .what-we-do .swiper-button-prev::after {
  content: none !important;
  display: none !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .what-we-do__title {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
  .what-we-do__image-wrapper,
  .what-we-do__play-btn,
  .what-we-do__nav-btn {
    -webkit-transition: none;
    transition: none;
  }
  .swiper-slide {
    -webkit-transition: none;
    transition: none;
  }
}
.steps {
  position: relative;
  padding: 12rem 0;
  background-color: #0b1019;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .steps {
    padding: 8rem 0;
  }
}
@media (max-width: 768px) {
  .steps {
    padding: 6rem 0;
  }
}
@media (max-width: 480px) {
  .steps {
    padding: 60px 0;
  }
}
.steps__container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 7.3rem;
}
@media (max-width: 1400px) {
  .steps__container {
    padding: 0 5rem;
  }
}
@media (max-width: 1200px) {
  .steps__container {
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .steps__container {
    padding: 0 2rem;
  }
}
@media (max-width: 480px) {
  .steps__container {
    padding: 0 32px;
  }
}
.steps__title {
  margin: 0 0 6rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.219;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .steps__title {
    font-size: 5rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 1200px) {
  .steps__title {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .steps__title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .steps__title {
    font-size: 24px;
    line-height: 1.219;
    margin-bottom: 52px;
    text-align: left;
  }
}
.steps__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, auto);
  row-gap: 3.5rem;
  -webkit-column-gap: 5.83rem;
     -moz-column-gap: 5.83rem;
          column-gap: 5.83rem;
  max-width: 173.6rem;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .steps__wrapper {
    row-gap: 3rem;
    -webkit-column-gap: 4.5rem;
       -moz-column-gap: 4.5rem;
            column-gap: 4.5rem;
  }
}
@media (max-width: 1200px) {
  .steps__wrapper {
    row-gap: 2.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }
}
@media (max-width: 900px) {
  .steps__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 5rem;
  }
}
@media (max-width: 480px) {
  .steps__wrapper {
    row-gap: 4rem;
  }
}
.steps__line {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 74.35rem;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1400px) {
  .steps__line {
    width: 60rem;
  }
}
@media (max-width: 1200px) {
  .steps__line {
    width: 50rem;
  }
}
@media (max-width: 900px) {
  .steps__line {
    display: none;
  }
}
.steps__line-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
}
.steps__small-number {
  position: absolute;
  top: 4.5rem;
  left: 11.4rem;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.219;
  color: rgba(255, 255, 255, 0.36);
  text-align: right;
  z-index: 2;
}
@media (max-width: 1400px) {
  .steps__small-number {
    font-size: 3rem;
    top: 3rem;
    left: 8rem;
  }
}
@media (max-width: 1200px) {
  .steps__small-number {
    font-size: 2.5rem;
    top: 2.5rem;
    left: 5rem;
  }
}
@media (max-width: 900px) {
  .steps__small-number {
    display: none;
  }
}
.steps__card {
  position: relative;
  height: 35rem;
  padding: 3rem 3.6rem 4rem 3.6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#121d30), to(#0a1321));
  background: linear-gradient(180deg, #121d30 0%, #0a1321 100%);
  border-radius: 0;
  overflow: visible;
  z-index: 2;
}
@media (max-width: 1400px) {
  .steps__card {
    height: 30rem;
    padding: 2.5rem 3rem 3.5rem 3rem;
  }
}
@media (max-width: 1200px) {
  .steps__card {
    height: 26rem;
    padding: 2.5rem 2.5rem 3rem 2.5rem;
  }
}
@media (max-width: 768px) {
  .steps__card {
    height: auto;
    min-height: 22rem;
    padding: 2rem 2rem 2.5rem 2rem;
  }
}
@media (max-width: 480px) {
  .steps__card {
    min-height: 18rem;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
  }
}
.steps__card--01 {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 900px) {
  .steps__card--01 {
    grid-column: 1;
  }
}
.steps__card--02 {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 900px) {
  .steps__card--02 {
    grid-column: 1;
    grid-row: 2;
  }
}
.steps__card--03 {
  grid-column: 1;
  grid-row: 3;
}
@media (max-width: 900px) {
  .steps__card--03 {
    grid-column: 1;
    grid-row: 3;
  }
}
.steps__card--04 {
  grid-column: 2;
  grid-row: 4;
}
@media (max-width: 900px) {
  .steps__card--04 {
    grid-column: 1;
    grid-row: 4;
  }
}
.steps__card--05 {
  grid-column: 1;
  grid-row: 5;
}
@media (max-width: 900px) {
  .steps__card--05 {
    grid-column: 1;
    grid-row: 5;
  }
}
.steps__card--06 {
  grid-column: 2;
  grid-row: 6;
}
@media (max-width: 900px) {
  .steps__card--06 {
    grid-column: 1;
    grid-row: 6;
  }
}
.steps__card-number {
  position: absolute;
  bottom: -12rem;
  left: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 32rem;
  font-weight: 300;
  line-height: 1;
  color: #233f65;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .steps__card-number {
    font-size: 26rem;
    bottom: -10rem;
    left: 1.2rem;
  }
}
@media (max-width: 1200px) {
  .steps__card-number {
    font-size: 22rem;
    bottom: -8rem;
    left: 1rem;
  }
}
@media (max-width: 768px) {
  .steps__card-number {
    font-size: 18rem;
    bottom: -6rem;
    left: 1rem;
  }
}
@media (max-width: 480px) {
  .steps__card-number {
    font-size: 12rem;
    bottom: -4rem;
    left: 0.8rem;
  }
}
.steps__card-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  z-index: 2;
}
.steps__card-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.219;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .steps__card-title {
    font-size: 3.4rem;
  }
}
@media (max-width: 1200px) {
  .steps__card-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .steps__card-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 480px) {
  .steps__card-title {
    font-size: 1.8rem;
  }
}
.steps__card-text {
  margin: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
  max-width: 50rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.219;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .steps__card-text {
    font-size: 1.6rem;
    max-width: 42rem;
  }
}
@media (max-width: 1200px) {
  .steps__card-text {
    font-size: 1.5rem;
    max-width: 35rem;
  }
}
@media (max-width: 768px) {
  .steps__card-text {
    font-size: 1.4rem;
    max-width: 28rem;
  }
}
@media (max-width: 480px) {
  .steps__card-text {
    font-size: 1.2rem;
    max-width: 100%;
  }
}

/* ===================================
   ABOUT SECTION
   =================================== */
.about {
  position: relative;
  background: #0B1019;
  padding: clamp(60px, 8vh, 120px) 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about {
    padding: clamp(40px, 6vh, 80px) 0;
  }
}
@media (max-width: 480px) {
  .about {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .about .container {
    padding: 0 42px;
  }
}
.about__container {
  position: relative;
  z-index: 2;
}
.about__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(48px, 6vw, 96px);
  line-height: 1.219;
  color: var(--text-white);
  margin: 0 0 clamp(16px, 2vh, 24px) 0;
  -webkit-animation: fadeInUp 0.8s ease-out 0.2s forwards;
          animation: fadeInUp 0.8s ease-out 0.2s forwards;
  opacity: 0;
}
@media (max-width: 1200px) {
  .about__title {
    font-size: clamp(40px, 5vw, 64px);
  }
}
@media (max-width: 768px) {
  .about__title {
    font-size: clamp(32px, 4vw, 48px);
  }
}
@media (max-width: 480px) {
  .about__title {
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 16px;
  }
}
.about__intro {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 2vw, 32px);
  line-height: 1.219;
  color: var(--text-white);
  margin: 0 0 clamp(40px, 6vh, 80px) 0;
  -webkit-animation: fadeInUp 0.8s ease-out 0.4s forwards;
          animation: fadeInUp 0.8s ease-out 0.4s forwards;
  opacity: 0;
}
@media (max-width: 1200px) {
  .about__intro {
    font-size: clamp(18px, 1.8vw, 28px);
  }
}
@media (max-width: 768px) {
  .about__intro {
    font-size: clamp(16px, 1.6vw, 24px);
    margin-bottom: clamp(30px, 4vh, 60px);
  }
}
@media (max-width: 480px) {
  .about__intro {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 40px;
  }
}
.about__team {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(60px, 8vw, 120px);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: clamp(80px, 12vh, 160px);
}
@media (max-width: 1200px) {
  .about__team {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(50px, 7vw, 100px);
    margin-top: clamp(60px, 10vh, 120px);
  }
}
@media (max-width: 768px) {
  .about__team {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(40px, 6vw, 80px);
    margin-top: clamp(40px, 8vh, 80px);
  }
}
@media (max-width: 480px) {
  .about__team {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
    margin-top: 40px;
  }
}
.about__team-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-animation: fadeInUp 0.8s ease-out calc(0.6s + var(--delay, 0s)) forwards;
          animation: fadeInUp 0.8s ease-out calc(0.6s + var(--delay, 0s)) forwards;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.about__team-card:nth-child(1) {
  --delay: 0s;
}
.about__team-card:nth-child(2) {
  --delay: 0.1s;
}
.about__team-card:nth-child(3) {
  --delay: 0.2s;
}
.about__team-card:nth-child(4) {
  --delay: 0.3s;
}
.about__team-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.about__team-card:hover .about__team-number {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  text-shadow: 0 8px 24px rgba(75, 124, 191, 0.6);
}
.about__team-card:hover .about__team-name {
  color: var(--primary-light-blue);
}
@media (max-width: 768px) {
  .about__team-card:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.about__team-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: clamp(120px, 16vw, 256px);
  line-height: 1.219;
  color: var(--primary-blue);
  margin: 0 0 clamp(-40px, -5vh, -80px) 0;
  display: block;
  text-shadow: 0 4px 16px rgba(75, 124, 191, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1440px) {
  .about__team-number {
    font-size: clamp(100px, 14vw, 200px);
    margin-bottom: clamp(-30px, -4vh, -60px);
  }
}
@media (max-width: 1200px) {
  .about__team-number {
    font-size: clamp(80px, 12vw, 160px);
    margin-bottom: clamp(-20px, -3vh, -40px);
  }
}
@media (max-width: 768px) {
  .about__team-number {
    font-size: clamp(60px, 10vw, 120px);
    margin-bottom: clamp(-15px, -2vh, -30px);
  }
}
@media (max-width: 480px) {
  .about__team-number {
    font-size: 96px;
    line-height: 1;
    margin-bottom: -20px;
  }
}
.about__team-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 2.5vw, 36px);
  line-height: 1.219;
  color: var(--text-white);
  margin: 0;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 1200px) {
  .about__team-name {
    font-size: clamp(18px, 2.2vw, 32px);
  }
}
@media (max-width: 768px) {
  .about__team-name {
    font-size: clamp(16px, 2vw, 28px);
  }
}
@media (max-width: 480px) {
  .about__team-name {
    font-size: 16px;
    line-height: 1.5;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .about__title,
  .about__intro,
  .about__team-card {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
  .about__team-card:hover {
    -webkit-transform: none;
            transform: none;
  }
  .about__team-card:hover .about__team-number {
    -webkit-transform: none;
            transform: none;
  }
}
.reviews {
  position: relative;
  padding: 12rem 0;
  background-color: #0b1019;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .reviews {
    padding: 8rem 0;
  }
}
@media (max-width: 768px) {
  .reviews {
    padding: 6rem 0;
  }
}
@media (max-width: 480px) {
  .reviews {
    padding: 60px 0;
  }
}
.reviews__container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 7.3rem;
}
@media (max-width: 1400px) {
  .reviews__container {
    padding: 0 5rem;
  }
}
@media (max-width: 1200px) {
  .reviews__container {
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .reviews__container {
    padding: 0 2rem;
  }
}
@media (max-width: 480px) {
  .reviews__container {
    padding: 0 42px;
  }
}
.reviews__title {
  margin: 0 0 6rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.219;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1400px) {
  .reviews__title {
    font-size: 5rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 1200px) {
  .reviews__title {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .reviews__title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .reviews__title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 36px;
    text-align: left;
  }
}
.reviews__slider {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 6rem;
  overflow: visible;
}
@media (max-width: 1200px) {
  .reviews__slider {
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .reviews__slider {
    padding-bottom: 4rem;
  }
}
.reviews__slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.reviews__slider .swiper-slide {
  width: 798px !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 900px) {
  .reviews__slider .swiper-slide {
    width: 600px !important;
  }
}
@media (max-width: 640px) {
  .reviews__slider .swiper-slide {
    width: 90vw !important;
  }
}
.reviews__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 798px;
  height: 897px;
  padding: 48px 43px 50px 43px;
  background: -webkit-gradient(linear, left top, left bottom, from(#121d30), to(#0a1321));
  background: linear-gradient(180deg, #121d30 0%, #0a1321 100%);
  border-radius: 29px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 900px) {
  .reviews__card {
    width: 600px;
    height: 670px;
    padding: 35px 35px 40px 35px;
    border-radius: 24px;
  }
}
@media (max-width: 640px) {
  .reviews__card {
    width: 90vw;
    height: auto;
    min-height: 500px;
    padding: 25px 25px 30px 25px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .reviews__card {
    min-height: 450px;
    padding: 20px 20px 25px 20px;
    border-radius: 16px;
  }
}
.reviews__card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.reviews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 27px;
  margin-bottom: 27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 900px) {
  .reviews__header {
    gap: 22px;
    margin-bottom: 22px;
  }
}
@media (max-width: 640px) {
  .reviews__header {
    gap: 15px;
    margin-bottom: 15px;
  }
}
.reviews__avatar {
  width: 170px;
  height: 170px;
  background-color: #d9d9d9;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 900px) {
  .reviews__avatar {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 640px) {
  .reviews__avatar {
    width: 100px;
    height: 100px;
  }
}
.reviews__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.reviews__author-name {
  margin: 0 0 5px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.219;
  color: #ffffff;
}
@media (max-width: 900px) {
  .reviews__author-name {
    font-size: 38px;
  }
}
@media (max-width: 640px) {
  .reviews__author-name {
    font-size: 28px;
  }
}
.reviews__author-subtitle {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.219;
  color: #5073bb;
}
@media (max-width: 900px) {
  .reviews__author-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .reviews__author-subtitle {
    font-size: 16px;
  }
}
.reviews__rating {
  margin-bottom: 27px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 900px) {
  .reviews__rating {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .reviews__rating {
    margin-bottom: 15px;
  }
}
.reviews__stars {
  display: block;
  width: 295px;
  height: 55px;
}
@media (max-width: 900px) {
  .reviews__stars {
    width: 235px;
    height: 44px;
  }
}
@media (max-width: 640px) {
  .reviews__stars {
    width: 180px;
    height: 34px;
  }
}
.reviews__text {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.219;
  color: #ffffff;
  padding-right: 10px;
}
.reviews__text::-webkit-scrollbar {
  width: 6px;
}
.reviews__text::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}
.reviews__text::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.reviews__text::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 900px) {
  .reviews__text {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .reviews__text {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .reviews__text {
    font-size: 20px;
  }
}

/* ===================================
   FAQ SECTION
   =================================== */
.faq {
  background-color: #0b1019;
  padding: 7.5rem 0;
  position: relative;
}
@media (max-width: 1024px) {
  .faq {
    padding: 5rem 0;
  }
}
@media (max-width: 768px) {
  .faq {
    padding: 3.75rem 0;
  }
}
@media (max-width: 480px) {
  .faq {
    padding: 52px 0;
  }
}
.faq__container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 140px;
}
@media (max-width: 1440px) {
  .faq__container {
    padding: 0 80px;
  }
}
@media (max-width: 1024px) {
  .faq__container {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .faq__container {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .faq__container {
    padding: 0 42px;
  }
}
.faq__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.219;
  color: #ffffff;
  margin: 0 0 3rem;
}
@media (max-width: 1440px) {
  .faq__title {
    font-size: 5rem;
    margin: 0 0 2.5rem;
  }
}
@media (max-width: 1024px) {
  .faq__title {
    font-size: 3.75rem;
    margin: 0 0 2rem;
  }
}
@media (max-width: 768px) {
  .faq__title {
    font-size: 2.5rem;
    margin: 0 0 1.875rem;
  }
}
@media (max-width: 480px) {
  .faq__title {
    font-size: 24px;
    line-height: 1.219;
    margin: 0 0 24px;
    text-align: left;
  }
}
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  .faq__list {
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .faq__list {
    gap: 1rem;
  }
}
.faq__item {
  background-color: transparent;
  border-radius: 1.8125rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__item.faq__item--active .faq__question {
  background-color: #121d30;
  border-radius: 1.8125rem 1.8125rem 0 0;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .faq__item.faq__item--active .faq__question {
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
@media (max-width: 768px) {
  .faq__item.faq__item--active .faq__question {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}
@media (max-width: 480px) {
  .faq__item.faq__item--active .faq__question {
    border-radius: 1rem 1rem 0 0;
  }
}
.faq__item.faq__item--active .faq__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__item.faq__item--active .faq__answer {
  opacity: 1;
  padding: 3.625rem 2.75rem 2rem;
}
@media (max-width: 1024px) {
  .faq__item.faq__item--active .faq__answer {
    padding: 2.5rem 2rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .faq__item.faq__item--active .faq__answer {
    padding: 2rem 1.5rem 1.25rem;
  }
}
@media (max-width: 480px) {
  .faq__item.faq__item--active .faq__answer {
    padding: 1.5rem 1.25rem 1rem;
  }
}
.faq__question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  background-color: #121d30;
  border: none;
  border-radius: 1.8125rem;
  padding: 3.125rem 2.75rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-radius 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-radius 0.3s ease;
  text-align: left;
  color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 1440px) {
  .faq__question {
    padding: 2.5rem 2.5rem;
    gap: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .faq__question {
    padding: 2rem 2rem;
    gap: 1.25rem;
    border-radius: 1.5rem;
  }
}
@media (max-width: 768px) {
  .faq__question {
    padding: 1.5rem 1.5rem;
    gap: 1rem;
    border-radius: 1.25rem;
  }
}
@media (max-width: 480px) {
  .faq__question {
    padding: 1.25rem 1.25rem;
    gap: 0.75rem;
    border-radius: 1rem;
  }
}
.faq__question:hover {
  background-color: #1a2740;
  color: rgba(255, 255, 255, 0.75);
}
.faq__question:focus {
  outline: none;
}
.faq__question:focus-visible {
  outline: 2px solid var(--primary-light-blue);
  outline-offset: 2px;
}
.faq__question:active {
  background-color: #0f1825;
}
.faq__question-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 1.219;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1440px) {
  .faq__question-text {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .faq__question-text {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .faq__question-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .faq__question-text {
    font-size: 1.125rem;
  }
}
.faq__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.25rem;
  height: 6.25rem;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1440px) {
  .faq__icon {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 1024px) {
  .faq__icon {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 768px) {
  .faq__icon {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 480px) {
  .faq__icon {
    width: 2rem;
    height: 2rem;
  }
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  background-color: #080c10;
  border-radius: 0 0 1.8125rem 1.8125rem;
  padding: 0 2.75rem;
  -webkit-transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
  opacity: 0;
}
@media (max-width: 1024px) {
  .faq__answer {
    border-radius: 0 0 1.5rem 1.5rem;
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .faq__answer {
    border-radius: 0 0 1.25rem 1.25rem;
    padding: 0 1.5rem;
  }
}
@media (max-width: 480px) {
  .faq__answer {
    border-radius: 0 0 1rem 1rem;
    padding: 0 1.25rem;
  }
}
.faq__answer-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 1.219;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 1440px) {
  .faq__answer-text {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .faq__answer-text {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .faq__answer-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .faq__answer-text {
    font-size: 1.125rem;
  }
}

.request {
  position: relative;
  min-height: 1094px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #233f65;
  background-image: url("../image/bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .request {
    min-height: 900px;
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .request {
    min-height: 800px;
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .request {
    min-height: 700px;
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .request {
    min-height: 422px;
    padding: 30px 0;
  }
}

.request__container {
  position: relative;
  z-index: 2;
}

.request__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.219;
  color: #ffffff;
  text-align: left;
  margin: 0 0 21px 0;
}
@media (max-width: 1440px) {
  .request__title {
    font-size: 56px;
    margin-bottom: 18px;
  }
}
@media (max-width: 1024px) {
  .request__title {
    font-size: 48px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .request__title {
    font-size: 36px;
    margin-bottom: 14px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .request__title {
    font-size: 22px;
    line-height: 1.182;
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .request__title br {
    display: none;
  }
}

.request__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.219;
  color: #ffffff;
  text-align: left;
  margin: 0 0 69px 0;
  max-width: 1513px;
}
@media (max-width: 1440px) {
  .request__subtitle {
    font-size: 22px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .request__subtitle {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .request__subtitle {
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .request__subtitle {
    font-size: 11px;
    line-height: 1.364;
    margin-bottom: 24px;
  }
}

.request__form {
  width: 100%;
  max-width: 1413px;
  margin: 0 auto;
}

.request__form-wrapper {
  position: relative;
  background: radial-gradient(ellipse at center, #1a2543 0%, #2d3f5e 100%);
  border: 1px solid transparent;
  border-radius: 29px;
  padding: 84px 122px 78px;
  -webkit-backdrop-filter: blur(15.52px);
          backdrop-filter: blur(15.52px);
  -webkit-box-shadow: -1.858px -1.732px 12px -8px rgba(0, 0, 0, 0.15), -11.15px -10.392px 48px -12px rgba(0, 0, 0, 0.15), inset 1.227px 1.143px 4.64px 0px rgba(255, 255, 255, 0.14), inset 2.156px 2.009px 9.28px 0px rgba(255, 255, 255, 0.14);
          box-shadow: -1.858px -1.732px 12px -8px rgba(0, 0, 0, 0.15), -11.15px -10.392px 48px -12px rgba(0, 0, 0, 0.15), inset 1.227px 1.143px 4.64px 0px rgba(255, 255, 255, 0.14), inset 2.156px 2.009px 9.28px 0px rgba(255, 255, 255, 0.14);
}
.request__form-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 29px;
  padding: 1px;
  background: conic-gradient(from 90deg at 0% 0%, rgba(255, 255, 255, 0.37) 0deg, rgba(255, 255, 255, 0) 90deg, rgba(255, 255, 255, 0.37) 180deg, rgba(255, 255, 255, 0) 270deg, rgba(255, 255, 255, 0.37) 360deg);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.6;
}
@media (max-width: 1440px) {
  .request__form-wrapper {
    padding: 70px 100px 65px;
  }
}
@media (max-width: 1024px) {
  .request__form-wrapper {
    padding: 60px 80px 55px;
  }
}
@media (max-width: 768px) {
  .request__form-wrapper {
    padding: 50px 40px 45px;
    border-radius: 24px;
  }
  .request__form-wrapper::before {
    border-radius: 24px;
  }
}
@media (max-width: 480px) {
  .request__form-wrapper {
    padding: 40px 24px 35px;
    border-radius: 20px;
  }
  .request__form-wrapper::before {
    border-radius: 20px;
  }
}

.request__form-group {
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .request__form-group {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .request__form-group {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .request__form-group {
    margin-bottom: 24px;
  }
}

.request__input {
  width: 100%;
  height: 98px;
  padding: 0 28px;
  background: #949bac;
  border: none;
  border-radius: 29px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.219;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.request__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
  opacity: 1;
}
.request__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
  opacity: 1;
}
.request__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
  opacity: 1;
}
.request__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
  opacity: 1;
}
.request__input::placeholder {
  color: rgba(0, 0, 0, 0.42);
  opacity: 1;
}
.request__input:focus {
  outline: none;
  background: #a5acba;
  -webkit-box-shadow: 0 0 0 2px rgba(73, 112, 183, 0.4);
          box-shadow: 0 0 0 2px rgba(73, 112, 183, 0.4);
}
.request__input:hover {
  background: #a0a7b6;
}
.request__input:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.request__input:invalid:not(:-moz-placeholder-shown) {
  border: 2px solid rgba(255, 0, 0, 0.5);
}
.request__input:invalid:not(:-ms-input-placeholder) {
  border: 2px solid rgba(255, 0, 0, 0.5);
}
.request__input:invalid:not(:placeholder-shown) {
  border: 2px solid rgba(255, 0, 0, 0.5);
}
.request__input:valid:not(:-moz-placeholder-shown) {
  border: 2px solid rgba(0, 255, 0, 0.3);
}
.request__input:valid:not(:-ms-input-placeholder) {
  border: 2px solid rgba(0, 255, 0, 0.3);
}
.request__input:valid:not(:placeholder-shown) {
  border: 2px solid rgba(0, 255, 0, 0.3);
}
@media (max-width: 1440px) {
  .request__input {
    height: 90px;
    font-size: 28px;
    padding: 0 24px;
  }
}
@media (max-width: 1024px) {
  .request__input {
    height: 80px;
    font-size: 24px;
    padding: 0 20px;
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  .request__input {
    height: 70px;
    font-size: 20px;
    padding: 0 18px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .request__input {
    height: 60px;
    font-size: 18px;
    padding: 0 16px;
    border-radius: 18px;
  }
}

.request__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 532px;
  height: 81px;
  margin: 97px auto 0;
  padding: 10px;
  background: #4970b7;
  border: none;
  border-radius: 29px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.219;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 15px rgba(73, 112, 183, 0.3), 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(73, 112, 183, 0.3), 0 2px 8px rgba(0, 0, 0, 0.2);
}
.request__button:hover {
  background: #5a82c9;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(73, 112, 183, 0.4), 0 3px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 20px rgba(73, 112, 183, 0.4), 0 3px 10px rgba(0, 0, 0, 0.25);
}
.request__button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 2px 10px rgba(73, 112, 183, 0.3), 0 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(73, 112, 183, 0.3), 0 1px 5px rgba(0, 0, 0, 0.2);
}
.request__button:focus {
  outline: none;
}
.request__button:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 4px 15px rgba(73, 112, 183, 0.3), 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(73, 112, 183, 0.3);
          box-shadow: 0 4px 15px rgba(73, 112, 183, 0.3), 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(73, 112, 183, 0.3);
}
.request__button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 1440px) {
  .request__button {
    width: 480px;
    height: 75px;
    font-size: 28px;
    margin-top: 85px;
  }
}
@media (max-width: 1024px) {
  .request__button {
    width: 420px;
    height: 70px;
    font-size: 24px;
    margin-top: 70px;
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  .request__button {
    width: 100%;
    max-width: 380px;
    height: 65px;
    font-size: 20px;
    margin-top: 50px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .request__button {
    max-width: 100%;
    height: 60px;
    font-size: 18px;
    margin-top: 40px;
    border-radius: 18px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.request__form--loading {
  pointer-events: none;
  opacity: 0.7;
}
.request__form--loading .request__button {
  position: relative;
  color: transparent;
}
.request__form--loading .request__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.request__form--success .request__form-wrapper {
  border-color: rgba(0, 255, 0, 0.5);
}

.request__form--error .request__form-wrapper {
  border-color: rgba(255, 0, 0, 0.5);
  -webkit-animation: shake 0.5s;
          animation: shake 0.5s;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.request__input:focus-visible,
.request__button:focus-visible {
  outline: 3px solid rgba(73, 112, 183, 0.5);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: no-preference) {
  .request__title,
  .request__subtitle,
  .request__form {
    opacity: 0;
    -webkit-animation: fadeInUp 0.6s ease forwards;
            animation: fadeInUp 0.6s ease forwards;
  }
  .request__title {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .request__subtitle {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .request__form {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media print {
  .request {
    background-image: none;
    min-height: auto;
    padding: 40px 0;
  }
  .request__form-wrapper {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #ccc;
  }
  .request__button {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */