* {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

@media print {
  * { /* Keyword values */
    -webkit-print-color-adjust: economy;
    -webkit-print-color-adjust: exact !important;
    /* Global values */
    -webkit-print-color-adjust: inherit;
    -webkit-print-color-adjust: initial;
    -webkit-print-color-adjust: unset;
  }
}
html,
body {
  font-family: "Lato", sans-serif;
  font-size: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  color: #fff;
  background-color: #080301;
}
@media (min-width: 2200px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (min-width: 3600px) {
  html,
  body {
    font-size: 16px;
  }
}
html *,
body * {
  box-sizing: border-box;
}

body main {
  opacity: 0;
  transition: opacity 0.4s ease;
}
body.loader-done main {
  opacity: 1;
}
body .gsap__wrapper > div,
body .gsap__wrapper .horizontal__wrapper > div {
  scroll-margin: 10rem;
}

section,
footer {
  scroll-margin: 130px;
}

/* Safari 11+ */
@media not all and (resolution >= 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
    }
  }
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

strong {
  font-weight: 700;
}

.transition {
  transition: 0.4s ease-in-out;
}

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

.container {
  width: 1600px;
  max-width: 100%;
  padding-inline: 2rem;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 2200px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 90%;
    padding-inline: 0;
  }
}

@media screen and (width >= 1700px) {
  .container-fluid {
    max-width: 2000px;
    margin: 0 auto;
  }
}
.wow {
  visibility: hidden;
}

.svg-inline--fa:not(:only-child) {
  margin-right: 1rem;
}

.dashboard__view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #f3f4f6;
  color: #1a3d90;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 3rem;
  border: 2px solid transparent;
  border-radius: 0 !important;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
}
.dark .dashboard__view-all {
  background-color: #333;
  color: #fff;
}
.dark .dashboard__view-all:hover {
  background-color: #555;
}
.dashboard__view-all:hover {
  background-color: #e5e7eb;
  text-decoration: none;
}
.dashboard__view-all:focus-visible {
  border-color: #1a3d90;
}
.dashboard__view-all-icon {
  font-size: 1.875rem;
  margin-left: 1.5rem;
}
.dashboard__view-all-icon.--back {
  margin-right: 1.5rem;
  margin-left: initial;
}

@media (min-width: 1024px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
h1,
.h1,
.h1 * {
  font-size: 6rem;
  font-weight: 900;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.2;
}
@media (min-width: 1600px) {
  h1,
  .h1,
  .h1 * {
    font-size: 7rem;
  }
}
@media (max-width: 1600px) {
  h1,
  .h1,
  .h1 * {
    font-size: clamp(3rem, 4vw, 7rem);
  }
}

h2 {
  font-size: 2.55rem;
  font-weight: 500;
  line-height: 1.1;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
}
@media (min-width: 1600px) {
  h2 {
    font-size: 3rem;
  }
}
@media (max-width: 1600px) {
  h2 {
    font-size: clamp(2.4rem, 2.5vw, 5rem);
  }
}

h3 {
  font-size: 2.04rem;
  font-weight: 700;
  letter-spacing: 0.9px;
}
@media (min-width: 1600px) {
  h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1600px) {
  h3 {
    font-size: clamp(2.1rem, 2vw, 4rem);
  }
}

h4 {
  font-size: 1.87rem;
  letter-spacing: 0.3px;
}
@media (min-width: 1600px) {
  h4 {
    font-size: 2.2rem;
  }
}

h5 {
  font-size: 1.7rem;
  font-weight: 700;
}

h6 {
  font-size: 1.3rem;
  font-weight: 600;
}

p,
ul,
ol {
  font-size: 1.6rem;
  line-height: 1.55;
  font-weight: 300;
}
@media (min-width: 1600px) {
  p,
  ul,
  ol {
    font-size: 1.8rem;
  }
}

.font_11,
.font_11 * {
  font-size: 0.935rem;
}
@media (min-width: 1600px) {
  .font_11,
  .font_11 * {
    font-size: 1.1rem;
  }
}

.font_13,
.font_13 * {
  font-size: 1.105rem;
}
@media (min-width: 1600px) {
  .font_13,
  .font_13 * {
    font-size: 1.3rem;
  }
}

.font_16,
.font_16 * {
  font-size: 1.36rem;
}
@media (min-width: 1600px) {
  .font_16,
  .font_16 * {
    font-size: 1.6rem;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 2rem 2rem;
  font-family: "Zalando Sans Expanded", sans-serif;
}
.site-header.header--menu-visible::before {
  transform: translateY(0);
}
.site-header.header--menu-visible .site-header__hamburger {
  opacity: 1;
  pointer-events: initial;
  transform: translateX(0);
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(8px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  mask-image: linear-gradient(to bottom, black 0%, black 55%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 55%, transparent 100%);
  pointer-events: none;
  z-index: -1;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
@media (min-width: 1024px) {
  .site-header::before {
    content: none;
  }
}
.site-header__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
.site-header__nav {
  flex: 1;
  opacity: 0;
}
.site-header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2.5rem;
}
.site-header__nav--left ul {
  justify-content: flex-start;
}
.site-header__nav--right ul {
  justify-content: flex-end;
}
.site-header__nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  transition: opacity 0.3s;
}
@media (min-width: 3300px) {
  .site-header__nav a {
    font-size: 2rem;
  }
}
.site-header__nav a:hover {
  opacity: 0.7;
}
.site-header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(calc(50vh - 50%)) scale(1.8);
  z-index: 200;
  pointer-events: none;
}
@media (max-width: 639px) {
  .site-header__logo {
    transform: translateX(-50%) translateY(calc(50vh - 50%)) scale(1.1);
  }
}
.site-header__logo-img {
  width: 21.2rem;
  height: 4.3rem;
}
@media (max-width: 639px) {
  .site-header__logo-img {
    width: 16rem;
    height: auto;
  }
}
.site-header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0.8rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 300;
  position: relative;
  opacity: 0;
  pointer-events: none;
  transform: translateX(15vw);
  transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  align-self: flex-start;
}
@media (min-width: 1024px) {
  .site-header__hamburger {
    display: none;
  }
}
.site-header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.25s ease;
}
.site-header__hamburger.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.site-header__hamburger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  background: #000;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  z-index: 0;
}
.mobile-menu__blur {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(6rem) saturate(1);
  -webkit-backdrop-filter: blur(6rem) saturate(1);
  opacity: 0;
  transition: opacity 0.6s ease 0s;
  z-index: 1;
  pointer-events: none;
}
.mobile-menu__nav {
  position: relative;
  z-index: 2;
  text-align: center;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.35s ease 0.6s, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.9s;
}
.mobile-menu__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.mobile-menu__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zalando Sans Expanded", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.25rem 1rem;
  display: inline-block;
  transition: opacity 0.2s ease;
}
.mobile-menu__nav a:hover {
  opacity: 0.6;
}
.mobile-menu__social {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3rem;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease 1.2s, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 1.2s;
}
.mobile-menu__social a {
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.mobile-menu__social a:hover {
  color: #fff;
}
.mobile-menu__social a svg {
  width: 22px;
  height: 22px;
}
.mobile-menu.is-open {
  pointer-events: all;
}
.mobile-menu.is-open .mobile-menu__blur {
  opacity: 1;
}
.mobile-menu.is-open .mobile-menu__bg {
  opacity: 1;
}
.mobile-menu.is-open .mobile-menu__nav {
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu.is-open .mobile-menu__social {
  opacity: 1;
  transform: translateY(0);
}

.site-social {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  opacity: 0;
}
.site-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}
.site-social li {
  will-change: transform;
}
.site-social a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-social a svg {
  width: 20px;
  height: 20px;
}

#announcement-popup {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  animation: fade-in 0.3s ease-in-out;
  padding: 1rem;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#announcement-popup.popup--urgent > div {
  animation: slideIn 0.3s ease-in-out, urgent-pulse 0.6s ease-in-out infinite;
}
@keyframes urgent-pulse {
  0%, 100% {
    box-shadow: 0 1rem 3rem rgba(220, 38, 38, 0.3);
  }
  50% {
    box-shadow: 0 1rem 3rem rgba(220, 38, 38, 0.6);
  }
}
#announcement-popup > div {
  background-color: #fff;
  width: 100%;
  max-width: 500px;
  animation: slideIn 0.3s ease-in-out;
}
#announcement-popup > div .wpcf7 {
  margin: 3rem auto 0;
  max-width: 500px;
  background: #fff;
  padding: 2.5rem 2rem 2rem;
  color: #222;
  font-size: 1.5rem;
  border: none;
  box-shadow: none;
}
#announcement-popup > div .wpcf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
#announcement-popup > div .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
#announcement-popup > div .wpcf7 label {
  font-weight: 600;
  color: #e63946;
  margin-bottom: 0.2rem;
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.01em;
}
#announcement-popup > div .wpcf7 input[type=text],
#announcement-popup > div .wpcf7 input[type=email],
#announcement-popup > div .wpcf7 input[type=tel],
#announcement-popup > div .wpcf7 textarea {
  width: 100%;
  padding: 1rem 0.8rem;
  border: 1px solid #333;
  border-radius: 0;
  background: #1e1e1e;
  color: #e0e0e0;
  font-size: 1.2rem;
  margin-bottom: 0.1rem;
  transition: all 0.3s ease-in-out;
  resize: vertical;
  box-shadow: none;
}
#announcement-popup > div .wpcf7 input[type=text]:focus,
#announcement-popup > div .wpcf7 input[type=email]:focus,
#announcement-popup > div .wpcf7 input[type=tel]:focus,
#announcement-popup > div .wpcf7 textarea:focus {
  outline: none;
  border-color: #e63946;
  background: #1e1e1e;
}
#announcement-popup > div .wpcf7 .wpcf7-submit {
  width: 100%;
  background: #e63946;
  color: #121212;
  font-weight: 700;
  font-size: 1.2rem;
  border: none;
  border-radius: 0;
  padding: 1rem 0;
  cursor: pointer;
  margin-top: 0.3rem;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#announcement-popup > div .wpcf7 .wpcf7-submit:hover {
  background: #e63946;
  opacity: 0.98;
}
#announcement-popup > div .wpcf7 .wpcf7-response-output {
  margin-top: 1rem;
  padding: 0.8rem 1.2rem;
  border-radius: 0;
  font-size: 1.1rem;
  background: #1e1e1e;
  color: #e63946;
  border: 1px solid #e63946;
}
#announcement-popup > div .wpcf7 .wpcf7-not-valid-tip {
  color: #dc2626;
  font-size: 1rem;
  margin-top: 0.05rem;
  margin-bottom: 0.2rem;
  display: block;
}
#announcement-popup > div .wpcf7 .wpcf7-spinner {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: middle;
}
#announcement-popup > div:last-child {
  margin-bottom: 0;
}
#announcement-popup > div br {
  display: block;
  content: "";
  height: 0.5rem;
}
#announcement-popup .announcement-popup__header--urgent,
#announcement-popup .bg-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  color: #fff;
  font-weight: 700;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
#announcement-popup .bg-primary {
  background-color: #1a3d90;
}
#announcement-popup .announcement-popup__header--urgent {
  background-color: #e63946;
}
#announcement-popup #close-announcement-popup {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.2rem 0.4rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#announcement-popup h3 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.875rem;
}
#announcement-popup .p-8 {
  padding: 2rem;
  font-size: 1.875rem;
  color: #404040;
}

.p-6 {
  padding: 1.5rem;
  padding-top: 0;
}
.p-6 button {
  width: 100%;
  background-color: #1a3d90;
  color: #fff;
  padding: 0.75rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-size: 1.875rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
}
.p-6 button:hover {
  background-color: rgba(26, 61, 144, 0.9);
  opacity: 0.9;
}
.p-6 button:active {
  transform: scale(0.98);
}
.p-6 button.announcement-popup__button--urgent {
  background-color: #dc2626;
}
.p-6 button.announcement-popup__button--urgent:hover {
  background-color: #b91c1c;
  opacity: 0.95;
}

.footer {
  color: #404040;
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f9fafb;
}
.footer__title {
  text-align: center;
  color: #1a3d90;
  margin-bottom: 2rem;
}
.footer .wpcf7 {
  margin: 3rem auto 0;
  max-width: 500px;
  background: #fff !important;
  border-radius: 0.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  padding: 2.5rem 2.5rem 0;
  color: #404040;
  font-size: 1.5rem;
}
.footer .wpcf7 p {
  margin: 0;
}
.footer .wpcf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.footer .wpcf7 label {
  font-weight: 600;
  color: #1a3d90;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.875rem;
}
.footer .wpcf7 input[type=text],
.footer .wpcf7 input[type=email],
.footer .wpcf7 input[type=tel],
.footer .wpcf7 textarea {
  width: 100%;
  padding: 2rem 2.5rem;
  border-radius: 0;
  border: 1px solid rgba(51, 51, 51, 0.12);
  background: #fff;
  color: #404040;
  font-size: 1.875rem;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
  resize: vertical;
}
.footer .wpcf7 input[type=text]:focus,
.footer .wpcf7 input[type=email]:focus,
.footer .wpcf7 input[type=tel]:focus,
.footer .wpcf7 textarea:focus {
  outline: none;
  border-color: #1a3d90;
}
.footer .wpcf7 .wpcf7-submit {
  width: 100%;
  background: #1a3d90;
  color: #fff;
  font-weight: 700;
  font-size: 1.875rem;
  border: none;
  border-radius: 0;
  padding: 2rem 2.5rem;
  cursor: pointer;
  margin-top: 1rem;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.footer .wpcf7 .wpcf7-submit:hover {
  background: #1a3d90;
  opacity: 0.95;
}
.footer .wpcf7 .wpcf7-response-output {
  margin: 0;
  padding: 1rem 1.5rem;
  border-radius: 0;
  font-size: 1.8rem;
  color: #1a3d90;
  border: 1px solid #1a3d90;
}
.footer .wpcf7 .wpcf7-not-valid-tip {
  color: #dc2626;
  font-size: 1.65rem;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  display: block;
}
.footer .wpcf7 .wpcf7-spinner {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.footer a {
  color: #e63946;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer a:hover {
  opacity: 0.8;
}
.footer .footer_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .footer .footer_content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.footer .footer__title {
  grid-column: 1/-1;
}
.footer .footer__title h2 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700;
  margin: 0 0 2rem;
  line-height: 1.2;
}
.footer .footer__data {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .footer .footer__data {
    grid-template-columns: 1fr;
  }
}
.footer .footer__data-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
.footer .footer__data-item:hover .footer__data-icon {
  transform: scale(1.05);
}
.footer .footer__data-icon {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.footer .footer__data-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
}
.footer .footer__data-content {
  flex-grow: 1;
  font-size: 1.3rem;
  line-height: 1.6;
}
.footer .footer__data-content p {
  margin: 0.5rem 0;
}
.footer .footer__data-content p:first-child {
  margin-top: 0;
}
.footer .footer__data-content p:last-child {
  margin-bottom: 0;
}
.footer .footer__data-content strong {
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}
.footer .footer__desc {
  grid-column: 1/-1;
  font-size: 1.4rem;
  line-height: 1.8;
}
.footer .footer__desc p {
  margin: 1rem 0;
}
.footer .footer__desc p:first-child {
  margin-top: 0;
}
.footer .footer__desc p:last-child {
  margin-bottom: 0;
}
.footer .footer__map {
  grid-column: 1/-1;
  width: 100%;
  height: 30rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .footer .footer__map {
    height: 20rem;
  }
}
.footer .footer__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.footer .footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(64, 64, 64, 0.08);
}
@media (min-width: 640px) and (max-width: 1023px) {
  .footer .footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer .navigation {
  flex-grow: 1;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .footer .navigation {
    order: 2;
    width: 100%;
  }
}
.footer .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .footer .navigation ul {
    flex-direction: column;
    gap: 1rem;
  }
}
.footer .navigation ul li a {
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.footer .navigation ul li a::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e63946;
  transition: all 0.3s ease-in-out;
}
.footer .navigation ul li a:hover::after {
  width: 100%;
}
.footer .font_11 {
  font-size: 1.1rem;
  color: rgba(64, 64, 64, 0.7);
  margin: 0;
  white-space: nowrap;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .footer .font_11 {
    order: 1;
    width: 100%;
    white-space: normal;
  }
}
.footer .font_11 a {
  font-weight: 700;
  color: #e63946;
}
.footer .font_11 a:hover {
  text-decoration: underline;
}

body.dark-mode .footer {
  background-color: #121212;
}
body.dark-mode .footer .footer__data-icon img {
  filter: brightness(0.9) invert(0.9);
}

a:active {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}

:focus {
  outline: none;
}

:hover {
  outline: none;
}

:active {
  outline: none;
}

button:focus {
  outline: none;
}

.a_no_style,
.a_no_style a {
  color: currentcolor;
  text-decoration: none;
}

.cta {
  background-color: transparent;
  border: none;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 2.9rem 6rem;
  text-decoration: none;
  align-items: center;
  text-align: center;
  border-radius: 0.5rem;
  font-family: "Zalando Sans Expanded", sans-serif;
}
.cta:not(:disabled) {
  cursor: pointer;
}
.cta.cta__white {
  background-color: #fff;
  color: #000;
}
.cta.cta__white:not(:disabled):hover {
  background-color: transparent;
}

div.wpcf7-validation-errors {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
  padding: 10px;
  font-size: 0.8125rem;
}

span.wpcf7-not-valid-tip {
  background-color: transparent;
  border-color: transparent;
  color: #d7322f;
  padding: 0.5rem 0 0.75rem;
  font-size: 1.3rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
}

form.invalid div.wpcf7-response-output {
  color: #d7322f !important;
}

div.wpcf7-response-output {
  color: rgb(65, 151, 65) !important;
  border: none !important;
  background-color: transparent !important;
  padding: 0.5rem 0 0.75rem !important;
  font-size: 1.3rem;
  margin: 0 !important;
}

div.wpcf7-mail-sent-ng {
  clear: both;
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
  padding: 10px;
  font-size: 0.8125rem;
}

div.wpcf7-mail-sent-ok {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  clear: both;
  padding: 10px;
}

span.wpcf7-spinner {
  margin: 0;
  margin-top: 2.5rem;
  width: 2.5rem !important;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 1rem 0.75rem;
  background: #fff;
  color: #404040;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: 0;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  outline: none;
  border-color: #1a3d90;
}

.wpcf7 .wpcf7-submit {
  display: inline-block;
  width: 100%;
  padding: 1.1rem 0;
  background: #1a3d90;
  color: #fff;
  border: none;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.wpcf7 .wpcf7-response-output {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  background: #fff7ed;
  color: #1a3d90;
  border: 1px solid #1a3d90;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #dc2626;
}

.wpcf7 .two_cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

#site-loader {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 1;
}
#site-loader.site-loader--hidden {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
#site-loader #site-loader__percent {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 700;
  font-size: 10rem;
  color: #fff;
  letter-spacing: -12px;
  line-height: 1;
}
/*# sourceMappingURL=main.css.map */
