@charset "UTF-8";
:root {
  --fz-html: 62.5%;
  --fz-base: 2rem;
  --fw-base: 400;
  --lh-base: 1.85;
  --ff-base: "Inter", Helvetica, Arial, sans-serif;
  --t-duration: 0.3s;
  --c-base: #656565;
  --c-black: #000;
  --c-white: #fff;
  --c-red: #cf1628;
  --c-blue: #093c7e;
  --c-blue-2: #042249;
  --c-blue-3: #072f62;
  --c-darkblue: #011446;
  --c-lightblue: #a7b5c7;
  --c-gray: #d1d1d1;
  --c-gray-2: #f4f6f8;
  --c-gray-3: #758599;
  --c-gray-4: #404040;
  --c-gray-5: #f2f4f7;
  --spacer: 20rem;
}
@media (max-width: 1200px) {
  :root {
    --spacer: 10rem;
  }
}
@media (max-width: 767px) {
  :root {
    --spacer: 4.8rem;
  }
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=button],
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/fonts/HelveticaNeue-ThinCond.woff2") format("woff2"), url("/assets/fonts/HelveticaNeue-ThinCond.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../assets/fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../assets/fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../assets/fonts/HelveticaNeue-Regular.woff2") format("woff2"), url("../assets/fonts/HelveticaNeue-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../assets/fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../assets/fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../assets/fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../assets/fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../assets/fonts/HelveticaNeue-Heavy.woff2") format("woff2"), url("../assets/fonts/HelveticaNeue-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../assets/fonts/HelveticaNeue-BlackItalic.woff2") format("woff2"), url("../assets/fonts/HelveticaNeue-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../assets/fonts/HelveticaNeue-Black.woff2") format("woff2"), url("../assets/fonts/HelveticaNeue-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: var(--fz-html);
}
body {
  min-width: 320px;
  font-family: var(--ff-base);
  font-weight: var(--fw-base);
  font-size: var(--fz-base);
  line-height: var(--lh-base);
  color: var(--c-base);
}
a {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) {
  a:where(:hover, :focus-visible) {
    text-decoration: none;
  }
}
a[href^=tel] {
  text-decoration: none;
}
.level-1, h1, .level-2, h2, .level-3, h3, .level-4, h4, .level-5, h5, .level-6, h6 {
  margin-bottom: calc(var(--lh-base) * 0.5em);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.level-1, h1 {
  font-size: 8.8rem;
  line-height: 1.17;
}
.level-2, h2 {
  font-size: 6rem;
  line-height: 1;
}
.level-3, h3 {
  font-size: 5.5rem;
}
.level-4, h4 {
  font-size: 5rem;
}
.level-5, h5 {
  font-size: 4.5rem;
}
.level-6, h6 {
  font-size: 2.2rem;
}
@media (max-width: 1199px) {
  body {
    font-size: 1.8rem;
  }
  .level-1, h1 {
    font-size: 6rem;
  }
  .level-2, h2 {
    font-size: 4.8rem;
  }
  .level-3, h3 {
    font-size: 3.8rem;
  }
  .level-4, h4 {
    font-size: 3rem;
  }
  .level-5, h5 {
    font-size: 3rem;
  }
  .level-6, h6 {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 1.8rem;
  }
  .level-1, h1 {
    font-size: 5.2rem;
  }
  .level-2, h2 {
    font-size: 4.4rem;
  }
  .level-3, h3 {
    font-size: 3.6rem;
  }
  .level-4, h4 {
    font-size: 2.8rem;
  }
  .level-5, h5 {
    font-size: 2.4rem;
  }
  .level-6, h6 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .level-1, h1 {
    font-size: 4.7rem;
  }
  .level-2, h2 {
    font-size: 4.5rem;
  }
  .level-3, h3 {
    font-size: 3.2rem;
  }
  .level-4, h4 {
    font-size: 2.4rem;
  }
  .level-5, h5 {
    font-size: 2rem;
  }
  .level-6, h6 {
    font-size: 1.8rem;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: calc(var(--lh-base) * 0.5em);
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
*:focus-visible {
  outline: 2px solid var(--c-red);
  outline-offset: 6px;
}
.text-subtitle {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .text-subtitle {
    font-size: 1.5rem;
  }
}
.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.has-border:before, .has-border:after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: var(--c-red);
}
@media (max-width: 767px) {
  .has-border:before, .has-border:after {
    height: 0.2rem;
    top: -0.4rem;
  }
}
.has-border:after {
  top: auto;
  bottom: -1rem;
}
@media (max-width: 767px) {
  .has-border:after {
    bottom: -0.6rem;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 1rem;
  margin: 0;
  background: #ffffff;
  z-index: 9999;
  clip: unset;
}
[hidden],
.hidden {
  display: none !important;
}
[disabled],
.disabled {
  cursor: default;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
    Accordion
\* ------------------------------------------------------------ */
.accordion .accordion__head {
  background-color: var(--c-gray-5);
  padding: 1.7rem 6rem 1.7rem 3.4rem;
  position: relative;
  color: var(--c-black);
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 767px) {
  .accordion .accordion__head {
    padding: 1.3rem 3.5rem 1.3rem 1.8rem;
  }
}
.accordion .accordion__head h6 {
  font-size: 900;
  font-style: italic;
}
@media (max-width: 767px) {
  .accordion .accordion__head h6 {
    font-size: 1.4rem;
  }
}
.accordion .accordion__head:after, .accordion .accordion__head:before {
  content: "";
  top: 50%;
  right: 2.6rem;
  position: absolute;
  width: 1.6rem;
  height: 2px;
  background-color: currentColor;
  color: var(--c-red);
  translate: -50% -50%;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .accordion .accordion__head:after, .accordion .accordion__head:before {
    width: 0.9rem;
    right: 1.4rem;
    top: 2.6rem;
  }
}
.accordion .accordion__head:before {
  rotate: 90deg;
}
@media (min-width: 1023.02px) {
  .accordion .accordion__head:hover {
    cursor: pointer;
  }
}
.accordion .accordion__body {
  display: none;
  padding: 2.2rem 3.4rem;
  font-size: 1.9rem;
  line-height: 1.684;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 767px) {
  .accordion .accordion__body {
    font-size: 1.4rem;
    line-height: 2.07;
    padding: 0.9rem 2.9rem 1.5rem 2.4rem;
  }
}
.accordion .accordion__section {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 19px 0px 0px rgba(9, 60, 126, 0);
  transition: box-shadow 0.3s;
}
.accordion .accordion__section + .accordion__section {
  margin-top: 1.7rem;
}
@media (max-width: 767px) {
  .accordion .accordion__section + .accordion__section {
    margin-top: 0.9rem;
  }
}
.accordion .accordion__section.is-expanded {
  box-shadow: 0px 19px 37.2px 2.8px rgba(9, 60, 126, 0.18);
}
.accordion .accordion__section.is-expanded .accordion__head {
  background-color: var(--c-blue-3);
  color: var(--c-white);
}
.accordion .accordion__section.is-expanded .accordion__head:after, .accordion .accordion__section.is-expanded .accordion__head:before {
  color: inherit;
}
.accordion .accordion__section.is-expanded .accordion__head:before {
  scale: 0;
}
.accordion .accordion__section.is-expanded .accordion__body {
  background-color: var(--c-blue);
  color: var(--c-white);
}
/* ------------------------------------------------------------ *\
    Animate
\* ------------------------------------------------------------ */
.animate {
  opacity: 0;
}
.animate--fade-up.is-visible {
  animation: fadeUp 0.6s ease-out 0.15s forwards;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
.animate--fade-in.is-visible {
  animation: fadeIn 0.6s ease-out 0.15s forwards;
  opacity: 0;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translate(0, 7vw);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.article {
  line-height: 1.5;
  padding-block: 5rem;
}
@media (max-width: 1199px) {
  .article {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .article {
    padding: 0;
  }
}
.article h3 {
  color: var(--c-black);
  font-weight: 900;
  font-size: 3.3rem;
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 1.2;
  line-height: 1.45;
  margin-bottom: 1.8rem;
}
@media (max-width: 1199px) {
  .article h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .article h3 {
    font-size: 2.6rem;
    letter-spacing: 0;
    margin-bottom: 0.5rem;
  }
}
.article p {
  margin-bottom: 2.1rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .article p {
    margin-bottom: 1.5rem;
    line-height: 1.6666666667;
  }
}
.bar-contacts {
  position: relative;
  background-color: var(--c-blue);
  color: var(--c-white);
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
  padding: 0.4rem 0;
}
@media (max-width: 1399px) {
  .bar-contacts {
    text-transform: uppercase;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .bar-contacts {
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.bar-contacts:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 99%;
  bottom: 0;
  width: 100%;
  background-color: var(--c-blue);
}
@media (max-width: 1023px) {
  .bar-contacts:after {
    left: calc(50% - 50vw);
    width: 100vw;
  }
}
.bar-contacts ul {
  position: relative;
  z-index: 2;
  display: flex;
  list-style: none;
}
.bar-contacts ul li {
  position: relative;
}
.bar-contacts .bar__icon {
  display: block;
  max-width: 2.4rem;
}
@media (max-width: 767px) {
  .bar-contacts .bar__icon {
    max-width: 1.2rem;
  }
}
.bar-contacts svg {
  width: 100%;
  height: auto;
  display: block;
}
.bar-contacts svg path {
  fill: white;
  stroke: none;
}
@media (max-width: 1023px) {
  .bar-contacts li {
    flex-grow: 1;
  }
}
.bar-contacts li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1399.02px) {
  .bar-contacts li:first-child a {
    padding-left: 5.5rem;
  }
}
@media (max-width: 767px) {
  .bar-contacts li:first-child a {
    padding-left: 0;
  }
}
.bar-contacts li:last-child a {
  padding-right: 0;
}
.bar-contacts a {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  text-align: center;
  padding-block: 0.4rem;
  padding-inline: 7.1rem;
  transition: opacity 0.3s;
}
@media (min-width: 1023.02px) {
  .bar-contacts a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1899px) {
  .bar-contacts a {
    padding-inline: 3rem;
  }
}
@media (max-width: 767px) {
  .bar-contacts a {
    padding: 0 1.1rem;
  }
}
@media (max-width: 767px) {
  .bar-contacts a > img {
    display: none;
  }
}
.bar-contacts .bar__content span + span {
  display: none;
}
@media (max-width: 1399px) {
  .bar-contacts .bar__content span {
    display: none;
  }
  .bar-contacts .bar__content span + span {
    display: block;
  }
}
.bar-contacts .bar__has-dropdown {
  position: relative;
}
.bar-contacts .bar__has-dropdown .bar__dropdown-head {
  position: relative;
  z-index: 2;
}
.bar-contacts .bar__has-dropdown .bar__dropdown-head img {
  transition: scale 0.3s;
}
.bar-contacts .bar__has-dropdown .bar__overlay {
  position: absolute;
  left: -100vw;
  top: -100vh;
  width: 200vw;
  height: 200vh;
  background-color: red;
  z-index: 1;
  display: none;
  opacity: 0;
}
.bar-contacts .bar__has-dropdown .bar__dropdown-body {
  position: absolute;
  z-index: 2;
  top: 100%;
  width: calc(100% + 1.3rem);
  color: var(--c-white);
  background-color: var(--c-blue);
  font-size: 1.4rem;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .bar-contacts .bar__has-dropdown .bar__dropdown-body {
    font-size: 1.2rem;
    left: -2rem;
    width: calc(100% + 4.2rem);
  }
}
.bar-contacts .bar__has-dropdown .bar__dropdown-body ul {
  display: block;
  padding: 1.5rem 2rem;
}
@media (max-width: 767px) {
  .bar-contacts .bar__has-dropdown .bar__dropdown-body ul {
    padding: 1rem 1rem;
  }
}
.bar-contacts .bar__has-dropdown .bar__dropdown-body ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bar-contacts .bar__has-dropdown .bar__dropdown-body ul li + li {
  border: none;
}
.bar-contacts .bar__has-dropdown .bar__dropdown-body ul li p {
  margin-bottom: 0;
}
.bar-contacts .bar__has-dropdown .bar__dropdown-body ul li p:last-child {
  font-size: 80%;
}
.bar-contacts .bar__has-dropdown.is-expanded .bar__overlay {
  display: block;
}
.bar-contacts .bar__has-dropdown.is-expanded .bar__dropdown-head img {
  scale: 1 -1;
}
.bar-contacts .bar__has-dropdown.is-expanded .bar__dropdown-body {
  opacity: 1;
  pointer-events: auto;
}
/* ------------------------------------------------------------ *\
    Box Contact
\* ------------------------------------------------------------ */
.box-contact {
  background-color: var(--c-red);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7.4rem 5rem 6.2rem;
  text-align: center;
  color: var(--c-white);
  border-radius: 1.7rem;
  overflow: hidden;
  min-height: 64rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .box-contact {
    padding: 4rem 5rem;
  }
}
@media (max-width: 1023px) {
  .box-contact {
    padding: 4rem 2.5rem;
    min-height: 47rem;
  }
}
@media (max-width: 767px) {
  .box-contact {
    padding: 5.3rem 3.1rem 4.3rem;
    min-height: 0;
  }
}
.box-contact .box__icon {
  margin: 0 auto 4rem;
  position: relative;
  width: 12rem;
  aspect-ratio: 1;
  text-align: center;
  background-color: var(--c-white);
  border-radius: 50%;
  box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.4);
}
@media (max-width: 1199px) {
  .box-contact .box__icon {
    width: 8rem;
  }
}
@media (max-width: 767px) {
  .box-contact .box__icon {
    box-shadow: 0 0 0 0.6rem rgba(255, 255, 255, 0.4);
    margin-bottom: 2.2rem;
  }
}
.box-contact .box__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37%;
  aspect-ratio: 1;
  mask-image: var(--url);
  mask-size: 100% auto;
  background-color: var(--c-red);
}
.box-contact .box__content .box__title {
  line-height: 1.167;
  font-weight: 900;
}
@media (max-width: 1199px) {
  .box-contact .box__content .box__title {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  .box-contact .box__content .box__title {
    font-size: 4.2rem;
    line-height: 1.12;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .box-contact .box__content p {
    font-size: 1.7rem;
    line-height: 1.59;
  }
}
.box-contact .box__actions {
  margin-top: 3.9rem;
}
@media (max-width: 1199px) {
  .box-contact .box__actions {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .box-contact .box__actions {
    margin-top: 1.7rem;
    padding-right: 1.6rem;
  }
}
.box-contact .box__actions .btn {
  background-color: var(--c-black);
}
@media (max-width: 767px) {
  .box-contact .box__actions .btn {
    width: 100%;
  }
}
.box-contact .box__actions .btn:hover {
  border-color: var(--c-black);
  color: var(--c-black);
  background-color: var(--c-white);
}
.box-info {
  background-color: var(--c-white);
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .box-info {
    border: 1px solid var(--c-blue);
    border-radius: 1.3rem;
    overflow: hidden;
  }
}
.box-info .box__head {
  background-color: var(--c-blue);
  color: var(--c-white);
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.4rem 5.6rem;
}
@media (max-width: 1899px) {
  .box-info .box__head {
    padding: 1.4rem 4rem;
  }
}
@media (max-width: 1199px) {
  .box-info .box__head {
    padding: 1rem 2rem;
  }
}
@media (max-width: 1023px) {
  .box-info .box__head {
    padding: 1rem 1rem;
    gap: 1.3rem;
  }
}
.box-info .box__head h4 {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .box-info .box__head h4 {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .box-info .box__head h4 {
    font-size: 2.5rem;
  }
}
.box-info .box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.4rem;
  aspect-ratio: 1;
  background-color: var(--c-white);
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .box-info .box__icon {
    width: 5rem;
  }
}
@media (max-width: 1199px) {
  .box-info .box__icon img {
    max-width: 55%;
    max-height: 50%;
    width: auto;
    height: auto;
  }
}
.box-info .box__body {
  padding: 3rem 6.4rem 2.4rem 6.4rem;
  height: 100%;
}
@media (max-width: 1899px) {
  .box-info .box__body {
    padding: 3rem 4rem;
  }
}
@media (max-width: 1199px) {
  .box-info .box__body {
    padding: 2rem 2rem;
  }
}
@media (max-width: 1023px) {
  .box-info .box__body {
    padding: 3rem 3.7rem 3.5rem;
  }
}
.box-info .box__list {
  white-space: nowrap;
  font-size: 2.2rem;
  line-height: 1;
}
@media (max-width: 1199px) {
  .box-info .box__list {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .box-info .box__list {
    font-size: 1.9rem;
  }
}
.box-info .box__list li {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.box-info .box__list li + li {
  margin-top: 0.3rem;
}
@media (max-width: 1023px) {
  .box-info .box__list li + li {
    margin-top: 2.5rem;
  }
}
@media (max-width: 1023px) {
  .box-info .box__list p {
    margin-bottom: 0;
  }
}
.box-info .box__list p:nth-child(2) {
  width: 48%;
}
@media (max-width: 1023px) {
  .box-info .box__list p:nth-child(2) {
    width: 54.6%;
  }
}
.box-info .box__list strong {
  color: var(--c-black);
}
@media (max-width: 1023px) {
  .box-info .box__list strong {
    font-weight: 500;
  }
}
@media (min-width: 1199.02px) {
  .box-info .box__list strong {
    font-size: 2.1rem;
  }
}
.box-info .box__location {
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
}
@media (max-width: 1199px) {
  .box-info .box__location {
    font-size: 100%;
  }
}
@media (max-width: 1023px) {
  .box-info .box__location {
    text-align: left;
    padding: 0.9rem 2rem 2.5rem;
  }
}
.box-info .box__location h4 {
  font-size: 3rem;
  color: var(--c-black);
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .box-info .box__location h4 {
    font-size: 120%;
  }
}
@media (max-width: 1023px) {
  .box-info .box__location h4 {
    font-size: 2.5rem;
  }
}
.box-info .box__location p {
  line-height: 1.55;
  padding-inline: 2rem;
  margin-bottom: 4.2rem;
}
@media (max-width: 1023px) {
  .box-info .box__location p {
    padding: 0;
    font-size: 2.2rem;
    line-height: 1.54;
    letter-spacing: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .box-info .box__location .btn {
    display: none;
  }
}
@media (min-width: 1023.02px) {
  .grid__col:not(:last-child) .box-info .box__body {
    border-right: 2px solid var(--c-blue);
  }
  .grid__col:not(:last-child) .box-info .box__head {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
  }
}
.grid__col:last-child .box-info {
  margin-right: -0.1rem;
}
@media (max-width: 1023px) {
  .box-info .box__contacts {
    padding: 1.9rem 2.25rem 2.5rem;
  }
}
.box-info .box__contacts ul {
  list-style: none;
  font-size: 1.8rem;
}
@media (max-width: 1023px) {
  .box-info .box__contacts ul {
    font-size: 1.7rem;
  }
}
.box-info .box__contacts li + li {
  margin-top: 2.8rem;
}
@media (max-width: 1199px) {
  .box-info .box__contacts li + li {
    margin-top: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .box-info .box__contacts li + li {
    margin-top: 3.2rem;
  }
}
.box-info .box__contacts span {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
}
@media (max-width: 1023px) {
  .box-info .box__contacts span {
    margin-bottom: 0rem;
  }
}
.box-info .box__contacts a {
  text-decoration: none;
  color: var(--c-black);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (max-width: 1199px) {
  .box-info .box__contacts a {
    font-size: inherit;
  }
}
@media (max-width: 1023px) {
  .box-info .box__contacts a {
    font-size: 3rem;
  }
}
.box-info .box__contacts-phone a {
  font-size: 3rem;
  color: var(--c-red);
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}
@media (max-width: 1199px) {
  .box-info .box__contacts-phone a {
    font-size: inherit;
  }
}
@media (max-width: 1023px) {
  .box-info .box__contacts-phone a {
    font-size: 3.4rem;
    letter-spacing: -0.02em;
    line-height: 1.3;
  }
}
@media (max-width: 1023px) {
  .box-info .box__contacts-email span {
    margin-bottom: -0.3rem;
  }
}
.box-info .box__contacts-email a {
  color: var(--c-blue);
  font-size: 2.4rem;
  text-decoration: underline;
  letter-spacing: -0.01em;
  text-underline-offset: 8px;
}
@media (max-width: 1199px) {
  .box-info .box__contacts-email a {
    font-size: inherit;
  }
}
@media (max-width: 1023px) {
  .box-info .box__contacts-email a {
    font-size: 2.1rem;
    letter-spacing: 0.03em;
    font-weight: 400;
    overflow-wrap: anywhere;
  }
}
.box-info .box__contacts-email a:hover {
  text-decoration: none;
}
@media (min-width: 1023.02px) {
  .box-info--align-center .box__head {
    justify-content: center;
  }
}
@media (min-width: 1899.02px) {
  .box-info--alt .box__head {
    justify-content: center;
    padding-left: 6.8rem;
  }
  .box-info--alt .box__body {
    display: flex;
    justify-content: center;
  }
}
/* ------------------------------------------------------------ *\
    Box Shape
\* ------------------------------------------------------------ */
.box-shape .box__label {
  position: relative;
  z-index: 2;
  transform: translate(0%, 50%);
  font-size: 2rem;
  background-color: var(--c-red);
  color: var(--c-white);
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.7rem 1rem;
  display: block;
  width: 100%;
  max-width: 75%;
  margin: auto;
  text-align: center;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 1.4rem) 50%, 100% 100%, 0% 100%, 1.4rem 50%);
}
@media (max-width: 767px) {
  .box-shape .box__label {
    font-size: 1.8rem;
    padding: 0.7rem 1rem;
  }
}
.box-shape .box__inner {
  position: relative;
  padding: 8.4rem 0 6.4rem;
  background-image: url("https://cdn-test.repairshopwebsites.com/templates/78/images/box-shape.png");
  mask-image: url("https://cdn-test.repairshopwebsites.com/templates/78/images/box-shape.png");
  background-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: var(--c-white);
  filter: drop-shadow(0px 11px 65px rgba(9, 60, 126, 0.1));
}
@media (max-width: 1199px) {
  .box-shape .box__inner {
    padding: 5rem 0 3rem;
  }
}
@media (max-width: 767px) {
  .box-shape .box__inner {
    padding: 7.8rem 0 6rem;
  }
}
.box-shape .box__title {
  background-color: var(--c-red);
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 1.3rem 0;
  background-color: var(--c-red);
  background-blend-mode: multiply;
  background-size: 100rem auto;
}
@media (max-width: 767px) {
  .box-shape .box__title {
    padding: 1.2rem 0;
  }
}
.box-shape .box__title h2 {
  color: var(--c-white);
  position: relative;
  z-index: 3;
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}
@media (max-width: 1199px) {
  .box-shape .box__title h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .box-shape .box__title h2 {
    font-size: 4.05rem;
  }
}
.box-shape .box__entry {
  font-size: 1.7rem;
  line-height: 1.94;
  letter-spacing: 0.02em;
  color: var(--c-base);
  max-width: 70%;
  margin: 2rem auto;
  text-align: center;
}
@media (max-width: 767px) {
  .box-shape .box__entry {
    margin-top: 1.5rem;
    font-size: 1.53rem;
    line-height: 1.94;
  }
}
.box-shape .box__actions {
  transform: translate(0, -50%);
  text-align: center;
}
@media (max-width: 767px) {
  .box-shape .box__actions {
    margin-bottom: -3rem;
  }
}
.box-shape .box__actions .btn {
  color: var(--c-blue);
  border-color: var(--c-blue);
}
@media (max-width: 767px) {
  .box-shape .box__actions .btn {
    font-size: 1.7rem;
    padding: 2.2rem 5rem 2.2rem 3.2rem;
  }
}
@media (min-width: 1023.02px) {
  .box-shape .box__actions .btn:hover {
    color: var(--c-white);
  }
}
.btn {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  background-color: var(--c-red);
  color: var(--c-white);
  transition: background-color, color, border-color;
  transition-duration: var(--t-duration);
  border-radius: 5rem;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
  padding: 2.6rem 4rem;
  position: relative;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.01em;
  border: 1px solid var(--c-red);
}
@media (max-width: 1899px) {
  .btn {
    padding: 1.6rem 3rem;
  }
}
@media (max-width: 1399px) {
  .btn {
    padding: 1.5rem 3rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .btn {
	height: auto !important;
	line-height: normal !important;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    padding: 1.5rem 2.3rem !important;
  }
}
.btn:has(.btn__icon) {
  padding-right: 5rem;
}
@media (max-width: 1899px) {
  .btn:has(.btn__icon) {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .btn:has(.btn__icon) {
    padding-right: 2.6rem;
  }
}
.btn .btn__icon {
  position: absolute;
  top: 50%;
  right: -1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background-color: var(--c-white);
  box-shadow: 1px 1px 15px -2px rgba(9, 60, 126, 0.32);
}
@media (max-width: 767px) {
  .btn .btn__icon {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .btn .btn__icon svg {
    scale: 0.75;
  }
}
@media (hover: hover) {
  .btn:hover {
    background-color: var(--c-blue);
    color: var(--c-white);
    border-color: var(--c-blue);
  }
}
.btn--block {
  display: block;
  padding-inline: 0;
}
.btn--outline {
  background-color: var(--c-white);
  color: var(--c-red);
  border-color: var(--c-gray);
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  .btn--outline {
    font-size: 1.5rem;
  }
}
.btn--white {
  background-color: var(--c-white);
  color: var(--c-red);
}
@media (min-width: 1199.02px) {
  .btn--white {
    padding-block: 2.1rem;
    font-size: 1.7rem;
  }
}
/* ------------------------------------------------------------ *\
    Card Team
\* ------------------------------------------------------------ */
.card-team {
  background-color: var(--c-gray-2);
  border: 1px solid rgba(9, 60, 126, 0.15);
  border-radius: 2.5rem;
  padding: 2.4rem 3rem 2.9rem;
}
@media (max-width: 1199px) {
  .card-team {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .card-team {
    padding: 2.3rem 3.2rem 2.9rem;
  }
}
.card-team .card__icon {
  background-color: var(--c-white);
  width: 7.5rem;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 1199px) {
  .card-team .card__icon {
    width: 6rem;
  }
}
@media (max-width: 767px) {
  .card-team .card__icon {
    width: 7.5rem;
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 1199px) {
  .card-team .card__icon img {
    max-width: 50%;
  }
}
.card-team .card__content h3 {
  text-transform: none;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  letter-spacing: 0;
  color: var(--c-black);
}
@media (max-width: 1199px) {
  .card-team .card__content h3 {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  .card-team .card__content h3 {
    font-size: 2.5rem;
  }
}
.card-team .card__content h3:not(:last-child) {
  margin-bottom: 0.8rem;
}
.card-team .card__group:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .card-team .card__group:not(:last-child) {
    margin-bottom: 2.7rem;
  }
}
.card-team .card__labels {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.card-team .card__labels li {
  background-color: color-mix(in srgb, var(--c-blue) 7%, transparent);
  color: var(--c-blue);
  border-radius: 1.3rem;
  font-weight: 500;
  padding: 0rem 1.7rem;
  font-size: 1.2rem;
}
.card-team .card__price {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--c-blue);
}
@media (max-width: 1199px) {
  .card-team .card__price {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .card-team .card__price {
    font-size: 2.4rem;
  }
}
.card-team .card__price:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .card-team .card__price:not(:last-child) {
    margin-bottom: 2.2rem;
  }
}
.card-team .card__time {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.card-team .card__time:before {
  content: "";
  width: 10%;
  flex-grow: 1;
  border-bottom: 2px dotted currentColor;
  vertical-align: middle;
  margin-right: 1.5rem;
}
.card-team .card__actions {
  margin-top: 2.9rem;
}
@media (max-width: 767px) {
  .card-team .card__actions {
    margin-top: 3.1rem;
  }
}
.card-team .card__actions .btn {
  border-color: var(--c-blue);
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 1199.02px) {
  .card-team .card__actions .btn {
    padding: 1.5rem 1rem;
  }
}
.card {
  border-radius: 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--c-white);
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  line-height: 1.93;
}
@media (max-width: 767px) {
  .card {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.card:hover .card__content {
  opacity: 1;
}
.card:hover .card__subtitle {
  opacity: 0;
}
.card .card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.card .card__image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.card .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card .card__subtitle {
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--c-white);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 2.1rem 3rem;
  width: 100%;
  transition: opacity var(--t-duration);
}
@media (max-width: 767px) {
  .card .card__subtitle {
    padding: 1.9rem 3rem;
    font-size: 2.4rem;
  }
}
.card .card__content {
  opacity: 0;
  padding: 4rem 3.6rem 2.1rem 3.6rem;
  position: relative;
  z-index: 1;
  height: 100%;
  transition: opacity var(--t-duration);
}
@media (max-width: 1199px) {
  .card .card__content {
    padding: 3rem 3rem 2.1rem;
  }
}
@media (max-width: 767px) {
  .card .card__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.card .card__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(207, 22, 40, 0.8);
  z-index: -1;
}
.card .card__btn {
  width: 100%;
}
.card .card__title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .card .card__title {
    margin-bottom: 0;
    font-size: 2.8rem;
  }
}
.card .card__icon {
  display: block;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .card .card__icon {
    margin: 0 1.5rem 0 -0.5rem;
  }
}
@media (max-width: 767px) {
  .card .card__icon img {
    max-width: 4.3rem;
    width: auto;
    height: auto;
  }
}
.card .card__content p {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .card .card__content p {
    margin-top: 0.5rem;
    margin-bottom: 1.3rem;
  }
}
/* ------------------------------------------------------------ *\
    Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: var(--c-blue-2);
  color: var(--c-white);
  padding: 10.1rem 0;
  position: relative;
}
@media (max-width: 1199px) {
  .footer {
    padding: 10rem 0 6rem;
  }
}
@media (max-width: 1023px) {
  .footer {
    padding: 5.7rem 0 4.7rem;
  }
}
.footer .footer__main {
  text-align: justify;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 1199px) {
  .footer .footer__main {
    gap: 3rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__main {
    gap: 0;
  }
}
.footer .footer__main .footer__content {
  padding-bottom: 0.5rem;
  width: 41%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .footer .footer__main .footer__content {
    width: 35%;
  }
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__content {
    width: 100%;
    text-align: center;
    order: 1;
    padding: 0;
    margin-bottom: 4rem;
  }
}
.footer .footer__main .footer__content .logo {
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__content .logo {
    margin-bottom: 1.9rem;
  }
}
.footer .footer__main .footer__content > p {
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: -0.002em;
  max-width: 40rem;
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__content > p {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.93;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .footer__main .footer__title {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 0rem;
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}
.footer .footer__main .footer__nav-wrapper,
.footer .footer__main .footer__contacts {
  padding-top: 1.7rem;
}
@media (max-width: 1199px) {
  .footer .footer__main .footer__nav-wrapper,
  .footer .footer__main .footer__contacts {
    padding-top: 0;
  }
}
.footer .footer__main .footer__nav-wrapper {
  width: 10%;
  flex-grow: 1;
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__nav-wrapper {
    order: 3;
  }
}
.footer .footer__main .footer__nav-wrapper .footer__nav ul {
  color: var(--c-gray-3);
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__nav-wrapper .footer__nav ul {
    font-size: 1.8rem;
  }
}
.footer .footer__main .footer__nav-wrapper .footer__nav ul li + li {
  margin-top: 1rem;
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__nav-wrapper .footer__nav ul li + li {
    margin-top: 0.6rem;
  }
}
.footer .footer__main .footer__nav-wrapper .footer__nav a {
  text-decoration: none;
}
.footer .footer__main .footer__contacts {
  width: 28%;
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__contacts {
    order: 4;
    width: 50%;
    text-align: right;
	overflow-wrap: anywhere;
  }
}
.footer .footer__main .footer__contacts .footer__title {
  margin-bottom: 0.2rem;
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__contacts .footer__title {
    margin-bottom: 0.8rem;
  }
}
.footer .footer__main .footer__contacts .footer__contact:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__contacts .footer__contact:not(:last-child) {
    margin-bottom: 1.4rem;
  }
}
.footer .footer__main .footer__contacts .footer__contact h6 {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--c-gray-3);
  text-transform: none;
  margin-bottom: 0;
}
.footer .footer__main .footer__contacts .footer__contact address {
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--c-gray-3);
  line-height: 1.579;
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__contacts .footer__contact address {
    font-size: 1.7rem;
    line-height: 1.647;
    margin-left: auto;
  }
}
.footer .footer__main .footer__contacts .footer__contact--tel:not(:last-child) {
  margin-bottom: 2.3rem;
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__contacts .footer__contact--tel:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}
.footer .footer__main .footer__contacts .footer__contact--tel h6 {
  margin-bottom: 0.3rem;
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__contacts .footer__contact--tel h6 {
    margin-bottom: 0rem;
  }
}
.footer .footer__main .footer__contacts .footer__contact--tel a {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__contacts .footer__contact--tel a {
    font-size: 2.3rem;
  }
}
.footer .footer__main .footer__contacts .footer__contact--email h6 {
  margin-bottom: 0.1rem;
  line-height: 1;
}
.footer .footer__main .footer__contacts .footer__contact--email a {
  display: inline-block;
  line-height: 1;
  font-size: 1.9rem;
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: 0.04em;
  color: var(--c-red);
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__contacts .footer__contact--email a {
    font-size: 1.8rem;
  }
}
.footer .footer__main .footer__socials {
  padding-top: 2.8rem;
  width: 7rem;
}
@media (max-width: 1023px) {
  .footer .footer__main .footer__socials {
    order: 2;
    width: 100%;
    padding: 0;
    margin-bottom: 5.2rem;
  }
}
.footer .footer__foot {
  margin-top: 5.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 3.8rem;
  text-align: center;
  color: var(--c-lightblue);
}
.footer .footer__foot .footer__foot-aside > p {
  letter-spacing: 0.04em;
  margin-bottom: 0.6rem;
}
.footer .footer__foot .footer__foot-aside > p strong {
  text-transform: uppercase;
  color: var(--c-white);
  font-weight: 800;
  letter-spacing: 0;
}
.footer .footer__foot .footer__links {
  list-style-type: none;
  line-height: 1;
  letter-spacing: 0.04em;
}
.footer .footer__foot .footer__links li {
  display: inline;
}
.footer .footer__foot .footer__links li + li {
  margin-left: 2.1rem;
  border-left: 1px solid currentColor;
  padding-left: 2.5rem;
}
.footer .footer__foot .footer__links a {
  text-decoration: none;
}
.footer .footer__foot .footer__payments {
  margin-top: 4.8rem;
  gap: 1.7rem;
  display: flex;
  align-items: center;
  list-style-type: none;
  justify-content: center;
}
.footer .footer__actions {
  position: absolute;
  right: 3.8rem;
  bottom: 1rem;
  font-size: 0;
  border: 1px solid var(--c-white);
  padding: 0.2rem 0.2rem 0.3rem;
  border-radius: 0.6rem 0.6rem 3.9rem 3.9rem;
}
@media (max-width: 1899px) {
  .footer .footer__actions {
    display: none;
  }
}
.footer .footer__actions ul {
  list-style-type: none;
}
.footer .footer__actions ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.footer .footer__actions ul a {
  display: block;
  transition: opacity 0.3s;
}
.footer .footer__actions ul a:not(.footer__actions-back-to-top) {
  background-color: var(--c-white);
  border-radius: 0.8rem;
  aspect-ratio: 0.92;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 7.4rem;
}
.footer .footer__actions ul a:is(.footer__actions-back-to-top) {
  margin-top: 2.3rem;
}
.footer .footer__actions ul a:hover {
  opacity: 0.6;
}
.grid-flex {
  --grid-gutter: 3rem;
  display: flex;
  flex-flow: row wrap;
  margin-inline: calc(var(--grid-gutter) / 2 * -1);
}
.grid-flex .grid__col {
  --grid-cols: 1;
  padding-inline: calc(var(--grid-gutter) / 2);
  max-width: calc(100% / var(--grid-cols));
  flex: 0 0 calc(100% / var(--grid-cols));
}
.grid-flex .grid__col--1of2 {
  --grid-cols: 2;
}
.grid-flex .grid__col--1of3 {
  --grid-cols: 3;
}
.grid-flex .grid__col--1of4 {
  --grid-cols: 4;
}
.grid-flex .grid__col--1of5 {
  --grid-cols: 5;
}
.grid-flex .grid__col--1of6 {
  --grid-cols: 6;
}
@media (min-width: 1023.02px) {
  .grid-flex--contacts {
    --grid-gutter: 0;
    border-radius: 3rem;
    overflow: hidden;
    border: 2px solid var(--c-blue);
  }
}
.grid {
  --grid-cols: 1;
  --grid-gutter: 6.2rem;
  display: grid;
  grid-template-columns: repeat(var(--grid-cols), 1fr);
  gap: var(--grid-gutter);
}
@media (max-width: 1199px) {
  .grid {
    --grid-gutter: 4rem;
  }
}
.grid--size-1of2 {
  --grid-cols: 2;
}
.grid--size-1of3 {
  --grid-cols: 3;
}
.grid--size-1of4 {
  --grid-cols: 4;
}
.grid--size-1of5 {
  --grid-cols: 5;
}
.grid--size-1of6 {
  --grid-cols: 6;
}

.sticky {
  position: sticky;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: var(--c-white);
}
.header .header__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 2.6rem;
}
@media (max-width: 1899px) {
  .header .header__inner {
    padding: 0 0 1rem;
  }
}
@media (max-width: 1023px) {
  .header .header__inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header .header__inner {
    padding: 0 0 1rem;
  }
}
.header .header__bar {
  width: 100%;
  margin-bottom: 2.8rem;
}
@media (max-width: 1399px) {
  .header .header__bar {
    width: 60%;
    flex-grow: 1;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1023px) {
  .header .header__bar {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .header .header__bar {
    margin-bottom: 2rem;
  }
}
.header .header__bar .bar-contacts {
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .header .header__bar .bar-contacts {
    width: 100%;
  }
}
.header .header__logo {
  width: 10%;
  margin-top: -4.8rem;
  margin-left: calc(50% - 50vw);
  flex-grow: 1;
  padding: 1rem 1rem 1rem 6rem;
  align-self: center;
}
@media (max-width: 1899px) {
  .header .header__logo {
    margin-top: -7rem;
    padding: 1rem 1rem 1rem 2rem;
  }
}
@media (max-width: 1399px) {
  .header .header__logo {
    margin: 0;
    padding: 0;
    order: -1;
    width: 30%;
    flex-grow: 0;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .header .header__logo {
    order: unset;
  }
}
@media (max-width: 767px) {
  .header .header__logo {
    width: 60%;
    align-self: center;
    padding: 0;
  }
}
.header .header__aside {
  width: 74.7%;
}
@media (max-width: 1899px) {
  .header .header__aside {
    width: 80%;
  }
}
@media (max-width: 1399px) {
  .header .header__aside {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .header .header__aside {
    width: auto;
    margin-left: auto;
    width: auto;
    align-self: center;
  }
}
@media (max-width: 767px) {
  .header .header__aside {
    margin-right: -2px;
  }
}
.header .header__menu {
  padding: 0 1.8rem 0 3.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 1399px) {
  .header .header__menu {
    padding: 0;
    gap: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .header .header__menu {
    padding: 3.7rem 3.2rem 3.2rem;
    display: block;
    position: absolute;
    color: var(--c-white);
    top: 100%;
    left: 2rem;
    max-height: calc(100vh - 100%);
    width: calc(100% - 4rem);
    background-color: color-mix(in srgb, var(--c-blue) 96%, transparent);
    border-radius: 2rem;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
  }
}
.header .header__menu-close-btn {
  position: absolute;
  top: 1rem;
  right: 1.1rem;
  display: block;
  font-size: 0;
  width: 2.6rem;
  aspect-ratio: 1;
}
@media (min-width: 1023.02px) {
  .header .header__menu-close-btn {
    display: none;
  }
}
.header .header__menu-close-btn:after, .header .header__menu-close-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 45deg;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
}
.header .header__menu-close-btn:before {
  rotate: -45deg;
}
@media (max-width: 1023px) {
  .header .header__cta {
    margin-top: 2rem;
    padding-right: 1rem;
  }
  .header .header__cta .btn {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .is-menu-expanded .header .header__menu {
    opacity: 1;
    pointer-events: auto;
  }
}
/* ------------------------------------------------------------ *\
    Hero Innerpages
\* ------------------------------------------------------------ */
.hero-innerpages {
  position: relative;
}
.hero-innerpages .hero__media {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-innerpages .hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-innerpages .hero__content {
  position: relative;
  z-index: 2;
}
.hero-innerpages .hero__inner {
  padding: 17.6rem 0;
}
@media (max-width: 1199px) {
  .hero-innerpages .hero__inner {
    padding: var(--spacer) 0;
  }
}
@media (max-width: 767px) {
  .hero-innerpages .hero__inner {
    padding: 2.8rem 0 31.5rem;
  }
}
.hero-innerpages .hero__inner h1 {
  color: var(--c-white);
  line-height: 1;
}
@media (min-width: 1199.02px) {
  .hero-innerpages .hero__inner h1 {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .hero-innerpages .hero__inner h1 {
    font-size: 4.5rem;
    line-height: 1.11;
    font-weight: 900;
  }
}
.hero-innerpages .hero__inner h1 i {
  color: var(--c-red);
  display: block;
}
.hero {
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  color: var(--c-white);
  letter-spacing: 0.02em;
  line-height: 1;
  padding-block: 14.4rem 21rem;
  min-height: 102rem;
}
@media (max-width: 1199px) {
  .hero {
    padding: 6rem 0 21rem;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 2rem 0 36.6rem;
    font-size: 1.7rem;
  }
}
.hero .hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero__content {
  position: relative;
  padding: 3.2rem 0 4rem;
}
.hero .hero__entry {
  width: 40%;
  margin-bottom: 5.5rem;
}
@media (max-width: 1023px) {
  .hero .hero__entry {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero .hero__entry {
    margin-bottom: 2.9rem;
  }
}
.hero h1 {
  color: var(--c-white);
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .hero h1 {
    margin-right: -1rem;
  }
}
.hero h1 em {
  color: var(--c-red);
}
@media (max-width: 767px) {
  .hero h1 br {
    display: none;
  }
}
.link {
  display: inline-block;
  color: var(--c-red);
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
  padding-bottom: 0.2rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .link {
    font-size: 1.6rem;
    letter-spacing: 0.01em;
  }
}
.link:hover:before {
  opacity: 0;
}
.link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
  transition: opacity var(--t-duration);
}
.list-locations {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-darkblue);
}
@media (max-width: 1199px) {
  .list-locations {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .list-locations {
    font-size: 1.68rem;
  }
}
.list-locations ul {
  list-style: none;
  column-count: 2;
  gap: 2rem;
  margin-left: -1.4rem;
}
.list-locations li + li {
  margin-top: 1.7rem;
}
@media (max-width: 767px) {
  .list-locations li + li {
    margin-top: 0.3rem;
  }
}
.list-locations span {
  display: block;
  padding-bottom: 0.2rem;
}
.list-locations a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  padding: 1.2rem 1.5rem;
  transition: background-color var(--t-duration), color var(--t-duration);
  border-radius: 3rem;
}
.list-locations a:hover {
  background-color: var(--c-white);
  color: var(--c-red);
  box-shadow: 1px 1px 15px -2px rgba(9, 60, 126, 0.32);
}
.list-locations a:hover path {
  fill: var(--c-red);
}
.list-locations svg {
  display: block;
}
@media (max-width: 767px) {
  .list-locations svg {
    height: auto;
    width: auto;
    max-width: 1.3rem;
  }
}
.list-locations svg path {
  fill: var(--c-blue);
  transition: fill var(--t-duration);
}
.logo {
  display: inline-block;
  font-size: 5.8rem;
  text-decoration: none;
  color: var(--c-red);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  transition: transform var(--t-duration);
}
@media (max-width: 1399px) {
  .logo {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .logo {
    font-size: 2.687rem;
  }
}
.logo:hover {
  transform: scale(1.02);
}
.logo em {
  color: var(--c-blue);
}
.logo--small {
  font-size: 5rem;
  color: currentColor;
}
@media (max-width: 767px) {
  .logo--small {
    font-size: 4rem;
  }
}
.logo--small span {
  color: var(--c-red);
}
/* ------------------------------------------------------------ *\
    Map
\* ------------------------------------------------------------ */
.map .gm-fullscreen-control,
.map .gmnoprint {
  display: none !important;
}
/* ------------------------------------------------------------ *\
   Nav Trigger
\* ------------------------------------------------------------ */
@media (min-width: 1023.02px) {
  .nav-trigger {
    display: none !important;
  }
}
@media (min-width: 1023.02px) {
  .nav {
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--c-black);
  }
}
@media (min-width: 1023.02px) and (max-width: 1399px) {
  .nav {
    font-size: 1.7rem;
  }
}
@media (min-width: 1023.02px) {
  .nav > ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1023.02px) and (max-width: 1023px) {
  .nav > ul {
    display: block;
  }
}
@media (min-width: 1023.02px) {
  .nav > ul > li:not(:last-child) {
    margin-right: 5.9rem;
  }
  .nav li {
    position: relative;
  }
  .nav li:hover .sub {
    opacity: 1;
    pointer-events: auto;
  }
  .nav a {
    text-decoration: none;
    position: relative;
    transition: color var(--t-duration);
    display: block;
    line-height: 1;
    padding-block: 0.2rem;
  }
  .nav a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width var(--t-duration);
    height: 0.2rem;
    width: 0;
    background-color: currentColor;
  }
  .nav > ul > li:hover > a,
  .nav a:hover {
    color: var(--c-red);
  }
  .nav > ul > li:hover > a:after,
  .nav a:hover:after {
    width: 100%;
  }
  .nav .sub {
    position: absolute;
    top: calc(100% + 4.7rem);
    opacity: 0;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0 0 3rem 3rem;
    padding: 3.8rem 4.3rem 3.8rem 3.3rem;
    font-size: 2rem;
    font-weight: 700;
    width: max-content;
    letter-spacing: 0.02em;
    box-shadow: 8px 8px 15px -11px rgba(9, 60, 126, 0.32);
    transition: opacity var(--t-duration);
  }
}
@media (min-width: 1023.02px) and (max-width: 1899px) {
  .nav .sub {
    top: calc(100% + 2.7rem);
  }
}
@media (min-width: 1023.02px) and (max-width: 1399px) {
  .nav .sub {
    top: calc(100% + 2.5rem);
  }
}
@media (min-width: 1023.02px) {
  .nav .sub:before {
    content: "";
    position: absolute;
    top: -4.7rem;
    left: 0;
    height: 4.7rem;
    width: 100%;
  }
  .nav .sub li + li {
    margin-top: 2rem;
  }
  .nav .sub a {
    display: inline-block;
  }
  .nav .sub a:hover:after {
    width: calc(100% - 2.6rem);
  }
  .nav .sub a:hover:before {
    border-color: currentColor;
  }
}
@media (max-width: 1023px) {
  .nav {
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-transform: uppercase;
  }
  .nav > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .nav a {
    display: block;
    text-decoration: none;
    padding: 1.2rem 1.6rem;
  }
  .nav .sub {
    font-size: 1.345rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    display: none;
  }
  .nav .sub ul {
    padding: 0.4rem 3rem 1.8rem;
  }
  .nav .sub ul li + li {
    margin-top: 1.9rem;
  }
  .nav .sub a {
    padding: 0;
  }
  .nav .has-dd > a {
    position: relative;
  }
  .nav .has-dd > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.2rem;
    width: 1rem;
    translate: -50% -50%;
    scale: -1;
    aspect-ratio: 10/7;
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="10px" height="7px"><path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M0.625,5.145 L4.119,1.562 L4.119,1.562 L4.992,0.666 L9.360,5.144 L8.486,6.039 L4.993,2.458 L1.499,6.040 L0.625,5.145 Z"/></svg>');
    mask-size: 100% 100%;
    background-color: currentColor;
    transition: scale 0.3s;
  }
  .nav .has-dd.is-expanded > a:after {
    scale: 1;
  }
}
.section-background {
  position: relative;
  isolation: isolate;
  background-color: var(--c-blue);
  padding-block: 18.4rem 17.4rem;
  margin-block: 1rem;
}
@media (max-width: 1199px) {
  .section-background {
    padding: var(--spacer) 0;
  }
}
@media (max-width: 1023px) {
  .section-background {
    padding: 5.2rem 0 3.3rem;
  }
}
.section-background .section__head {
  text-align: center;
  color: var(--c-white);
  position: relative;
  text-shadow: 0 0 10rem var(--c-black), 0 0 10rem var(--c-black), 0 0 10rem var(--c-black);
  max-width: 112rem;
  margin: 0 auto 5.4rem auto;
}
@media (max-width: 767px) {
  .section-background .section__head {
    margin-bottom: 2.7rem;
  }
}
.section-background .section__head h2 {
  color: var(--c-white);
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .section-background .section__head h2 {
    font-size: 4rem;
  }
}
.section-background .section__head h2 em {
  color: var(--c-red);
}
.section-background .section__head p {
  text-shadow: 0px 3px 3rem var(--c-black), 0px 3px 3rem var(--c-black), 0px 3px 3rem var(--c-black);
}
@media (max-width: 767px) {
  .section-background .section__head p {
    font-size: 1.7rem;
    line-height: 1.765;
  }
}
.section-background .section__background {
  z-index: -1;
  mix-blend-mode: soft-light;
}
.section-background .section__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-background .section__background img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.section-background .section__background img:nth-child(2) {
  opacity: 0.5;
  mix-blend-mode: overlay;
}
@media (max-width: 1199px) {
  .section-background .section__body .grid-flex {
    gap: 4rem 0;
    justify-content: center;
  }
  .section-background .section__body .grid-flex .grid__col {
    --grid-cols: 3;
  }
}
@media (max-width: 1199px) and (max-width: 1023px) {
  .section-background .section__body .grid-flex .grid__col {
    --grid-cols: 2;
  }
}
@media (max-width: 767px) {
  .section-background .section__body .grid-flex {
    gap: 1.5rem 0;
  }
  .section-background .section__body .grid-flex .grid__col {
    --grid-cols: 1;
  }
}
/* ------------------------------------------------------------ *\
    Section Contact
\* ------------------------------------------------------------ */
.section-contact {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .section-contact {
    border-top: 2px solid var(--c-red);
    background-color: var(--c-blue-2);
  }
}
.section-contact .section__inner {
  position: relative;
  padding: 1px 0;
}
.section-contact .section__map {
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100%;
}
@media (max-width: 767px) {
  .section-contact .section__map {
    height: calc(100% - 22rem);
  }
}
.section-contact .section__map .map {
  width: 100%;
  height: 100%;
}
.section-contact .section__content {
  position: relative;
  z-index: 2;
  width: 33.1%;
  margin-left: auto;
  margin: -4rem 0 -4rem auto;
}
@media (max-width: 1023px) {
  .section-contact .section__content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-contact .section__content {
    width: auto;
    margin: 73.1vw 1.2rem 0;
  }
}
.section-contacts-info {
  --top: 17.3rem;
  position: relative;
  isolation: isolate;
}
@media (max-width: 1023px) {
  .section-contacts-info {
    --top: 0;
    padding: 3.8rem 0;
  }
}
@media (max-width: 1023px) {
  .section-contacts-info:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--c-red);
  }
}
.section-contacts-info .section__border {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  height: var(--top);
  border: 2px solid var(--c-red);
  border-bottom: none;
  pointer-events: none;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}
@media (max-width: 1023px) {
  .section-contacts-info .section__border {
    display: none;
  }
}
.section-contacts-info .section__border:after, .section-contacts-info .section__border:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 100%;
  width: 50vw;
  height: 2px;
  background-color: var(--c-red);
}
.section-contacts-info .section__border:after {
  left: auto;
  right: 100%;
}
.section-contacts-info .section__background {
  position: absolute;
  top: 17.3rem;
  left: 0;
  width: 100%;
  height: 130%;
  z-index: -1;
  pointer-events: none;
}
.section-contacts-info .section__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.section-contacts-info .section__inner {
  position: relative;
  margin-top: calc(var(--top) * -1);
}
@media (max-width: 1023px) {
  .section-contacts-info .section__inner .grid-flex {
    gap: 2rem;
  }
}
@media (max-width: 1023px) {
  .section-contacts-info .section__inner .grid-flex .grid__col--1of3 {
    --grid-cols: 1;
  }
}
.section-cta {
  background-color: var(--c-blue);
  position: relative;
  color: var(--c-white);
  text-align: center;
  padding-block: 9.6rem;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (max-width: 1199px) {
  .section-cta {
    padding: 7rem 0;
  }
}
@media (max-width: 767px) {
  .section-cta {
    padding: 4.7rem 0 5.3rem;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    letter-spacing: 0;
    font-weight: 400;
  }
}
.section-cta .section__background {
  background-color: var(--c-blue);
  opacity: 0.7;
  mix-blend-mode: soft-light;
}
.section-cta .section__inner {
  position: relative;
}
.section-cta h2 {
  margin-bottom: 0.8rem;
}
@media (min-width: 1199.02px) {
  .section-cta h2 {
    font-size: 7rem;
  }
}
@media (max-width: 767px) {
  .section-cta h2 {
    line-height: 1.12;
  }
}
.section-cta h2 em {
  color: var(--c-red);
}
.section-cta h5 {
  font-weight: 900;
  line-height: 1.262;
  margin-bottom: 3rem;
}
@media (min-width: 1199.02px) {
  .section-cta h5 {
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .section-cta h5 {
    font-size: 3.5rem;
  }
}
.section-cta h5 + .section__actions {
  margin-top: 2.4rem;
}
.section-cta .section__actions {
  margin-top: 4.4rem;
  display: flex;
  gap: 5rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .section-cta .section__actions {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .section-cta .section__actions {
    display: block;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .section-cta .section__actions .btn {
    font-size: 1.7rem;
    padding-left: 4.6rem;
    padding-right: 4.6rem;
  }
}
.section-cta .section__contact {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .section-cta .section__contact {
    justify-content: center;
    margin-top: 1.2rem;
    font-size: 2.2rem;
  }
}
.section-cta .section__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: var(--c-white);
}
@media (max-width: 767px) {
  .section-cta .section__contact-icon {
    width: 4.1rem;
    height: 4.1rem;
  }
}
/* ------------------------------------------------------------ *\
    Section Faq
\* ------------------------------------------------------------ */
.section-faq {
  margin: 16rem 0;
}
@media (max-width: 1199px) {
  .section-faq {
    margin: var(--spacer) 0;
  }
}
@media (max-width: 767px) {
  .section-faq {
    margin: 7.4rem 0 10.6rem;
  }
}
.section-faq .section__head {
  text-align: center;
  color: var(--c-black);
  margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .section-faq .section__head {
    margin-bottom: 1rem;
  }
}
.section-faq .section__head i {
  color: var(--c-red);
}
@media (max-width: 767px) {
  .section-faq .section__head h3 {
    font-size: 3.4rem;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.section-faq .section__body {
  max-width: 101.6rem;
  margin: 0 auto;
}
.section-faq .section__foot {
  margin-top: 6.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .section-faq .section__foot {
    margin-top: 3.5rem;
  }
}
.section-image-content {
  margin: 21rem 0 22rem;
  position: relative;
}
@media (max-width: 1199px) {
  .section-image-content {
    margin: 4.8rem 0 9.3rem;
  }
}
@media (max-width: 1023px) {
  .section-image-content {
    text-align: center;
  }
}
.section-image-content .section__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .section-image-content .section__inner {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    gap: 5rem;
  }
}
.section-image-content .section__image {
  flex: 0 0 52%;
  border-radius: 3rem;
  aspect-ratio: 1/1.06;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section-image-content .section__image {
    flex: 0 0 100%;
    border-radius: 2rem;
    aspect-ratio: 1/1.115;
  }
}
.section-image-content .section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .section-image-content .section__head p:not([class]) {
    line-height: 1.4;
  }
}
.section-image-content .section__head:not(:last-child) {
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .section-image-content .section__head:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}
.section-image-content .section__subtitle {
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .section-image-content .section__subtitle {
    margin-bottom: 0.6rem;
  }
}
.section-image-content .section__head h2 {
  color: var(--c-red);
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .section-image-content .section__head h2 {
    margin-bottom: 1.2rem;
  }
}
.section-image-content .section__head h2 em {
  color: var(--c-blue);
}
.section-image-content .section__head h2:last-child {
  margin-bottom: 0;
}
.section-image-content .section__head strong {
  color: var(--c-black);
}
.section-image-content .section__body {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .section-image-content .section__body {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px) {
  .section-image-content .section__body p {
    line-height: 1.67;
  }
}
@media (max-width: 1023px) {
  .section-image-content--reversed {
    margin-bottom: 2.1rem;
    padding: 3.7rem 0 0;
    text-align: left;
  }
}
.section-image-content--reversed .section__inner {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .section-image-content--reversed .section__inner {
    gap: 0.4rem;
  }
}
@media (max-width: 1023px) {
  .section-image-content--reversed .section__head {
    margin-bottom: 2.4rem !important;
  }
}
.section-image-content--reversed .section__head h2 {
  margin-bottom: 0.5rem;
}
@media (max-width: 1023px) {
  .section-image-content--reversed .section__head h2 {
    font-size: 4rem;
    margin-bottom: 0.9rem;
  }
}
@media (max-width: 1023px) {
  .section-image-content--reversed .section__head p {
    line-height: 1.56 !important;
  }
}
@media (min-width: 1023.02px) {
  .section-image-content--reversed .section__image {
    flex: 0 0 48%;
  }
}
@media (max-width: 1023px) {
  .section-image-content--reversed .section__image {
    order: 3;
    aspect-ratio: 1/1.045;
  }
}
@media (min-width: 1023.02px) {
  .section-image-content--reversed .section__content {
    max-width: 53.2rem;
  }
}
@media (max-width: 1023px) {
  .section-image-content--reversed .section__actions {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
    Section Logos
\* ------------------------------------------------------------ */
.section-logos {
  --space-top: 16.3rem;
  --space-bottom: 22.5rem;
  margin: var(--space-top) 0 var(--space-bottom);
  position: relative;
}
@media (max-width: 1199px) {
  .section-logos {
    --space-top: var(--spacer);
    --space-bottom: calc(var(--spacer)*1.2);
  }
}
@media (max-width: 767px) {
  .section-logos {
    --space-top: 8.3rem;
    --space-bottom: 10rem;
  }
}
.section-logos .section__inner {
  position: relative;
  z-index: 2;
}
.section-logos .section__title {
  text-align: center;
  margin-bottom: 3.4rem;
}
@media (max-width: 767px) {
  .section-logos .section__title {
    margin-bottom: 2.2rem;
  }
}
.section-logos .section__title h4 {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--c-blue);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-logos .section__title h4 {
    font-size: 1.5rem;
    width: 100%;
    justify-content: center;
  }
}
.section-logos .section__title h4:before, .section-logos .section__title h4:after {
  content: "";
  display: inline-block;
  width: 10.4rem;
  height: 0.1rem;
  background-color: currentColor;
  margin: 0 2.2rem;
}
@media (max-width: 767px) {
  .section-logos .section__title h4:before, .section-logos .section__title h4:after {
    width: 10%;
    flex-grow: 1;
    margin: 0 1.2rem;
    max-width: 7rem;
  }
}
.section-logos .section__logos ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 2rem;
}
@media (max-width: 767px) {
  .section-logos .section__logos ul {
    gap: 1.3rem 1.3rem;
    margin: 0 -1.3rem;
  }
}
.section-logos .section__logos ul li {
  background-color: var(--c-gray-2);
  aspect-ratio: 20/16;
  max-width: 20rem;
  width: 100%;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .section-logos .section__logos ul li {
    aspect-ratio: 121/89;
    max-width: calc(33.33% - 1.3rem);
  }
}
.section-logos .section__logos ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.section-logos .section__logos ul li a:hover {
  opacity: 0.7;
}
.section-logos .section__logos ul li img {
  max-width: 80%;
  max-height: 80%;
}
@media (max-width: 767px) {
  .section-logos .section__logos ul li img {
    max-width: 81%;
    max-height: 50%;
    width: auto;
    height: auto;
  }
}
.section-logos .section__background {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: calc(var(--space-bottom) * -1);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-logos .section__background img {
  width: 100%;
}
@media (max-width: 767px) {
  .section-logos .section__background img {
    width: auto;
    max-width: unset;
    height: 100%;
  }
}
/* ------------------------------------------------------------ *\
    Section Steps
\* ------------------------------------------------------------ */
.section-steps {
  margin: 10rem 0 17.5rem;
}
@media (max-width: 1199px) {
  .section-steps {
    margin: var(--spacer) 0;
  }
}
@media (max-width: 767px) {
  .section-steps {
    margin: 7.1rem 0 9.6rem;
  }
}
.section-steps .section__head {
  margin-bottom: 5.2rem;
}
@media (max-width: 767px) {
  .section-steps .section__head {
    margin-bottom: 3.1rem;
  }
}
.section-steps .section__head h3 {
  line-height: 1.2;
}
@media (min-width: 1199.02px) {
  .section-steps .section__head h3 {
    font-size: 5rem;
  }
}
.section-steps .section__head h3 i {
  color: var(--c-red);
}
@media (max-width: 767px) {
  .section-steps .section__head h3 {
    font-size: 4rem;
    line-height: 1.25;
    line-height: 1.25;
  }
}
.section-steps .section__body ul {
  list-style-type: none;
  color: var(--c-base);
  font-size: 1.9rem;
  line-height: 1.685;
}
@media (max-width: 767px) {
  .section-steps .section__body ul {
    font-size: 1.7rem;
    line-height: 1.88;
  }
}
.section-steps .section__body ul li {
  counter-increment: list-steps;
}
.section-steps .section__body ul li:not(:last-child) {
  margin-bottom: 3.9rem;
}
@media (max-width: 767px) {
  .section-steps .section__body ul li:not(:last-child) {
    margin-bottom: 4.1rem;
  }
}
.section-steps .section__body h6 {
  font-style: italic;
  color: var(--c-black);
  margin-bottom: 1.2rem;
  line-height: 1.64;
}
@media (max-width: 767px) {
  .section-steps .section__body h6 {
    font-size: 2rem;
    margin-bottom: 1rem;
    padding-left: 4.6rem;
    line-height: 1.5;
    position: relative;
  }
}
/* ------------------------------------------------------------ *\
    Section Text Image
\* ------------------------------------------------------------ */
.section-text-image {
  color: var(--c-gray-4);
  margin: 14.4rem 0 13.7rem;
}
@media (min-width: 1199.02px) {
  .section-text-image {
    font-size: 2.2rem;
    line-height: 1.864;
  }
}
@media (max-width: 1199px) {
  .section-text-image {
    margin: var(--spacer) 0;
  }
}
@media (max-width: 767px) {
  .section-text-image {
    margin: 5.6rem 0;
    line-height: 1.72;
  }
}
@media (max-width: 767px) {
  .section-text-image .section__inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.section-text-image .section__inner:after {
  content: "";
  display: table;
  clear: both;
}
.section-text-image .section__media {
  float: left;
  max-width: 48%;
  margin: 0 9.6rem 0 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .section-text-image .section__media {
    margin-right: 3rem;
  }
}
@media (max-width: 767px) {
  .section-text-image .section__media {
    order: 2;
    margin: 3.3rem 0 0;
    max-width: 100%;
  }
}
.section-text-image .section__media picture {
  display: block;
  border-radius: 3rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-text-image .section__media picture {
    border-radius: 2rem;
  }
}
.section-text-image .section__media picture img {
  width: 100%;
}
.section-text-image .section__media .btn {
  margin-top: -4.6rem;
}
@media (max-width: 767px) {
  .section-text-image .section__media .btn {
    margin-top: -3.8rem;
  }
}
.section-text-image .section__media + h5 {
  padding-top: 0.8rem;
}
.section-text-image h5 {
  line-height: 1.4571428571;
  letter-spacing: -0.02em;
  font-weight: 800;
}
@media (min-width: 1199.02px) {
  .section-text-image h5 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .section-text-image h5 {
    font-size: 2.3rem;
    line-height: 1.565;
  }
}
.section-text-image h5:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .section-text-image h5:not(:last-child) {
    margin-bottom: 0.1rem;
  }
}
.section-text-image p:not(:last-child) {
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .section-text-image p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.section-text-image p strong {
  font-weight: 800;
}
.section {
  margin: 22.6rem 0;
}
@media (max-width: 1199px) {
  .section {
    margin: var(--spacer) 0;
  }
}
.section--offset-top {
  padding-top: 0;
}
.section .section__head {
  margin-bottom: 4rem;
}
.section .section__head h2 {
  color: var(--c-black);
  text-align: center;
}
@media (min-width: 1199.02px) {
  .section .section__head h2 {
    font-size: 5.5rem;
  }
}
.section .section__head h2 em {
  color: var(--c-red);
}
.section .section__actions {
  margin-top: 6rem;
  text-align: center;
}
.section .section__actions .btn {
  font-weight: 800;
  letter-spacing: 0.04em;
}
@media (min-width: 1199.02px) {
  .section .section__actions .btn {
    padding: 2.5rem 4.6rem;
    font-size: 1.9rem;
  }
}
@media (min-width: 1199.02px) {
  .section--news {
    margin: 19.1rem 0 16rem;
  }
}
@media (max-width: 767px) {
  .section--news {
    margin: 8.8rem 0;
  }
}
.section--news .section__head {
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .section--news .section__head {
    margin-bottom: 3.4rem;
  }
}
@media (max-width: 767px) {
  .section--news .section__title {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .section--news .section__actions {
    margin-top: 4.1rem;
  }
}
@media (max-width: 767px) {
  .section--news .section__actions .btn {
    padding-left: 3.2rem;
    padding-right: 5rem;
  }
}
.section--news .grid-flex {
  --grid-gutter: 20.3rem;
  position: relative;
}
@media (min-width: 767.02px) and (max-width: 1199px) {
  .section--news .grid-flex {
    --grid-gutter: 10rem;
  }
}
@media (min-width: 767.02px) {
  .section--news .grid-flex:after {
    content: "";
    position: absolute;
    left: calc(var(--grid-gutter) / 2);
    right: calc(var(--grid-gutter) / 2);
    bottom: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .section--news .grid-flex .grid__col {
    position: relative;
  }
  .section--news .grid-flex .grid__col:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(var(--grid-gutter) / 2);
    right: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .section--news .grid-flex .grid__col:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .section--news .grid-flex .grid__col:nth-child(even):before {
    left: 0;
    right: calc(var(--grid-gutter) / 2);
  }
}
@media (max-width: 767px) {
  .section--news .grid-flex .grid__col--1of2 {
    --grid-cols: 1;
  }
  .section--news .grid-flex .grid__col--1of2 + .grid__col--1of2 {
    margin-top: 3.8rem;
  }
  .section--news .grid-flex .grid__col--1of2 + .grid__col--1of2 .article {
    border-top: 1px solid rgba(37, 36, 34, 0.15);
    padding-top: 3.2rem;
  }
  .section--news .grid-flex .grid__col--1of2:last-child .article {
    padding-bottom: 3.8rem;
    border-bottom: 1px solid rgba(37, 36, 34, 0.15);
  }
}
@media (min-width: 1199.02px) {
  .section--career {
    margin: 15rem 0;
  }
}
.section--career .section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .section--career .section__head {
    display: block;
    margin-bottom: 1.8rem;
  }
}
.section--career .section__head .section__title {
  width: 10%;
  flex-grow: 1;
  text-align: left;
}
@media (max-width: 767px) {
  .section--career .section__head .section__title {
    width: 100%;
    text-align: center;
    font-size: 3.8rem;
    line-height: 1.26;
  }
}
@media (max-width: 767px) {
  .section--career .section__head .section__title em {
    display: block;
  }
}
.section--career .section__head .btn {
  margin-left: auto;
  margin-right: 1.3rem;
}
@media (max-width: 767px) {
  .section--career .section__head .btn {
    display: none;
  }
}
.section--career .section__body .grid-flex {
  --grid-gutter: 3.1rem;
  justify-content: center;
}
@media (max-width: 1199px) {
  .section--career .section__body .grid-flex {
    --grid-gutter: 2rem;
  }
}
@media (max-width: 767px) {
  .section--career .section__body .grid-flex {
    --grid-gutter: 1.1rem;
    --grid-cols: 1;
  }
}
@media (max-width: 767px) {
  .section--career .section__body .card-team {
    max-width: 78.8%;
    width: 100%;
    margin: 0 auto;
  }
}
.section--career .section__actions {
  margin-top: 4.7rem;
}
@media (min-width: 767.02px) {
  .section--career .section__actions {
    display: none;
  }
}
@media (max-width: 767px) {
  .section--career .section__actions .btn {
    padding-left: 3.5rem;
    padding-right: 4.8rem;
  }
}
@media (min-width: 1199.02px) {
  .section--savings {
    margin: 19.3rem 0 14rem;
  }
}
@media (max-width: 767px) {
  .section--savings {
    margin: 9.2rem 0 5rem;
  }
}
.section--savings .section__head {
  text-align: center;
  padding: 0 7%;
  margin-bottom: 3.3rem;
}
@media (max-width: 767px) {
  .section--savings .section__head {
    padding: 0;
    margin-bottom: 0.7rem;
  }
}
@media (max-width: 767px) {
  .section--savings .section__head .section__title {
    font-size: 3.5rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.section--savings .section__head .section__title:not(:last-child) {
  margin-bottom: 1rem;
}
.section--savings .section__head .section__title {
  color: #FFFF;
}
@media (max-width: 767px) {
  .section--savings .section__head .section__title:not(:last-child) {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .section--savings .section__head p {
    line-height: 1.556;
  }
}
@media (max-width: 767px) {
  .section--savings .section__body {
    padding: 0 0.9rem;
  }
}
.section--savings .section__body .grid-flex {
  --grid-gutter: 4.1rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .section--savings .section__body .grid-flex {
    --grid-cols: 1;
    --grid-gutter: 1rem;
  }
}
.section--savings .section__actions {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .section--savings .section__actions {
    margin-top: 4.8rem;
  }
}
@media (max-width: 767px) {
  .section--savings .section__actions .btn {
    font-size: 1.9rem;
    padding: 2rem 5.5rem 2rem 3.5rem;
  }
}
.section--savings[style*=background-image] {
  padding: 14rem 0;
  color: var(--c-white);
  background-color: var(--c-blue);
  background-blend-mode: multiply;
  outline: 3px solid var(--c-red);
  outline-offset: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .section--savings[style*=background-image] {
    padding: var(--spacer) 0;
  }
}
@media (max-width: 767px) {
  .section--savings[style*=background-image] {
    padding: 6.7rem 0;
    margin-bottom: 10rem;
  }
}
.section--savings[style*=background-image] .section__head h2 {
  color: inherit;
}
.section--savings[style*=background-image] .box-shape .box__label {
  background-color: var(--c-black);
  color: var(--c-white);
}
@media (max-width: 767px) {
  .section--what {
    margin-top: 2.1rem;
    margin-bottom: 10.2rem;
  }
}
@media (max-width: 767px) {
  .section--what .section__head {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .section--what .section__head h2 {
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .section--what .grid {
    --grid-cols: 1;
    --grid-gutter: 2.6rem;
  }
}
.shell {
  --shell-max-width: 130rem;
  --shell-gutter: 1.5rem;
  max-width: calc(var(--shell-max-width) + var(--shell-gutter) * 2);
  padding-inline: var(--shell-gutter);
  margin-inline: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .shell {
    --shell-gutter: 2.3rem;
  }
}
.shell--md {
  --shell-max-width: 160.4rem;
}
.shell--lg {
  --shell-max-width: 161.8rem;
}
.shell--xl {
  --shell-max-width: 163.4rem;
}
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
    Socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style-type: none;
}
@media (max-width: 1023px) {
  .socials ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.4rem;
  }
}
.socials ul li {
  width: 100%;
}
@media (max-width: 1023px) {
  .socials ul li {
    max-width: 6.8rem;
  }
}
.socials ul li:not(:last-child) {
  margin-bottom: 0.2rem;
}
.socials ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  aspect-ratio: 1;
  background-color: rgba(255, 255, 255, 0.1);
  transition: opacity 0.3s;
}
.socials ul a:hover {
  opacity: 0.6;
}
/* ------------------------------------------------------------ *\
    Subnav
\* ------------------------------------------------------------ */
.subnav {
  color: var(--c-gray-4);
  text-align: center;
  font-size: 2.1rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .subnav {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .subnav {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .subnav {
    font-size: 1.5rem;
  }
}
.subnav ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .subnav ul {
    flex-wrap: wrap;
  }
}
.subnav ul li {
  position: relative;
  width: 10%;
  flex-grow: 1;
  border-bottom: 1px solid rgba(0, 9, 21, 0.15);
}
@media (max-width: 767px) {
  .subnav ul li {
    width: 33.33%;
  }
}
.subnav ul li + li {
  border-left: 1px solid rgba(0, 9, 21, 0.15);
}
.subnav ul li:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  bottom: -1rem;
  background-color: var(--c-blue);
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 2rem;
  box-shadow: 0px 19px 37.2px 2.8px rgba(9, 60, 126, 0.21);
  z-index: 1;
}
@media (max-width: 1023px) {
  .subnav ul li:before {
    left: -1rem;
    right: -1rem;
  }
}
@media (max-width: 767px) {
  .subnav ul li:before {
    left: -0.7rem;
    right: -0.7rem;
    bottom: 0;
    border-radius: 1rem;
  }
}
@media (min-width: 1023.02px) {
  .subnav ul li:hover {
    color: var(--c-white);
  }
  .subnav ul li:hover:before {
    opacity: 1;
  }		  
}
@media (min-width: 1023.02px) and (min-width: 767.02px) {
  .subnav ul li:hover h6 {
    font-size: 114.3%;
    font-weight: 900;
  }
}
@media (min-width: 1023.02px) {
  .subnav ul li:hover picture {
    color: inherit;
  }
}
.subnav ul div {
  min-height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.9rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .subnav ul div {
    min-height: 6rem;
  }
}
@media (max-width: 767px) {
  .subnav ul div {
    min-height: 4rem;
    margin-bottom: 0.2rem;
  }
}
.subnav ul picture {
  display: inline-block;
  font-size: 0;
  mask-size: 100% auto;
  background-color: currentColor;
  color: var(--c-red);
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .subnav ul picture {
    max-width: 3rem;
  }
}
.subnav ul picture img {
  opacity: 0;
}
.subnav ul h6 {
  position: relative;
  z-index: 2;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: inherit;
}
@media (min-width: 1023.02px) {
  .subnav ul h6 {
    min-height: 45px;
  }
}
.subnav ul a {
  text-decoration: none;
  display: block;
  padding: 2.5rem 1rem 1.1rem;
}
@media (max-width: 1199px) {
  .subnav ul a {
    padding: 2rem 1rem 1rem;
  }
}
@media (max-width: 1023px) {
  .subnav ul a {
    padding: 1rem 1rem;
  }
}
@media (max-width: 767px) {
  .subnav ul a {
    padding: 1rem 1rem 1rem;
  }
}
.testimonial {
  overflow: hidden;
  background-color: var(--c-white);
  color: var(--c-darkblue);
  border-radius: 2.4rem;
  border: 1px solid #e9eef5;
  box-shadow: 4px 4px 15px -7px #e9eef5;
  padding: 4rem 5rem 4.5rem 5rem;
  font-weight: 500;
  font-size: 2.2rem;
}
@media (max-width: 1199px) {
  .testimonial {
    font-size: 1.8rem;
    padding: 2.5rem 3.5rem 2.9rem;
  }
}
@media (max-width: 767px) {
  .testimonial {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.testimonial .testimonial__rating {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .testimonial .testimonial__rating {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .testimonial .testimonial__rating img {
    height: auto;
    max-width: 8.8rem;
  }
}
.testimonial blockquote {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .testimonial blockquote {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .testimonial blockquote p:before {
    content: "“";
  }
}
.testimonial .testimonial__author {
  color: var(--c-black);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.4rem;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .testimonial .testimonial__author {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.wrapper {
  position: relative;
  min-height: 100svh;
  overflow: clip;
}