@charset "UTF-8";
.disabled[data-v-8eeb8a36] {
  pointer-events: none;
}
@font-face {
  src:
    local("Poppins"),
    url(/assets/Poppins-100-CY-M_i9k.woff2) format("woff2"),
    url(/assets/Poppins-100-KtaE_l4j.woff) format("woff");
  font-family: "Poppins";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src:
    local("Poppins"),
    url(/assets/Poppins-200-B8tqA5oA.woff2) format("woff2"),
    url(/assets/Poppins-200-B4B7yloA.woff) format("woff");
  font-family: "Poppins";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src:
    local("Poppins"),
    url(/assets/Poppins-300-Dku2WoCh.woff2) format("woff2"),
    url(/assets/Poppins-300-CusMUmd5.woff) format("woff");
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src:
    local("Poppins"),
    url(/assets/Poppins-400-cpxAROuN.woff2) format("woff2"),
    url(/assets/Poppins-400-DFPSF5un.woff) format("woff");
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src:
    local("Poppins"),
    url(/assets/Poppins-500-C8OXljZJ.woff2) format("woff2"),
    url(/assets/Poppins-500-BxoKRKBW.woff) format("woff");
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src:
    local("Poppins"),
    url(/assets/Poppins-600-zEkxB9Mr.woff2) format("woff2"),
    url(/assets/Poppins-600-Y7qvbR95.woff) format("woff");
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src:
    local("Poppins"),
    url(/assets/Poppins-700-Qrb0O0WB.woff2) format("woff2"),
    url(/assets/Poppins-700-OF5qx8Ai.woff) format("woff");
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src:
    local("Poppins"),
    url(/assets/Poppins-800-Bd8-pIP1.woff2) format("woff2"),
    url(/assets/Poppins-800-COnvEQ_q.woff) format("woff");
  font-family: "Poppins";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src:
    local("Poppins"),
    url(/assets/Poppins-900-BmL1zqjw.woff2) format("woff2"),
    url(/assets/Poppins-900-T20N7lgx.woff) format("woff");
  font-family: "Poppins";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src:
    local("Open Sans"),
    url(/assets/open-sans-400-sjvN8RAh.woff2) format("woff2"),
    url(/assets/open-sans-400-kLvSbl7y.woff) format("woff");
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src:
    local("Open Sans"),
    url(/assets/open-sans-700-DXyImmHa.woff2) format("woff2"),
    url(/assets/open-sans-700-DMXgkrz3.woff) format("woff");
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src:
    local("Open Sans"),
    url(/assets/open-sans-700italic-LeDaQ7P2.woff2) format("woff2"),
    url(/assets/open-sans-700italic-CtKX8HJi.woff) format("woff");
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
:root {
  --width-base: 375;
  --width-current: 100vmin;
  --width-multiplier: var(--width-current) / var(--width-base);
}
@media (min-width: 768px) and (max-width: 1024px) {
  :root {
    --width-base: 834;
  }
}
@media (min-width: 1025px) {
  :root {
    --width-base: 1440;
    --width-current: 100vw;
  }
}
@media (min-width: 1025px) and (min-aspect-ratio: 1440/800) {
  :root {
    --width-base: 800;
    --width-current: 100vh;
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
*::selection {
  color: #fff;
  background-color: rgba(240, 0, 0, 0.5);
}
html {
  box-sizing: border-box;
  width: 100%;
}
body {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-decoration-skip: objects;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  background-color: #222222;
  transition: color 0.2s, background-color 0.2s;
  margin: 0;
}
[data-page=article] body,
[data-page=privacy] body {
  color: #222222;
  background-color: #fff;
}
h1 {
  font-weight: 500;
  font-size: calc(118 * var(--width-multiplier));
  line-height: 0.8474576271;
}
@media (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: calc(232 * var(--width-multiplier));
    line-height: 0.8620689655;
  }
}
@media (min-width: 1025px) {
  h1 {
    font-size: calc(232 * var(--width-multiplier));
    line-height: 1;
  }
}
h2 {
  font-weight: 500;
  font-size: calc(48 * var(--width-multiplier));
  line-height: 1.1666666667;
}
@media (min-width: 1025px) {
  h2 {
    font-size: calc(88 * var(--width-multiplier));
    line-height: 1.1363636364;
  }
}
h3 {
  font-weight: 400;
  font-size: calc(20 * var(--width-multiplier));
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 1024px) {
  h3 {
    font-size: calc(32 * var(--width-multiplier));
    line-height: 1.25;
  }
}
@media (min-width: 1025px) {
  h3 {
    font-size: calc(36 * var(--width-multiplier));
    line-height: 1.1111111111;
  }
}
p,
li {
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.5833333333;
}
@media (min-width: 768px) and (max-width: 1024px) {
  p,
  li {
    font-size: calc(14 * var(--width-multiplier));
    line-height: 1.5714285714;
  }
}
@media (min-width: 1025px) {
  p,
  li {
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.5625;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
p::selection {
  color: #fff;
  background-color: #f00000;
}
br::selection {
  color: #fff;
  background-color: #f00000;
}
li,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a,
button {
  outline: none;
  text-decoration: none;
  color: currentColor;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}
menu {
  margin: 0;
  padding: 0;
}
input,
select,
button,
textarea {
  display: block;
  font-family: "Poppins", sans-serif;
  appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  background: none;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  width: 100%;
  height: 100%;
}
.select2-selection:focus,
.select2-selection:visited,
.select2-selection:active,
.select2-selection:hover,
a:focus,
a:visited,
a:active,
a:hover,
textarea:focus,
textarea:visited,
textarea:active,
textarea:hover,
input:focus,
input:visited,
input:active,
input:hover,
select:focus,
select:visited,
select:active,
select:hover,
button:focus,
button:visited,
button:active,
button:hover {
  outline: 0;
  outline-style: none;
}
.noscroll {
  overflow: hidden;
  height: 100vh;
}
.is-hidden {
  display: none !important;
}
.is-hide {
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .for-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .for-desktop {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .for-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .for-tablet {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .for-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .for-mobile {
    display: none !important;
  }
}
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}
.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  hyphens: auto;
}
.button {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 calc(20 * var(--width-multiplier));
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.3333333333;
  color: #fff;
  background-color: #f00000;
  transition: 0.4s;
}
.button:active {
  background-color: #c90000;
}
.button__arrow {
  width: calc(32 * var(--width-multiplier));
  height: calc(32 * var(--width-multiplier));
}
.button--popup {
  font-size: calc(16 * var(--width-multiplier));
  line-height: 1.3125;
}
.button--career span:first-child {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .button {
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.3125;
  }
}
@media (min-width: 1025px) {
  .button {
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.3125;
  }
  .button--career {
    flex-direction: column;
    justify-content: center;
  }
  .button--career span {
    margin: calc(10 * var(--width-multiplier)) 0;
    writing-mode: vertical-rl;
  }
  .button--career span:first-child {
    display: block;
  }
  .button--career span:not(.button__arrow) {
    transform: scale(-1);
  }
  .button:hover {
    background-color: #da0000;
  }
  .button:active {
    background-color: #c90000;
  }
}
.card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: calc(12 * var(--width-multiplier));
  width: 100%;
  height: 100%;
  color: #fff;
  cursor: url(/assets/cursor-read-BUhV-mi1.svg) 60 60, pointer;
}
.card__image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.card__image picture,
.card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.card__tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-6 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .card__tags {
    margin: 0 calc(-6 * var(--width-multiplier)) calc(2 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .card__tags {
    margin: 0 calc(-6 * var(--width-multiplier)) calc(6 * var(--width-multiplier));
  }
}
.card__tag {
  margin: 0 calc(6 * var(--width-multiplier)) calc(6 * var(--width-multiplier));
  border: 1px solid #fff;
  padding: 0 calc(8 * var(--width-multiplier));
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.3333333333;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .card__tag {
    padding: calc(8 * var(--width-multiplier)) calc(12 * var(--width-multiplier));
    font-size: calc(14 * var(--width-multiplier));
    line-height: 1.2857142857;
  }
}
@media (min-width: 1025px) {
  .card__tag {
    padding: calc(8 * var(--width-multiplier)) calc(12 * var(--width-multiplier));
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.3125;
  }
}
.card__title {
  margin: 0 0 calc(4 * var(--width-multiplier));
  font-weight: 400;
  font-size: calc(20 * var(--width-multiplier));
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .card__title {
    margin: 0 0 calc(8 * var(--width-multiplier));
    font-size: calc(32 * var(--width-multiplier));
    line-height: 1.25;
  }
}
@media (min-width: 1025px) {
  .card__title {
    max-width: calc(309 * var(--width-multiplier));
    margin: 0 0 calc(8 * var(--width-multiplier));
    font-size: calc(36 * var(--width-multiplier));
    line-height: 1.1111111111;
  }
}
.card__text {
  overflow: hidden;
  max-width: calc(281 * var(--width-multiplier));
  max-height: calc(32 * var(--width-multiplier));
  font-size: calc(10 * var(--width-multiplier));
  line-height: 1.6;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .card__text {
    max-width: calc(298 * var(--width-multiplier));
    max-height: calc(80 * var(--width-multiplier));
    font-size: calc(14 * var(--width-multiplier));
    line-height: 1.4285714286;
  }
}
@media (min-width: 1025px) {
  .card__text {
    max-height: none;
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.375;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .card {
    padding: calc(20 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .card {
    padding: calc(20 * var(--width-multiplier));
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding: 0 0 0 calc(8 * var(--width-multiplier));
  width: 100%;
  height: calc(50 * var(--width-multiplier));
  transition: border-color 0.4s;
}
.header-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: calc(50 * var(--width-multiplier));
  background-color: #222222;
  transition: background-color 0.4s;
}
[data-page-ui=light] .header-overlay {
  background-color: #fff;
}
.header__logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(40 * var(--width-multiplier));
  height: calc(34 * var(--width-multiplier));
}
.header__logo span {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 100%;
  transition: color 0.4s;
}
.header__logo span:first-child {
  color: #f00000;
  height: calc(27 * var(--width-multiplier));
}
.header.is-menu .header__logo span:first-child {
  color: #222222;
}
.header__logo span:last-child {
  color: #fff;
  height: calc(4 * var(--width-multiplier));
}
[data-page-ui=light] .header__logo span:last-child {
  color: #222222;
}
.header.is-menu .header__logo span:last-child {
  color: #fff;
}
[data-page-ui=light].is-menu .header.is-menu .header__logo span:last-child {
  color: #fff;
}
.header__logo svg {
  display: block;
}
@media (min-width: 1025px) {
  .header__logo {
    width: calc(56 * var(--width-multiplier));
    height: calc(48 * var(--width-multiplier));
  }
  .header__logo span:first-child {
    height: calc(38 * var(--width-multiplier));
  }
  .header__logo span:last-child {
    height: calc(6 * var(--width-multiplier));
  }
}
.header__title {
  display: none;
}
@media (min-width: 1025px) {
  .header__title {
    display: block;
    font-weight: 400;
    font-size: calc(12 * var(--width-multiplier));
    line-height: 1.5;
    writing-mode: vertical-lr;
    transform: scale(-1);
    transition: color 0.4s;
    pointer-events: none;
  }
  [data-page-ui=light] .header__title {
    color: #222222;
  }
  [data-page-ui=light] .header.is-menu .header__title {
    color: #fff;
  }
}
.header__burger {
  position: relative;
  z-index: 2;
  border-left: 1px solid #fff;
  width: calc(50 * var(--width-multiplier));
  height: 100%;
  transition: border-color 0.4s;
}
.header__burger:active span::before {
  background-color: #f00000;
}
.header.is-menu .header__burger:active span::before {
  background-color: #222222;
}
.header__burger span {
  position: absolute;
  left: calc(50% - calc(12 * var(--width-multiplier)));
  top: calc(calc(25 * var(--width-multiplier)) - 1px);
  z-index: 1;
  display: block;
  width: calc(24 * var(--width-multiplier));
  height: 2px;
  transition: transform 0.2s;
}
.header__burger span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: background-color 0.4s, transform 0.2s;
}
[data-page-ui=light] .header__burger span::before {
  background-color: #222222;
}
[data-page-ui=light] .header.is-menu .header__burger span::before {
  background-color: #fff;
}
.header__burger span:nth-child(1) {
  transform: translateY(-6px);
}
.header__burger span:nth-child(3) {
  transform: translateY(6px);
}
.header.is-menu .header__burger span:nth-child(1) {
  transform: translateY(0);
}
.header.is-menu .header__burger span:nth-child(1)::before {
  transform: rotate(45deg);
}
.header.is-menu .header__burger span:nth-child(2) {
  opacity: 0;
}
.header.is-menu .header__burger span:nth-child(3) {
  transform: translateY(0);
}
.header.is-menu .header__burger span:nth-child(3)::before {
  transform: rotate(-45deg);
}
[data-page-ui=light] .header__burger {
  border-color: #222222;
}
[data-page-ui=light] .header.is-menu .header__burger {
  border-color: #fff;
}
@media (min-width: 1025px) {
  .header__burger {
    margin: 0 0 calc(5 * var(--width-multiplier));
    border-left: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: calc(80 * var(--width-multiplier));
  }
  .header__burger:hover span::before {
    background-color: #f00000;
  }
  .header.is-menu .header__burger:hover span::before {
    background-color: #222222;
  }
  .header__burger span {
    left: calc(50% - calc(15 * var(--width-multiplier)));
    top: calc(calc(40 * var(--width-multiplier)) - 1px);
    width: calc(30 * var(--width-multiplier));
    height: 2px;
  }
  .header__burger span:nth-child(1) {
    transform: translateY(-8px);
  }
  .header__burger span:nth-child(3) {
    transform: translateY(8px);
  }
  [data-page-ui=light] .header__burger {
    border-color: #222222;
  }
}
[data-page-ui=light] .header {
  border-color: #222222;
}
[data-page-ui=light] .header.is-menu {
  border-color: #fff;
}
@media (min-width: 1025px) {
  .header {
    flex-direction: column-reverse;
    border-right: 1px solid #fff;
    border-bottom: none;
    padding: 0 0 calc(37 * var(--width-multiplier));
    width: calc(80 * var(--width-multiplier));
    height: 100%;
  }
  .header-overlay {
    width: calc(80 * var(--width-multiplier));
    height: 100%;
  }
  [data-page-ui=light] .header {
    border-color: #222222;
  }
  [data-page-ui=light] .header.is-menu {
    border-color: #fff;
  }
}
.menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: calc(61 * var(--width-multiplier)) 0 calc(61 * var(--width-multiplier)) calc(20 * var(--width-multiplier));
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #f00000;
}
.menu__link {
  position: relative;
  display: flex;
  margin: calc(6 * var(--width-multiplier)) 0;
  height: calc(64 * var(--width-multiplier));
  font-weight: 500;
  font-size: calc(64 * var(--width-multiplier));
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  transition: color 0.4s;
  cursor: pointer;
}
.menu__link::selection {
  color: inherit;
  background-color: rgba(34, 34, 34, 0.2);
}
.menu__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  z-index: 2;
  width: 0;
  height: 3px;
  background-color: #fff;
  pointer-events: none;
  transition: width 0.4s;
}
.menu__link:active {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .menu__link {
    margin: calc(1 * var(--width-multiplier)) 0;
    height: calc(128 * var(--width-multiplier));
    font-size: calc(128 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .menu__link {
    margin: calc(1 * var(--width-multiplier)) 0;
    height: calc(128 * var(--width-multiplier));
    font-size: calc(128 * var(--width-multiplier));
  }
  .menu__link:hover {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .menu {
    overflow-y: scroll;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .menu {
    overflow-y: scroll;
    padding: calc(85 * var(--width-multiplier)) 0 0 calc(48 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .menu {
    justify-content: center;
    padding: 0 0 0 calc(144 * var(--width-multiplier));
    height: 100%;
  }
}
.router-link-exact-active .menu__link::before {
  width: 100%;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: calc(20 * var(--width-multiplier));
  padding: calc(60 * var(--width-multiplier)) 0 calc(40 * var(--width-multiplier));
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.5;
  color: #d6d6d6;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__content {
    max-width: calc(303 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .footer__content {
    max-width: calc(402 * var(--width-multiplier));
  }
}
.footer__link::selection,
.footer__copyright::selection {
  color: #fff;
  background-color: #f00000;
}
.footer__link {
  min-width: calc(58 * var(--width-multiplier));
  transition: color 0.4s;
}
.footer__link:active {
  color: #fff;
}
.footer--article .footer__link:active {
  color: #000;
}
@media (min-width: 1025px) {
  .footer__link:hover {
    color: #ebebeb;
  }
  .footer--article .footer__link:hover {
    color: #000;
  }
  .footer__link:active {
    color: #fff;
  }
  .footer--article .footer__link:active {
    color: #000;
  }
}
.footer--article {
  color: #222222;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding: calc(60 * var(--width-multiplier)) 0;
  }
}
@media (min-width: 1025px) {
  .footer {
    padding: calc(60 * var(--width-multiplier)) 0;
  }
  .footer--home {
    padding: 0;
  }
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.popup__overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.8);
  cursor: pointer;
}
.popup__content {
  position: relative;
  z-index: 2;
  padding: calc(20 * var(--width-multiplier));
  width: 100%;
  background-color: #222222;
}
@media (max-width: 767px) {
  .popup__content {
    overflow-y: scroll;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .popup__content {
    padding: calc(32 * var(--width-multiplier)) calc(52 * var(--width-multiplier)) calc(52 * var(--width-multiplier));
    width: calc(509 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .popup__content {
    padding: calc(32 * var(--width-multiplier)) calc(52 * var(--width-multiplier)) calc(52 * var(--width-multiplier));
    width: calc(509 * var(--width-multiplier));
  }
}
.popup__close {
  position: absolute;
  right: calc(20 * var(--width-multiplier));
  top: calc(16 * var(--width-multiplier));
  z-index: 1;
  width: calc(36 * var(--width-multiplier));
  height: calc(36 * var(--width-multiplier));
  color: #fff;
  transition: color 0.4s;
}
@media (max-width: 767px) {
  .popup__close.success-close {
    width: calc(28 * var(--width-multiplier));
    height: calc(28 * var(--width-multiplier));
  }
}
.popup__close:active {
  color: #f00000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .popup__close {
    right: calc(44 * var(--width-multiplier));
    top: calc(32 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .popup__close {
    right: calc(44 * var(--width-multiplier));
    top: calc(32 * var(--width-multiplier));
  }
  .popup__close:hover {
    color: #f00000;
  }
}
.popup__title {
  margin: 0 0 calc(8 * var(--width-multiplier));
  max-width: calc(277 * var(--width-multiplier));
  color: #fff;
}
.popup__title.success-title {
  margin-top: calc(52 * var(--width-multiplier));
}
@media (max-width: 767px) {
  .popup__title.success-title {
    margin-top: calc(32 * var(--width-multiplier));
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .popup__title {
    margin: 0 0 calc(12 * var(--width-multiplier));
    max-width: calc(318 * var(--width-multiplier));
    font-size: calc(36 * var(--width-multiplier));
    line-height: 1.1111111111;
  }
}
@media (min-width: 1025px) {
  .popup__title {
    margin: 0 0 calc(12 * var(--width-multiplier));
    max-width: calc(318 * var(--width-multiplier));
  }
}
.popup__text {
  margin: 0 0 calc(20 * var(--width-multiplier));
  color: #fff;
}
.popup__text.success-text {
  margin-bottom: calc(60 * var(--width-multiplier));
}
@media (max-width: 767px) {
  .popup__text.success-text {
    margin-bottom: calc(32 * var(--width-multiplier));
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .popup__text {
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.375;
  }
}
@media (min-width: 1025px) {
  .popup__text {
    line-height: 1.375;
  }
}
.popup__form input,
.popup__form textarea,
.popup__form select {
  margin: 0 0 calc(12 * var(--width-multiplier));
  padding: calc(14 * var(--width-multiplier)) calc(16 * var(--width-multiplier));
  width: 100%;
  font-size: calc(16 * var(--width-multiplier));
  line-height: 1.375;
  background-color: #fff;
  border: calc(3 * var(--width-multiplier)) solid #fff;
}
.popup__form input.alert,
.popup__form textarea.alert,
.popup__form select.alert {
  border: calc(3 * var(--width-multiplier)) solid #f00000;
}
.popup__form input::placeholder,
.popup__form textarea::placeholder,
.popup__form select::placeholder {
  color: #9b9b9b;
}
.popup__form input {
  height: calc(50 * var(--width-multiplier));
}
.popup__form textarea {
  resize: none;
  height: calc(88 * var(--width-multiplier));
}
.popup__select {
  margin: 0 0 calc(12 * var(--width-multiplier));
  padding: calc(14 * var(--width-multiplier)) calc(16 * var(--width-multiplier));
  width: 100%;
  font-size: calc(16 * var(--width-multiplier));
  line-height: 1.375;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.popup__selected-option {
  margin-right: 20px;
}
.popup__selected-option.placeholder {
  color: #9B9B9B;
}
.popup__options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: calc(200 * var(--width-multiplier));
  overflow-y: auto;
  background-color: #fff;
  font-weight: 300;
  font-size: calc(16 * var(--width-multiplier));
  line-height: calc(22 * var(--width-multiplier));
  z-index: 1;
  display: none;
}
.popup__options div {
  background-color: #fff;
  padding: calc(14 * var(--width-multiplier)) calc(16 * var(--width-multiplier));
}
.popup__options::-webkit-scrollbar {
  width: calc(8 * var(--width-multiplier));
  background-color: #f9f9fd;
  margin-right: 8px;
}
.popup__options::-webkit-scrollbar-thumb {
  background: rgba(34, 34, 34, 0.2);
  border-radius: 6px;
}
.popup__options div:nth-child(odd) {
  background-color: #F4F4F4;
}
.open .popup__options {
  display: block;
}
.popup__arrow {
  position: absolute;
  top: 33%;
  right: calc(22 * var(--width-multiplier));
  width: calc(13 * var(--width-multiplier));
  height: calc(7 * var(--width-multiplier));
  transform: translateY(-50%);
  transition: transform 0.2s;
}
.popup .arrow-up {
  transform: translateY(-50%) rotate(-180deg);
  top: 66%;
}
.popup__button {
  width: 100%;
  height: calc(50 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .popup__button {
    height: calc(48 * var(--width-multiplier));
  }
}
.popup__add-files-block {
  display: flex;
  margin: 0 0 calc(20 * var(--width-multiplier));
  flex-wrap: wrap;
}
.popup__upload-input {
  display: none;
}
.popup__upload-button {
  width: calc(50 * var(--width-multiplier));
  height: calc(50 * var(--width-multiplier));
  border: calc(1 * var(--width-multiplier)) solid #9b9b9b;
  padding: calc(6 * var(--width-multiplier));
  margin-right: calc(12 * var(--width-multiplier));
  margin-top: calc(8 * var(--width-multiplier));
}
.popup__upload-file {
  position: relative;
  display: flex;
  border: calc(1 * var(--width-multiplier)) solid #9b9b9b;
  width: calc(165 * var(--width-multiplier));
  height: calc(50 * var(--width-multiplier));
  font-weight: 300;
  font-size: calc(12 * var(--width-multiplier));
  line-height: calc(16 * var(--width-multiplier));
  color: #9b9b9b;
  padding: calc(6 * var(--width-multiplier));
  margin-top: calc(8 * var(--width-multiplier));
}
.popup__upload-file:nth-child(odd) {
  margin-right: calc(12 * var(--width-multiplier));
}
.popup__upload-file-name {
  margin-left: calc(6 * var(--width-multiplier));
  overflow: hidden;
  padding: calc(1 * var(--width-multiplier));
}
.popup__upload-icon {
  width: calc(35 * var(--width-multiplier));
}
.popup__upload-icon > svg {
  width: calc(35 * var(--width-multiplier));
}
.popup__success-sent-icon {
  width: calc(68 * var(--width-multiplier));
  height: calc(68 * var(--width-multiplier));
  margin-top: calc(8 * var(--width-multiplier));
}
@media (max-width: 767px) {
  .popup__success-sent-icon {
    width: calc(52 * var(--width-multiplier));
    height: calc(52 * var(--width-multiplier));
    margin-top: calc(4 * var(--width-multiplier));
  }
}
.popup__delete-upload-file {
  position: absolute;
  top: calc(6 * var(--width-multiplier));
  right: calc(6 * var(--width-multiplier));
  width: calc(30 * var(--width-multiplier));
  height: calc(30 * var(--width-multiplier));
  background: #222222;
  cursor: pointer;
  padding: calc(6 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.intro {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  padding: calc(60 * var(--width-multiplier)) calc(20 * var(--width-multiplier)) calc(50 * var(--width-multiplier));
  width: 100%;
  max-width: calc(375 * var(--width-multiplier));
  min-height: 100vh;
}
.intro__title {
  margin: 0 0 calc(24 * var(--width-multiplier));
  min-height: calc(200 * var(--width-multiplier));
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .intro__title {
    margin: 0 0 calc(20 * var(--width-multiplier));
    min-height: calc(400 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .intro__title {
    margin: 0;
    min-height: calc(232 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .intro__detail {
    padding: 0 0 0 calc(17 * var(--width-multiplier));
  }
}
.intro__info {
  margin: 0 0 calc(12 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .intro__info {
    margin: 0 0 calc(20 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .intro__info {
    display: flex;
    margin: 0 0 calc(31 * var(--width-multiplier));
  }
}
.intro__stats {
  margin: 0 0 calc(14 * var(--width-multiplier));
}
.intro__stats:last-child {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .intro__stats {
    margin: 0 0 calc(32 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .intro__stats {
    margin: 0 calc(99 * var(--width-multiplier)) 0 0;
  }
}
.intro__value {
  margin: 0 0 calc(1 * var(--width-multiplier));
  min-height: calc(48 * var(--width-multiplier));
  font-weight: 400;
  font-size: calc(48 * var(--width-multiplier));
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .intro__value {
    margin: 0 0 calc(3 * var(--width-multiplier));
    min-height: calc(96 * var(--width-multiplier));
    font-size: calc(96 * var(--width-multiplier));
    line-height: 1;
  }
}
@media (min-width: 1025px) {
  .intro__value {
    margin: 0 0 calc(3 * var(--width-multiplier));
    min-height: calc(96 * var(--width-multiplier));
    font-size: calc(96 * var(--width-multiplier));
    line-height: 1;
  }
}
.intro__text {
  font-size: calc(16 * var(--width-multiplier));
  line-height: 1.6153846154;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .intro__text {
    font-size: calc(24 * var(--width-multiplier));
    line-height: 1.2916666667;
  }
}
@media (min-width: 1025px) {
  .intro__text {
    font-size: calc(24 * var(--width-multiplier));
    line-height: 1.2916666667;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .intro__note {
    max-width: calc(504 * var(--width-multiplier));
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.375;
  }
}
.intro__button {
  position: absolute;
  right: calc(20 * var(--width-multiplier));
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: calc(60 * var(--width-multiplier));
  height: calc(60 * var(--width-multiplier));
  background-color: #f00000;
  transition: background-color 0.4s;
}
.intro__button:active {
  background-color: #da0000;
}
.intro__button span {
  width: calc(15 * var(--width-multiplier));
  height: calc(20 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .intro__button {
    right: calc(100 * var(--width-multiplier));
    width: calc(96 * var(--width-multiplier));
    height: calc(96 * var(--width-multiplier));
  }
  .intro__button span {
    width: calc(24 * var(--width-multiplier));
    height: calc(32 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .intro__button {
    right: calc(80 * var(--width-multiplier));
    bottom: calc(37 * var(--width-multiplier));
    width: calc(96 * var(--width-multiplier));
    height: calc(96 * var(--width-multiplier));
  }
  .intro__button:hover {
    background-color: #da0000;
  }
  .intro__button:active {
    background-color: #c90000;
  }
  .intro__button span {
    width: calc(24 * var(--width-multiplier));
    height: calc(32 * var(--width-multiplier));
    transform: rotate(-90deg);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .intro {
    padding: calc(86 * var(--width-multiplier)) calc(36 * var(--width-multiplier)) calc(96 * var(--width-multiplier));
    max-width: calc(834 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    margin: 0;
    padding: calc(33 * var(--width-multiplier)) 0 calc(30 * var(--width-multiplier)) calc(144 * var(--width-multiplier));
    width: 100vw;
    height: calc(800 * var(--width-multiplier));
    max-width: none;
    min-height: auto;
  }
}
.first {
  width: 100%;
}
.first__intro {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: calc(19 * var(--width-multiplier)) calc(20 * var(--width-multiplier));
  width: 100%;
  height: calc(420 * var(--width-multiplier));
  max-width: calc(375 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .first__intro {
    padding: calc(30 * var(--width-multiplier)) calc(36 * var(--width-multiplier));
    height: calc(510 * var(--width-multiplier));
    max-width: calc(834 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .first__intro {
    margin: 0;
    padding: calc(54 * var(--width-multiplier)) 0 0 calc(140 * var(--width-multiplier));
    width: calc(671 * var(--width-multiplier));
    height: 100%;
    max-width: none;
  }
}
.first__title {
  margin: 0 0 calc(8 * var(--width-multiplier));
  max-width: calc(155 * var(--width-multiplier));
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .first__title {
    max-width: calc(284 * var(--width-multiplier));
    font-size: calc(88 * var(--width-multiplier));
    line-height: 1.1363636364;
  }
}
@media (min-width: 1025px) {
  .first__title {
    max-width: calc(284 * var(--width-multiplier));
  }
}
.first__text {
  max-width: calc(272 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .first__text {
    max-width: calc(633 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .first__text {
    max-width: calc(332 * var(--width-multiplier));
  }
}
.first__number {
  position: absolute;
  right: calc(20 * var(--width-multiplier));
  top: calc(31 * var(--width-multiplier));
  z-index: -1;
  width: calc(104 * var(--width-multiplier));
  height: calc(364 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .first__number {
    right: calc(36 * var(--width-multiplier));
    top: calc(10 * var(--width-multiplier));
    width: calc(125 * var(--width-multiplier));
    height: calc(440 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .first__number {
    right: calc(44 * var(--width-multiplier));
    top: calc(30 * var(--width-multiplier));
    width: calc(209 * var(--width-multiplier));
    height: calc(733 * var(--width-multiplier));
  }
}
.first__content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: calc(62 * var(--width-multiplier)) calc(20 * var(--width-multiplier)) calc(32 * var(--width-multiplier));
  max-width: calc(375 * var(--width-multiplier));
}
.first__content--raise,
.first__content--support {
  color: #222222;
}
.first__content--raise::before,
.first__content--support::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .first__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: calc(124 * var(--width-multiplier)) calc(36 * var(--width-multiplier)) calc(28 * var(--width-multiplier));
    max-width: calc(834 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .first__content {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 calc(40 * var(--width-multiplier));
    width: max-content;
    height: 100%;
    max-width: none;
  }
  .first__content--raise::before,
  .first__content--support::before {
    content: "";
    left: 0;
    top: 50%;
    width: 100%;
    height: 100vh;
    transform: translateY(-50%);
  }
  .first__content--raise {
    padding: 0 calc(191 * var(--width-multiplier)) 0 calc(156 * var(--width-multiplier));
  }
}
.first__raise,
.first__creation,
.first__support {
  position: absolute;
  left: calc(20 * var(--width-multiplier));
  top: calc(15 * var(--width-multiplier));
  z-index: -1;
  font-weight: 500;
  font-size: calc(64 * var(--width-multiplier));
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .first__raise,
  .first__creation,
  .first__support {
    left: calc(36 * var(--width-multiplier));
    top: calc(32 * var(--width-multiplier));
    font-size: calc(128 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .first__raise,
  .first__creation,
  .first__support {
    left: calc(60 * var(--width-multiplier));
    top: auto;
    bottom: 0;
    font-size: calc(232 * var(--width-multiplier));
  }
}
.first__raise,
.first__support {
  color: #f00000;
}
.first__card {
  margin: 0 0 calc(32 * var(--width-multiplier));
}
@media (max-width: 767px) {
  .first__card:last-child {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .first__card {
    flex-shrink: 0;
    margin: 0 0 calc(20 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .first__card {
    display: flex;
    flex-shrink: 0;
    margin: 0 calc(80 * var(--width-multiplier)) 0 0;
  }
  .first__card:last-child {
    margin: 0;
  }
}
.first__card-image {
  width: calc(219 * var(--width-multiplier));
  height: calc(219 * var(--width-multiplier));
  cursor: url(/assets/cursor-order-BSIkfu-K.svg) 60 60, pointer;
}
.first__card-image picture,
.first__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover";
}
@media (min-width: 768px) and (max-width: 1024px) {
  .first__card-image {
    width: calc(375 * var(--width-multiplier));
    height: calc(375 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .first__card-image {
    width: calc(520 * var(--width-multiplier));
    height: calc(520 * var(--width-multiplier));
  }
}
.first__card-description {
  padding: calc(16 * var(--width-multiplier)) 0 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .first__card-description {
    max-width: calc(762 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .first__card-description {
    padding: 0 0 0 calc(34 * var(--width-multiplier));
    max-width: calc(503 * var(--width-multiplier));
  }
}
.first__card-title {
  margin: 0 0 calc(8 * var(--width-multiplier));
  font-size: calc(20 * var(--width-multiplier));
  line-height: 1.3;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .first__card-title {
    margin: 0 0 calc(20 * var(--width-multiplier));
    font-size: calc(24 * var(--width-multiplier));
    line-height: 1.2916666667;
  }
}
.first__card-text {
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.5833333333;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .first__card-text {
    font-size: calc(14 * var(--width-multiplier));
    line-height: 1.4285714286;
  }
}
@media (min-width: 1025px) {
  .first__card-text {
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.5625;
  }
}
@media (min-width: 1025px) {
  .first {
    display: flex;
    width: fit-content;
    height: calc(800 * var(--width-multiplier));
  }
}
.second {
  width: 100%;
}
.second__intro {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: calc(49 * var(--width-multiplier)) calc(20 * var(--width-multiplier)) calc(25 * var(--width-multiplier));
  width: 100%;
  height: calc(450 * var(--width-multiplier));
  max-width: calc(375 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .second__intro {
    padding: calc(80 * var(--width-multiplier)) calc(36 * var(--width-multiplier)) calc(60 * var(--width-multiplier));
    height: calc(560 * var(--width-multiplier));
    max-width: calc(834 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .second__intro {
    margin: 0;
    padding: calc(54 * var(--width-multiplier)) 0 0 calc(140 * var(--width-multiplier));
    width: calc(671 * var(--width-multiplier));
    height: 100%;
    max-width: none;
  }
}
.second__title {
  max-width: calc(155 * var(--width-multiplier));
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .second__title {
    max-width: calc(284 * var(--width-multiplier));
    font-size: calc(88 * var(--width-multiplier));
    line-height: 1.1363636364;
  }
}
@media (min-width: 1025px) {
  .second__title {
    max-width: calc(471 * var(--width-multiplier));
  }
}
.second__number {
  position: absolute;
  right: calc(20 * var(--width-multiplier));
  top: calc(61 * var(--width-multiplier));
  z-index: -1;
  width: calc(242 * var(--width-multiplier));
  height: calc(364 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .second__number {
    right: calc(36 * var(--width-multiplier));
    top: calc(60 * var(--width-multiplier));
    width: calc(292 * var(--width-multiplier));
    height: calc(440 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .second__number {
    right: calc(44 * var(--width-multiplier));
    top: calc(30 * var(--width-multiplier));
    width: calc(487 * var(--width-multiplier));
    height: calc(733 * var(--width-multiplier));
  }
}
.second__content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 calc(20 * var(--width-multiplier));
  max-width: calc(375 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .second__content {
    padding: 0 calc(36 * var(--width-multiplier));
    max-width: calc(834 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .second__content {
    margin: 0;
    border-left: 1px solid #fff;
    padding: calc(38 * var(--width-multiplier)) calc(60 * var(--width-multiplier));
    height: 100%;
    max-width: none;
  }
}
.second__accordion {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (min-width: 1025px) {
  .second__accordion {
    overflow: hidden;
    overflow-y: scroll;
    width: calc(1240 * var(--width-multiplier));
    max-height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .second__accordion::-webkit-scrollbar {
    display: none;
  }
}
.second__accordion-line {
  overflow: hidden;
}
.second__accordion-line:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.second__accordion-line.is-active .second__accordion-head {
  cursor: url("data:image/svg+xml,%3csvg%20width='128'%20height='128'%20viewBox='0%200%20128%20128'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5580_863)'%3e%3cg%20style='mix-blend-mode:lighten'%20filter='url(%23filter0_f_5580_863)'%3e%3cpath%20d='M63.9981%2094.0723C80.6065%2094.0723%2094.0704%2080.6085%2094.0704%2064C94.0704%2047.3916%2080.6065%2033.9277%2063.9981%2033.9277C47.3896%2033.9277%2033.9258%2047.3916%2033.9258%2064C33.9258%2080.6085%2047.3896%2094.0723%2063.9981%2094.0723Z'%20fill='%23F00000'/%3e%3c/g%3e%3cpath%20d='M57.1117%2059.8312V68.8831H55.9066V64.7792H51.2052V68.8831H50V59.8312H51.2052V63.8052H55.9066V59.8312H57.1117Z'%20fill='white'/%3e%3cpath%20d='M59.792%2060.6104C59.5624%2060.6104%2059.3682%2060.5325%2059.2092%2060.3766C59.0503%2060.2208%2058.9709%2060.0303%2058.9709%2059.8052C58.9709%2059.5801%2059.0503%2059.3896%2059.2092%2059.2338C59.3682%2059.0779%2059.5624%2059%2059.792%2059C60.0127%2059%2060.1981%2059.0779%2060.3482%2059.2338C60.5071%2059.3896%2060.5866%2059.5801%2060.5866%2059.8052C60.5866%2060.0303%2060.5071%2060.2208%2060.3482%2060.3766C60.1981%2060.5325%2060.0127%2060.6104%2059.792%2060.6104ZM60.3747%2061.7662V68.8831H59.1695V61.7662H60.3747Z'%20fill='white'/%3e%3cpath%20d='M61.9784%2065.2987C61.9784%2064.5714%2062.1285%2063.9351%2062.4286%2063.3896C62.7288%2062.8355%2063.1394%2062.4069%2063.6603%2062.1039C64.19%2061.8009%2064.7815%2061.6494%2065.4349%2061.6494C65.9999%2061.6494%2066.5253%2061.7792%2067.0109%2062.039C67.4964%2062.29%2067.8673%2062.6234%2068.1233%2063.039V59.2727H69.3417V68.8831H68.1233V67.5455C67.8849%2067.9697%2067.5318%2068.3203%2067.0638%2068.5974C66.5959%2068.8658%2066.0485%2069%2065.4216%2069C64.7771%2069%2064.19%2068.8442%2063.6603%2068.5325C63.1394%2068.2208%2062.7288%2067.7835%2062.4286%2067.2208C62.1285%2066.658%2061.9784%2066.0173%2061.9784%2065.2987ZM68.1233%2065.3117C68.1233%2064.7749%2068.0129%2064.3074%2067.7922%2063.9091C67.5715%2063.5108%2067.2713%2063.2078%2066.8917%2063C66.5209%2062.7836%2066.1103%2062.6753%2065.66%2062.6753C65.2098%2062.6753%2064.7992%2062.7792%2064.4284%2062.987C64.0576%2063.1948%2063.7618%2063.4978%2063.5411%2063.8961C63.3204%2064.2944%2063.21%2064.7619%2063.21%2065.2987C63.21%2065.8442%2063.3204%2066.3203%2063.5411%2066.7273C63.7618%2067.1255%2064.0576%2067.4329%2064.4284%2067.6494C64.7992%2067.8571%2065.2098%2067.961%2065.66%2067.961C66.1103%2067.961%2066.5209%2067.8571%2066.8917%2067.6494C67.2713%2067.4329%2067.5715%2067.1255%2067.7922%2066.7273C68.0129%2066.3203%2068.1233%2065.8485%2068.1233%2065.3117Z'%20fill='white'/%3e%3cpath%20d='M78%2065.0519C78%2065.2771%2077.9868%2065.5152%2077.9603%2065.7662H72.1597C72.2038%2066.4675%2072.4466%2067.0173%2072.888%2067.4156C73.3383%2067.8052%2073.8813%2068%2074.517%2068C75.0379%2068%2075.4705%2067.8831%2075.8148%2067.6494C76.168%2067.4069%2076.4152%2067.0866%2076.5565%2066.6883H77.8543C77.6601%2067.3723%2077.2716%2067.9307%2076.6889%2068.3636C76.1062%2068.7879%2075.3822%2069%2074.517%2069C73.8283%2069%2073.2103%2068.8485%2072.6629%2068.5455C72.1243%2068.2424%2071.7005%2067.8139%2071.3915%2067.2597C71.0825%2066.697%2070.928%2066.0476%2070.928%2065.3117C70.928%2064.5758%2071.0781%2063.9307%2071.3783%2063.3766C71.6785%2062.8225%2072.0978%2062.3983%2072.6364%2062.1039C73.1838%2061.8009%2073.8107%2061.6494%2074.517%2061.6494C75.2056%2061.6494%2075.8148%2061.7965%2076.3446%2062.0909C76.8743%2062.3853%2077.2804%2062.7922%2077.563%2063.3117C77.8543%2063.8225%2078%2064.4026%2078%2065.0519ZM76.7551%2064.8052C76.7551%2064.355%2076.6536%2063.9697%2076.4505%2063.6494C76.2475%2063.3203%2075.9693%2063.0736%2075.6162%2062.9091C75.2719%2062.7359%2074.8878%2062.6494%2074.464%2062.6494C73.8548%2062.6494%2073.3339%2062.8398%2072.9013%2063.2208C72.4775%2063.6017%2072.2347%2064.1299%2072.1729%2064.8052H76.7551Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_5580_863'%20x='-0.00193024'%20y='2.28882e-05'%20width='128'%20height='128'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='16.9639'%20result='effect1_foregroundBlur_5580_863'/%3e%3c/filter%3e%3cclipPath%20id='clip0_5580_863'%3e%3crect%20width='128'%20height='128'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") 60 60, pointer;
}
.second__accordion-line p,
.second__accordion-line button {
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.3333333333;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .second__accordion-line p,
  .second__accordion-line button {
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.3125;
  }
}
@media (min-width: 1025px) {
  .second__accordion-line p,
  .second__accordion-line button {
    font-size: calc(20 * var(--width-multiplier));
    line-height: 1.3;
  }
}
.second__accordion-head {
  display: flex;
  align-items: center;
  padding: calc(20 * var(--width-multiplier)) calc(13 * var(--width-multiplier)) calc(20 * var(--width-multiplier)) 0;
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.3333333333;
}
.second__accordion-head p,
.second__accordion-head button {
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .second__accordion-head {
    padding: calc(24 * var(--width-multiplier)) 0;
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.3125;
  }
}
@media (min-width: 1025px) {
  .second__accordion-head {
    padding: calc(24 * var(--width-multiplier)) 0;
    font-size: calc(20 * var(--width-multiplier));
    line-height: 1.3;
    transition: opacity 0.4s;
    cursor: url(/assets/cursor-read-BUhV-mi1.svg) 60 60, pointer;
  }
  .second__accordion-head:hover {
    opacity: 0.6;
  }
}
.second__accordion-title {
  display: flex;
  flex-shrink: 0;
  margin: 0 calc(16 * var(--width-multiplier)) 0 0;
  width: calc(100 * var(--width-multiplier));
  transition: opacity 0.4s;
}
.second__accordion-title a {
  transition: opacity 0.4s;
}
.second__accordion-title a:active {
  opacity: 0.6;
}
.second__accordion-title p {
  overflow: hidden;
  border-bottom: 1px solid #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .second__accordion-title {
    margin: 0 calc(133 * var(--width-multiplier)) 0 0;
    width: calc(190 * var(--width-multiplier));
  }
  .second__accordion-title p {
    border-bottom-width: 2px;
  }
}
@media (min-width: 1025px) {
  .second__accordion-title {
    margin: 0 calc(93 * var(--width-multiplier)) 0 0;
    width: calc(248 * var(--width-multiplier));
  }
  .second__accordion-title a:hover {
    opacity: 0.6;
  }
  .second__accordion-title p {
    border-bottom-width: 2px;
  }
}
.second__accordion-text {
  display: flex;
  margin: 0 auto 0 0;
  width: calc(167 * var(--width-multiplier));
}
.second__accordion-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .second__accordion-text {
    width: calc(335 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .second__accordion-text {
    width: calc(435 * var(--width-multiplier));
  }
}
.second__accordion-button {
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  pointer-events: none;
  cursor: none !important;
}
.second__accordion-button:active {
  opacity: 0.6;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .second__accordion-button {
    border-bottom-width: 2px;
  }
}
@media (min-width: 1025px) {
  .second__accordion-button {
    border-bottom-width: 2px;
  }
}
.second__accordion-line:not(.is-active) .second__accordion-content {
  height: 0;
}
.second__accordion-description {
  padding: 0 0 calc(20 * var(--width-multiplier)) calc(116 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .second__accordion-description {
    padding: 0 calc(65 * var(--width-multiplier)) calc(24 * var(--width-multiplier)) calc(323 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .second__accordion-description {
    padding: calc(11 * var(--width-multiplier)) calc(237 * var(--width-multiplier)) calc(24 * var(--width-multiplier)) calc(341 * var(--width-multiplier));
  }
}
.second__accordion-icon {
  display: block;
  margin: 0 0 calc(12 * var(--width-multiplier));
  width: fit-content;
  height: calc(32 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .second__accordion-icon {
    margin: 0 0 calc(16 * var(--width-multiplier));
    height: calc(39 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .second__accordion-icon {
    margin: 0 0 calc(24 * var(--width-multiplier));
    height: calc(39 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .second__accordion-detail p {
    font-weight: 200;
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.25;
  }
}
@media (min-width: 1025px) {
  .second {
    display: flex;
    width: fit-content;
    height: calc(800 * var(--width-multiplier));
  }
}
.third {
  width: 100%;
}
.third__intro {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: calc(49 * var(--width-multiplier)) calc(20 * var(--width-multiplier)) calc(25 * var(--width-multiplier));
  width: 100%;
  height: calc(450 * var(--width-multiplier));
  max-width: calc(375 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .third__intro {
    padding: calc(80 * var(--width-multiplier)) calc(36 * var(--width-multiplier)) calc(60 * var(--width-multiplier));
    height: calc(560 * var(--width-multiplier));
    max-width: calc(834 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .third__intro {
    margin: 0;
    padding: calc(54 * var(--width-multiplier)) 0 0 calc(140 * var(--width-multiplier));
    width: calc(671 * var(--width-multiplier));
    height: 100%;
    max-width: none;
  }
}
.third__title {
  max-width: calc(155 * var(--width-multiplier));
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .third__title {
    max-width: calc(284 * var(--width-multiplier));
    font-size: calc(88 * var(--width-multiplier));
    line-height: 1.1363636364;
  }
}
@media (min-width: 1025px) {
  .third__title {
    max-width: calc(471 * var(--width-multiplier));
  }
}
.third__number {
  position: absolute;
  right: calc(20 * var(--width-multiplier));
  top: calc(61 * var(--width-multiplier));
  z-index: -1;
  width: calc(236 * var(--width-multiplier));
  height: calc(364 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .third__number {
    right: calc(36 * var(--width-multiplier));
    top: calc(60 * var(--width-multiplier));
    width: calc(285 * var(--width-multiplier));
    height: calc(440 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .third__number {
    right: calc(44 * var(--width-multiplier));
    top: calc(30 * var(--width-multiplier));
    width: calc(475 * var(--width-multiplier));
    height: calc(733 * var(--width-multiplier));
  }
}
.third__content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: calc(62 * var(--width-multiplier)) calc(20 * var(--width-multiplier)) calc(32 * var(--width-multiplier));
  max-width: calc(375 * var(--width-multiplier));
  color: #222222;
  background-color: #fff;
}
.third__content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .third__content {
    padding: calc(36 * var(--width-multiplier));
    max-width: calc(834 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .third__content {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 calc(60 * var(--width-multiplier));
    width: max-content;
    height: 100%;
    max-width: none;
  }
  .third__content::before {
    content: "";
    left: 0;
    top: 50%;
    width: 100%;
    height: 100vh;
    transform: translateY(-50%);
  }
}
.third__cards {
  display: grid;
  flex-shrink: 0;
  gap: calc(12 * var(--width-multiplier));
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: calc(158 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .third__cards {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: calc(246 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .third__cards {
    grid-template-columns: repeat(6, calc(301 * var(--width-multiplier)));
    grid-auto-rows: calc(294 * var(--width-multiplier));
  }
}
.third__card--1 {
  grid-column: span 2;
  grid-row: span 2;
}
.third__link {
  display: flex;
  align-items: flex-end;
  font-weight: 400;
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.3333333333;
  white-space: nowrap;
  color: #f00000;
  transition: color 0.4s;
  cursor: pointer;
}
.third__link:active {
  color: #da0000;
}
.third__link:active .third__link-arrow {
  background-color: #da0000;
}
.third__link:active .third__link-arrow::after {
  border-color: #da0000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .third__link {
    font-size: calc(20 * var(--width-multiplier));
    line-height: 1.3;
  }
}
@media (min-width: 1025px) {
  .third__link {
    font-size: calc(20 * var(--width-multiplier));
    line-height: 1.3;
  }
  .third__link:hover .third__link-arrow {
    width: calc(164 * var(--width-multiplier));
  }
}
.third__link-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: calc(24 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .third__link-content {
    height: calc(42 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .third__link-content {
    padding: 0 calc(20 * var(--width-multiplier)) 0 0;
    height: calc(42 * var(--width-multiplier));
  }
}
.third__link-arrow {
  position: relative;
  z-index: 1;
  width: calc(52 * var(--width-multiplier));
  height: 1px;
  background-color: #f00000;
  transition: width 0.4s, background-color 0.4s;
}
.third__link-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - calc(3 * var(--width-multiplier)));
  z-index: 1;
  border-right: 1px solid #f00000;
  border-top: 1px solid #f00000;
  width: calc(6 * var(--width-multiplier));
  height: calc(6 * var(--width-multiplier));
  transform: rotate(45deg);
  transition: border-color 0.4s;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .third__link-arrow {
    height: 2px;
  }
  .third__link-arrow::after {
    top: calc(50% - calc(5 * var(--width-multiplier)));
    border-right-width: 2px;
    border-top-width: 2px;
    width: calc(10 * var(--width-multiplier));
    height: calc(10 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .third__link-arrow {
    height: 2px;
  }
  .third__link-arrow::after {
    top: calc(50% - calc(5 * var(--width-multiplier)));
    border-right-width: 2px;
    border-top-width: 2px;
    width: calc(10 * var(--width-multiplier));
    height: calc(10 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .third {
    display: flex;
    width: fit-content;
    height: calc(800 * var(--width-multiplier));
  }
}
.fourth {
  margin: 0 auto;
  width: 100%;
  max-width: calc(375 * var(--width-multiplier));
}
.fourth__intro {
  position: relative;
  z-index: 1;
  padding: calc(49 * var(--width-multiplier)) calc(20 * var(--width-multiplier)) calc(25 * var(--width-multiplier));
  width: 100%;
  height: calc(450 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fourth__intro {
    padding: calc(80 * var(--width-multiplier)) calc(36 * var(--width-multiplier)) calc(50 * var(--width-multiplier));
    height: calc(550 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .fourth__intro {
    padding: calc(54 * var(--width-multiplier)) 0 0 calc(140 * var(--width-multiplier));
    width: calc(671 * var(--width-multiplier));
    height: 100%;
  }
}
.fourth__title {
  max-width: calc(160 * var(--width-multiplier));
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fourth__title {
    max-width: calc(430 * var(--width-multiplier));
    font-size: calc(88 * var(--width-multiplier));
    line-height: 1.1363636364;
  }
}
@media (min-width: 1025px) {
  .fourth__title {
    max-width: calc(280 * var(--width-multiplier));
  }
}
.fourth__number {
  position: absolute;
  right: calc(20 * var(--width-multiplier));
  top: calc(61 * var(--width-multiplier));
  z-index: -1;
  width: calc(287 * var(--width-multiplier));
  height: calc(364 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fourth__number {
    right: calc(36 * var(--width-multiplier));
    top: calc(60 * var(--width-multiplier));
    width: calc(347 * var(--width-multiplier));
    height: calc(440 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .fourth__number {
    right: calc(44 * var(--width-multiplier));
    top: calc(30 * var(--width-multiplier));
    width: calc(577 * var(--width-multiplier));
    height: calc(733 * var(--width-multiplier));
  }
}
.fourth__content {
  position: relative;
  z-index: 1;
  padding: 0 calc(20 * var(--width-multiplier));
}
@media (max-width: 767px) {
  .fourth__content.sended {
    border-top: calc(1 * var(--width-multiplier)) solid white;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fourth__content {
    padding: 0 calc(36 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .fourth__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid #fff;
    padding: calc(80 * var(--width-multiplier)) 0 calc(36 * var(--width-multiplier)) calc(70 * var(--width-multiplier));
    height: 100%;
  }
}
.fourth__form input,
.fourth__form textarea {
  margin: 0 0 calc(12 * var(--width-multiplier));
  padding: calc(14 * var(--width-multiplier)) calc(16 * var(--width-multiplier));
  width: 100%;
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.8333333333;
  background-color: #fff;
  border: calc(3 * var(--width-multiplier)) solid #fff;
}
.fourth__form input.alert,
.fourth__form textarea.alert {
  border: calc(3 * var(--width-multiplier)) solid #f00000;
}
.fourth__form input::placeholder,
.fourth__form textarea::placeholder {
  color: #9b9b9b;
}
.fourth__form input {
  height: calc(50 * var(--width-multiplier));
}
.fourth__form textarea {
  resize: none;
  height: calc(88 * var(--width-multiplier));
}
@media (max-width: 767px) {
  .fourth__form {
    margin: 0 0 calc(60 * var(--width-multiplier));
    border-top: 1px solid #fff;
    padding: calc(24 * var(--width-multiplier)) 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fourth__form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
    margin: 0 0 calc(59 * var(--width-multiplier));
    max-height: calc(350 * var(--width-multiplier));
  }
  .fourth__form input,
  .fourth__form textarea {
    width: calc(375 * var(--width-multiplier));
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.3125;
  }
}
@media (min-width: 1025px) {
  .fourth__form {
    width: calc(405 * var(--width-multiplier));
  }
  .fourth__form input,
  .fourth__form textarea {
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.375;
  }
}
.fourth__button {
  margin: 0 0 calc(24 * var(--width-multiplier));
  width: 100%;
  height: calc(48 * var(--width-multiplier));
}
.fourth__button.success-sent {
  width: calc(405 * var(--width-multiplier));
  margin: calc(32 * var(--width-multiplier)) 0 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fourth__button.success-sent {
    width: calc(375 * var(--width-multiplier));
  }
}
@media (max-width: 767px) {
  .fourth__button.success-sent {
    width: 100%;
    margin-bottom: calc(100 * var(--width-multiplier));
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fourth__button {
    margin: 0;
    width: calc(375 * var(--width-multiplier));
    height: calc(50 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .fourth__button {
    margin: 0 0 calc(32 * var(--width-multiplier));
    height: calc(50 * var(--width-multiplier));
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fourth__note {
    width: calc(311 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .fourth__note {
    line-height: 1.375;
  }
}
.fourth__success-sent-icon {
  width: calc(68 * var(--width-multiplier));
  height: calc(68 * var(--width-multiplier));
  margin-top: calc(58 * var(--width-multiplier));
}
@media (max-width: 767px) {
  .fourth__success-sent-icon {
    margin-top: calc(120 * var(--width-multiplier));
  }
}
.fourth__success-sent-title {
  font-weight: 400;
  font-size: calc(36 * var(--width-multiplier));
  line-height: calc(40 * var(--width-multiplier));
  margin-top: calc(32 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fourth__success-sent-title {
    font-size: calc(32 * var(--width-multiplier));
    line-height: calc(40 * var(--width-multiplier));
  }
}
@media (max-width: 767px) {
  .fourth__success-sent-title {
    font-size: calc(20 * var(--width-multiplier));
    line-height: calc(28 * var(--width-multiplier));
  }
}
.fourth__success-sent-text {
  font-weight: 300;
  font-size: calc(16 * var(--width-multiplier));
  line-height: calc(22 * var(--width-multiplier));
  margin-top: calc(12 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fourth__success-sent-text {
    font-size: calc(14 * var(--width-multiplier));
    line-height: calc(20 * var(--width-multiplier));
  }
}
@media (max-width: 767px) {
  .fourth__success-sent-text {
    font-size: calc(12 * var(--width-multiplier));
    line-height: calc(19 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .fourth__footer {
    width: calc(385 * var(--width-multiplier));
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fourth {
    max-width: calc(834 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .fourth {
    display: flex;
    width: fit-content;
    margin: 0;
    width: 100vw;
    height: calc(800 * var(--width-multiplier));
    max-width: none;
  }
}
.nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: scroll;
  width: 100%;
  height: 100vh;
  background-color: #f9f9f9;
  transform: translateY(-100%);
  transition: transform 0.2s;
}
.nav__content {
  padding: calc(56 * var(--width-multiplier)) calc(8 * var(--width-multiplier)) calc(12 * var(--width-multiplier)) calc(12 * var(--width-multiplier));
  width: 100%;
}
.nav__logo {
  display: none;
}
@media (min-width: 1025px) {
  .nav__logo {
    display: block;
    margin: 0 0 calc(10 * var(--width-multiplier));
    width: calc(235 * var(--width-multiplier));
    height: calc(96 * var(--width-multiplier));
  }
}
.nav__link {
  display: block;
  margin: 0 0 calc(10 * var(--width-multiplier));
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: calc(16 * var(--width-multiplier));
  line-height: 1.5;
  color: #9aa0a3;
  transition: color 0.4s;
}
.nav__link:active {
  color: #505a5f;
}
.nav__link.is-active {
  color: #f00000;
}
.nav__link.router-link-exact-active {
  color: #f00000;
}
@media (min-width: 1025px) {
  .nav__link:hover {
    color: #505a5f;
  }
  .nav__link.router-link-exact-active {
    color: #f00000;
  }
}
.nav.is-open {
  transform: translateY(0);
}
@media (min-width: 1025px) {
  .nav {
    position: relative;
    left: auto;
    top: auto;
    overflow: auto;
    flex-shrink: 0;
    padding: 0 calc(32 * var(--width-multiplier));
    width: calc(360 * var(--width-multiplier));
    height: auto;
    transform: translate(0);
  }
}
.nav-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(8 * var(--width-multiplier)) calc(12 * var(--width-multiplier));
  height: calc(40 * var(--width-multiplier));
  background-color: #f00000;
  transition: background-color 0.2s;
}
.nav-header__title {
  font-weight: 700;
  font-size: calc(16 * var(--width-multiplier));
  line-height: 1.375;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
.is-open .nav-header__title {
  opacity: 0;
}
.nav-header__logo {
  position: absolute;
  left: calc(12 * var(--width-multiplier));
  top: calc(8 * var(--width-multiplier));
  width: calc(36 * var(--width-multiplier));
  height: calc(30 * var(--width-multiplier));
  color: #f00000;
  opacity: 0;
  transition: opacity 0.2s;
}
.is-open .nav-header__logo {
  opacity: 1;
}
.nav-header__button {
  position: relative;
  z-index: 1;
  width: calc(24 * var(--width-multiplier));
  height: calc(24 * var(--width-multiplier));
}
.nav-header__button span {
  position: absolute;
  left: calc(50% - calc(8 * var(--width-multiplier)));
  top: calc(50% - 1px);
  z-index: 1;
  width: calc(16 * var(--width-multiplier));
  height: 2px;
  background-color: #fff;
  transition: transform 0.2s, background-color 0.2s;
}
.nav-header__button span:nth-child(1) {
  transform: translateY(-3px);
}
.nav-header__button span:nth-child(2) {
  transform: translateY(3px);
}
.is-open .nav-header__button span {
  background-color: #9aa0a3;
}
.is-open .nav-header__button span:nth-child(1) {
  transform: translateY(0) rotate(-45deg);
}
.is-open .nav-header__button span:nth-child(2) {
  transform: translateY(0) rotate(45deg);
}
.nav-header.is-open {
  background-color: #f9f9f9;
}
@media (min-width: 1025px) {
  .nav-header {
    display: none;
  }
}
.cookies {
  position: fixed;
  left: calc(20 * var(--width-multiplier));
  bottom: calc(20 * var(--width-multiplier));
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(10 * var(--width-multiplier));
  border: 1px solid #d6d6d6;
  padding: calc(8 * var(--width-multiplier));
  width: calc(100vw - calc(40 * var(--width-multiplier)));
  background-color: #fff;
}
.cookies__text {
  font-size: calc(12 * var(--width-multiplier));
  color: #222222;
}
.cookies__text span {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cookies__text {
    font-size: calc(14 * var(--width-multiplier));
  }
}
.cookies__button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(40 * var(--width-multiplier));
  height: calc(40 * var(--width-multiplier));
  font-weight: 400;
  font-size: calc(16 * var(--width-multiplier));
  color: #fff;
  background-color: #222222;
  transition: background-color 0.2s;
}
.cookies__button:active {
  background-color: rgb(46.75, 46.75, 46.75);
}
@media (max-width: 767px) {
  .cookies__button span {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: calc(14 * var(--width-multiplier));
    height: calc(7 * var(--width-multiplier));
    font-size: 0;
    transform: rotate(-45deg);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cookies__button {
    width: calc(173 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .cookies__button {
    width: calc(140 * var(--width-multiplier));
    height: calc(32 * var(--width-multiplier));
  }
  .cookies__button:hover {
    background-color: rgb(46.75, 46.75, 46.75);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cookies {
    left: calc(36 * var(--width-multiplier));
    bottom: calc(36 * var(--width-multiplier));
    width: calc(100vw - calc(72 * var(--width-multiplier)));
  }
}
@media (min-width: 1025px) {
  .cookies {
    left: calc(109 * var(--width-multiplier));
    bottom: calc(28 * var(--width-multiplier));
    width: calc(100vw - calc(145 * var(--width-multiplier)));
  }
}
.home {
  width: 100%;
}
@media (min-width: 1025px) {
  .home {
    overflow: hidden;
  }
}
.home__wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .home__wrapper {
    overflow-y: hidden;
  }
}
@media (min-width: 1025px) {
  .home__wrapper {
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100vh;
  }
}
.home__section {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.home__section--intro {
  position: relative;
}
.home__section--intro .logo-drop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .home__section--intro {
    min-height: 100vh;
  }
}
@media (min-width: 1025px) {
  .home__section {
    width: auto;
    height: 100vh;
  }
  .home__section--intro {
    width: 100vw;
  }
}
.home__scene {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.blog {
  margin: 0 auto;
  padding: calc(70 * var(--width-multiplier)) calc(20 * var(--width-multiplier)) 0;
  width: 100%;
  max-width: calc(375 * var(--width-multiplier));
  opacity: 0;
}
.blog__content {
  display: grid;
  gap: calc(12 * var(--width-multiplier));
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blog__content {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1025px) {
  .blog__content {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: calc(289 * var(--width-multiplier));
  }
}
.blog__description {
  display: flex;
  flex-direction: column;
  grid-column: span 2;
}
@media (max-width: 767px) {
  .blog__description {
    margin: 0 0 calc(30 * var(--width-multiplier));
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blog__description {
    grid-column: span 3;
    min-height: calc(375 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .blog__description {
    grid-row: span 2;
  }
}
@media (max-width: 767px) {
  .blog__card {
    grid-row: span 2;
    height: calc(158 * var(--width-multiplier));
  }
  .blog__card--1,
  .blog__card--5 {
    grid-column: span 2;
    height: calc(327 * var(--width-multiplier));
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blog__card {
    grid-column: span 2;
    height: calc(246 * var(--width-multiplier));
  }
  .blog__card--1 {
    grid-column: span 3;
    height: calc(375 * var(--width-multiplier));
  }
  .blog__card--8 {
    grid-column: span 4;
    grid-row: span 2;
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .blog__card--1 {
    grid-column: span 2;
    grid-row: span 2;
  }
  .blog__card--10 {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.blog__title {
  margin: 0 0 calc(8 * var(--width-multiplier));
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .blog__title {
    margin: 0;
  }
}
.blog__text {
  margin: 0 0 calc(32 * var(--width-multiplier));
  max-width: calc(277 * var(--width-multiplier));
  font-size: calc(16 * var(--width-multiplier));
  line-height: 1.5625;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blog__text {
    margin: 0 0 calc(16 * var(--width-multiplier));
    max-width: calc(310 * var(--width-multiplier));
    font-size: calc(14 * var(--width-multiplier));
    line-height: 1.5714285714;
  }
}
@media (min-width: 1025px) {
  .blog__text {
    margin: 0 0 calc(32 * var(--width-multiplier));
    max-width: calc(399 * var(--width-multiplier));
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.5625;
  }
}
.blog__tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-6 * var(--width-multiplier)) calc(8 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blog__tags {
    overflow: hidden;
    overflow-y: scroll;
    margin: 0 calc(-6 * var(--width-multiplier)) auto;
    max-width: calc(320 * var(--width-multiplier));
    max-height: calc(168 * var(--width-multiplier));
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .blog__tags::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 1025px) {
  .blog__tags {
    margin: 0 calc(-6 * var(--width-multiplier)) calc(32 * var(--width-multiplier));
    max-width: calc(490 * var(--width-multiplier));
  }
}
.blog__tag {
  margin: 0 calc(6 * var(--width-multiplier)) calc(12 * var(--width-multiplier));
  border: 1px solid #9b9b9b;
  padding: 0 calc(12 * var(--width-multiplier));
  height: calc(37 * var(--width-multiplier));
  font-size: calc(16 * var(--width-multiplier));
  line-height: 1.3125;
  color: #9b9b9b;
  transition:
    border-color 0.4s,
    color 0.4s,
    background-color 0.4s;
}
.blog__tag:active {
  border-color: #f00000;
  color: #fff;
  background-color: #f00000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blog__tag {
    height: calc(30 * var(--width-multiplier));
    font-size: calc(14 * var(--width-multiplier));
    line-height: 1.2857142857;
  }
}
@media (min-width: 1025px) {
  .blog__tag:hover {
    border-color: #fff;
    color: #fff;
  }
  .blog__tag:active {
    border-color: #f00000;
    color: #fff;
    background-color: #f00000;
  }
}
.blog__search {
  display: flex;
  width: 100%;
}
.blog__search input {
  border: 1px solid #9b9b9b;
  border-right: none;
  padding: calc(14 * var(--width-multiplier)) calc(16 * var(--width-multiplier));
  width: 100%;
  height: calc(50 * var(--width-multiplier));
  font-size: calc(16 * var(--width-multiplier));
  line-height: 1.375;
  color: #fff;
}
.blog__search button {
  flex-shrink: 0;
  border: 1px solid #9b9b9b;
  border-left: none;
  padding: calc(10 * var(--width-multiplier));
  width: calc(50 * var(--width-multiplier));
  height: calc(50 * var(--width-multiplier));
  color: #9b9b9b;
  transition:
    border-color 0.4s,
    color 0.4s,
    background-color 0.4s;
}
.blog__search button:active {
  border-color: #f00000;
  color: #fff;
  background-color: #f00000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blog__search {
    width: calc(310 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .blog__search {
    width: calc(399 * var(--width-multiplier));
  }
  .blog__search button:hover {
    border-color: #f00000;
    color: #fff;
    background-color: #f00000;
  }
}
.blog__button {
  margin: 0 auto calc(60 * var(--width-multiplier));
  width: 100%;
  height: calc(50 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blog__button {
    width: calc(405 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .blog__button {
    width: calc(398 * var(--width-multiplier));
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blog {
    padding: calc(70 * var(--width-multiplier)) calc(36 * var(--width-multiplier)) 0;
    max-width: calc(834 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .blog {
    padding: calc(74 * var(--width-multiplier)) calc(80 * var(--width-multiplier)) 0 calc(140 * var(--width-multiplier));
    max-width: calc(1440 * var(--width-multiplier));
  }
}
.career {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: calc(375 * var(--width-multiplier));
  opacity: 0;
}
.career__section {
  padding: calc(70 * var(--width-multiplier)) calc(20 * var(--width-multiplier)) 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .career__section {
    padding: calc(70 * var(--width-multiplier)) calc(36 * var(--width-multiplier)) 0;
  }
}
@media (min-width: 1025px) {
  .career__section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: calc(74 * var(--width-multiplier)) calc(140 * var(--width-multiplier)) 0 calc(140 * var(--width-multiplier));
  }
}
.career__content {
  display: flex;
  flex-wrap: wrap;
}
.career__description {
  display: flex;
  flex-direction: column;
  margin: 0 0 calc(32 * var(--width-multiplier));
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .career__description {
    margin: 0 0 calc(44 * var(--width-multiplier));
    width: calc(387 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .career__description {
    margin: 0 0 calc(40 * var(--width-multiplier));
    width: calc(513 * var(--width-multiplier));
  }
}
.career__navigation {
  width: 100%;
  margin: 0 0 calc(22 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .career__navigation {
    margin: 0 0 calc(44 * var(--width-multiplier));
    width: calc(350 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .career__navigation {
    margin: 0 0 calc(40 * var(--width-multiplier));
    width: calc(470 * var(--width-multiplier));
  }
}
.career__title {
  margin: 0 0 calc(8 * var(--width-multiplier));
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .career__title {
    margin: 0;
  }
}
.career__text {
  margin: 0 0 calc(16 * var(--width-multiplier));
  max-width: calc(277 * var(--width-multiplier));
  font-size: calc(16 * var(--width-multiplier));
  line-height: 1.5625;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .career__text {
    max-width: calc(310 * var(--width-multiplier));
    font-size: calc(14 * var(--width-multiplier));
    line-height: 1.5714285714;
  }
}
@media (min-width: 1025px) {
  .career__text {
    margin: 0;
    max-width: calc(399 * var(--width-multiplier));
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.5625;
  }
}
.career__tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-6 * var(--width-multiplier)) calc(8 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .career__tags {
    margin: 0 calc(-6 * var(--width-multiplier)) auto;
  }
}
@media (min-width: 1025px) {
  .career__tags {
    margin: 0 calc(-6 * var(--width-multiplier)) calc(32 * var(--width-multiplier));
  }
}
.career__tag {
  margin: 0 calc(6 * var(--width-multiplier)) calc(12 * var(--width-multiplier));
  border: 1px solid #9b9b9b;
  padding: 0 calc(12 * var(--width-multiplier));
  height: calc(37 * var(--width-multiplier));
  font-size: calc(16 * var(--width-multiplier));
  line-height: 1.3125;
  color: #9b9b9b;
  transition:
    border-color 0.4s,
    color 0.4s,
    background-color 0.4s;
}
.career__tag:active {
  border-color: #f00000;
  color: #fff;
  background-color: #f00000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .career__tag {
    height: calc(30 * var(--width-multiplier));
    font-size: calc(14 * var(--width-multiplier));
    line-height: 1.2857142857;
  }
}
@media (min-width: 1025px) {
  .career__tag:hover {
    border-color: #fff;
    color: #fff;
  }
  .career__tag:active {
    border-color: #f00000;
    color: #fff;
    background-color: #f00000;
  }
}
.career__search {
  display: flex;
  width: 100%;
}
.career__search input {
  border: 1px solid #9b9b9b;
  border-right: none;
  padding: calc(14 * var(--width-multiplier)) calc(16 * var(--width-multiplier));
  width: 100%;
  height: calc(50 * var(--width-multiplier));
  font-size: calc(16 * var(--width-multiplier));
  line-height: 1.375;
  color: #fff;
}
.career__search button {
  flex-shrink: 0;
  border: 1px solid #9b9b9b;
  border-left: none;
  padding: calc(10 * var(--width-multiplier));
  width: calc(50 * var(--width-multiplier));
  height: calc(50 * var(--width-multiplier));
  color: #9b9b9b;
  transition:
    border-color 0.4s,
    color 0.4s,
    background-color 0.4s;
}
.career__search button:active {
  border-color: #f00000;
  color: #fff;
  background-color: #f00000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .career__search {
    width: calc(310 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .career__search {
    width: calc(399 * var(--width-multiplier));
  }
  .career__search button:hover {
    border-color: #f00000;
    color: #fff;
    background-color: #f00000;
  }
}
.career__vacancy {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.career__vacancy-line {
  padding: calc(20 * var(--width-multiplier)) 0;
}
.career__vacancy-line:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.career__vacancy-line--disabled {
  color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .career__vacancy-line {
    padding: calc(16 * var(--width-multiplier)) 0;
  }
}
.career__vacancy-title {
  margin: 0 0 calc(4 * var(--width-multiplier));
}
.career__vacancy-line--disabled .career__vacancy-title {
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .career__vacancy-title {
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.375;
  }
}
@media (min-width: 1025px) {
  .career__vacancy-title {
    margin: 0 0 calc(8 * var(--width-multiplier));
  }
}
.career__vacancy-text {
  line-height: 1.3333333333;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .career__vacancy-text {
    line-height: 1.5714285714;
  }
}
@media (min-width: 1025px) {
  .career__vacancy-text {
    line-height: 1.375;
  }
}
.career__button {
  width: 100%;
  height: calc(48 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .career__button {
    width: calc(310 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .career__button {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: calc(80 * var(--width-multiplier));
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .career {
    max-width: calc(834 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .career {
    max-width: calc(1440 * var(--width-multiplier));
  }
}
.values {
  width: 100%;
  background-color: #222222;
  opacity: 0;
}
.values__section {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .values__section {
    width: auto;
    height: 100vh;
  }
  .values__section--intro {
    width: 100vw;
  }
}
.values__scroll {
  width: 100%;
}
@media (min-width: 1025px) {
  .values__scroll {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 100%;
  }
}
.values__intro {
  margin: 0 auto;
  padding: calc(98 * var(--width-multiplier)) calc(20 * var(--width-multiplier));
  width: 100%;
  height: calc(500 * var(--width-multiplier));
  max-width: calc(375 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .values__intro {
    padding: calc(130 * var(--width-multiplier)) calc(36 * var(--width-multiplier));
    height: calc(610 * var(--width-multiplier));
    max-width: calc(834 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .values__intro {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    margin: 0;
    padding: calc(54 * var(--width-multiplier)) 0 0 calc(140 * var(--width-multiplier));
    width: calc(671 * var(--width-multiplier));
    height: calc(800 * var(--width-multiplier));
    max-width: none;
  }
}
.values__title {
  max-width: calc(155 * var(--width-multiplier));
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .values__title {
    max-width: calc(284 * var(--width-multiplier));
    font-size: calc(88 * var(--width-multiplier));
    line-height: 1.1363636364;
  }
}
@media (min-width: 1025px) {
  .values__title {
    max-width: calc(284 * var(--width-multiplier));
  }
}
.values__number {
  position: absolute;
  right: calc(20 * var(--width-multiplier));
  top: calc(110 * var(--width-multiplier));
  width: calc(76 * var(--width-multiplier));
  height: calc(364 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .values__number {
    right: calc(36 * var(--width-multiplier));
    width: calc(92 * var(--width-multiplier));
    height: calc(440 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .values__number {
    right: calc(95 * var(--width-multiplier));
    top: calc(66 * var(--width-multiplier));
    width: calc(146 * var(--width-multiplier));
    height: calc(705 * var(--width-multiplier));
  }
}
.values__button {
  display: none;
}
@media (min-width: 1025px) {
  .values__button {
    position: absolute;
    left: calc(140 * var(--width-multiplier));
    bottom: calc(38 * var(--width-multiplier));
    z-index: 2;
    display: block;
    width: calc(399 * var(--width-multiplier));
    height: calc(50 * var(--width-multiplier));
  }
}
.values__content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: calc(62 * var(--width-multiplier)) calc(20 * var(--width-multiplier)) calc(32 * var(--width-multiplier));
  max-width: calc(375 * var(--width-multiplier));
  color: #222222;
}
.values__content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .values__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: calc(124 * var(--width-multiplier)) calc(36 * var(--width-multiplier)) calc(28 * var(--width-multiplier));
    max-width: calc(1073 * var(--width-multiplier));
    gap: calc(12 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .values__content {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0;
    padding: 0 calc(40 * var(--width-multiplier)) 0 calc(156 * var(--width-multiplier));
    width: max-content;
    height: 100%;
    max-width: none;
  }
  .values__content::before {
    content: "";
    left: 0;
    top: 50%;
    width: 100%;
    height: 100vh;
    transform: translateY(-50%);
  }
}
.values__note {
  position: absolute;
  left: calc(20 * var(--width-multiplier));
  bottom: calc(-136 * var(--width-multiplier));
  z-index: -1;
  display: none;
  font-weight: 500;
  font-size: calc(232 * var(--width-multiplier));
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}
.values__card:first-child .values__note {
  left: calc(-96 * var(--width-multiplier));
}
@media (min-width: 1025px) {
  .values__note {
    display: block;
  }
}
.values__note-mobile {
  font-weight: 300;
  font-size: calc(20 * var(--width-multiplier));
  margin-top: calc(16 * var(--width-multiplier));
}
@media (min-width: 1025px) {
  .values__note-mobile {
    display: none;
  }
}
.values__card {
  margin: 0 0 calc(32 * var(--width-multiplier));
}
@media (max-width: 767px) {
  .values__card:last-child {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .values__card {
    flex-shrink: 0;
    margin: 0 0 calc(20 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .values__card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-shrink: 0;
    margin: 0 calc(80 * var(--width-multiplier)) 0 0;
  }
  .values__card:last-child {
    margin: 0;
  }
}
.values__card-image {
  width: calc(219 * var(--width-multiplier));
  height: calc(219 * var(--width-multiplier));
  background-color: #E8E9ED;
}
.values__card-image.icon-openness {
  padding: calc(50 * var(--width-multiplier)) calc(30 * var(--width-multiplier));
}
.values__card-image.icon-honesty {
  padding-top: calc(25 * var(--width-multiplier));
}
.values__card-image.icon-result {
  padding-top: calc(28 * var(--width-multiplier));
}
.values__card-image picture,
.values__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover";
}
@media (min-width: 768px) and (max-width: 1024px) {
  .values__card-image {
    width: calc(375 * var(--width-multiplier));
    height: calc(375 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .values__card-image {
    width: calc(520 * var(--width-multiplier));
    height: calc(520 * var(--width-multiplier));
  }
}
.values__card-description {
  padding: calc(16 * var(--width-multiplier)) 0 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .values__card-description {
    max-width: calc(358 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .values__card-description {
    padding: 0 0 0 calc(34 * var(--width-multiplier));
    max-width: calc(392 * var(--width-multiplier));
  }
}
.values__card-title {
  margin: 0 0 calc(8 * var(--width-multiplier));
  font-size: calc(20 * var(--width-multiplier));
  line-height: 1.3;
}
@media (min-width: 1025px) {
  .values__card-title {
    margin: 0 0 calc(20 * var(--width-multiplier));
    font-size: calc(24 * var(--width-multiplier));
    line-height: 1.2916666667;
  }
}
.values__card-text {
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.5833333333;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .values__card-text {
    font-size: calc(14 * var(--width-multiplier));
    line-height: 1.4285714286;
  }
}
@media (min-width: 1025px) {
  .values__card-text {
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.5625;
  }
}
@media (min-width: 1025px) {
  .values {
    position: relative;
    z-index: 1;
    height: 100vh;
  }
}
@media (min-width: 1025px) {
  .values__first {
    width: calc(912 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .values__second {
    width: calc(1055 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .values__third {
    width: calc(1198 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .values__fourth {
    width: calc(1066 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .values__fifth {
    width: calc(912 * var(--width-multiplier));
  }
}
.privacy {
  margin: 0 auto;
  padding: calc(70 * var(--width-multiplier)) calc(20 * var(--width-multiplier)) 0;
  width: 100%;
  max-width: calc(375 * var(--width-multiplier));
  opacity: 0;
}
.privacy__headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 calc(26 * var(--width-multiplier));
}
.privacy__title {
  margin: 0 0 calc(8 * var(--width-multiplier));
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .privacy__title {
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .privacy__title {
    margin: 0;
  }
}
.privacy__description {
  font-size: calc(10 * var(--width-multiplier));
  line-height: 1.6;
}
.privacy__description b {
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .privacy__description {
    font-size: calc(12 * var(--width-multiplier));
    line-height: 1.3333333333;
  }
}
@media (min-width: 1025px) {
  .privacy__description {
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.5625;
  }
}
.privacy__email {
  margin: 0 0 calc(4 * var(--width-multiplier));
}
.privacy__email a {
  transition: color 0.4s;
}
.privacy__email a:active {
  color: #000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .privacy__email {
    margin: 0 0 calc(8 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .privacy__email {
    margin: 0 0 calc(8 * var(--width-multiplier));
  }
  .privacy__email a:hover {
    color: #000;
  }
}
.privacy__text {
  padding: calc(12 * var(--width-multiplier)) 0 0;
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.5833333333;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .privacy__text {
    padding: calc(20 * var(--width-multiplier)) 0 0;
    width: calc(633 * var(--width-multiplier));
    font-size: calc(12 * var(--width-multiplier));
    line-height: 1.5833333333;
  }
}
@media (min-width: 1025px) {
  .privacy__text {
    padding: calc(32 * var(--width-multiplier)) 0 0;
    width: calc(809 * var(--width-multiplier));
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.5625;
  }
}
.privacy__content {
  width: 100%;
}
.privacy__content h3 {
  margin: 0 0 calc(12 * var(--width-multiplier));
}
.privacy__content ol,
.privacy__content ul {
  padding: 0;
}
.privacy__content ol li,
.privacy__content ul li {
  position: relative;
  z-index: 1;
}
.privacy__content ol li::before,
.privacy__content ul li::before {
  content: attr(data-num);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.privacy__content ol li:not(:last-child),
.privacy__content ul li:not(:last-child) {
  margin: 0 0 calc(12 * var(--width-multiplier));
}
.privacy__content ol span,
.privacy__content ul span {
  text-decoration: underline;
}
.privacy__content ol {
  margin: 0 0 calc(26 * var(--width-multiplier));
}
.privacy__content ol li {
  padding: 0 0 0 calc(29 * var(--width-multiplier));
}
.privacy__content ul li {
  padding: 0 0 0 calc(24 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .privacy__content {
    width: calc(633 * var(--width-multiplier));
  }
  .privacy__content ul li {
    padding: 0 0 0 calc(32 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .privacy__content {
    width: calc(809 * var(--width-multiplier));
  }
  .privacy__content ul li {
    padding: 0 calc(21 * var(--width-multiplier)) 0 calc(32 * var(--width-multiplier));
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .privacy {
    padding: calc(70 * var(--width-multiplier)) calc(91 * var(--width-multiplier)) 0 calc(36 * var(--width-multiplier));
    max-width: calc(834 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .privacy {
    padding: calc(54 * var(--width-multiplier)) calc(140 * var(--width-multiplier)) 0;
    max-width: calc(1440 * var(--width-multiplier));
  }
}
.article {
  margin: 0 auto;
  padding: calc(70 * var(--width-multiplier)) calc(20 * var(--width-multiplier)) 0;
  width: 100%;
  max-width: calc(375 * var(--width-multiplier));
  opacity: 0;
}
.article__intro {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 calc(20 * var(--width-multiplier));
}
@media (max-width: 767px) {
  .article__intro {
    align-items: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .article__intro {
    margin: 0 0 calc(33 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .article__intro {
    margin: 0 0 calc(33 * var(--width-multiplier));
  }
}
.article__picture {
  margin: 0 0 calc(-63 * var(--width-multiplier)) calc(-78 * var(--width-multiplier));
  width: calc(297 * var(--width-multiplier));
  height: calc(180 * var(--width-multiplier));
}
.article__picture picture,
.article__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover";
}
@media (min-width: 768px) and (max-width: 1024px) {
  .article__picture {
    margin: 0 0 calc(-101 * var(--width-multiplier)) calc(-36 * var(--width-multiplier));
    width: calc(605 * var(--width-multiplier));
    height: calc(367 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .article__picture {
    margin: 0 0 calc(-150 * var(--width-multiplier)) calc(-60 * var(--width-multiplier));
    width: calc(973 * var(--width-multiplier));
    height: calc(590 * var(--width-multiplier));
  }
}
.article__info {
  padding: 0 0 0 calc(12 * var(--width-multiplier));
}
@media (max-width: 767px) {
  .article__info {
    align-items: flex-end;
    margin: 0 0 calc(-23 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .article__info {
    margin: calc(20 * var(--width-multiplier)) 0 0 calc(114 * var(--width-multiplier));
    padding: 0;
  }
}
.article__info-line {
  display: flex;
  align-items: center;
  margin: 0 0 calc(4 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .article__info-line {
    margin: 0 0 calc(8 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .article__info-line {
    margin: 0 0 calc(8 * var(--width-multiplier));
  }
}
.article__info-icon {
  margin: 0 calc(6 * var(--width-multiplier)) 0 0;
  width: calc(16 * var(--width-multiplier));
  height: calc(16 * var(--width-multiplier));
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .article__info-icon {
    margin: 0 calc(8 * var(--width-multiplier)) 0 0;
  }
}
@media (min-width: 1025px) {
  .article__info-icon {
    margin: 0 calc(8 * var(--width-multiplier)) 0 0;
    width: calc(24 * var(--width-multiplier));
    height: calc(24 * var(--width-multiplier));
  }
}
.article__info-text {
  max-width: calc(110 * var(--width-multiplier));
  font-size: calc(10 * var(--width-multiplier));
  line-height: 1.6;
}
.article__info-text::selection {
  color: #fff;
  background-color: #f00000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .article__info-text {
    max-width: calc(180 * var(--width-multiplier));
    font-size: calc(12 * var(--width-multiplier));
    line-height: 1.3333333333;
  }
}
@media (min-width: 1025px) {
  .article__info-text {
    max-width: calc(130 * var(--width-multiplier));
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.5625;
  }
}
.article__tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 calc(10 * var(--width-multiplier));
  gap: calc(5 * var(--width-multiplier));
  max-width: calc(220 * var(--width-multiplier));
  min-width: calc(21 * var(--width-multiplier));
  min-height: calc(21 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .article__tags {
    margin: 0 0 calc(15 * var(--width-multiplier));
    padding: 0 calc(15 * var(--width-multiplier));
    gap: calc(9 * var(--width-multiplier));
    max-width: calc(500 * var(--width-multiplier));
    min-width: calc(30 * var(--width-multiplier));
    min-height: calc(30 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .article__tags {
    margin: 0 0 calc(12 * var(--width-multiplier));
    padding: 0 calc(4 * var(--width-multiplier));
    gap: calc(6 * var(--width-multiplier));
    max-width: calc(860 * var(--width-multiplier));
    min-width: calc(37 * var(--width-multiplier));
    min-height: calc(37 * var(--width-multiplier));
  }
}
.article__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  padding: 0 calc(8 * var(--width-multiplier));
  height: calc(21 * var(--width-multiplier));
  font-size: calc(10 * var(--width-multiplier));
  line-height: 1.3;
  color: #fff;
}
.article__tag::selection {
  color: #fff;
  background-color: #f00000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .article__tag {
    height: calc(30 * var(--width-multiplier));
    font-size: calc(14 * var(--width-multiplier));
    line-height: 1.2857142857;
  }
}
@media (min-width: 1025px) {
  .article__tag {
    padding: 0 calc(12 * var(--width-multiplier));
    height: calc(37 * var(--width-multiplier));
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.3125;
  }
}
.article__headline {
  padding: calc(10 * var(--width-multiplier));
  text-transform: uppercase;
  color: #fff;
  background-color: #222222;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .article__headline {
    margin: 0 calc(-10 * var(--width-multiplier));
  }
}
.article__content {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .article__content {
    width: calc(568 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .article__content {
    width: calc(811 * var(--width-multiplier));
  }
}
.article__content h3 {
  margin: 0 0 calc(12 * var(--width-multiplier));
  padding: calc(8 * var(--width-multiplier)) 0 0;
}
@media (min-width: 1025px) {
  .article__content h3 {
    padding: calc(12 * var(--width-multiplier)) 0 0;
  }
}
.article__content p {
  margin: 0 0 calc(12 * var(--width-multiplier));
}
.article__content li {
  position: relative;
  z-index: 1;
  margin: 0 0 calc(4 * var(--width-multiplier));
  padding: 0 0 0 calc(36 * var(--width-multiplier));
}
.article__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(10 * var(--width-multiplier));
  z-index: 1;
  width: calc(24 * var(--width-multiplier));
  height: 2px;
  background-color: #f00000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .article__content li {
    margin: 0 0 calc(12 * var(--width-multiplier));
    padding: 0 0 0 calc(40 * var(--width-multiplier));
  }
  .article__content li::before {
    top: calc(13 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .article__content li {
    margin: 0 0 calc(12 * var(--width-multiplier));
    padding: 0 0 0 calc(40 * var(--width-multiplier));
  }
  .article__content li::before {
    top: calc(13 * var(--width-multiplier));
  }
}
.article__content div {
  margin: calc(20 * var(--width-multiplier)) 0;
  width: 100%;
  height: calc(244 * var(--width-multiplier));
}
.article__content div picture,
.article__content div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover";
}
@media (min-width: 768px) and (max-width: 1024px) {
  .article__content div {
    height: calc(413 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .article__content div {
    margin: calc(32 * var(--width-multiplier)) 0 calc(24 * var(--width-multiplier)) calc(-2 * var(--width-multiplier));
    height: calc(590 * var(--width-multiplier));
  }
}
.article__button {
  margin: calc(20 * var(--width-multiplier)) 0 0;
  width: 100%;
  height: calc(48 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .article__button {
    margin: calc(29 * var(--width-multiplier)) 0 0;
    width: calc(375 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .article__button {
    margin: calc(32 * var(--width-multiplier)) 0 0;
    width: calc(399 * var(--width-multiplier));
    height: calc(50 * var(--width-multiplier));
  }
}
.article__cards {
  display: grid;
  flex-shrink: 0;
  gap: calc(12 * var(--width-multiplier));
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: calc(158 * var(--width-multiplier));
  padding: calc(40 * var(--width-multiplier)) 0 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .article__cards {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: calc(246 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .article__cards {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: calc(289 * var(--width-multiplier));
    padding: calc(60 * var(--width-multiplier)) 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .article__card {
    display: none;
  }
  .article__card--1,
  .article__card--2,
  .article__card--3 {
    display: block;
  }
}
.article__related {
  position: relative;
  z-index: -1;
  margin: calc(-22 * var(--width-multiplier)) 0 0;
  width: 100%;
  font-weight: 500;
  font-size: calc(64 * var(--width-multiplier));
  line-height: 1.125;
  text-transform: uppercase;
  opacity: 0.2;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .article__related {
    margin: calc(-31 * var(--width-multiplier)) 0 0;
    font-size: calc(128 * var(--width-multiplier));
    line-height: 0.703125;
  }
}
@media (min-width: 1025px) {
  .article__related {
    margin: calc(-93 * var(--width-multiplier)) 0 0;
    font-size: calc(232 * var(--width-multiplier));
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .article {
    padding: calc(70 * var(--width-multiplier)) calc(36 * var(--width-multiplier)) 0;
    max-width: calc(834 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .article {
    padding: calc(74 * var(--width-multiplier)) calc(80 * var(--width-multiplier)) 0 calc(140 * var(--width-multiplier));
    max-width: calc(1440 * var(--width-multiplier));
  }
}
.guide {
  min-height: 100vh;
  color: #000;
}
.guide__image {
  width: 100%;
  height: calc(140 * var(--width-multiplier));
}
.guide__image--bottom {
  width: 100vw;
  height: calc(105 * var(--width-multiplier));
}
@media (min-width: 1025px) {
  .guide__image {
    margin: 0;
    height: calc(322 * var(--width-multiplier));
  }
  .guide__image--bottom {
    width: 100%;
    height: calc(202 * var(--width-multiplier));
  }
}
.guide__content {
  padding: calc(10 * var(--width-multiplier));
}
.guide__content--last {
  padding: calc(10 * var(--width-multiplier)) calc(10 * var(--width-multiplier)) 0;
}
@media (min-width: 1025px) {
  .guide__content {
    padding: calc(4 * var(--width-multiplier)) calc(20 * var(--width-multiplier)) calc(32 * var(--width-multiplier));
  }
  .guide__content--last {
    padding: calc(20 * var(--width-multiplier)) calc(20 * var(--width-multiplier)) 0;
  }
}
.guide__title {
  margin: 0 0 calc(12 * var(--width-multiplier));
  font-weight: 700;
  font-size: calc(14 * var(--width-multiplier));
  line-height: 1.3571428571;
  text-transform: uppercase;
  color: #0d173a;
}
@media (min-width: 1025px) {
  .guide__title {
    margin: 0 0 calc(8 * var(--width-multiplier));
    font-size: calc(24 * var(--width-multiplier));
    line-height: 1.375;
    color: #000;
  }
}
.guide__subtitle {
  margin: 0 0 calc(10 * var(--width-multiplier));
  font-weight: 400;
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.5;
}
.guide__subtitle b {
  font-weight: 700;
}
@media (min-width: 1025px) {
  .guide__subtitle {
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.375;
  }
}
.guide__wishtitle {
  margin: 0 calc(-6 * var(--width-multiplier)) calc(18 * var(--width-multiplier));
  font-weight: 700;
  font-size: calc(14 * var(--width-multiplier));
  line-height: 1.5714285714;
  text-align: center;
  color: #f00000;
}
@media (min-width: 1025px) {
  .guide__wishtitle {
    margin: 0 calc(-20 * var(--width-multiplier)) calc(42 * var(--width-multiplier));
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.4375;
  }
}
.guide__section {
  margin: 0 0 calc(20 * var(--width-multiplier));
}
.guide__text {
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.5;
}
.guide__text:not(:last-child) {
  margin: 0 0 calc(10 * var(--width-multiplier));
}
.guide__text b {
  font-weight: 700;
}
.guide__text strong {
  font-weight: 700;
}
.guide__text span {
  color: #f00000;
}
.guide__text i {
  font-weight: 700;
  font-style: italic;
}
.guide__text a {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .guide__text {
    font-size: calc(14 * var(--width-multiplier));
    line-height: 1.5;
  }
  .guide__text strong {
    font-size: calc(16 * var(--width-multiplier));
  }
  .guide__text a:hover {
    text-decoration: none;
  }
}
.guide__list-ol li .guide__list-ul {
  padding: 0;
}
.guide__list-ol li .guide__list-ul li {
  list-style: none;
}
.guide__list-ol,
.guide__list-ul {
  margin: 0 0 calc(10 * var(--width-multiplier));
  padding: 0 0 0 calc(16 * var(--width-multiplier));
}
.guide__list-ol li,
.guide__list-ul li {
  margin: 0 0 calc(5 * var(--width-multiplier));
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.5;
}
.guide__list-ol li span,
.guide__list-ul li span {
  color: #f00000;
}
@media (min-width: 1025px) {
  .guide__list-ol,
  .guide__list-ul {
    padding: 0 0 0 calc(20 * var(--width-multiplier));
  }
  .guide__list-ol li,
  .guide__list-ul li {
    font-size: calc(14 * var(--width-multiplier));
    line-height: 1.5;
  }
}
.guide__list-ol li {
  list-style: decimal;
}
.guide__list-ul li {
  position: relative;
  z-index: 1;
}
.guide__list-ul li::before {
  content: "";
  position: absolute;
  left: calc(-12 * var(--width-multiplier));
  top: calc(8 * var(--width-multiplier));
  z-index: 2;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #f00000;
  pointer-events: none;
}
.guide__note {
  position: relative;
  z-index: 1;
  display: flex;
  margin: 0 0 calc(10 * var(--width-multiplier));
  padding: calc(12 * var(--width-multiplier)) 0;
  background-color: #f9f9f9;
}
.guide__note::before {
  content: "!";
  flex-shrink: 0;
  margin: calc(2 * var(--width-multiplier)) calc(10 * var(--width-multiplier));
  width: calc(16 * var(--width-multiplier));
  height: calc(16 * var(--width-multiplier));
  font-weight: 700;
  font-size: calc(12 * var(--width-multiplier));
  line-height: calc(16 * var(--width-multiplier));
  text-align: center;
  color: #fff;
  background-color: #f00000;
}
@media (min-width: 1025px) {
  .guide__note::before {
    font-size: calc(14 * var(--width-multiplier));
  }
}
.guide__cards {
  margin: 0 0 calc(20 * var(--width-multiplier));
}
@media (min-width: 1025px) {
  .guide__cards {
    display: grid;
    row-gap: calc(20 * var(--width-multiplier));
    column-gap: calc(20 * var(--width-multiplier));
  }
  .guide__cards--sm {
    grid-template-columns: repeat(3, 1fr);
  }
  .guide__cards--md,
  .guide__cards--lg {
    grid-template-columns: repeat(2, 1fr);
  }
}
.guide__card {
  margin: 0 0 calc(5 * var(--width-multiplier));
  padding: calc(15 * var(--width-multiplier));
  background-color: #f9f9f9;
}
.guide__cards--md .guide__card {
  display: flex;
  align-items: center;
}
.guide__cards--lg .guide__card {
  padding: calc(15 * var(--width-multiplier)) calc(20 * var(--width-multiplier));
}
@media (min-width: 1025px) {
  .guide__card {
    margin: 0;
  }
  .guide__card--wide {
    grid-column: span 2;
  }
  .guide__cards--sm .guide__card--wide {
    grid-column: span 3;
  }
  .guide__cards--md .guide__card {
    flex-direction: column;
    align-items: start;
    padding: calc(15 * var(--width-multiplier)) calc(20 * var(--width-multiplier));
  }
  .guide__cards--lg .guide__card {
    padding: calc(20 * var(--width-multiplier));
  }
}
.guide__card-value {
  margin: 0 0 calc(5 * var(--width-multiplier));
  font-weight: 700;
  font-size: calc(46 * var(--width-multiplier));
  line-height: 1.0869565217;
  text-align: center;
  color: #f00000;
}
@media (min-width: 1025px) {
  .guide__card-value {
    margin: 0 0 calc(10 * var(--width-multiplier));
    font-size: calc(56 * var(--width-multiplier));
    line-height: 0.8928571429;
  }
}
.guide__card-num {
  margin: 0 calc(10 * var(--width-multiplier)) 0 0;
  width: calc(16 * var(--width-multiplier));
  height: calc(22 * var(--width-multiplier));
  font-weight: 700;
  font-size: calc(28 * var(--width-multiplier));
  line-height: calc(22 * var(--width-multiplier));
  color: #f00000;
  opacity: 0.2;
}
@media (min-width: 1025px) {
  .guide__card-num {
    flex-shrink: 0;
    margin: 0 0 calc(10 * var(--width-multiplier));
  }
}
.guide__card-text {
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.5;
}
.guide__cards--lg .guide__card-text {
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.3333333333;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .guide__card-text {
    font-size: calc(14 * var(--width-multiplier));
    line-height: 1.5;
  }
  .guide__cards--lg .guide__card-text {
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.375;
  }
}
.guide__list {
  margin: 0 0 calc(10 * var(--width-multiplier));
}
@media (min-width: 1025px) {
  .guide__list {
    margin: 0 0 calc(20 * var(--width-multiplier));
  }
}
.guide__li {
  margin: 0 0 calc(10 * var(--width-multiplier));
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.5;
}
.guide__li b {
  font-weight: 700;
}
.guide__li strong {
  font-weight: 700;
  color: #f00000;
}
.guide__li span {
  color: #f00000;
}
.guide__li a {
  text-decoration: underline;
  color: #f00000;
}
@media (min-width: 1025px) {
  .guide__li {
    margin: 0 0 calc(15 * var(--width-multiplier));
    font-size: calc(14 * var(--width-multiplier));
    line-height: 1.5;
  }
  .guide__li strong {
    font-size: calc(16 * var(--width-multiplier));
  }
}
.guide__steps {
  margin: 0 0 calc(10 * var(--width-multiplier));
}
@media (min-width: 1025px) {
  .guide__steps {
    margin: 0 0 calc(20 * var(--width-multiplier));
  }
}
.guide__step {
  position: relative;
  z-index: 1;
  padding: calc(15 * var(--width-multiplier));
  text-align: center;
  background-color: #f9f9f9;
}
.guide__step:not(:last-child) {
  margin: 0 0 calc(37 * var(--width-multiplier));
}
.guide__step .guide__text {
  margin: 0;
}
@media (min-width: 1025px) {
  .guide__step:not(:last-child) {
    margin: 0 0 calc(47 * var(--width-multiplier));
  }
}
.guide__step-arrow {
  position: absolute;
  left: calc(50% - calc(49 * var(--width-multiplier)));
  bottom: calc(-27 * var(--width-multiplier));
  z-index: 2;
  width: calc(98 * var(--width-multiplier));
  height: calc(17 * var(--width-multiplier));
  pointer-events: none;
}
@media (min-width: 1025px) {
  .guide__step-arrow {
    bottom: calc(-32 * var(--width-multiplier));
  }
}
.guide__person {
  display: flex;
  align-items: center;
  margin: 0 0 calc(16 * var(--width-multiplier));
}
.guide__person-icon {
  flex-shrink: 0;
  width: calc(64 * var(--width-multiplier));
  height: calc(64 * var(--width-multiplier));
}
.guide__person-des {
  padding: 0 0 0 calc(14 * var(--width-multiplier));
}
.guide__person-name {
  font-weight: 700;
  font-size: calc(14 * var(--width-multiplier));
  line-height: 1.3571428571;
}
@media (min-width: 1025px) {
  .guide__person-name {
    font-size: calc(18 * var(--width-multiplier));
    line-height: 1.3888888889;
  }
}
.guide__person-rank {
  font-weight: 400;
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.3333333333;
}
@media (min-width: 1025px) {
  .guide__person-rank {
    font-size: calc(17 * var(--width-multiplier));
    line-height: 1.3529411765;
  }
}
@media (min-width: 1025px) {
  .guide__files {
    display: flex;
    justify-content: space-between;
  }
}
.guide__file {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 calc(10 * var(--width-multiplier));
  border: 1px solid #f00000;
  width: 100%;
  height: calc(69 * var(--width-multiplier));
  background-color: #f9f9f9;
}
@media (min-width: 1025px) {
  .guide__file {
    flex-shrink: 0;
    width: calc(220 * var(--width-multiplier));
    height: calc(71 * var(--width-multiplier));
  }
}
.guide__file-icon {
  display: block;
  width: calc(20 * var(--width-multiplier));
  height: calc(17 * var(--width-multiplier));
}
@media (min-width: 1025px) {
  .guide__file-icon {
    margin: 0 0 calc(3 * var(--width-multiplier));
  }
}
.guide__file-text {
  font-size: calc(12 * var(--width-multiplier));
  line-height: 1.3333333333;
  text-align: center;
}
@media (min-width: 1025px) {
  .guide__file-text {
    font-size: calc(16 * var(--width-multiplier));
    line-height: 1.375;
  }
}
.guide__button {
  display: block;
  padding: calc(15 * var(--width-multiplier)) calc(20 * var(--width-multiplier));
  width: 100%;
  font-weight: 700;
  font-size: calc(14 * var(--width-multiplier));
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #f00000;
  transition: background-color 0.4s;
}
.guide__button:active {
  background-color: #960000;
}
@media (min-width: 1025px) {
  .guide__button:hover {
    background-color: #ce0e0e;
  }
  .guide__button:active {
    background-color: #960000;
  }
}
.guide__link {
  display: block;
  margin: 0 0 calc(16 * var(--width-multiplier));
  width: 100%;
  height: calc(41 * var(--width-multiplier));
  font-size: calc(16 * var(--width-multiplier));
  line-height: calc(41 * var(--width-multiplier));
  text-align: center;
  color: #fff;
  background-color: #f00000;
  transition: background-color 0.4s;
}
.guide__link:active {
  background-color: #960000;
}
@media (min-width: 1025px) {
  .guide__link {
    margin: 0 auto calc(40 * var(--width-multiplier));
    width: calc(300 * var(--width-multiplier));
  }
  .guide__link:hover {
    background-color: #ce0e0e;
  }
  .guide__link:active {
    background-color: #960000;
  }
}
.guide__send {
  display: block;
  margin: 0 0 calc(22 * var(--width-multiplier));
  border: 1px solid #f00000;
  width: 100%;
  height: calc(41 * var(--width-multiplier));
  font-size: calc(16 * var(--width-multiplier));
  line-height: calc(41 * var(--width-multiplier));
  text-align: center;
  color: #f00000;
  background-color: #f9f9f9;
  transition: background-color 0.4s;
}
.guide__send:active {
  background-color: rgb(233.7, 233.7, 233.7);
}
@media (min-width: 1025px) {
  .guide__send {
    margin: 0 auto calc(20 * var(--width-multiplier));
    width: calc(300 * var(--width-multiplier));
  }
  .guide__send:hover {
    background-color: rgb(238.8, 238.8, 238.8);
  }
  .guide__send:active {
    background-color: rgb(233.7, 233.7, 233.7);
  }
}
@media (min-width: 1025px) {
  .guide {
    padding: 0 calc(170 * var(--width-multiplier));
  }
}
.guide-wrap {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .guide-wrap {
    display: flex;
  }
}
.core-values {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #000;
}
.core-values__start {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 calc(103 * var(--width-multiplier));
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .core-values__start {
    padding: 0 0 calc(194 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .core-values__start {
    padding: 0 0 calc(144 * var(--width-multiplier));
  }
}
.core-values__logo {
  margin: 0 0 calc(8 * var(--width-multiplier));
  width: calc(154 * var(--width-multiplier));
  height: calc(140 * var(--width-multiplier));
  color: #222222;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .core-values__logo {
    margin: 0;
    width: calc(286 * var(--width-multiplier));
    height: calc(260 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .core-values__logo {
    margin: 0;
    width: calc(286 * var(--width-multiplier));
    height: calc(260 * var(--width-multiplier));
  }
}
.core-values__frame {
  display: flex;
  justify-content: center;
  height: calc(360 * var(--width-multiplier));
  background-color: #222222;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .core-values__frame {
    justify-content: end;
    height: calc(660 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .core-values__frame {
    justify-content: end;
    height: calc(660 * var(--width-multiplier));
  }
}
.core-values__picture {
  margin: auto auto 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .core-values__picture {
    width: calc(1440 * var(--width-multiplier));
  }
}
.core-values__image {
  margin: 0 auto calc(-40 * var(--width-multiplier));
  width: calc(335 * var(--width-multiplier));
}
.core-values__image--people {
  height: calc(244 * var(--width-multiplier));
}
.core-values__image--result {
  width: calc(304 * var(--width-multiplier));
  height: calc(331 * var(--width-multiplier));
}
.core-values__image--joy {
  height: calc(172 * var(--width-multiplier));
}
.core-values__image--evolution {
  height: calc(255 * var(--width-multiplier));
}
.core-values__image--profitability {
  height: calc(338 * var(--width-multiplier));
}
.core-values__image--responsibility {
  height: calc(198 * var(--width-multiplier));
}
.core-values__image--respect {
  height: calc(287 * var(--width-multiplier));
}
.core-values__image--involvement {
  height: calc(302 * var(--width-multiplier));
}
.core-values__image--visibility {
  height: calc(253 * var(--width-multiplier));
}
.core-values__image--progress {
  height: calc(274 * var(--width-multiplier));
}
.core-values__image--synergy {
  height: calc(269 * var(--width-multiplier));
}
.core-values__image--company {
  height: calc(196 * var(--width-multiplier));
}
.core-values__image--integrity {
  padding: 0 0 0 calc(139 * var(--width-multiplier));
  height: calc(332 * var(--width-multiplier));
}
.core-values__image--changes {
  width: calc(254 * var(--width-multiplier));
  height: calc(326 * var(--width-multiplier));
}
.core-values__image--possible {
  width: calc(323 * var(--width-multiplier));
  height: calc(326 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .core-values__image {
    margin: 0 calc(60 * var(--width-multiplier)) calc(-61 * var(--width-multiplier)) auto;
    width: calc(566 * var(--width-multiplier));
  }
  .core-values__image--people {
    height: calc(411 * var(--width-multiplier));
  }
  .core-values__image--result {
    height: calc(616 * var(--width-multiplier));
  }
  .core-values__image--joy {
    height: calc(291 * var(--width-multiplier));
  }
  .core-values__image--evolution {
    height: calc(340 * var(--width-multiplier));
  }
  .core-values__image--profitability {
    height: calc(570 * var(--width-multiplier));
  }
  .core-values__image--responsibility {
    height: calc(335 * var(--width-multiplier));
  }
  .core-values__image--respect {
    height: calc(489 * var(--width-multiplier));
  }
  .core-values__image--involvement {
    height: calc(510 * var(--width-multiplier));
  }
  .core-values__image--visibility {
    height: calc(427 * var(--width-multiplier));
  }
  .core-values__image--progress {
    height: calc(462 * var(--width-multiplier));
  }
  .core-values__image--synergy {
    height: calc(454 * var(--width-multiplier));
  }
  .core-values__image--company {
    height: calc(330 * var(--width-multiplier));
  }
  .core-values__image--integrity {
    padding: 0;
    width: calc(339 * var(--width-multiplier));
    height: calc(574 * var(--width-multiplier));
  }
  .core-values__image--changes {
    width: calc(451 * var(--width-multiplier));
    height: calc(578 * var(--width-multiplier));
  }
  .core-values__image--possible {
    width: calc(524 * var(--width-multiplier));
    height: calc(528 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .core-values__image {
    margin: 0 calc(120 * var(--width-multiplier)) calc(-81 * var(--width-multiplier)) auto;
  }
  .core-values__image--people {
    width: calc(692 * var(--width-multiplier));
    height: calc(502 * var(--width-multiplier));
  }
  .core-values__image--result {
    width: calc(557 * var(--width-multiplier));
    height: calc(606 * var(--width-multiplier));
  }
  .core-values__image--joy {
    width: calc(790 * var(--width-multiplier));
    height: calc(407 * var(--width-multiplier));
  }
  .core-values__image--evolution {
    width: calc(736 * var(--width-multiplier));
    height: calc(560 * var(--width-multiplier));
  }
  .core-values__image--profitability {
    width: calc(645 * var(--width-multiplier));
    height: calc(650 * var(--width-multiplier));
  }
  .core-values__image--responsibility {
    width: calc(660 * var(--width-multiplier));
    height: calc(390 * var(--width-multiplier));
  }
  .core-values__image--respect {
    width: calc(620 * var(--width-multiplier));
    height: calc(531 * var(--width-multiplier));
  }
  .core-values__image--involvement {
    width: calc(660 * var(--width-multiplier));
    height: calc(594 * var(--width-multiplier));
  }
  .core-values__image--visibility {
    width: calc(664 * var(--width-multiplier));
    height: calc(500 * var(--width-multiplier));
  }
  .core-values__image--progress {
    width: calc(685 * var(--width-multiplier));
    height: calc(558 * var(--width-multiplier));
  }
  .core-values__image--synergy {
    width: calc(732 * var(--width-multiplier));
    height: calc(586 * var(--width-multiplier));
  }
  .core-values__image--company {
    width: calc(800 * var(--width-multiplier));
    height: calc(466 * var(--width-multiplier));
  }
  .core-values__image--integrity {
    padding: 0;
    width: calc(383 * var(--width-multiplier));
    height: calc(649 * var(--width-multiplier));
  }
  .core-values__image--changes {
    width: calc(530 * var(--width-multiplier));
    height: calc(680 * var(--width-multiplier));
  }
  .core-values__image--possible {
    width: calc(566 * var(--width-multiplier));
    height: calc(570 * var(--width-multiplier));
  }
}
.core-values__content {
  padding: calc(56 * var(--width-multiplier)) calc(20 * var(--width-multiplier)) calc(40 * var(--width-multiplier));
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .core-values__content {
    padding: calc(81 * var(--width-multiplier)) calc(60 * var(--width-multiplier)) calc(60 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .core-values__content {
    margin: 0 auto;
    padding: calc(24 * var(--width-multiplier)) calc(60 * var(--width-multiplier)) calc(60 * var(--width-multiplier));
    width: calc(1440 * var(--width-multiplier));
  }
}
.core-values__title {
  margin: 0 0 calc(12 * var(--width-multiplier));
  font-weight: 700;
  font-size: calc(32 * var(--width-multiplier));
  line-height: 1.21875;
}
.core-values__title br {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .core-values__title {
    margin: 0 0 calc(16 * var(--width-multiplier));
    font-size: calc(64 * var(--width-multiplier));
    line-height: 1.21875;
  }
}
@media (min-width: 1025px) {
  .core-values__title {
    margin: 0 0 calc(16 * var(--width-multiplier));
    font-size: calc(64 * var(--width-multiplier));
    line-height: 1.21875;
  }
  .core-values__title br {
    display: block;
  }
}
.core-values__text {
  margin: 0 0 calc(73 * var(--width-multiplier));
  font-size: calc(14 * var(--width-multiplier));
  line-height: 1.4285714286;
  letter-spacing: calc(1 * var(--width-multiplier));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .core-values__text {
    margin: 0 0 calc(79 * var(--width-multiplier));
    font-size: calc(20 * var(--width-multiplier));
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  .core-values__text {
    margin: 0 0 calc(50 * var(--width-multiplier));
    font-size: calc(20 * var(--width-multiplier));
    line-height: 1.4;
  }
}
.core-values__buttons {
  display: flex;
  justify-content: flex-end;
}
.core-values__button {
  flex-shrink: 0;
  border-radius: 50%;
  width: calc(52 * var(--width-multiplier));
  height: calc(52 * var(--width-multiplier));
  color: #fff;
  background-color: #f00000;
  transition: background-color 0.4s;
}
.core-values__button:active {
  background-color: #960000;
}
.core-values__button--next {
  margin: 0 0 0 calc(12 * var(--width-multiplier));
}
.core-values__button--start {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  margin: calc(32 * var(--width-multiplier)) 0 0;
  width: calc(295 * var(--width-multiplier));
  height: calc(50 * var(--width-multiplier));
  font-weight: 700;
  font-size: calc(16 * var(--width-multiplier));
  line-height: 1.3125;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .core-values__button--start {
    margin: calc(52 * var(--width-multiplier)) 0 0;
    width: calc(406 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .core-values__button--start {
    margin: calc(52 * var(--width-multiplier)) 0 0;
    width: calc(406 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .core-values__button:hover {
    background-color: #ce0e0e;
  }
  .core-values__button:active {
    background-color: #960000;
  }
}
.core-values--start {
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.core-values-wrap {
  position: relative;
  z-index: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background-color: #fff;
}
.core-values-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(12 * var(--width-multiplier));
  transition: background-color 0s 0.2s;
}
.core-values-header__logo {
  width: calc(57 * var(--width-multiplier));
  height: calc(52 * var(--width-multiplier));
  color: #fff;
  transition: opacity 0.2s;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .core-values-header__logo {
    width: calc(123 * var(--width-multiplier));
    height: calc(112 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .core-values-header__logo {
    width: calc(123 * var(--width-multiplier));
    height: calc(112 * var(--width-multiplier));
  }
}
.core-values-header__button {
  position: relative;
  z-index: 1;
  width: calc(40 * var(--width-multiplier));
  height: calc(40 * var(--width-multiplier));
}
.core-values-header__button span {
  position: absolute;
  left: calc(50% - calc(8 * var(--width-multiplier)));
  top: calc(50% - 1px);
  z-index: 1;
  width: calc(18 * var(--width-multiplier));
  height: 2px;
  background-color: #fff;
  transition: transform 0.2s, width 0.2s;
}
.core-values-header__button span:nth-child(1) {
  transform: translateY(-6px);
}
.core-values-header__button span:nth-child(2) {
  transform: translateY(-1px);
}
.core-values-header__button span:nth-child(3) {
  transform: translateY(4px);
}
.is-open .core-values-header__button span:nth-child(1) {
  transform: translateY(0) rotate(-45deg);
}
.is-open .core-values-header__button span:nth-child(2) {
  width: 0;
}
.is-open .core-values-header__button span:nth-child(3) {
  transform: translateY(0) rotate(45deg);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .core-values-header__button {
    display: none;
  }
}
@media (min-width: 1025px) {
  .core-values-header__button {
    display: none;
  }
}
.core-values-header.is-open {
  background-color: #222222;
  transition: background-color 0s;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .core-values-header {
    left: auto;
  }
}
@media (min-width: 1025px) {
  .core-values-header {
    left: auto;
    right: calc(50% - calc(720 * var(--width-multiplier)));
  }
}
.core-values-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: scroll;
  width: 100%;
  height: 100vh;
  background-color: #222222;
  transform: translateY(-100%);
  transition: transform 0.2s;
}
.core-values-nav__content {
  padding: calc(96 * var(--width-multiplier)) calc(20 * var(--width-multiplier)) calc(20 * var(--width-multiplier));
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .core-values-nav__content {
    padding: calc(60 * var(--width-multiplier)) 0 0 calc(60 * var(--width-multiplier));
  }
}
@media (min-width: 1025px) {
  .core-values-nav__content {
    padding: calc(60 * var(--width-multiplier)) 0 0 calc(60 * var(--width-multiplier));
  }
}
.core-values-nav__link {
  display: block;
  margin: 0 0 calc(16 * var(--width-multiplier));
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: calc(16 * var(--width-multiplier));
  line-height: 1.125;
  color: #fff;
  transition: color 0.4s;
}
.core-values-nav__link:active {
  color: #505a5f;
}
.core-values-nav__link.is-active {
  color: #f00000;
}
.core-values-nav__link.router-link-exact-active {
  color: #f00000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .core-values-nav__link {
    margin: 0 0 calc(8 * var(--width-multiplier));
    font-size: calc(12 * var(--width-multiplier));
    line-height: 1.5;
  }
}
@media (min-width: 1025px) {
  .core-values-nav__link:hover {
    color: #505a5f;
  }
  .core-values-nav__link.router-link-exact-active {
    color: #f00000;
  }
}
.core-values-nav.is-open {
  transform: translateY(0);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .core-values-nav {
    overflow: auto;
    width: auto;
    height: auto;
    transform: translate(0);
    background-color: transparent;
  }
}
@media (min-width: 1025px) {
  .core-values-nav {
    left: calc(50% - calc(720 * var(--width-multiplier)));
    overflow: auto;
    width: auto;
    height: auto;
    transform: translate(0);
    background-color: transparent;
  }
}
