/* Additional Breakpoints */
/* Fonts */
/* Colors */
/* Animations */
/* Grid */
/* Global styles */
@font-face {
  font-family: "Helvetica Now Display";
  src: local("Helvetica Now Display Regular"), local("Helvetica-Now-Display-Regular"), url("../fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Regular.woff") format("woff"), url("../fonts/HelveticaNowDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: local("Helvetica Now Display Medium"), local("Helvetica-Now-Display-Medium"), url("../fonts/HelveticaNowDisplay-Medium.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Medium.woff") format("woff"), url("../fonts/HelveticaNowDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: local("Helvetica Now Display Bold"), local("Helvetica-Now-Display-Bold"), url("../fonts/HelveticaNowDisplay-Bold.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Bold.woff") format("woff"), url("../fonts/HelveticaNowDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after, blockquote::before {
  content: "";
  content: none;
}

q::after, q::before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  display: block;
  overflow: visible;
  position: relative;
}

::root {
  scroll-margin-top: 96px;
}

.brand {
  color: #FB5C24;
}

body,
html {
  background-color: #C7C7C7;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #282828;
  font-size: 16px;
  font-family: "Helvetica Now Display", "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
}

.container {
  max-width: 1284px;
  margin: 0 auto;
  padding: 0 64px;
}
@media (max-width: 1199.98px) {
  .container {
    padding: 0 48px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 32px;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding: 0 24px;
  }
}
@media (max-width: 428px) {
  .container {
    padding: 0 16px;
  }
}

.container-narrow {
  max-width: 1068px;
  margin: 0 auto;
  padding: 0 64px;
}
@media (max-width: 1199.98px) {
  .container-narrow {
    padding: 0 48px;
  }
}
@media (max-width: 1024px) {
  .container-narrow {
    padding: 0 32px;
  }
}
@media (max-width: 767.98px) {
  .container-narrow {
    padding: 0 24px;
  }
}
@media (max-width: 428px) {
  .container-narrow {
    padding: 0 16px;
  }
}

.container-tiny {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 64px;
}
@media (max-width: 1199.98px) {
  .container-tiny {
    padding: 0 48px;
  }
}
@media (max-width: 1024px) {
  .container-tiny {
    padding: 0 32px;
  }
}
@media (max-width: 767.98px) {
  .container-tiny {
    padding: 0 24px;
  }
}
@media (max-width: 428px) {
  .container-tiny {
    padding: 0 16px;
  }
}

.overflow {
  overflow: hidden;
  position: relative;
}

.fade-in {
  animation-name: fadeIn;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -12px;
  margin-right: -12px;
}

.row-wrap {
  flex-wrap: wrap;
}

.col {
  margin-left: 12px;
  margin-right: 12px;
}

.col-2 {
  flex: 0 0 calc(16.6666666667% - 24px);
}

.col-3 {
  flex: 0 0 calc(25% - 24px);
}

.col-4 {
  flex: 0 0 calc(33.3333333333% - 24px);
}

.col-5 {
  flex: 0 0 calc(41.6666666667% - 24px);
}

.col-6 {
  flex: 0 0 calc(50% - 24px);
}

.col-7 {
  flex: 0 0 calc(58.3333333333% - 24px);
}

@media (max-width: 1199.98px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row-xl-wrap {
    flex-wrap: wrap;
  }
  .col {
    margin-left: 8px;
    margin-right: 8px;
  }
  .col-2 {
    flex: 0 0 calc(16.6666666667% - 16px);
  }
  .col-3 {
    flex: 0 0 calc(25% - 16px);
  }
  .col-4 {
    flex: 0 0 calc(33.3333333333% - 16px);
  }
  .col-5,
  .col-xl-5 {
    flex: 0 0 calc(41.6666666667% - 16px);
  }
  .col-6 {
    flex: 0 0 calc(50% - 16px);
  }
  .col-7 {
    flex: 0 0 calc(58.3333333333% - 16px);
  }
}
@media (max-width: 1024px) {
  .col-lg-6 {
    flex: 0 0 calc(50% - 16px);
  }
}
@media (max-width: 896px) {
  .row-md-wrap {
    flex-wrap: wrap;
    margin-bottom: -8px;
    margin-top: -8px;
  }
  .row-md-wrap > .col {
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .col-md-6 {
    flex: 0 0 calc(50% - 16px);
  }
}
@media (max-width: 767.98px) {
  .row-sm-wrap {
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
  }
  .row-sm-wrap > .col {
    margin-left: 6px;
    margin-right: 6px;
  }
  .row-sm-col {
    flex-direction: column;
  }
  .row-sm-unset {
    display: block;
  }
  .col-sm-auto {
    flex: 0 1 100%;
  }
  .col-sm-6 {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 599.98px) {
  .row-xx-col {
    flex-direction: column;
  }
  .col-xx-auto {
    flex: 0 1 100%;
  }
}
h1,
.h1 {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
}

h2,
.h2 {
  font-weight: 700;
  font-size: 56px;
  line-height: 110%;
  text-transform: uppercase;
}

h3,
.h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
}

h4,
.h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4642857143;
}

h5,
.h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.lead {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

b.lead,
strong.lead {
  font-weight: 700;
}

.sm {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
}

.menu {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.name {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.name-sm {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 64px;
  }
  h2,
  .h2 {
    font-size: 38px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  .lead {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
.dots-controls {
  align-items: stretch;
  justify-content: center;
  height: 48px;
}
.dots-controls > a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  width: 48px;
}
.dots-controls > a:nth-child(2) {
  margin-left: 6px;
  margin-right: 0;
  order: 2;
}
.dots-controls > a > svg {
  width: 13px;
}
.dots-controls > a > svg > path {
  stroke: #636363;
  transition: stroke 0.15s ease;
}
.dots-controls > a.slick-disabled {
  pointer-events: none;
}
.dots-controls > a.slick-disabled > svg > path {
  stroke: rgba(78, 78, 78, 0.5);
}
@media (pointer: fine) {
  .dots-controls > a:hover > svg > path {
    stroke: #FB5C24;
  }
}
.dots-controls > ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.dots-controls > ul > li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 28px;
}
.dots-controls > ul > li::before {
  background-color: #636363;
  content: "";
  height: 8px;
  left: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: 50%;
  transition: background-color 0.15s ease;
  width: 8px;
}
.dots-controls > ul > li.slick-active {
  pointer-events: none;
}
.dots-controls > ul > li.slick-active::before {
  background-color: #FB5C24;
}
.dots-controls > ul > li > button {
  display: none;
}
@media (pointer: fine) {
  .dots-controls > ul > li:hover::before {
    background-color: #FB5C24;
  }
}

.slick-arrows {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.slick-arrows > a {
  border: 1px solid #888;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  position: relative;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  width: 48px;
}
.slick-arrows > a::before {
  background-color: #FB5C24;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: -webkit-clip-path 0.25s ease-in-out;
  transition: clip-path 0.25s ease-in-out;
  transition: clip-path 0.25s ease-in-out, -webkit-clip-path 0.25s ease-in-out;
  width: 100%;
}
.slick-arrows > a:first-child {
  margin-right: -1px;
}
.slick-arrows > a:first-child::before {
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.slick-arrows > a:last-child::before {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.slick-arrows > a :not(.slick-disabled) {
  z-index: 1;
}
.slick-arrows > a > svg {
  position: relative;
}
.slick-arrows > a > svg > path {
  stroke: #4E4E4E;
  transition: stroke 0.25s ease-in-out;
}
.slick-arrows > a.slick-disabled {
  border-color: rgba(136, 136, 136, 0.5);
  pointer-events: none;
}
.slick-arrows > a.slick-disabled > svg > path {
  stroke: rgba(78, 78, 78, 0.5);
}
@media (pointer: fine) {
  .slick-arrows > a:hover {
    border-color: #FB5C24;
  }
  .slick-arrows > a:hover::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .slick-arrows > a:hover > svg > path {
    stroke: #FFF;
  }
}
@media (max-width: 767.98px) {
  .slick-arrows > a {
    border: 0;
    margin-right: 6px;
  }
  .slick-arrows > a:nth-child(2) {
    margin-left: 6px;
    margin-right: 0;
  }
  .slick-arrows > a::before {
    display: none;
  }
  .slick-arrows > a > svg {
    stroke-width: 3;
  }
  .slick-arrows > a > svg > path {
    stroke: #636363;
    transition: stroke 0.15s ease;
  }
}
@media (max-width: 767.98px) and (pointer: fine) {
  .slick-arrows > a:hover > svg > path {
    stroke: #FB5C24;
  }
}
@media (max-width: 767.98px) {
  .slick-arrows > ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .slick-arrows > ul > li {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 28px;
  }
  .slick-arrows > ul > li::before {
    background-color: #636363;
    content: "";
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 50%;
    transition: background-color 0.15s ease;
    width: 8px;
  }
  .slick-arrows > ul > li.slick-active {
    pointer-events: none;
  }
  .slick-arrows > ul > li.slick-active::before {
    background-color: #FB5C24;
  }
  .slick-arrows > ul > li > button {
    display: none;
  }
}
@media (max-width: 767.98px) and (pointer: fine) {
  .slick-arrows > ul > li:hover::before {
    background-color: #FB5C24;
  }
}

.slick-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 56px;
}
.slick-controls .slick-line {
  background-color: rgba(0, 0, 0, 0.1);
  flex: 0 1 100%;
  height: 2px;
  position: relative;
}
.slick-controls .slick-progress {
  background-color: #282828;
  height: 2px;
  width: 0%;
  transition: width 0.3s ease-in-out;
}
.slick-controls .slick-arrows {
  margin-left: 18px;
}
.slick-controls.hidden {
  display: none;
}
@media (max-width: 767.98px) {
  .slick-controls {
    justify-content: center;
    margin-top: 28px;
  }
  .slick-controls .slick-line {
    display: none;
  }
  .slick-controls .slick-arrows {
    margin-left: -6px;
    margin-right: -6px;
  }
  .slick-controls .slick-arrows > a:nth-child(2) {
    order: 2;
  }
}

/* Blocks Includes */
.header {
  background-color: #FFF;
  color: #282828;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
}
.header-logo {
  display: block;
}
.header-logo svg path {
  fill: #282828;
  transition: fill 0.15s ease;
}
@media (pointer: fine) {
  .header a.header-logo:hover svg path {
    fill: #4E4E4E;
  }
}
.header-window {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 96px;
}
.header-window > nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 80px;
}
.header-window > nav > a {
  color: #282828;
  display: block;
  margin-left: 48px;
  position: relative;
  text-decoration: none;
  transition: color 0.15s ease;
}
.header-window > nav > a::before {
  background: #FB5C24;
  bottom: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  content: "";
  height: 1px;
  position: absolute;
  transition: -webkit-clip-path 0.15s ease;
  transition: clip-path 0.15s ease;
  transition: clip-path 0.15s ease, -webkit-clip-path 0.15s ease;
  width: 100%;
}
@media (pointer: fine) {
  .header-window > nav > a:hover {
    color: #4E4E4E;
  }
  .header-window > nav > a:hover::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.header-hamburger {
  display: none;
}
@media (max-width: 1411.98px) {
  .header-window > nav {
    margin-right: 64px;
  }
  .header-window > nav > a {
    margin-left: 32px;
  }
}
@media (max-width: 1199.98px) {
  .header-window > nav {
    margin-right: 48px;
  }
  .header-window > nav > a {
    margin-left: 24px;
  }
}
@media (max-width: 1024px) {
  .header-window {
    background-color: #FFF;
    border-top: 1px solid #EBEBEB;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 96px);
    left: 0;
    position: fixed;
    top: 96px;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.25s ease-in;
    width: 100%;
  }
  .header-window > nav {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 60px;
    margin-right: 0;
  }
  .header-window > nav > a {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    margin: 20px 0;
  }
  .header-open .header-window {
    transform: translate3d(0%, 0, 0);
    transition: transform 0.25s ease-out;
  }
  .header-hamburger {
    display: block;
    height: 40px;
    position: relative;
    width: 40px;
  }
  .header-hamburger::before, .header-hamburger::after {
    background-color: #282828;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: calc(50% - 1.5px);
    transition: transform 0.25s ease;
    width: 100%;
  }
  .header-hamburger::before {
    margin-top: -6px;
    transform-origin: 12.5px 4.5px;
  }
  .header-hamburger::after {
    margin-top: 6px;
    transform-origin: 12.5px -1.5px;
  }
  .header-open .header-hamburger::before {
    transform: rotate(45deg);
  }
  .header-open .header-hamburger::after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 999.98px) and (orientation: landscape) {
  .header-window {
    padding: 0 32px;
  }
  .header-window > nav {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .header-window > nav > a {
    margin: 12px 20px;
  }
}
@media (max-width: 428px) and (orientation: portrait) {
  .header-window > nav {
    margin-bottom: 40px;
  }
  .header-window > nav > a {
    margin: 16px 0;
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .header-window {
    padding: 0 24px;
  }
}

.footer {
  background-color: #282828;
  color: #FFF;
  position: relative;
}
.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 56px 0 48px;
}
.footer-top-left > a,
.footer-top-left > span {
  display: block;
}
.footer-top-left > a svg path,
.footer-top-left > span svg path {
  fill: #FFF;
  transition: fill 0.15s ease;
}
@media (pointer: fine) {
  .footer-top-left > a:hover svg path {
    fill: #EBEBEB;
  }
}
.footer-top-left > p {
  color: rgba(255, 255, 255, 0.5);
}
.footer-top-left > p > a {
  color: #FFF;
  text-decoration: none;
  position: relative;
  transition: color 0.15s ease;
}
.footer-top-left > p > a::before {
  background: #FB5C24;
  bottom: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  content: "";
  height: 1px;
  position: absolute;
  transition: -webkit-clip-path 0.15s ease;
  transition: clip-path 0.15s ease;
  transition: clip-path 0.15s ease, -webkit-clip-path 0.15s ease;
  width: 100%;
}
@media (pointer: fine) {
  .footer-top-left > p > a:hover {
    color: #EBEBEB;
  }
  .footer-top-left > p > a:hover::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.footer-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-top-right > a {
  background-color: rgba(255, 255, 255, 0.04);
  display: block;
  height: 56px;
  margin-left: 24px;
  position: relative;
  width: 56px;
}
.footer-top-right > a::before {
  background-color: #FB5C24;
  bottom: 0;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  transition: -webkit-clip-path 0.15s ease;
  transition: clip-path 0.15s ease;
  transition: clip-path 0.15s ease, -webkit-clip-path 0.15s ease;
}
.footer-top-right > a svg {
  position: relative;
}
.footer-top-right > a svg path.black {
  fill: #282828;
  transition: fill 0.15s ease;
}
@media (pointer: fine) {
  .footer-top-right > a:hover::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .footer-top-right > a:hover svg path.black {
    fill: #FB5C24;
  }
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.footer-bottom-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-bottom-right > a {
  color: #FFF;
  margin-left: 32px;
  position: relative;
  text-decoration: none;
  transition: color 0.15s ease;
}
.footer-bottom-right > a::before {
  background: #FB5C24;
  bottom: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  content: "";
  height: 1px;
  position: absolute;
  transition: -webkit-clip-path 0.15s ease;
  transition: clip-path 0.15s ease;
  transition: clip-path 0.15s ease, -webkit-clip-path 0.15s ease;
  width: 100%;
}
@media (pointer: fine) {
  .footer-bottom-right > a:hover {
    color: #EBEBEB;
  }
  .footer-bottom-right > a:hover::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 767.98px) {
  .footer-top {
    display: block;
    padding: 48px 0;
  }
  .footer-top-left {
    text-align: center;
  }
  .footer-top-left > a,
  .footer-top-left > span {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-top-right {
    justify-content: center;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 48px;
  }
  .footer-top-right > a {
    margin-left: 8px;
    margin-right: 8px;
  }
  .footer-bottom {
    display: block;
    padding: 48px 0 32px;
    text-align: center;
  }
  .footer-bottom-right {
    display: block;
    margin-top: 28px;
  }
  .footer-bottom-right > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    margin: 6px 0;
  }
  .footer-bottom-right > a::before {
    display: none;
  }
}
@media (max-width: 428px) {
  .footer-top-right {
    margin-left: -6px;
    margin-right: -6px;
  }
  .footer-top-right > a {
    margin-left: 6px;
    margin-right: 6px;
  }
}

/* Blocks */
.button {
  background-color: #FB5C24;
  box-sizing: border-box;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  height: 49px;
  padding: 0 32px;
  position: relative;
  text-decoration: none;
  min-width: 152px;
}
.button-big {
  height: 60px;
}
.button::before {
  background-color: #DA5729;
  bottom: 0;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  transition: -webkit-clip-path 0.15s ease;
  transition: clip-path 0.15s ease;
  transition: clip-path 0.15s ease, -webkit-clip-path 0.15s ease;
}
.button span {
  position: relative;
}
.button-icon {
  margin-left: 16px;
}
@media (pointer: fine) {
  .button:hover::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

.section-title {
  display: inline-flex;
  margin-bottom: 32px;
  position: relative;
}
.section-title::after {
  background-color: #FB5C24;
  content: "";
  display: block;
  height: 2px;
  left: 100%;
  margin-left: 16px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 40px;
}
@media (max-width: 767.98px) {
  .section-title {
    margin-bottom: 24px;
  }
}

.section-intro {
  align-items: stretch;
  padding-top: 160px;
  position: relative;
}
.section-intro-left {
  box-sizing: border-box;
  min-height: 460px;
  position: relative;
  z-index: 1;
}
.section-intro-left-arrow-orange {
  bottom: 0;
  position: absolute;
  width: 489px;
  max-width: 100%;
}
.section-intro-left-arrow-grey {
  bottom: -48px;
  position: absolute;
  right: 0;
  width: 787px;
}
.section-intro-left .section-title {
  margin-top: 32px;
}
.section-intro-left-logo {
  height: 80px;
  margin-bottom: 32px;
  position: relative;
}
.section-intro-left-logo > img {
  display: block;
  height: 100%;
}
.section-intro-left > h3 {
  max-width: 523px;
  position: relative;
}
.section-intro-left > p.lead {
  margin-top: 16px;
  position: relative;
}
.section-intro-left > a {
  margin-top: 64px;
  position: relative;
}
.section-intro-right {
  align-self: flex-start;
  position: relative;
}
.section-intro-right-decor-left {
  left: -96.5px;
  position: absolute;
  top: -96.5px;
  width: 406px;
}
.section-intro-right-decor-arrow {
  aspect-ratio: 1/1;
  bottom: -121px;
  border: 1px solid #EBEBEB;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -121px;
  width: 291px;
}
.section-intro-right-decor-arrow > svg {
  width: 92px;
}
.section-intro-right-decor-dots {
  bottom: -65px;
  left: -45px;
  overflow: hidden;
  position: absolute;
  width: 371px;
}
.section-intro-right-image {
  aspect-ratio: 625/460;
  overflow: hidden;
  position: relative;
}
.section-intro-right-image > img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 130px), calc(100% - 130px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 130px), calc(100% - 130px) 100%, 0% 100%);
  display: block;
  width: 100%;
}
.section-intro-right-decor-right-top {
  position: absolute;
  right: -121px;
  top: 32px;
  width: 242px;
}
@media (max-width: 1199.98px) {
  .section-intro {
    padding-top: 128px;
  }
  .section-intro-left-arrow-orange {
    max-width: 430px;
  }
  .section-intro-left > h3 {
    max-width: 430px;
  }
}
@media (max-width: 1024px) {
  .section-intro-left {
    min-height: 342px;
  }
  .section-intro-left-arrow-orange {
    width: 383px;
    max-width: 80%;
  }
  .section-intro-left-arrow-grey {
    bottom: -34px;
    width: 569px;
  }
  .section-intro-left .section-title {
    margin-top: 0;
  }
  .section-intro-left-logo {
    height: 64px;
  }
  .section-intro-left > h3 {
    max-width: 383px;
  }
  .section-intro-left > a {
    margin-top: 32px;
  }
  .section-intro-right-decor-left {
    left: -81px;
    top: -81px;
    width: 338px;
  }
  .section-intro-right-decor-arrow {
    bottom: -82.5px;
    right: -82.5px;
    width: 205px;
  }
  .section-intro-right-decor-arrow > svg {
    width: 56px;
  }
  .section-intro-right-decor-dots {
    bottom: -48px;
    left: -40px;
    width: 320px;
  }
  .section-intro-right-image > img {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0% 100%);
  }
  .section-intro-right-decor-right-top {
    right: -100px;
    top: 24px;
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .section-intro {
    padding-top: 48px;
  }
  .section-intro-left {
    min-height: 0;
    padding-bottom: 48px;
  }
  .section-intro-left-arrow-orange {
    display: none;
  }
  .section-intro-left-arrow-grey {
    display: none;
  }
  .section-intro-left > h3 {
    max-width: none;
  }
  .section-intro-right-decor-left {
    display: none;
  }
  .section-intro-right-decor-arrow {
    bottom: -50px;
    right: -50px;
    width: 140px;
  }
  .section-intro-right-decor-arrow > svg {
    width: 36px;
  }
  .section-intro-right-decor-arrow > svg > path {
    stroke-width: 5;
  }
  .section-intro-right-image > img {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 72px), calc(100% - 72px) 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 72px), calc(100% - 72px) 100%, 0% 100%);
  }
  .section-intro-right-decor-right-top {
    right: -32px;
    width: 121px;
  }
  .section-intro-right-decor-right-top > svg > path {
    stroke-width: 4;
  }
}
@media (max-width: 428px) {
  .section-intro-left > a {
    width: 100%;
  }
}

/* Page styles */
.intro {
  background-color: #F4F4F4;
  position: relative;
  z-index: 1;
}
.intro-decor {
  aspect-ratio: 272/383;
  bottom: 234px;
  height: 47.1674876847%;
  position: absolute;
  right: 110px;
  width: auto;
  z-index: 1;
}
.intro-decor > svg > path {
  fill: #FB5C24;
}
.intro-content {
  box-sizing: border-box;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 64px;
  padding-top: 160px;
  position: relative;
}
.intro-content-left {
  position: relative;
}
.intro-content-left-decor-top {
  position: absolute;
  left: calc(100% + 12px - 416.5px);
  top: 0;
  width: 833px;
}
.intro-content-left-decor-left {
  position: absolute;
  left: -88px;
  top: 38px;
  width: 71px;
}
.intro-content-left-decor-right {
  position: absolute;
  left: calc(100% + 96px);
  top: 0;
  width: 106px;
}
.intro-content-left > h1 {
  margin-right: -48px;
  position: relative;
}
.intro-content-left > b.lead {
  display: block;
  margin-right: 24px;
  margin-top: 32px;
  position: relative;
}
.intro-content-left > p.lead {
  margin-right: 24px;
  margin-top: 12px;
  position: relative;
}
.intro-content-left-scroll {
  margin-top: 70px;
  position: relative;
  width: 140px;
}
.intro-content-left-scroll::before {
  background-color: #FB5C24;
  content: "";
  height: 2px;
  position: absolute;
  right: calc(100% + 32px);
  top: calc(50% - 1px);
  width: calc((100vw - 1284px) / 2 - 32px);
}
.intro-content-left-scroll::after {
  background-color: #FB5C24;
  content: "";
  height: 2px;
  position: absolute;
  left: calc(100% + 32px);
  top: calc(50% - 1px);
  width: calc((100vw - 1284px) / 2 + 1284px - 140px - 32px);
}
.intro-content-left-scroll > a {
  display: block;
  height: 140px;
  text-decoration: none;
  position: relative;
  width: 140px;
}
.intro-content-left-scroll > a > img {
  animation: rotate 6s linear infinite;
  display: block;
  height: 138px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 138px;
}
.intro-content-left-scroll > a > svg {
  position: relative;
  transform: translate3d(0, 0, 0);
  width: 140px;
}
.intro-content-left-scroll > a > svg > circle {
  fill: #FFF;
  transition: fill 0.15s ease;
}
.intro-content-left-scroll > a > svg > path {
  stroke: #FB5C24;
  transition: stroke 0.15s ease;
}
@media (pointer: fine) {
  .intro-content-left-scroll > a:hover > img {
    animation-play-state: paused;
  }
  .intro-content-left-scroll > a:hover > svg > circle {
    fill: #FB5C24;
  }
  .intro-content-left-scroll > a:hover > svg > path {
    stroke: #FFF;
  }
}
.intro-content-right {
  align-self: flex-end;
}
.intro-content-right-video {
  background-color: #DA5729;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  margin-bottom: -196px;
  margin-right: calc((1284px - 100vw) / 2);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.intro-content-right-video > img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  transition: transform 0.25s ease;
  width: 100%;
}
.intro-content-right-video > svg {
  width: 100px;
}
.intro-content-right-video > svg > rect {
  fill: #FB5C24;
  transition: fill 0.15s ease;
}
.intro-content-right-video > svg > path {
  fill: #FFF;
  transition: fill 0.15s ease;
}
@media (pointer: fine) {
  .intro-content-right-video:hover.js-video-open > img {
    transform: scale(1.025);
    transition: transform 1s ease;
  }
  .intro-content-right-video:hover > svg > rect {
    fill: #FFF;
  }
  .intro-content-right-video:hover > svg > path {
    fill: #FB5C24;
  }
}
@media (pointer: coarse) and (hover: none) {
  .intro-content {
    min-height: 0;
  }
}
@media (max-width: 1411.98px) {
  .intro-content-left-decor-left {
    display: none;
  }
  .intro-content-left-scroll::before {
    width: 32px;
  }
  .intro-content-left-scroll::after {
    width: calc(100vw - 64px - 140px - 32px);
  }
  .intro-content-right-video {
    margin-right: -64px;
  }
}
@media (max-width: 1199.98px) {
  .intro-content-left-decor-top {
    left: calc(100% + 8px - 416.5px);
  }
  .intro-content-left-scroll::before {
    width: 16px;
  }
  .intro-content-left-scroll::after {
    width: calc(100vw - 48px - 140px - 32px);
  }
  .intro-content-right-video {
    margin-right: -48px;
  }
}
@media (max-width: 1024px) {
  .intro-decor {
    bottom: 130px;
    height: 340px;
    right: 32px;
  }
  .intro-content {
    min-height: 0;
    padding-bottom: 56px;
    padding-top: 144px;
  }
  .intro-content-left-decor-top {
    bottom: 24px;
    left: calc(100% + 8px - 246px);
    top: auto;
    width: 492px;
  }
  .intro-content-left-decor-right {
    left: calc(100% + 120px);
    top: 8px;
    width: 83px;
  }
  .intro-content-left > h1 {
    margin-right: -120px;
    max-width: 540px;
  }
  .intro-content-left > b.lead {
    margin-right: -96px;
    margin-top: 24px;
  }
  .intro-content-left > p.lead {
    margin-right: -96px;
  }
  .intro-content-left-scroll {
    margin-top: 56px;
  }
  .intro-content-left-scroll::before {
    right: calc(100% + 20px);
    width: 12px;
  }
  .intro-content-left-scroll::after {
    left: calc(100% + 20px);
    width: calc(100vw - 32px - 140px - 20px);
  }
  .intro-content-right-video {
    height: 284px;
    margin-bottom: -144px;
    margin-right: -32px;
  }
  .intro-content-right-video > svg {
    width: 64px;
  }
}
@media (max-width: 767.98px) {
  .intro-decor {
    bottom: 297px;
    height: 255px;
    right: 24px;
  }
  .intro-decor > svg > path {
    fill: #C7C7C7;
  }
  .intro-content {
    padding-bottom: 0;
    padding-top: 120px;
    z-index: 1;
  }
  .intro-content-left-decor-top {
    display: none;
  }
  .intro-content-left-decor-right {
    display: none;
  }
  .intro-content-left > h1 {
    margin-right: 0;
    max-width: none;
  }
  .intro-content-left > b.lead {
    margin-right: 0;
  }
  .intro-content-left > p.lead {
    margin-right: 0;
  }
  .intro-content-left-scroll {
    display: none;
  }
  .intro-content-right {
    margin-top: 48px;
  }
  .intro-content-right-video {
    height: 340px;
    margin-bottom: 0;
    margin-left: -24px;
    margin-right: -24px;
  }
  .intro-content-right-video > svg {
    width: 100px;
  }
}
@media (max-width: 428px) {
  .intro-decor {
    right: 16px;
  }
  .intro-content-right-video {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(45deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(405deg) translate3d(0, 0, 0);
  }
}
.about {
  background-color: #282828;
  color: #FFF;
  overflow: hidden;
  padding: 110px 0 140px;
  position: relative;
}
.about-intro {
  align-items: flex-start;
  padding-top: 96px;
}
.about-intro-left {
  padding-bottom: 191px;
  position: relative;
}
.about-intro-left-decor {
  left: -108px;
  position: absolute;
  top: -96px;
  width: 466px;
}
.about-intro-left > h2 {
  position: relative;
  max-width: 500px;
  z-index: 1;
}
.about-intro-left-arrow-orange {
  margin-top: 8px;
  position: absolute;
  width: 489px;
  max-width: 100%;
}
.about-intro-left-arrow-grey {
  margin-top: -231px;
  position: absolute;
  right: 0;
  width: 787px;
}
.about-intro-right {
  position: relative;
}
.about-intro-right-decor {
  height: calc(100% + 96px + 48px);
  overflow: hidden;
  position: absolute;
  left: 150px;
  top: -96px;
  width: 1633px;
}
.about-intro-right > h3 {
  margin-bottom: 32px;
}
.about-intro-right p {
  margin-bottom: 24px;
}
.about-intro-right-more {
  color: #FFF;
  text-decoration: none;
  position: relative;
}
.about-intro-right-more::before {
  background-color: #FB5C24;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: height 0.25s ease;
  width: 100%;
}
.about-intro-right-more > span {
  position: relative;
}
@media (pointer: fine) {
  .about-intro-right-more:hover::before {
    height: 100%;
  }
}
.about-evps {
  margin-top: 96px;
  position: relative;
}
.about-evps-decor-dots {
  height: calc(100% - 257px + 420px);
  overflow: hidden;
  position: absolute;
  left: calc(50% + 150px + 12px);
  top: 257px;
  width: 1633px;
}
.about-evps-decor-left {
  left: -72px;
  position: absolute;
  top: calc(100% + 32px);
  width: 242px;
}
.about-evps-decor-arrow {
  aspect-ratio: 1/1;
  bottom: -121px;
  border: 1px solid #4E4E4E;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -121px;
  width: 291px;
}
.about-evps-decor-arrow > svg {
  width: 92px;
}
.about-evps .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.about-evps__item {
  background-color: #181818;
  box-sizing: border-box;
  float: none;
  height: auto;
  letter-spacing: 0.025em;
  margin-right: 1px;
  padding: 80px 48px 100px;
  position: relative;
}
.about-evps__item:last-child {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 130px), calc(100% - 130px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 130px), calc(100% - 130px) 100%, 0% 100%);
  margin-right: 0;
}
.about-evps__item-icon {
  height: 72px;
  margin-bottom: 32px;
  overflow: hidden;
  position: relative;
}
.about-evps__item-icon > img {
  display: block;
  height: 72px;
}
.about-evps__item > h5 {
  margin-bottom: 12px;
}
.about-evps-controls {
  display: none;
}
.about-evps-decor-right {
  right: -121px;
  position: absolute;
  top: 48px;
  width: 242px;
}
.about-vilnius {
  margin-top: 150px;
}
.about-vilnius-slider {
  background-color: #181818;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 48px;
}
.about-vilnius .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.about-vilnius__item {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  float: none;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  height: auto;
  padding: 90px 36px;
  position: relative;
  text-align: center;
}
.about-vilnius__item:last-child {
  border-right: 0;
}
.about-vilnius__item-icon {
  border: 1px solid #FB5C24;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  margin: 0 auto 48px;
  width: 120px;
}
.about-vilnius__item-icon > img {
  display: block;
  height: 64px;
}
.about-vilnius__item h4 > a {
  display: block;
  font-size: 75%;
  line-height: 2;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
  transition: color 0.15s ease;
}
@media (pointer: fine) {
  .about-vilnius__item h4 > a:hover {
    color: #FB5C24;
    text-decoration: none;
  }
}
.about-vilnius__item > small {
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  line-height: 140%;
  margin-bottom: -48px;
  margin-top: 32px;
}
.about-vilnius-controls {
  display: none;
}
@media (max-width: 1199.98px) {
  .about-intro-left > h2 {
    max-width: 430px;
  }
  .about-intro-left-arrow-orange {
    max-width: 430px;
  }
  .about-evps-decor-dots {
    left: calc(50% + 150px + 8px);
  }
}
@media (max-width: 1024px) {
  .about {
    padding: 64px 0 100px;
  }
  .about-intro-left {
    box-sizing: border-box;
    padding-bottom: 136px;
    padding-left: 80px;
  }
  .about-intro-left-decor {
    left: 0;
    width: 341px;
  }
  .about-intro-left > h2 {
    margin-right: 48px;
    max-width: none;
  }
  .about-intro-left-arrow-orange {
    margin-top: 18px;
    width: 300px;
    max-width: 100%;
  }
  .about-intro-left-arrow-grey {
    margin-top: -169px;
    width: 569px;
  }
  .about-intro-right-decor {
    height: calc(100% + 96px + 32px);
    left: 96px;
  }
  .about-intro-right > h3 {
    margin-bottom: 24px;
  }
  .about-intro-right p {
    margin-bottom: 20px;
  }
  .about-evps {
    margin-top: 64px;
  }
  .about-evps-decor-dots {
    left: calc(50% + 96px + 8px);
  }
  .about-evps-decor-left {
    left: 0;
    top: calc(100% + 24px);
    width: 182px;
  }
  .about-evps-decor-arrow {
    display: none;
  }
  .about-evps__item {
    padding: 32px 32px 48px;
  }
  .about-evps__item:last-child {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 64px), calc(100% - 64px) 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 64px), calc(100% - 64px) 100%, 0% 100%);
  }
  .about-evps__item-icon {
    height: 56px;
    margin-bottom: 24px;
  }
  .about-evps__item-icon > img {
    height: 56px;
  }
  .about-evps-decor-right {
    right: -91px;
    top: -15px;
    width: 182px;
  }
  .about-vilnius {
    margin-top: 110px;
  }
  .about-vilnius-slider {
    margin-top: 32px;
  }
  .about-vilnius__item {
    padding: 64px 30px;
  }
  .about-vilnius__item-icon {
    height: 80px;
    margin-bottom: 24px;
    width: 80px;
  }
  .about-vilnius__item-icon > img {
    height: 44px;
  }
  .about-vilnius__item > small {
    margin-bottom: -32px;
    margin-top: 24px;
  }
}
@media (max-width: 861px) {
  .about-intro-left {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .about {
    padding: 48px 0 80px;
  }
  .about-intro {
    padding-top: 0;
  }
  .about-intro-left {
    padding-bottom: 40px;
  }
  .about-intro-left-decor {
    left: auto;
    right: 0;
    top: 0;
    width: 341px;
    max-width: 100%;
  }
  .about-intro-left > h2 {
    margin-right: 0;
    max-width: 378px;
  }
  .about-intro-left-arrow-orange {
    display: none;
  }
  .about-intro-left-arrow-grey {
    display: none;
  }
  .about-intro-right-decor {
    display: none;
  }
  .about-intro-right > h3 {
    margin-bottom: 32px;
  }
  .about-intro-right p {
    margin-bottom: 24px;
  }
  .about-evps {
    margin-top: 48px;
  }
  .about-evps-decor-dots {
    display: none;
  }
  .about-evps-decor-left {
    display: none;
  }
  .about-evps-slider {
    margin: 0 -24px;
  }
  .about-evps__item {
    margin: 0 24px;
  }
  .about-evps__item:last-child {
    -webkit-clip-path: none;
            clip-path: none;
    margin-right: 24px;
  }
  .about-evps__item-icon {
    height: 64px;
  }
  .about-evps__item-icon > img {
    height: 64px;
  }
  .about-evps-decor-right {
    display: none;
  }
  .about-evps-controls {
    display: flex;
    margin-top: 16px;
  }
  .about-vilnius {
    margin-top: 48px;
  }
  .about-vilnius-slider {
    margin-top: 24px;
  }
  .about-vilnius__item {
    border-right-color: #282828;
    border-right-width: 2px;
    flex: 0 0 332px;
    padding: 64px 36px;
  }
  .about-vilnius-controls {
    display: flex;
    margin-top: 16px;
  }
}
@media (max-width: 599.98px) {
  .about-intro {
    padding-top: 48px;
  }
  .about-intro-left-decor {
    top: -48px;
  }
}
@media (max-width: 428px) {
  .about-intro {
    padding-top: 148px;
  }
  .about-intro-left-decor {
    top: -148px;
  }
  .about-evps-slider {
    margin: 0 -16px;
  }
  .about-evps__item {
    margin: 0 16px;
  }
  .about-evps__item:last-child {
    margin-right: 16px;
  }
  .about-vilnius__item {
    flex: 0 0 312px;
  }
}

.games {
  background-color: #F4F4F4;
  position: relative;
}
.games-head {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 106px;
  width: 100%;
  z-index: 1;
}
.games-head .section-title {
  pointer-events: auto;
}
.games-slider {
  position: relative;
}
.games-slider .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.games-slider__item {
  float: none;
  height: auto !important;
}
.games-slider__item .container {
  height: 100%;
}
.games-slider__item-content {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
  min-height: calc(100vh - 112px - 96px);
}
@media (pointer: coarse) and (hover: none) {
  .games-slider__item-content {
    min-height: 0;
  }
}
.games-slider__item-left {
  box-sizing: border-box;
  flex: 0 0 calc(50% - 60px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 60px;
  padding-bottom: 64px;
  padding-top: 160px;
}
.games-slider__item-left-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 64px;
  line-height: 95%;
  position: relative;
}
.games-slider__item-left-title-icon {
  flex-grow: 0;
  flex-shrink: 0;
  height: 60px;
  margin-left: 4px;
  margin-top: -30px;
  overflow: hidden;
  position: relative;
}
.games-slider__item-left-title-icon > img {
  display: block;
  height: 100%;
}
.games-slider__item-left > p {
  margin-top: 24px;
}
.games-slider__item-left > .sm {
  margin-top: 16px;
}
.games-slider__item-left > nav {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: 20px -4px -4px;
}
.games-slider__item-left > nav > .sm {
  background-color: rgba(136, 136, 136, 0.1);
  box-sizing: border-box;
  color: #282828;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  margin: 4px;
  padding: 0 16px;
  position: relative;
  transition: color 0.15s ease;
  text-decoration: none;
}
.games-slider__item-left > nav > .sm::before {
  background-color: #FB5C24;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: -webkit-clip-path 0.15s ease;
  transition: clip-path 0.15s ease;
  transition: clip-path 0.15s ease, -webkit-clip-path 0.15s ease;
  width: 100%;
}
.games-slider__item-left > nav > .sm > span {
  position: relative;
}
.games-slider__item-left > nav > .sm > img {
  height: 16px;
  margin-right: 12px;
  position: relative;
}
.games-slider__item-left > a {
  border: 1px solid #FB5C24;
  box-sizing: border-box;
  color: #282828;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  height: 40px;
  margin-top: 32px;
  padding: 0 24px;
  position: relative;
  transition: color 0.15s ease;
  text-decoration: none;
}
.games-slider__item-left > a::before {
  background-color: #FB5C24;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: -webkit-clip-path 0.15s ease;
  transition: clip-path 0.15s ease;
  transition: clip-path 0.15s ease, -webkit-clip-path 0.15s ease;
  width: 100%;
}
.games-slider__item-left > a > span {
  position: relative;
}
@media (pointer: fine) {
  .games-slider__item-left > a:hover {
    color: #FFF;
  }
  .games-slider__item-left > a:hover::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.games-slider__item-right {
  box-sizing: border-box;
  flex: 0 1 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-right: calc((1284px - 100vw) / 2);
  position: relative;
}
.games-slider__item-right-bg {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.games-slider__item-right-data {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 48px 64px;
}
.games-slider__item-right-data-icon {
  display: block;
  height: 80px;
  margin-right: 16px;
}
.games-controls > a {
  background-color: #EBEBEB;
  display: block;
  height: 64px;
  margin-top: -88px;
  position: absolute;
  top: 50%;
  transition: background-color 0.25s ease;
  width: 64px;
}
.games-controls > a::before {
  background-color: #FB5C24;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: -webkit-clip-path 0.25s ease;
  transition: clip-path 0.25s ease;
  transition: clip-path 0.25s ease, -webkit-clip-path 0.25s ease;
  width: 100%;
}
.games-controls > a > svg {
  position: relative;
  width: 100%;
}
.games-controls > a > svg > path {
  stroke: #282828;
  transition: stroke 0.25s ease;
}
.games-controls > a.slick-disabled {
  background-color: rgba(235, 235, 235, 0.5);
  pointer-events: none;
}
.games-controls > a.slick-disabled > svg > path {
  stroke: #C7C7C7;
}
.games-controls > a:first-child {
  left: 40px;
}
.games-controls > a:first-child::before {
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.games-controls > a:last-child {
  right: 40px;
}
.games-controls > a:last-child::before {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
@media (pointer: fine) {
  .games-controls > a:hover:before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .games-controls > a:hover > svg > path {
    stroke: #FFF;
  }
}
.games > nav {
  background-color: #FFF;
  bottom: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  height: 112px;
  position: sticky;
  z-index: 2;
}
.games > nav > a {
  box-sizing: border-box;
  border-bottom: 1px solid #F4F4F4;
  border-right: 1px solid #F4F4F4;
  flex: 0 0 14.2857142857%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: border-color 0.25s ease;
}
.games > nav > a::before {
  background-color: #FB5C24;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.25s ease, -webkit-clip-path 0.25s ease;
  transition: background-color 0.25s ease, clip-path 0.25s ease;
  transition: background-color 0.25s ease, clip-path 0.25s ease, -webkit-clip-path 0.25s ease;
  width: 100%;
}
.games > nav > a:last-child {
  border-right: 0;
}
.games > nav > a > img {
  display: block;
  max-height: calc(100% - 42px);
  opacity: 0.5;
  transition: filter 0.25s ease, opacity 0.25s ease;
  max-width: calc(100% - 80px);
}
@media (pointer: fine) {
  .games > nav > a:hover::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .games > nav > a:hover > img {
    filter: brightness(0) invert(1);
    opacity: 1;
  }
}
.games > nav > a.games-nav-item-active {
  pointer-events: none;
}
.games > nav > a.games-nav-item-active::before {
  background-color: #4E4E4E;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.games > nav > a.games-nav-item-active > img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
@media (max-width: 1571.98px) {
  .games-head {
    top: 80px;
  }
  .games-slider__item-left {
    margin-left: calc((1572px - 100vw) / 2);
    padding-top: 134px;
  }
}
@media (max-width: 1411.98px) {
  .games-head {
    top: 64px;
  }
  .games-slider__item-left {
    flex: 0 0 calc(45% - 60px);
    margin-left: 72px;
    padding-top: 118px;
  }
  .games-slider__item-right {
    margin-right: -64px;
  }
}
@media (max-width: 1199.98px) {
  .games-head {
    top: 48px;
  }
  .games-slider__item-left {
    margin-left: 56px;
    padding-top: 102px;
  }
  .games-slider__item-left-title {
    font-size: 56px;
  }
  .games-slider__item-right {
    margin-right: -48px;
  }
  .games-slider__item-right-data {
    padding: 0 0 32px 32px;
  }
  .games-slider__item-right-data-icon {
    height: 64px;
  }
  .games-controls > a {
    height: 48px;
    margin-top: -80px;
    width: 48px;
  }
  .games-controls > a:first-child {
    left: 32px;
  }
  .games-controls > a:last-child {
    right: 32px;
  }
  .games > nav > a > img {
    max-height: calc(100% - 64px);
    max-width: calc(100% - 64px);
  }
}
@media (max-width: 1024px) {
  .games-head {
    top: 48px;
  }
  .games-slider__item-content {
    min-height: 0;
  }
  .games-slider__item-left {
    flex: 0 0 calc(45% - 40px);
    margin-left: 80px;
    margin-right: 40px;
    padding-bottom: 48px;
    padding-top: 106px;
  }
  .games-slider__item-left-title {
    font-size: 48px;
  }
  .games-slider__item-left-title-icon {
    height: 48px;
    margin-top: -24px;
  }
  .games-slider__item-right {
    margin-right: -32px;
  }
  .games-slider__item-right-data {
    padding: 0 0 40px 40px;
  }
  .games-slider__item-right-data-icon {
    height: 48px;
  }
  .games > nav {
    height: 100px;
  }
  .games > nav > a > img {
    max-height: calc(100% - 50px);
    max-width: calc(100% - 32px);
  }
}
@media (max-width: 767.98px) {
  .games {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding-top: 48px;
  }
  .games-head {
    left: auto;
    position: relative;
    top: auto;
    width: auto;
  }
  .games-slider {
    margin-top: 32px;
    order: 2;
  }
  .games-slider .slick-track {
    display: block;
  }
  .games-slider__item {
    float: left;
    height: 100% !important;
  }
  .games-slider__item-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
  }
  .games-slider__item-left {
    flex: 0 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 32px;
    padding-top: 0;
  }
  .games-slider__item-left-title {
    font-size: 40px;
    line-height: 1;
  }
  .games-slider__item-left-title-icon {
    height: 32px;
    margin-top: 0;
  }
  .games-slider__item-left-title-icon > img {
    margin-left: 8px;
  }
  .games-slider__item-left > p {
    margin-top: 16px;
  }
  .games-slider__item-left > a {
    margin-top: 24px;
  }
  .games-slider__item-right {
    flex: 0 0 62.5vw;
    margin-left: -24px;
    margin-right: -24px;
    width: 100vw;
  }
  .games-slider__item-right-data {
    padding: 24px;
  }
  .games-slider__item-right-data-icon {
    height: 64px;
  }
  .games-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 11px;
    top: 39.2px;
  }
  .games-controls > a {
    background-color: transparent;
    height: 40px;
    margin-top: 0;
    position: relative;
    top: auto;
    width: 40px;
  }
  .games-controls > a.slick-disabled {
    background-color: transparent;
  }
  .games-controls > a:first-child {
    left: auto;
  }
  .games-controls > a:last-child {
    right: auto;
  }
  .games > nav {
    background-color: transparent;
    bottom: auto;
    flex-wrap: nowrap;
    height: 64px;
    order: 1;
    overflow: auto;
    position: relative;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .games > nav::-webkit-scrollbar {
    display: none;
  }
  .games > nav > a {
    border-bottom: 0;
    border-right: 1px solid rgba(136, 136, 136, 0.3);
    flex: 0 0 153px;
  }
  .games > nav > a::before {
    display: none;
  }
  .games > nav > a > img {
    max-height: 100%;
    max-width: 105px;
  }
}
@media (max-width: 767.98px) and (pointer: fine) {
  .games > nav > a:hover > img {
    filter: brightness(0.5);
  }
}
@media (max-width: 767.98px) {
  .games > nav > a.games-nav-item-active > img {
    filter: brightness(0.5);
  }
}
@media (max-width: 428px) {
  .games-slider__item-left > nav {
    margin: 21px -3px -3px;
  }
  .games-slider__item-left > nav > .sm {
    margin: 3px;
    padding: 0 18px;
  }
  .games-slider__item-left > nav > .sm:last-child {
    margin-right: 3px;
  }
  .games-slider__item-left > a {
    width: 100%;
  }
  .games-slider__item-right {
    flex: 0 0 293px;
    height: 293px;
    min-height: 293px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .games-slider__item-right-data {
    padding: 16px;
  }
  .games-controls {
    right: 3px;
  }
  .games > nav > a > img {
    max-width: 121px;
  }
}

.people {
  background-color: #FFF;
  padding-bottom: 140px;
  overflow: hidden;
  position: relative;
}
.people-leaders {
  margin-top: 104px;
}
.people-leaders-slider {
  margin: 48px -12px 0;
}
.people-leaders-slider .slick-list {
  overflow: visible;
}
.people-leaders-slider .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.people-leaders-slider__item {
  box-sizing: border-box;
  color: #FFF;
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 340px;
  margin: 0 12px;
  opacity: 0.2;
  padding: 40px 32px 28px;
  pointer-events: none;
  position: relative;
  text-decoration: none;
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.people-leaders-slider__item.slick-active {
  opacity: 1;
  pointer-events: auto;
}
.people-leaders-slider__item-bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.people-leaders-slider__item-bg::after {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.people-leaders-slider__item-bg > img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.15s ease;
  width: 100%;
}
.people-leaders-slider__item-content {
  position: relative;
}
.people-leaders-slider__item-content > h4 {
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  display: inline;
  line-height: 1.25;
  position: relative;
  transition: background-size 0.15s ease;
}
.people-leaders-slider__item-content > b {
  display: block;
  margin-top: 4px;
}
.people-leaders-slider__item-content > svg {
  margin-bottom: 12px;
  width: 42px;
}
.people-leaders-slider__item-content > svg > rect {
  fill: #FB5C24;
}
.people-leaders-slider__item-content > svg > path {
  fill: #FFF;
}
@media (pointer: fine) {
  .people-leaders-slider__item:hover .people-leaders-slider__item-bg::after {
    background: linear-gradient(180deg, rgba(251, 92, 36, 0) 0%, rgba(251, 92, 36, 0.7) 100%);
  }
  .people-leaders-slider__item:hover .people-leaders-slider__item-bg > img {
    transition-duration: 0.5s;
    transform: scale(1.05);
  }
  .people-leaders-slider__item:hover .people-leaders-slider__item-content > h4 {
    background-size: 100% 1px;
  }
}
.people-disciplines {
  margin-top: 48px;
}
.people-disciplines > h3 {
  max-width: 707px;
}
.people-disciplines > p {
  margin-top: 48px;
}
.people-disciplines-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: 24px -8px -8px;
}
.people-disciplines-list__item {
  background-color: #F4F4F4;
  box-sizing: border-box;
  color: #282828;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 56px;
  margin: 8px;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: color 0.15s ease;
}
.people-disciplines-list__item::before {
  background-color: #FB5C24;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: -webkit-clip-path 0.15s ease;
  transition: clip-path 0.15s ease;
  transition: clip-path 0.15s ease, -webkit-clip-path 0.15s ease;
  transform: translateZ(0);
  width: 100%;
}
.people-disciplines-list__item > img {
  display: block;
  height: 32px;
  margin-right: 16px;
  position: relative;
  transition: filter 0.15s ease;
  width: 32px;
}
.people-disciplines-list__item > span {
  position: relative;
  white-space: nowrap;
}
@media (pointer: fine) {
  .people-disciplines-list__item:hover {
    color: #FFF;
  }
  .people-disciplines-list__item:hover::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .people-disciplines-list__item:hover > img {
    filter: brightness(0) invert(1);
  }
}
@media (max-width: 1199.98px) {
  .people-leaders-slider {
    margin: 48px -8px 0;
  }
  .people-leaders-slider__item {
    margin: 0 8px;
    min-height: 380px;
  }
}
@media (max-width: 1024px) {
  .people {
    padding-bottom: 100px;
  }
  .people-leaders {
    margin-top: 64px;
  }
  .people-leaders-slider__item {
    min-height: 360px;
  }
  .people-disciplines {
    margin-top: 64px;
  }
  .people-disciplines > h3 {
    max-width: 633px;
  }
}
@media (max-width: 767.98px) {
  .people {
    padding-bottom: 80px;
  }
  .people-leaders {
    margin-top: 100px;
  }
  .people-leaders-slider {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .people-leaders-slider__item {
    flex: 0 0 298px;
    margin: 0 6px;
    min-height: 360px;
    padding-bottom: 32px;
    opacity: 1;
    pointer-events: auto;
  }
  .people-disciplines {
    margin-top: 40px;
  }
  .people-disciplines > p {
    margin-top: 16px;
  }
  .people-disciplines-list {
    margin: 21px -3px -3px;
  }
  .people-disciplines-list__item {
    font-size: 16px;
    height: 44px;
    margin: 3px;
    padding: 0 12px;
  }
  .people-disciplines-list__item > img {
    height: 20px;
    margin-right: 8px;
    width: 20px;
  }
}
@media (max-width: 428px) {
  .people-leaders-slider {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .people-disciplines-list__item {
    flex: 0 0 calc(100% - 6px);
  }
}

.culture {
  background-color: #282828;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.culture-list {
  margin-top: 200px;
}
.culture-list .slick-list {
  overflow: visible;
}
.culture-list .slick-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
.culture-list__item {
  background-color: #4E4E4E;
  border: 1px solid #282828;
  border-width: 0 1px;
  box-sizing: border-box;
  float: none;
  height: auto;
  min-height: 550px;
  margin-right: 1px;
  padding: 64px 40px 52px;
  position: relative;
}
.culture-list__item:first-child {
  border-left: 0;
}
.culture-list__item:last-child {
  border-right: 0;
  margin-right: 0;
}
.culture-list__item-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.5s ease;
  width: 100%;
}
.culture-list__item-bg > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.culture-list__item-bg::before {
  background-color: rgba(78, 78, 78, 0.95);
  bottom: 0;
  content: "";
  height: 100%;
  opacity: 0;
  left: 0;
  position: absolute;
  transition: opacity 0.5s ease-out;
  width: 100%;
  z-index: 1;
}
.culture-list__item-bg::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  bottom: 0;
  content: "";
  height: 300px;
  left: 0;
  position: absolute;
  transition: opacity 0.15s ease;
  width: 100%;
}
.culture-list__item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 1;
}
.culture-list__item-content > h3 {
  margin-bottom: 12px;
}
.culture-list__item-content > p {
  max-height: 0;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease;
}
.culture-list__item-icon {
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  height: 72px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  transition: -webkit-clip-path 0.15s ease;
  transition: clip-path 0.15s ease;
  transition: clip-path 0.15s ease, -webkit-clip-path 0.15s ease;
}
.culture-list__item-icon > img {
  display: block;
  height: 100%;
}
@media (pointer: fine) {
  .culture-list__item:hover {
    z-index: 1;
  }
  .culture-list__item:hover .culture-list__item-bg {
    transform: scale(1.075);
  }
  .culture-list__item:hover .culture-list__item-bg::before {
    opacity: 1;
  }
  .culture-list__item:hover .culture-list__item-bg::after {
    opacity: 0;
  }
  .culture-list__item:hover .culture-list__item-icon {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .culture-list__item:hover .culture-list__item-content > p {
    max-height: 313px;
  }
}
@media (pointer: coarse) and (hover: none) {
  .culture-list__item {
    min-height: 0 !important;
    padding: 64px 40px;
  }
  .culture-list__item-bg::before {
    opacity: 1;
  }
  .culture-list__item-bg::after {
    display: none;
  }
  .culture-list__item-content {
    justify-content: flex-start;
  }
  .culture-list__item-content > p {
    max-height: none;
  }
  .culture-list__item-icon {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.culture-controls {
  display: none;
}
@media (max-width: 1727.98px) {
  .culture-list__item {
    padding: 60px 36px 48px;
  }
  .culture-list__item-content > p {
    font-size: 14px;
  }
}
@media (max-width: 1600px) {
  .culture-list__item {
    padding: 48px 32px 40px;
  }
}
@media (max-width: 1411.98px) {
  .culture-list__item {
    padding: 40px 26px 32px;
  }
  .culture-list__item-icon {
    height: 64px;
  }
  .culture-list__item-content > h3 {
    font-size: 32px;
  }
}
@media (max-width: 1411.98px) and (pointer: coarse) and (hover: none) {
  .culture-list__item {
    padding-bottom: 48px;
  }
}
@media (max-width: 1199.98px) {
  .culture-list__item {
    padding: 32px 24px 28px;
  }
  .culture-list__item-icon {
    height: 56px;
  }
  .culture-list__item-content > h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) and (pointer: coarse) and (hover: none) {
  .culture-list__item {
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .culture-list {
    margin-top: 120px;
  }
  .culture-list__item {
    min-height: 500px;
    padding: 24px 24px 12px;
  }
  .culture-list__item-content > h3 {
    font-size: 24px;
  }
  .culture-list__item-icon {
    height: 64px;
  }
}
@media (max-width: 1024px) and (pointer: coarse) and (hover: none) {
  .culture-list__item {
    padding-bottom: 24px;
  }
}
@media (max-width: 959.98px) {
  .culture-list__item {
    min-height: 480px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .culture-list__item-content > h3 {
    font-size: 24px;
  }
  .culture-list__item-content > p {
    font-size: 12px;
  }
  .culture-list__item-icon {
    height: 48px;
    margin-bottom: 16px;
  }
}
@media (max-width: 959.98px) and (pointer: coarse) and (hover: none) {
  .culture-list__item {
    padding-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .culture {
    padding-bottom: 48px;
  }
  .culture-list {
    margin-top: 80px;
    padding: 0 24px;
  }
  .culture-list__item {
    flex: 0 0 300px;
    min-height: 0;
    padding: 48px 28px;
  }
  .culture-list__item-bg {
    transform: scale(1) !important;
  }
  .culture-list__item-bg::before {
    opacity: 1;
  }
  .culture-list__item-bg::after {
    display: none;
  }
  .culture-list__item-content {
    justify-content: flex-start;
  }
  .culture-list__item-content > h3 {
    font-size: 30px;
  }
  .culture-list__item-content > p {
    font-size: 16px;
    max-height: none !important;
  }
  .culture-list__item-icon {
    -webkit-clip-path: none !important;
            clip-path: none !important;
    height: 80px;
    margin-bottom: 32px;
  }
  .culture-controls {
    display: flex;
    margin-top: 16px;
  }
}
@media (max-width: 428px) {
  .culture-list {
    padding: 0 16px;
  }
}

.careers {
  background-color: #FFF;
  padding-bottom: 140px;
  overflow: hidden;
  position: relative;
}
.careers-perks {
  margin-top: 140px;
}
.careers-perks-list {
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-top: 28px;
}
.careers-perks-list__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  margin-top: 20px;
}
.careers-perks-list__item-icon {
  flex: 0 0 64px;
  height: 64px;
  margin-right: 16px;
  width: 64px;
}
.careers-perks-list__item-icon > img {
  display: block;
  width: 100%;
}
.careers-perks-list__item > span {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .careers {
    padding-bottom: 100px;
  }
  .careers-perks {
    margin-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .careers {
    padding-bottom: 80px;
  }
  .careers-perks {
    margin-top: 80px;
  }
  .careers-perks-list {
    margin-bottom: -8px;
    margin-top: 24px;
  }
  .careers-perks-list__item {
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .careers-perks-list__item-icon {
    flex: 0 0 64px;
    height: 64px;
    margin-right: 16px;
    width: 64px;
  }
  .careers-perks-list__item-icon > img {
    display: block;
    width: 100%;
  }
  .careers-perks-list__item > span {
    font-weight: 700;
  }
}

.vacancies {
  background-color: #FFF;
  position: relative;
  z-index: 2;
}
.vacancies-content {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.vacancies-left {
  box-sizing: border-box;
  flex: 0 0 327px;
  color: #FFF;
  padding: 64px 64px 140px 0;
  position: relative;
}
.vacancies-left::before {
  background-color: #4E4E4E;
  content: "";
  height: 100%;
  left: calc((1284px - 100vw) / 2);
  position: absolute;
  right: 0;
  top: 0;
}
.vacancies-left > .name-sm {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 12px;
  position: relative;
}
.vacancies-left-value {
  display: none;
}
.vacancies-left-dropdown {
  position: sticky;
  top: 112px;
}
.vacancies-left nav {
  margin-bottom: -4px;
  margin-top: 20px;
}
.vacancies-left nav .vacancies-nav__item {
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.65);
  display: block;
  padding: 4px 0;
  position: relative;
  text-decoration: none;
  transition: color 0.15s ease;
}
.vacancies-left nav .vacancies-nav__item::before {
  background-color: #FB5C24;
  content: "";
  display: block;
  height: 4px;
  left: -14px;
  position: absolute;
  top: 14px;
  transform: scale(0);
  transition: transform 0.15s ease;
  width: 4px;
}
.vacancies-left nav .vacancies-nav__item.selected {
  color: #FFF;
  pointer-events: none;
}
.vacancies-left nav .vacancies-nav__item.selected::before {
  transform: scale(1);
}
@media (pointer: fine) {
  .vacancies-left nav .vacancies-nav__item:hover {
    color: #FFF;
  }
}
.vacancies-left nav .nav-group {
  margin: 8px 0;
}
.vacancies-left nav .nav-group:last-child {
  margin-bottom: 0;
}
.vacancies-left nav .nav-group-title {
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  text-decoration: none;
  transition: color 0.15s ease;
}
.vacancies-left nav .nav-group-title > svg {
  margin-left: 8px;
  transition: transform 0.25s ease;
  width: 14px;
}
.vacancies-left nav .nav-group-title > svg > path {
  stroke: #FFF;
  transition: stroke 0.15s ease;
}
@media (pointer: fine) {
  .vacancies-left nav .nav-group-title:hover {
    color: #FB5C24;
  }
  .vacancies-left nav .nav-group-title:hover > svg > path {
    stroke: #FB5C24;
  }
}
.vacancies-left nav .nav-group-list {
  display: none;
}
.vacancies-left nav .nav-group.open .nav-group-title > svg {
  transform: scaleY(-1);
}
.vacancies-right {
  box-sizing: border-box;
  flex: 0 1 100%;
  overflow: hidden;
  padding: 0 0 140px 109px;
  position: relative;
}
.vacancies-right::before {
  background-color: #EBEBEB;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: calc((1284px - 100vw) / 2);
  top: 0;
}
.vacancies-right-body {
  padding-top: 64px;
}
.vacancies-right-head {
  color: #636363;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.vacancies-right-head-category {
  margin-right: 12px;
}
.vacancies-right-empty {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% + 140px);
  margin-bottom: -140px;
  padding: 60px 0;
  text-align: center;
}
.vacancies-right-empty-icon {
  flex: 0 0 200px;
  height: 200px;
  margin-bottom: 24px;
  width: 200px;
}
.vacancies-right-empty-icon img {
  display: block;
  filter: opacity(25%);
  height: 100%;
}
.vacancies-right-empty > h4 {
  margin-bottom: 16px;
}
.vacancies-right-empty > h3 {
  margin-bottom: 24px;
}
.vacancies-right-empty > p.lead {
  max-width: 628px;
}
.vacancies-right-empty hr {
  background-color: rgba(136, 136, 136, 0.5);
  border: 0;
  height: 1px;
  margin: 48px 0;
  width: 420px;
}
.vacancies-right-empty-contact {
  margin-bottom: 16px;
  max-width: 420px;
}
.vacancies-list {
  margin-bottom: -24px;
  position: relative;
}
.vacancies-list__item {
  border-top: 1px solid #EBEBEB;
  color: #282828;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  text-decoration: none;
}
.vacancies-list__item:first-child {
  border-top: 0;
}
.vacancies-list__item.first-visible-child {
  border-top: 0;
}
.vacancies-list__item-title > h4 {
  display: inline;
  position: relative;
}
.vacancies-list__item-title > h4 .hot {
  background-color: #FB5C24;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  height: 27px;
  margin-left: -64px;
  margin-top: 7px;
  position: absolute;
  text-transform: uppercase;
  width: 64px;
}
.vacancies-list__item-title > h4 .hot > img {
  height: 14px;
  margin-right: 6px;
  width: 12px;
}
.vacancies-list__item-category {
  color: #888;
  margin-top: 6px;
}
.vacancies-list__item > svg {
  margin-left: 53px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
  transition: transform 0.15s ease;
  width: 32px;
}
.vacancies-list__item > svg > path {
  stroke: #EBEBEB;
  transition: stroke 0.15s ease;
}
@media (pointer: fine) {
  .vacancies-list__item:hover > svg {
    transform: rotate(0deg);
  }
  .vacancies-list__item:hover > svg > path {
    stroke: #FB5C24;
  }
}
@media (pointer: coarse) and (hover: none) {
  .vacancies-list__item > svg {
    transform: rotate(0deg);
  }
  .vacancies-list__item > svg > path {
    stroke: #FB5C24;
  }
}
@media (max-width: 1411.98px) {
  .vacancies-left {
    flex: 0 0 calc((100vw - 128px - 264px) / 12 * 3 + 72px);
  }
  .vacancies-left::before {
    left: -64px;
  }
  .vacancies-right {
    padding-left: calc((100vw - 128px - 264px) / 12 + 24px);
  }
  .vacancies-right::before {
    right: -64px;
  }
  .vacancies-list__item > svg {
    margin-left: calc((100vw - 128px - 264px) / 12 - 32px);
  }
}
@media (max-width: 1199.98px) {
  .vacancies-left {
    flex: 0 0 calc((100vw - 96px - 176px) / 12 * 3 + 48px);
  }
  .vacancies-left::before {
    left: -48px;
  }
  .vacancies-right {
    padding-left: calc((100vw - 96px - 176px) / 12 + 16px);
  }
  .vacancies-right::before {
    right: -48px;
  }
  .vacancies-list__item > svg {
    margin-left: calc((100vw - 96px - 176px) / 12 - 32px);
  }
}
@media (max-width: 1024px) {
  .vacancies-left {
    flex: 0 0 calc((100vw - 96px - 176px) / 12 * 4 + 64px);
    padding: 48px 48px 100px 0;
  }
  .vacancies-left::before {
    left: -32px;
  }
  .vacancies-left nav > a::before {
    left: -12px;
  }
  .vacancies-right {
    padding: 0 0 100px calc((100vw - 96px - 176px) / 12);
  }
  .vacancies-right-body {
    padding-top: 48px;
  }
  .vacancies-right-empty {
    height: calc(100% + 100px);
    margin-bottom: -100px;
  }
  .vacancies-right::before {
    right: -32px;
  }
  .vacancies-list__item-title > h4 .hot {
    font-size: 11px;
    height: 23px;
    margin-left: -48px;
    margin-top: 3px;
    width: 48px;
  }
  .vacancies-list__item-title > h4 .hot > img {
    height: 10.5px;
    margin-right: 4px;
    width: 9px;
  }
  .vacancies-list__item > svg {
    margin-left: calc((100vw - 96px - 176px) / 12 - 24px);
    width: 24px;
  }
}
@media (max-width: 767.98px) {
  .vacancies {
    border-top: 1px solid #EBEBEB;
    overflow: hidden;
  }
  .vacancies-content {
    display: block;
  }
  .vacancies-left {
    color: #282828;
    padding: 48px 0 0;
  }
  .vacancies-left::before {
    display: none;
  }
  .vacancies-left > .name-sm {
    border-bottom: 0;
    color: #636363;
    padding-bottom: 16px;
  }
  .vacancies-left-value {
    background-color: #4E4E4E;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    padding: 0 16px;
    position: relative;
  }
  .vacancies-left-value::before {
    background-color: #FB5C24;
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: -webkit-clip-path 0.15s ease;
    transition: clip-path 0.15s ease;
    transition: clip-path 0.15s ease, -webkit-clip-path 0.15s ease;
    width: 100%;
  }
  .vacancies-left-value > span {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: calc(100vw - 48px - 32px - 13px - 16px);
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .vacancies-left-value > svg {
    margin-left: 16px;
    position: relative;
    width: 13px;
    transition: transform 0.25s ease;
  }
  .vacancies-left-value > svg > path {
    stroke: #FFF;
  }
}
@media (max-width: 767.98px) and (pointer: fine) {
  .vacancies-left-value:hover::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 767.98px) {
  .vacancies-left nav {
    background-color: #4E4E4E;
    border-top: 1px solid #FFF;
    box-sizing: border-box;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    max-height: 310px;
    left: 0;
    margin: 0;
    overflow: auto;
    position: absolute;
    transition: -webkit-clip-path 0.25s ease;
    transition: clip-path 0.25s ease;
    transition: clip-path 0.25s ease, -webkit-clip-path 0.25s ease;
    width: 100%;
    z-index: 2;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .vacancies-left nav::-webkit-scrollbar {
    display: none;
  }
  .vacancies-left nav .nav-group {
    margin: 0;
  }
  .vacancies-left nav .nav-group-title {
    margin-bottom: 0;
    padding: 8px 16px 0 28px;
    pointer-events: none;
  }
  .vacancies-left nav .nav-group-title > svg {
    display: none;
  }
  .vacancies-left nav .nav-group-list {
    display: block !important;
  }
  .vacancies-left nav .vacancies-nav__item {
    padding: 8px 16px 8px 28px;
  }
  .vacancies-left nav .vacancies-nav__item:first-child {
    margin-top: 8px;
  }
  .vacancies-left nav .vacancies-nav__item:last-child {
    margin-bottom: 8px;
  }
  .vacancies-left nav .vacancies-nav__item::before {
    left: 16px;
    top: 18px;
  }
}
@media (max-width: 767.98px) {
  .vacancies-left-dropdown {
    position: relative;
    top: auto;
  }
  .vacancies-left-dropdown.open .vacancies-left-value svg {
    transform: scaleY(-1);
  }
  .vacancies-left-dropdown.open > nav {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 767.98px) {
  .vacancies-right {
    padding: 32px 0 80px;
  }
  .vacancies-right-body {
    padding-top: 0;
  }
  .vacancies-right::before {
    display: none;
  }
  .vacancies-right-empty {
    box-sizing: border-box;
    height: auto;
    margin-bottom: -80px;
    margin-top: -32px;
    padding: 80px 0;
  }
  .vacancies-right-empty-icon {
    flex: 0 0 140px;
    height: 140px;
    margin-bottom: 12px;
    width: 140px;
  }
  .vacancies-right-empty > h4 {
    margin-bottom: 12px;
  }
  .vacancies-right-empty hr {
    margin: 32px 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .vacancies-list {
    margin-bottom: -20px;
    position: relative;
  }
  .vacancies-list__item {
    padding: 20px 0;
  }
  .vacancies-list__item-category {
    margin-top: 2px;
  }
  .vacancies-list__item > svg {
    margin-left: 24px;
  }
}

.forge {
  background-color: #282828;
  color: #FFF;
  padding-bottom: 140px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .forge {
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .forge {
    padding-bottom: 80px;
  }
}

.contact {
  background-color: #FFF;
  overflow: hidden;
  position: relative;
}
.contact-body {
  align-items: stretch;
}
.contact-left {
  box-sizing: border-box;
  padding: 140px 0;
}
.contact-left-wrapper {
  box-sizing: border-box;
  margin-left: calc((1284px - 100vw) / 2);
  margin-right: -24px;
  padding-left: calc((100vw - 1284px) / 2);
  padding-right: 97px;
  overflow: hidden;
  position: relative;
}
.contact-left-wrapper.success .contact-left-form {
  transform: translate3d(calc(-100% - 97px - (100vw - 1284px) / 2), 0, 0);
}
.contact-left-wrapper.success .contact-left-success {
  transform: translate3d(0, 0, 0);
}
.contact-left-wrapper.error .contact-left-form {
  transform: translate3d(calc(-100% - 97px - (100vw - 1284px) / 2), 0, 0);
}
.contact-left-wrapper.error .contact-left-error {
  transform: translate3d(0, 0, 0);
}
.contact-left-state {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  transition: transform 0.5s ease;
}
.contact-left-state-icon {
  height: 138px;
  margin-bottom: 32px;
  width: 138px;
}
.contact-left-success, .contact-left-error {
  height: 100%;
  left: calc((100vw - 1284px) / 2);
  position: absolute;
  right: 97px;
  transform: translate3d(calc(100% + 97px + (100vw - 1284px) / 2), 0, 0);
  top: 0;
}
.contact-left-form > h3 {
  margin-bottom: 32px;
}
.contact-left-form-line {
  margin-bottom: 24px;
  width: 100%;
}
.contact-left-form-line-split {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px);
}
.contact-left-form-line-split > * {
  flex: 0 0 calc(50% - 32px);
  margin: 0 16px;
}
.contact-left-form__item {
  position: relative;
}
.contact-left-form-legal {
  border-top: 1px solid #EBEBEB;
  padding-top: 24px;
}
.contact-left-form-button {
  margin-top: 48px;
  width: 100%;
}
.contact-left-form-button > a {
  background-color: #FB5C24;
  box-sizing: border-box;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  height: 60px;
  text-decoration: none;
  transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
  position: relative;
}
.contact-left-form-button > a::before {
  background-color: #DA5729;
  bottom: 0;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  transition: -webkit-clip-path 0.15s ease;
  transition: clip-path 0.15s ease;
  transition: clip-path 0.15s ease, -webkit-clip-path 0.15s ease;
}
.contact-left-form-button > a > span {
  position: relative;
}
.contact-left-form-button > a > svg {
  aspect-ratio: 1/1;
  height: 60%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.contact-left-form-button > a.bordered {
  background-color: transparent;
  border: 2px solid #FB5C24;
  color: #282828;
}
.contact-left-form-button > a.disabled {
  background-color: rgba(136, 136, 136, 0.3);
  color: rgba(255, 255, 255, 0.75);
  pointer-events: none;
}
.contact-left-form-button > a.loading {
  pointer-events: none;
}
.contact-left-form-button > a.loading > span {
  opacity: 0;
}
.contact-left-form-button > a.loading > svg {
  opacity: 1;
}
@media (pointer: fine) {
  .contact-left-form-button > a:hover {
    border-color: #DA5729;
    color: #FFF;
  }
  .contact-left-form-button > a:hover::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.contact-right-wrapper {
  background-color: black;
  height: 100%;
  margin-right: calc((1284px - 100vw) / 2);
  position: relative;
  z-index: 1;
}
.contact-map {
  height: 100%;
}
.contact-map-info {
  background-color: #636363;
  bottom: 32px;
  color: #FFF;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 138px;
  position: absolute;
  right: 32px;
  width: 468px;
  z-index: 10;
}
.contact-map-info-close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  position: absolute;
  right: 0;
  top: 0;
  width: 58px;
}
.contact-map-info-close::before {
  background-color: #FB5C24;
  content: "";
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: -webkit-clip-path 0.15s ease;
  transition: clip-path 0.15s ease;
  transition: clip-path 0.15s ease, -webkit-clip-path 0.15s ease;
  width: 100%;
}
.contact-map-info-close > svg {
  width: 18px;
}
.contact-map-info-close > svg > path {
  stroke: #FFF;
}
@media (pointer: fine) {
  .contact-map-info-close:hover::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.contact-map-info-image {
  aspect-ratio: 1/1;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.contact-map-info-image > img {
  display: block;
  height: 100% !important;
  width: auto !important;
}
.contact-map-info-data {
  box-sizing: border-box;
  flex: 0 1 100%;
  padding: 24px 32px;
}
.contact-map-info-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
}
.contact-map-info-address {
  font-style: normal;
  margin-top: 6px;
}
@media (max-width: 1411.98px) {
  .contact-left-wrapper {
    margin-left: -64px;
    margin-right: -24px;
    padding-left: 64px;
    padding-right: calc((100vw - 128px - 264px) / 12 + 12px);
  }
  .contact-left-wrapper.success .contact-left-form {
    transform: translate3d(calc(-100% - ((100vw - 128px - 264px) / 12 + 12px) - 64px), 0, 0);
  }
  .contact-left-wrapper.error .contact-left-form {
    transform: translate3d(calc(-100% - ((100vw - 128px - 264px) / 12 + 12px) - 64px), 0, 0);
  }
  .contact-left-success, .contact-left-error {
    left: 64px;
    right: calc((100vw - 128px - 264px) / 12 + 12px);
    transform: translate3d(calc(100% + (100vw - 128px - 264px) / 12 + 12px + 64px), 0, 0);
  }
  .contact-right-wrapper {
    margin-right: -64px;
  }
}
@media (max-width: 1199.98px) {
  .contact-left-wrapper {
    margin-left: -48px;
    margin-right: -16px;
    padding-left: 48px;
    padding-right: calc((100vw - 96px - 176px) / 12 + 8px);
  }
  .contact-left-wrapper.success .contact-left-form {
    transform: translate3d(calc(-100% - ((100vw - 96px - 176px) / 12 + 8px) - 48px), 0, 0);
  }
  .contact-left-wrapper.error .contact-left-form {
    transform: translate3d(calc(-100% - ((100vw - 96px - 176px) / 12 + 8px) - 48px), 0, 0);
  }
  .contact-left-success, .contact-left-error {
    left: 48px;
    right: calc((100vw - 96px - 176px) / 12 + 8px);
    transform: translate3d(calc(100% + (100vw - 96px - 176px) / 12 + 8px + 48px), 0, 0);
  }
  .contact-left-form-line-split {
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
  }
  .contact-left-form-line-split > * {
    flex: 0 0 calc(50% - 24px);
    margin: 0 12px;
  }
  .contact-right-wrapper {
    margin-right: -48px;
  }
  .contact-map-info {
    bottom: 24px;
    right: 24px;
    width: 450px;
  }
}
@media (max-width: 1024px) {
  .contact-left {
    padding: 100px 0;
  }
  .contact-left-wrapper {
    margin-left: -32px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .contact-left-wrapper.success .contact-left-form {
    transform: translate3d(calc(-100% - 32px - 32px), 0, 0);
  }
  .contact-left-wrapper.error .contact-left-form {
    transform: translate3d(calc(-100% - 32px - 32px), 0, 0);
  }
  .contact-left-success, .contact-left-error {
    left: 32px;
    right: 32px;
    transform: translate3d(calc(100% + 32px + 32px), 0, 0);
  }
  .contact-right-wrapper {
    margin-right: -32px;
  }
  .contact-map-info {
    left: 24px;
    width: auto;
  }
  .contact-map-info-close {
    height: 50px;
    width: 50px;
  }
  .contact-map-info-data {
    padding: 20px 24px;
  }
  .contact-map-info-title {
    font-size: 24px;
  }
  .contact-map-info-address {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .contact-left {
    padding: 48px 0 64px;
  }
  .contact-left-wrapper {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .contact-left-wrapper.success .contact-left-form {
    transform: translate3d(-100vw, 0, 0);
  }
  .contact-left-wrapper.error .contact-left-form {
    transform: translate3d(-100vw, 0, 0);
  }
  .contact-left-state-icon {
    height: 138px;
    margin-bottom: 32px;
    width: 138px;
  }
  .contact-left-success, .contact-left-error {
    align-items: center;
    left: 24px;
    right: 24px;
    transform: translate3d(100vw, 0, 0);
  }
  .contact-left-form-line-split {
    display: block;
    margin: 0;
    width: 100%;
  }
  .contact-left-form-line-split > * {
    margin: 0 0 24px;
  }
  .contact-left-form-button {
    margin-top: 32px;
  }
  .contact-right-wrapper {
    height: 750px;
    margin-left: -24px;
    margin-right: -24px;
  }
  .contact-map-info {
    left: auto;
    width: 328px;
  }
  .contact-map-info-close {
    height: 48px;
    width: 48px;
  }
  .contact-map-info-close > svg {
    width: 16px;
  }
  .contact-map-info-data {
    padding: 16px 24px;
  }
}
@media (max-width: 428px) {
  .contact-left-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .contact-left-success, .contact-left-error {
    left: 16px;
    right: 16px;
  }
  .contact-right-wrapper {
    margin-left: -16px;
    margin-right: -16px;
  }
  .contact-map-info {
    bottom: 16px;
    right: 16px;
  }
}

.form_input {
  height: 40px;
  position: relative;
}
.form_input input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #282828;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  display: block;
  height: 40px;
  font-family: "Helvetica Now Display", "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #282828;
  padding: 6px 0 0;
  margin: 0;
  outline: none;
  width: 100%;
  transition: border-color 0.25s ease;
}

.form_errorLabel {
  color: #FF5757;
  font-size: 12px;
  left: 0;
  position: absolute;
}

.form_input label,
.form_textarea label {
  color: #888;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.25s ease;
}

.form_textarea label {
  background-color: #FFF;
}

.form_input input:not(:focus):-moz-placeholder-shown + label, .form_textarea textarea:not(:focus):-moz-placeholder-shown + label {
  color: #282828;
  font-size: 16px;
}

.form_input input:not(:focus):placeholder-shown + label,
.form_textarea textarea:not(:focus):placeholder-shown + label {
  color: #282828;
  font-size: 16px;
}

.form_textarea {
  position: relative;
}

.form_textarea textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #282828;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  display: block;
  height: 80px;
  font-family: "Helvetica Now Display", "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #282828;
  padding: 11.5px 0 0;
  resize: none;
  margin: 0;
  outline: none;
  width: 100%;
  transition: border-color 0.25s ease;
}

.formError input,
.formError textarea {
  border-color: #FF5757;
}

.fileInput {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 42px;
  position: relative;
  width: 100%;
}
@media (pointer: fine) {
  .fileInput:hover .fileInputIcon {
    border-radius: 50%;
  }
}

.fileInput input {
  position: absolute;
  left: -99999px;
}

.fileInputIcon {
  background: rgba(251, 92, 36, 0.12);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  margin-right: 16px;
  position: relative;
  flex: 0 0 42px;
  width: 42px;
  transition: background-color 0.25s ease, border-color 0.25s ease, border-radius 0.25s ease;
}
.fileInputIcon > svg {
  width: 100%;
}
.fileInputIcon > svg > path {
  stroke: #FB5C24;
}

.fileInputIcon > div {
  width: 100%;
}

.fileInputText {
  flex: 0 1 100%;
}

.fileInputLabel {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

.fileInputTip {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}
.formError .fileInputTip {
  color: #FF5757;
}

.fileInputState {
  cursor: default;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.fileInputState__item {
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  flex: 0 0 42px;
  margin-left: 16px;
  overflow: visible;
  position: relative;
}
.fileInputState__item:first-child {
  margin-left: 0;
}
.fileInputState__item .loading {
  height: 24px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  top: 8px;
  transition: opacity 0.25s ease-in-out;
  width: 24px;
}
.fileInputState__item span {
  color: rgba(99, 99, 99, 0.5);
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  text-transform: uppercase;
}
.fileInputState__item .delete {
  background: #4E4E4E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  opacity: 0;
  position: absolute;
  right: -6px;
  top: -6px;
  transition: opacity 0.25s ease-in-out;
  width: 16px;
}
.fileInputState__item .delete svg {
  width: 6px;
}
.fileInputState__item .delete svg path {
  fill: transparent;
  stroke: #FFF;
  stroke-width: 2;
}
@media (pointer: fine) {
  .fileInputState__item .delete {
    transition: opacity 0.25s ease-in-out, background-color 0.25s ease-in-out;
  }
  .fileInputState__item .delete:hover {
    background: #FB5C24;
  }
}
.fileInputState__item.loaded .loading {
  opacity: 0;
}
.fileInputState__item.loaded span,
.fileInputState__item.loaded .delete {
  opacity: 1;
}

.form_legal {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
  width: 100%;
}
@media (pointer: fine) {
  .form_legal:hover .form_legalIcon > svg > rect {
    stroke: #636363;
  }
}
.form_legal .form_errorLabel {
  left: 30px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.form_legal.formError .form_errorLabel {
  opacity: 1;
}

.form_legalIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  margin-right: 12px;
  flex: 0 0 18px;
  position: relative;
}

.form_legalIcon > svg {
  width: 100%;
}

.form_legalIcon > svg > rect {
  fill: transparent;
  stroke: #888;
  transition: stroke 0.25s ease, fill 0.25s ease;
}

.form_legalIcon > svg > path {
  stroke: transparent;
  transition: stroke 0 0.25s ease;
}

.form_legal a {
  color: #282828;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
  white-space: nowrap;
}
@media (pointer: fine) {
  .form_legal a:hover {
    text-decoration: none;
  }
}

.form_checked .form_legalIcon > svg > rect {
  fill: #282828;
  stroke: #282828;
}

.form_checked .form_legalIcon > svg > path {
  stroke: #FFF;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px #ffffff inset !important;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.news {
  background-color: #F4F4F4;
  padding: 120px 0 140px;
  overflow: hidden;
  position: relative;
}
.news-slider {
  margin: 0 -12px;
}
.news-slider .slick-list {
  overflow: visible;
}
.news-slider .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.news-slider__item {
  color: #282828;
  display: block;
  margin: 0 12px;
  opacity: 0.2;
  pointer-events: none;
  text-decoration: none;
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.news-slider__item.slick-active {
  opacity: 1;
  pointer-events: auto;
}
.news-slider__item-image {
  aspect-ratio: 412/356;
  display: block;
  margin-bottom: 32px;
  position: relative;
}
.news-slider__item-image > img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.news-slider__item-date {
  color: rgba(40, 40, 40, 0.6);
  display: block;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}
@media (pointer: fine) {
  .news-slider__item:hover {
    color: #FB5C24;
  }
}
@media (max-width: 1199.98px) {
  .news-slider {
    margin: 0 -8px;
  }
  .news-slider__item {
    margin: 0 8px;
  }
}
@media (max-width: 1024px) {
  .news {
    padding: 64px 0 100px;
  }
}
@media (max-width: 767.98px) {
  .news {
    padding: 48px 0 80px;
  }
  .news-slider {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .news-slider__item {
    flex: 0 0 320px;
    margin: 0 6px;
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 428px) {
  .news-slider {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.faq {
  background-color: #FFF;
  overflow: hidden;
  position: relative;
  padding: 80px 0 140px;
}
.faq-list {
  margin: -32px 0;
}
.faq-list__item {
  border-top: 1px solid #EBEBEB;
  box-sizing: border-box;
  display: block;
  padding: 16px 0;
}
.faq-list__item:first-child {
  border-top: 0;
}
.faq-list__item-question {
  color: #888;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  text-decoration: none;
  transition: color 0.25s ease;
}
.faq-list__item-question-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 150%;
  margin-right: 32px;
}
.faq-list__item-question > svg {
  width: 28px;
}
.faq-list__item-question > svg > path {
  stroke: #FB5C24;
  transform-origin: 50% 50%;
  transition: transform 0.25s ease;
}
@media (pointer: fine) {
  .faq-list__item-question:hover {
    color: #282828;
  }
}
.faq-list__item-answer {
  display: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-right: 60px;
  position: relative;
  max-width: 1068px;
  z-index: 1;
}
.faq-list__item-answer > p {
  padding-bottom: 16px;
}
.faq-list__item-answer a {
  color: #FB5C24;
  text-decoration: underline;
}
@media (pointer: fine) {
  .faq-list__item-answer a:hover {
    text-decoration: none;
  }
}
.faq-list__item-open .faq-list__item-question {
  color: #282828;
}
.faq-list__item-open .faq-list__item-question > svg > path:first-child {
  transform: scaleY(0);
}
@media (max-width: 1024px) {
  .faq {
    padding: 64px 0 100px;
  }
  .faq-list {
    margin: -28px 0;
  }
  .faq-list__item {
    padding: 14px 0;
  }
  .faq-list__item-question {
    padding: 14px 0;
  }
  .faq-list__item-question-title {
    font-size: 30px;
    margin-right: 28px;
  }
  .faq-list__item-answer > p {
    padding-bottom: 14px;
  }
}
@media (max-width: 767.98px) {
  .faq {
    padding: 48px 0 80px;
  }
  .faq-list {
    margin: -24px 0;
  }
  .faq-list__item {
    padding: 12px 0;
  }
  .faq-list__item-question {
    padding: 12px 0;
  }
  .faq-list__item-question-title {
    font-size: 24px;
    margin-right: 24px;
  }
  .faq-list__item-question > svg {
    width: 24px;
  }
  .faq-list__item-answer {
    font-size: 16px;
    margin-right: 0;
  }
  .faq-list__item-answer > p {
    padding-bottom: 12px;
  }
}

body.animate {
  overflow: hidden;
}

.preload {
  background-color: #F4F4F4;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 2147483646;
}
.animate .preload {
  animation: preload 0.5s ease forwards;
  animation-delay: 2.85s;
}
.preload .container {
  height: 100%;
}
.preload-screen {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.preload-tower {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  max-height: 100%;
}
.animate .preload-tower {
  animation: preloadTowerWrapper 3s ease forwards;
}
.preload-tower .intro-decor {
  bottom: 50%;
  right: 50%;
  transform: translate3d(50%, 50%, 0);
}
.animate .preload-tower .intro-decor {
  animation: preloadTower 3s ease forwards;
}
.preload-tower .intro-decor > svg {
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  width: 100%;
}
.preload-tower .intro-decor > svg.transparent {
  opacity: 0;
}
.preload-tower .intro-decor > svg.transparent > path {
  fill: #F6CEC0;
}
.animate .preload-tower .intro-decor > svg.transparent {
  animation: preloadTowerTransparent 3s ease forwards;
}
.preload-tower .intro-decor .loader {
  bottom: 0;
  left: 0;
  position: absolute;
  transform: translateZ(0);
  width: 100%;
  height: 0%;
  overflow: hidden;
}
.animate .preload-tower .intro-decor .loader {
  animation: preloadTowerLoader 3s ease forwards;
}
.preload-tower .intro-decor .loader > svg {
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.preload-tower .intro-decor .loader > svg > path {
  fill: #FB5C24;
}
.preload-container {
  margin: 0 auto;
}
.preload-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 10px;
  position: relative;
  transform: translate3d(100vw, 0, 0);
  z-index: 2;
}
.preload-title > span {
  position: relative;
}
.preload-title > span::after {
  background-color: #FB5C24;
  content: "";
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  height: 4px;
  display: block;
  left: calc(100% + 16px);
  position: absolute;
  top: calc(50% + 1px);
  width: 48px;
}
.animate .preload-title > span::after {
  animation: preloadTitleLine 3s ease forwards;
}
.animate .preload-title {
  animation: preloadTitle 3s ease forwards;
}
.preload-heading {
  font-weight: 700;
  font-size: 160px;
  line-height: 100%;
  position: relative;
  transform: translate3d(100vw, 0, 0);
  z-index: 2;
}
.preload-heading > svg {
  left: 100%;
  position: absolute;
  top: 0;
  transform: scale(0);
  width: 80px;
}
.animate .preload-heading > svg {
  animation: preloadHeadingSVG 3s ease forwards;
}
.animate .preload-heading-1 {
  animation: preloadHeading1 3s ease forwards;
}
.animate .preload-heading-2 {
  animation: preloadHeading2 3s ease forwards;
}
@media (max-width: 1199.98px) {
  .preload-heading {
    font-size: 120px;
  }
  .preload-heading > svg {
    width: 72px;
  }
}
@media (max-width: 1024px) {
  .preload {
    display: none;
  }
}

@keyframes preload {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
@keyframes preloadTowerWrapper {
  0%, 80% {
    max-height: 100%;
  }
  100% {
    max-height: 1100px;
  }
}
@keyframes preloadTower {
  0%, 80% {
    bottom: 50%;
    right: 50%;
    transform: translate3d(50%, 50%, 0);
  }
  100% {
    bottom: 234px;
    right: 110px;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes preloadTowerTransparent {
  0% {
    opacity: 0;
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes preloadTowerLoader {
  0%, 20% {
    height: 0%;
  }
  80%, 100% {
    height: 100%;
  }
}
@keyframes preloadTitle {
  0% {
    transform: translate3d(100vw, 0, 0);
  }
  20%, 80% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100vw, 0, 0);
  }
}
@keyframes preloadTitleLine {
  0%, 10% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  20%, 100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes preloadHeading1 {
  0%, 5% {
    transform: translate3d(100vw, 0, 0);
  }
  25%, 80% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100vw, 0, 0);
  }
}
@keyframes preloadHeadingSVG {
  0%, 15% {
    transform: scale(0);
  }
  35%, 100% {
    transform: scale(1);
  }
}
@keyframes preloadHeading2 {
  0%, 10% {
    transform: translate3d(100vw, 0, 0);
  }
  30%, 80% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100vw, 0, 0);
  }
}
.video {
  background-color: #353535;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  z-index: 200;
}
.video.video-open {
  opacity: 1;
  pointer-events: auto;
}
.video-close {
  background-color: transparent;
  display: block;
  height: 80px;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 0.15s ease;
  width: 80px;
  z-index: 1;
}
.video-close > svg {
  width: 100%;
}
.video-close > svg > path {
  stroke: #FFF;
}
@media (pointer: fine) {
  .video-close:hover {
    background-color: #FB5C24;
  }
}
.video .container {
  height: 100%;
}
.video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.video-player {
  aspect-ratio: 16/9;
  height: auto !important;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .video .container {
    padding: 0;
  }
}

.wysiwyg {
  padding-top: 56px;
}
.wysiwyg > * {
  margin-bottom: 48px;
}
.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg > p {
  margin-bottom: 32px;
}
.wysiwyg > p + ul {
  margin-top: -16px;
}
.wysiwyg > p + ol {
  margin-top: -16px;
}
.wysiwyg > hr {
  background-color: #888;
  border: 0;
  height: 1px;
  margin: 48px 0;
}
.wysiwyg > h2,
.wysiwyg > h3,
.wysiwyg > h4,
.wysiwyg > h5,
.wysiwyg > h6 {
  margin-bottom: 24px;
}
.wysiwyg a {
  color: #FB5C24;
  text-decoration: underline;
}
@media (pointer: fine) {
  .wysiwyg a:hover {
    text-decoration: none;
  }
}
.wysiwyg ul {
  margin-bottom: 32px;
}
.wysiwyg ul li {
  margin-top: 8px;
  padding-left: 30px;
  position: relative;
}
.wysiwyg ul li::before {
  background-color: #282828;
  content: "";
  display: block;
  height: 4px;
  left: 13px;
  position: absolute;
  top: 15px;
  width: 4px;
}
.wysiwyg ul li:first-child {
  margin-top: 0;
}
.wysiwyg ol {
  margin-bottom: 32px;
  counter-reset: ol;
}
.wysiwyg ol li {
  counter-increment: ol;
  margin-top: 8px;
  padding-left: 30px;
  position: relative;
}
.wysiwyg ol li::before {
  content: counter(ol) ".";
  left: 0;
  position: absolute;
}
.wysiwyg ol li:first-child {
  margin-top: 0;
}
.wysiwyg img {
  display: block;
  height: auto !important;
  margin-top: 48px;
  width: 100%;
}
@media (max-width: 1024px) {
  .wysiwyg {
    padding-top: 40px;
  }
  .wysiwyg > * {
    margin-bottom: 40px;
  }
  .wysiwyg > p {
    margin-bottom: 28px;
  }
  .wysiwyg > p + ul {
    margin-top: -14px;
  }
  .wysiwyg > p + ol {
    margin-top: -14px;
  }
  .wysiwyg > hr {
    margin: 40px 0;
  }
  .wysiwyg > h2,
  .wysiwyg > h3,
  .wysiwyg > h4,
  .wysiwyg > h5,
  .wysiwyg > h6 {
    margin-bottom: 20px;
  }
  .wysiwyg ul {
    margin-bottom: 28px;
  }
  .wysiwyg ul li {
    margin-top: 6px;
  }
  .wysiwyg ul li::before {
    top: 13px;
  }
  .wysiwyg ol {
    margin-bottom: 28px;
  }
  .wysiwyg ol li {
    margin-top: 6px;
  }
  .wysiwyg img {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .wysiwyg {
    padding-top: 32px;
  }
  .wysiwyg > * {
    margin-bottom: 32px;
  }
  .wysiwyg > p {
    margin-bottom: 24px;
  }
  .wysiwyg > p + ul {
    margin-top: -12px;
  }
  .wysiwyg > p + ol {
    margin-top: -12px;
  }
  .wysiwyg > hr {
    margin: 32px 0;
  }
  .wysiwyg > h2,
  .wysiwyg > h3,
  .wysiwyg > h4,
  .wysiwyg > h5,
  .wysiwyg > h6 {
    margin-bottom: 16px;
  }
  .wysiwyg ul {
    margin-bottom: 24px;
  }
  .wysiwyg ul li {
    margin-top: 4px;
    padding-left: 24px;
  }
  .wysiwyg ul li::before {
    left: 10px;
  }
  .wysiwyg ol {
    margin-bottom: 24px;
  }
  .wysiwyg ol li {
    margin-top: 4px;
    padding-left: 24px;
  }
  .wysiwyg img {
    margin-top: 32px;
  }
}

.discipline {
  background-color: #353535;
  color: #FFF;
  padding-top: 96px;
}
.discipline-back {
  background-color: #4E4E4E;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  height: 64px;
  left: 0;
  padding: 0 32px;
  position: fixed;
  top: 96px;
  text-decoration: none;
  z-index: 20;
}
.discipline-back::before {
  background-color: #636363;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: -webkit-clip-path 0.15s ease;
  transition: clip-path 0.15s ease;
  transition: clip-path 0.15s ease, -webkit-clip-path 0.15s ease;
  width: 100%;
}
.discipline-back > svg {
  margin-right: 16px;
  position: relative;
  width: 10px;
}
.discipline-back > svg path {
  stroke: #FFF;
}
.discipline-back > span {
  position: relative;
}
@media (pointer: fine) {
  .discipline-back:hover::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.discipline-icon {
  aspect-ratio: 1/1;
  right: calc((100% - 1284px) / 2);
  position: fixed;
  top: 160px;
  width: 375px;
}
.discipline-icon > img {
  display: block;
  height: auto !important;
  width: 100% !important;
}
.discipline-content {
  box-sizing: border-box;
  padding: 64px 0 140px;
  position: relative;
}
.discipline-content-lead {
  margin-top: 32px;
}
.discipline-content-lead > p {
  margin-bottom: 24px;
}
.discipline-content-lead > p:last-child {
  margin-bottom: 0;
}
.discipline-content-lead > blockquote {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin-top: 32px;
  position: relative;
}
.discipline-content-lead > blockquote::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAzIiBoZWlnaHQ9IjU3IiB2aWV3Qm94PSIwIDAgMTAzIDU3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjAuODE5MSAzNC4wNzY5SDFWMUg0Ny4yMTI4VjMzLjUzOThMMjIuNjIyNyA1NkgxNS4wNzMxTDIxLjc3MDIgMzUuMzg1OUwyMi4xOTU1IDM0LjA3NjlIMjAuODE5MVpNNzUuNjA2NCAzNC4wNzY5SDU1Ljc4NzJWMUgxMDJWMzMuNTM5OEw3Ny40MDk5IDU2SDY5Ljg2MDRMNzYuNTU3NCAzNS4zODU5TDc2Ljk4MjcgMzQuMDc2OUg3NS42MDY0WiIgc3Ryb2tlPSIjREE1NzI5IiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 57px;
  left: -89px;
  position: absolute;
  top: -14px;
  width: 103px;
}
.discipline-content-lead > blockquote > p {
  position: relative;
}
.discipline-content-button {
  margin-top: 48px;
}
.discipline-content-button.hidden {
  display: none;
}
.discipline-content-button > a {
  border: 1px solid #FB5C24;
  box-sizing: border-box;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  height: 56px;
  padding: 0 32px;
  position: relative;
  text-decoration: none;
}
.discipline-content-button > a::before {
  background-color: #FB5C24;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: -webkit-clip-path 0.15s ease;
  transition: clip-path 0.15s ease;
  transition: clip-path 0.15s ease, -webkit-clip-path 0.15s ease;
  width: 100%;
}
.discipline-content-button > a > span {
  position: relative;
}
.discipline-content-button > a > svg {
  flex: 0 0 19px;
  margin-left: 16px;
  position: relative;
  width: 19px;
}
.discipline-content-button > a > svg > path {
  stroke: #FFF;
}
@media (pointer: fine) {
  .discipline-content-button > a:hover::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.discipline-content-leader {
  margin-top: 64px;
  padding-bottom: 48px;
  position: relative;
}
.discipline-content-leader.hidden {
  display: none;
}
.discipline-content-leader-decor-right {
  overflow: hidden;
  position: absolute;
  left: 740px;
  top: 24px;
  width: 462px;
  max-width: calc((100vw - 840px) / 2 + 100px);
}
.discipline-content-leader-decor-right > svg {
  width: 462px;
}
.discipline-content-leader-decor-left {
  bottom: -140px;
  overflow: hidden;
  position: absolute;
  right: 480px;
  width: 772px;
  max-width: calc((100vw - 840px) / 2 + 360px);
}
.discipline-content-leader-decor-left > svg {
  width: 772px;
}
.discipline-content-leader > h3 {
  margin-bottom: 48px;
  position: relative;
}
.discipline-content-leader-decor-arrow {
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  left: 630px;
  top: 380px;
  width: 400px;
  max-width: calc((100vw - 840px) / 2 + 180px);
  z-index: 1;
}
.discipline-content-leader-decor-arrow > svg {
  width: 34.5%;
}
.discipline-content-leader-photo {
  aspect-ratio: 840/600;
  position: relative;
}
.discipline-content-leader-photo img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 180px), calc(100% - 180px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 180px), calc(100% - 180px) 100%, 0% 100%);
  display: block;
  height: auto !important;
  position: relative;
  width: 100% !important;
  z-index: 1;
}
.discipline-content-leader-decor-circles {
  overflow: hidden;
  position: absolute;
  right: 660px;
  top: 56px;
  width: 361px;
  max-width: calc((100vw - 840px) / 2 + 180px);
  z-index: 2;
}
.discipline-content-leader-decor-circles > svg {
  float: right;
  width: 361px;
}
.discipline-content-leader-info {
  background-color: rgba(251, 92, 36, 0.9);
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  padding: 32px 48px;
  position: absolute;
  min-width: 430px;
  z-index: 1;
}
.discipline-content-leader-name {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}
.discipline-content-leader-position {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin-top: 2px;
}
.discipline-content-wysiwyg {
  position: relative;
  z-index: 2;
}
.discipline-content-wysiwyg ul > li::before {
  background-color: #FFF;
}
@media (max-width: 1411.98px) {
  .discipline-icon {
    right: 64px;
  }
  .discipline-content-leader-decor-arrow {
    max-width: calc((100vw - 840px) / 2 + 180px - 32px);
  }
}
@media (max-width: 1199.98px) {
  .discipline-icon {
    right: 48px;
  }
  .discipline-content {
    padding-top: 80px;
  }
  .discipline-content-leader {
    margin-bottom: -162px;
    margin-left: calc((840px - 100vw) / 2);
    margin-right: calc((840px - 100vw) / 2);
    padding-bottom: 210px;
    padding-left: calc((100vw - 840px) / 2);
    padding-right: calc((100vw - 840px) / 2);
    overflow: hidden;
  }
  .discipline-content-leader-decor-right {
    left: calc((100vw - 840px) / 2 + 740px);
  }
  .discipline-content-leader-decor-left {
    bottom: 24px;
    right: calc((100vw - 840px) / 2 + 480px);
  }
  .discipline-content-leader-decor-arrow {
    top: 380px;
    width: 320px;
    max-width: none;
    z-index: 1;
  }
  .discipline-content-leader-decor-arrow > svg {
    width: 34.5%;
  }
  .discipline-content-leader-info {
    bottom: 162px;
    left: calc((100vw - 840px) / 2);
  }
}
@media (max-width: 1024px) {
  .discipline-back {
    height: 56px;
    padding: 0 28px;
  }
  .discipline-icon {
    right: 32px;
    width: 320px;
  }
  .discipline-content {
    padding-bottom: 100px;
  }
  .discipline-content-lead > blockquote {
    margin-top: 24px;
  }
  .discipline-content-lead > blockquote::before {
    left: auto;
    margin-bottom: 8px;
    position: relative;
    top: auto;
  }
  .discipline-content-leader > h3 {
    margin-bottom: 32px;
  }
  .discipline-content-leader-name {
    font-size: 36px;
  }
}
@media (max-width: 903.98px) {
  .discipline-content-leader {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .discipline-content-leader-decor-right {
    left: calc(100vw - 164px);
    max-width: none;
  }
  .discipline-content-leader-decor-left {
    right: calc(100vw - 444px);
    max-width: none;
  }
  .discipline-content-leader-decor-arrow {
    bottom: -120px;
    left: auto;
    right: -120px;
    top: auto;
    max-width: none;
  }
  .discipline-content-leader-decor-circles {
    right: calc(100vw - 245px);
    max-width: none;
  }
  .discipline-content-leader-info {
    left: 32px;
  }
}
@media (max-width: 767.98px) {
  .discipline-back {
    font-size: 14px;
    height: 48px;
    padding: 0 24px;
  }
  .discipline-back > svg {
    margin-right: 12px;
    width: 8px;
  }
  .discipline-icon {
    right: 24px;
    top: 144px;
    width: 180px;
  }
  .discipline-content {
    padding: 64px 0 80px;
  }
  .discipline-content-lead {
    margin-top: 24px;
  }
  .discipline-content-lead > p {
    margin-bottom: 16px;
  }
  .discipline-content-lead > blockquote {
    font-size: 20px;
  }
  .discipline-content-lead > blockquote::before {
    height: 46px;
    width: 82px;
  }
  .discipline-content-button {
    margin-top: 32px;
  }
  .discipline-content-leader {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 48px;
    padding-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }
  .discipline-content-leader-decor-right {
    display: none;
  }
  .discipline-content-leader-decor-left {
    display: none;
  }
  .discipline-content-leader > h3 {
    margin-bottom: 24px;
  }
  .discipline-content-leader-decor-arrow {
    display: none;
  }
  .discipline-content-leader-photo img {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .discipline-content-leader-decor-circles {
    display: none;
  }
  .discipline-content-leader-info {
    bottom: 0;
    left: 0;
    padding: 24px 32px;
    min-width: 320px;
  }
  .discipline-content-leader-name {
    font-size: 32px;
  }
  .discipline-content-leader-position {
    font-size: 18px;
  }
}
@media (max-width: 428px) {
  .discipline-back {
    padding: 0 16px;
  }
  .discipline-back > svg {
    margin-right: 8px;
  }
  .discipline-icon {
    right: 16px;
  }
  .discipline-content h1 {
    font-size: 36px;
  }
  .discipline-content-button > a {
    display: flex;
    width: 100%;
  }
  .discipline-content-leader {
    padding-bottom: 0;
  }
  .discipline-content-leader-info {
    bottom: auto;
    left: auto;
    position: relative;
    width: 100%;
  }
}

.news-page {
  background-color: #F4F4F4;
  padding: 96px 0 140px;
}
.news-page-head {
  background-color: #353535;
  color: #FFF;
  padding: 96px 0 342px;
  overflow: hidden;
  position: relative;
}
.news-page-head-decor-left {
  bottom: 76px;
  position: absolute;
  right: calc(50% + 534px - 180.5px);
  width: 361px;
}
.news-page-head-decor-right {
  left: calc(50% + 180px);
  position: absolute;
  top: 32px;
  width: 527px;
}
.news-page-head-back {
  background-color: #4E4E4E;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  height: 64px;
  left: 0;
  padding: 0 32px;
  position: fixed;
  top: 96px;
  text-decoration: none;
  z-index: 1;
}
.news-page-head-back::before {
  background-color: #636363;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: -webkit-clip-path 0.15s ease;
  transition: clip-path 0.15s ease;
  transition: clip-path 0.15s ease, -webkit-clip-path 0.15s ease;
  width: 100%;
}
.news-page-head-back > svg {
  margin-right: 16px;
  position: relative;
  width: 10px;
}
.news-page-head-back > svg path {
  stroke: #FFF;
}
.news-page-head-back > span {
  position: relative;
}
@media (pointer: fine) {
  .news-page-head-back:hover::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.news-page-head .container-narrow {
  position: relative;
}
.news-page-head .container-narrow > h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 110%;
  text-transform: none;
}
.news-page-head-date {
  margin-bottom: 24px;
}
.news-page-body {
  position: relative;
}
.news-page-body-right {
  height: calc(100% - 64px);
  left: calc(50% + 534px);
  position: absolute;
  right: 0;
  top: 350px;
}
.news-page-body-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: sticky;
  top: 160px;
}
.news-page-body-share-title {
  margin-bottom: 24px;
}
.news-page-body-share > nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.news-page-body-share > nav > a {
  display: block;
  margin-top: 42px;
  width: 22px;
}
.news-page-body-share > nav > a:first-child {
  margin-top: 0;
}
.news-page-body-share > nav > a > svg {
  width: 100%;
}
.news-page-body-share > nav > a > svg > path {
  fill: #888;
  transition: fill 0.15s ease;
}
@media (pointer: fine) {
  .news-page-body-share > nav > a:hover > svg > path {
    fill: #FB5C24;
  }
}
.news-page-body-hero-image {
  background-color: #353535;
  aspect-ratio: 1068/600;
  margin-top: -286px;
  overflow: hidden;
  position: relative;
}
.news-page-body-hero-image > img {
  display: block;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .news-page-head-decor-left {
    display: none;
  }
  .news-page-body-right {
    height: auto;
    left: auto;
    margin-top: 64px;
    padding: 0 48px;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
  }
  .news-page-body-share {
    flex-direction: row;
    justify-content: center;
    position: relative;
    top: auto;
  }
  .news-page-body-share-title {
    margin-bottom: 0;
  }
  .news-page-body-share > nav {
    flex-direction: row;
  }
  .news-page-body-share > nav > a {
    margin-left: 32px;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .news-page {
    padding-bottom: 100px;
  }
  .news-page-head {
    padding-bottom: 234px;
    padding-top: 88px;
  }
  .news-page-head-decor-right {
    left: auto;
    right: -88px;
    top: 48px;
    width: 474px;
  }
  .news-page-head-back {
    height: 56px;
    padding: 0 28px;
  }
  .news-page-head .container-narrow > h1 {
    font-size: 48px;
  }
  .news-page-head-date {
    margin-bottom: 20px;
  }
  .news-page-body-right {
    margin-top: 48px;
    padding: 0 32px;
  }
  .news-page-body-hero-image {
    margin-top: -186px;
  }
}
@media (max-width: 767.98px) {
  .news-page {
    padding-bottom: 80px;
  }
  .news-page-head {
    padding-bottom: 126px;
    padding-top: 72px;
  }
  .news-page-head-decor-right {
    top: 64px;
    width: 320px;
  }
  .news-page-head-back {
    font-size: 14px;
    height: 48px;
    padding: 0 24px;
  }
  .news-page-head-back > svg {
    margin-right: 12px;
    width: 8px;
  }
  .news-page-head .container-narrow > h1 {
    font-size: 32px;
  }
  .news-page-head-date {
    margin-bottom: 16px;
  }
  .news-page-body-right {
    margin-top: 32px;
    padding: 0 24px;
  }
  .news-page-body-hero-image {
    margin-top: -94px;
  }
}
@media (max-width: 428px) {
  .news-page-head-back {
    padding: 0 16px;
  }
  .news-page-head-back > svg {
    margin-right: 8px;
  }
  .news-page-body-right {
    padding: 0 16px;
  }
}

.inner {
  background-color: #F4F4F4;
  padding: 192px 0 140px;
  overflow: hidden;
  position: relative;
}
.inner-decor-left {
  position: fixed;
  right: calc(50% + 534px + 110px);
  top: 192px;
  width: 462px;
}
.inner-decor-right {
  position: fixed;
  left: calc(50% + 160px);
  top: 128px;
  width: 855px;
}
.inner .container-narrow {
  position: relative;
}
.inner h1 {
  color: #FB5C24;
}
.inner-dates {
  margin-top: 24px;
}
.inner-dates a {
  color: #FB5C24;
  text-decoration: underline;
}
@media (pointer: fine) {
  .inner-dates a:hover {
    text-decoration: none;
  }
}
@media (max-width: 1411.98px) {
  .inner-decor-left {
    display: none;
  }
  .inner-decor-right {
    width: 770px;
  }
}
@media (max-width: 1199.98px) {
  .inner-decor-right {
    left: calc(50% + 80px);
    width: 684px;
  }
}
@media (max-width: 1024px) {
  .inner {
    padding: 160px 0 100px;
  }
  .inner-decor-right {
    left: 50%;
    width: 600px;
  }
  .inner-dates {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .inner {
    padding: 128px 0 80px;
  }
  .inner-decor-right {
    left: auto;
    right: -130px;
    width: 520px;
  }
  .inner-dates {
    margin-top: 16px;
  }
}
@media (max-width: 428px) {
  .inner-decor-right {
    width: 436px;
  }
}

.page404,
.page404 > body {
  background-color: #353535;
  color: #FFF;
  height: 100%;
}

.page404 > body {
  overflow: hidden;
}

.logo404 {
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.logo404 .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 96px;
}
.logo404 a {
  display: block;
  pointer-events: auto;
}
.logo404 a svg path {
  fill: #FFF;
  transition: fill 0.15s ease;
}
@media (pointer: fine) {
  .logo404 a:hover svg path {
    fill: #EBEBEB;
  }
}

.container-404 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}

.decor404 {
  position: absolute;
  right: 64px;
}
@media (max-width: 1199.98px) {
  .decor404 {
    right: 48px;
  }
}
@media (max-width: 1024px) {
  .decor404 {
    right: 32px;
  }
  .decor404 svg {
    width: 552px;
  }
}
@media (max-width: 767.98px) {
  .decor404 {
    margin-top: -140px;
    right: 24px;
  }
  .decor404 svg {
    width: 472px;
  }
}
@media (max-width: 495.98px) {
  .decor404 {
    left: 0;
    right: auto;
  }
}

.content404 {
  position: relative;
}
.content404 .hero {
  font-weight: 700;
  font-size: 250px;
  line-height: 100%;
  margin-bottom: 10px;
}
.content404 > a {
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .content404 .hero {
    font-size: 200px;
  }
}
@media (max-width: 960px) and (orientation: landscape) {
  .content404 {
    padding-top: 72px;
  }
  .content404 .text404 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .content404 .hero {
    font-size: 154px;
    margin-bottom: 0;
    margin-right: 32px;
  }
  .content404 > a {
    margin-top: 16px;
  }
}
@media (max-width: 767.98px) {
  .content404 .hero {
    font-size: 150px;
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .content404 .hero {
    font-size: 120px;
  }
}