/* Copyright (c) 2017 by Gayane Bagdasaryan, Vyacheslav Kirilenko. All rights reserved. */
@font-face {
  font-family: 'Aeroport';
  src: local('Aeroport-medium.eot'), url('fonts/Aeroport-medium.webkit/Aeroport-medium.otf') format("opentype"), url('fonts/Aeroport-medium.webkit/Aeroport-medium.eot') format('embedded-opentype'), url('fonts/Aeroport-medium.webkit/Aeroport-medium.woff2') format('woff2'), url('fonts/Aeroport-medium.webkit/Aeroport-medium.woff') format('woff'), url('fonts/Aeroport-medium.webkit/Aeroport-medium.ttf') format('truetype'), url('fonts/Aeroport-medium.webkit/Aeroport-medium.svg#Aeroport-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Aeroport';
  src: local('Aeroport-regular.otf'), url('fonts/Aeroport_regular/Fonts/aeroport-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Aeroport';
  src: local('Aeroport-bold.otf'), url('fonts/Aeroport_bold/Fonts/aeroport-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Aeroport', sans-serif;
  -webkit-font-smoothing: antialiased;
}
body {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
}
.carousel-transition {
  transition: transform 0.3s ease-in-out;
}
.page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-container {
  max-width: 1030px;
  width: 1030px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.dropdown {
  position: relative;
}
.dropdown-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dropdown-trigger {
  cursor: pointer;
  border: 1px solid transparent;
}
.dropdown-menu {
  display: none;
  width: 157px;
  padding: 24px 67px 24px 28px;
  border-radius: 4px;
  background-color: #ffffff;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  border: solid 1px rgba(45, 49, 55, 0.1);
  right: -1px;
  top: 95%;
}
.dropdown-menu a {
  font-size: 14px;
  font-weight: 500;
  color: #007cd7;
  text-decoration: none;
  display: block;
}
.dropdown-menu a:not(:first-child) {
  margin-top: 10px;
}
.dropdown-menu-languages:before {
  display: block;
  content: " ";
  height: 3px;
  width: 50px;
  background-color: #ffffff;
  top: -2px;
  right: 1px;
  position: absolute;
}
.dropdown-menu-more:before {
  display: block;
  content: " ";
  height: 3px;
  width: 59px;
  background-color: #ffffff;
  top: -2px;
  right: 0;
  position: absolute;
}
.ratehawk-logo {
  margin: 3px 0 0 -13px;
  width: auto;
  height: 48px;
}
.zenhotels-logo {
  margin-top: 12px;
  width: 164px;
  height: 30px;
}
.ostrovok-logo {
  width: auto;
  height: 24px;
}
.b2bostrovok-logo {
  width: 252px;
  height: 25px;
}
.ostrovok-komandirovki-logo {
  width: auto;
  height: 35px;
  margin-bottom: 10px;
}
.stat-mobile {
  display: none;
}
.page-header-navigation-desktop {
  width: 100%;
  margin: 30px 0 0 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.page-header-navigation-desktop-logo {
  margin: 6px 0 0 -16px;
  width: 182px;
  object-fit: contain;
  position: absolute;
}
.page-header-navigation-desktop-wrapper {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  flex-direction: column;
}
.page-header-navigation-desktop-links {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
.page-header-navigation-desktop-links a {
  color: #007cd7;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.page-header-navigation-desktop-links a:hover {
  color: #0166B0;
}
.page-header-navigation-desktop-links a:not(:last-child) {
  margin-right: 32px;
}
.page-header-navigation-desktop-sublinks {
  display: flex;
  justify-content: flex-start;
  margin-top: 25px;
}
.page-header-navigation-desktop-sublinks a {
  color: #007cd7;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.page-header-navigation-desktop-sublinks a:hover {
  color: #0166B0;
}
.page-header-navigation-desktop-sublinks a:not(:last-child) {
  margin-right: 32px;
}
.page-header-navigation-desktop-languages {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 27px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px rgba(45, 49, 55, 0.1);
  position: absolute;
  right: 0;
}
.page-header-navigation-desktop-languages img {
  width: 16px;
  height: 11px;
}
.page-header-navigation-desktop-languages i {
  margin-left: 4px;
  color: #007cd7;
}
.page-header-navigation-desktop a.disabled {
  color: #C9D7E1;
}
.page-header-navigation-tablet {
  width: 100%;
  margin: 30px 0 0 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.page-header-navigation-tablet-logo {
  margin: -8px 0 0 -37px;
  width: 133px;
  object-fit: contain;
  position: absolute;
}
.page-header-navigation-tablet-links {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
.page-header-navigation-tablet-links a {
  color: #007cd7;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.page-header-navigation-tablet-links a:hover {
  color: #0166B0;
}
.page-header-navigation-tablet-links a:not(:last-child) {
  margin-right: 21px;
}
.page-header-navigation-tablet-links a.disabled {
  color: #C9D7E1;
}
.page-header-navigation-tablet-languages {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 27px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px rgba(45, 49, 55, 0.1);
  right: -37px;
}
.page-header-navigation-tablet-languages img {
  width: 15px;
  height: 11px;
}
.page-header-navigation-tablet-languages i {
  margin-left: 3px;
  color: #007cd7;
}
.page-header-navigation-mobile {
  display: none;
}
.page-header-navigation-mobile-burger {
  border: solid 1px rgba(45, 49, 55, 0.1);
}
.page-header-navigation-mobile a {
  z-index: 200;
}
.page-header-navigation-wrapper-inner {
  display: none;
}
.page-header-navigation-wrapper-inner a.disabled {
  color: #3E2B95;
}
@media screen and (max-width: 1080px) and (min-width: 750px) {
  .page-footer-navigation-privacy-policy {
    margin-top: 15px;
    width: 560px !important;
  }
}
.page-footer-navigation-privacy-policy {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  font-size: 14px;
  margin-bottom: 80px;
  font-family: 'Montserrat';
}
.page-footer-navigation-privacy-policy a {
  text-decoration: none;
  color: rgba(45, 49, 55, 0.4);
}
.page-footer-navigation-desktop {
  width: 100%;
  margin: 99px 0 15px 0;
  height: 44px;
  display: flex;
  z-index: 10;
}
.page-footer-navigation-desktop-copyright {
  width: 123px;
  margin-right: 80px;
  color: rgba(45, 49, 55, 0.4);
  line-height: 23px;
  font-size: 14px;
  font-family: 'Montserrat';
}
.page-footer-navigation-desktop-links {
  display: flex;
  margin: 0;
  max-width: none;
}
.page-footer-navigation-desktop-links a {
  color: #007cd7;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.page-footer-navigation-desktop-links a:hover {
  color: #0166B0;
}
.page-footer-navigation-desktop-links a.disabled {
  color: #C9D7E1;
}
.page-footer-navigation-desktop-links a:not(:last-child) {
  margin-right: 32px;
}
.page-footer-navigation-tablet {
  width: 560px;
  margin: 4px 0 60px 0;
  height: 44px;
  flex-wrap: wrap;
  z-index: 10;
  display: none;
}
.page-footer-navigation-tablet-copyright {
  margin: 61px auto 60px 0;
  color: rgba(45, 49, 55, 0.4);
  line-height: 23px;
  font-size: 14px;
}
.page-footer-navigation-tablet-links {
  display: flex;
  justify-content: space-between;
}
.page-footer-navigation-tablet-links-wrapper {
  display: flex;
  width: 100%;
}
.page-footer-navigation-tablet-links a {
  color: #007cd7;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding-right: 15px;
}
.page-footer-navigation-tablet-links a:hover {
  color: #0166B0;
}
.page-footer-navigation-tablet-links a.disabled {
  color: #C9D7E1;
}
.page-footer-navigation-mobile {
  width: 100%;
  margin: 30px auto 40px 0;
  flex-wrap: wrap;
  display: none;
}
.page-footer-navigation-mobile-copyright {
  margin: 20px auto 15px 0;
  color: rgba(45, 49, 55, 0.4);
  line-height: 23px;
  font-size: 14px;
  font-family: 'Montserrat';
}
.page-footer-navigation-mobile-links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.page-footer-navigation-mobile-links a {
  color: #007cd7;
  text-decoration: none;
  font-size: 14px;
  min-width: 140px;
  font-weight: 500;
  padding: 0 0 12px 0;
  letter-spacing: 0;
}
.page-footer-navigation-mobile-links a:hover {
  color: #0166B0;
}
.page-footer-navigation-mobile-links a.disabled {
  color: #C9D7E1;
}
.page-404-container {
  width: 719px;
  max-width: 719px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-404-title {
  width: 100%;
  margin-top: 140px;
  font-size: 48px;
  font-weight: 300;
  color: #888888;
}
.page-404-subtitle {
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.88;
  color: #888888;
}
.page-404-description {
  width: 100%;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.88;
  color: #888888;
}
.page-404-btn {
  margin: 53px auto 208px 0;
  display: block;
  background-color: #000000;
  padding: 8px 20px;
  line-height: 1.78;
  font-size: 18px;
  border-radius: 6px;
  text-decoration: none;
  color: #ffffff;
}
@media screen and (max-width: 850px) {
  .page-404-container {
    width: 100%;
    margin: 0 20px;
  }
  .page-404-title {
    margin-top: 110px;
    font-size: 42px;
  }
  .page-404-subtitle {
    font-size: 14px;
    line-height: 1.57;
  }
  .page-404-description {
    font-size: 14px;
    line-height: 1.57;
  }
  .page-404-btn {
    margin-bottom: 100px;
    line-height: 1.78;
  }
}
.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
}
.custom-select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 400;
  color: #007cd7;
  height: 45px;
  background: #ffffff;
  cursor: pointer;
}
.custom-select-trigger-wrapper {
  display: flex;
  justify-content: center;
  margin-right: 20px;
}
.custom-select-trigger-wrapper img {
  margin-right: 10px;
}
.custom-select-arrow {
  position: relative;
  height: 11px;
  width: 12px;
}
.custom-select-arrow::before,
.custom-select-arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.5s;
}
.custom-select-arrow::before {
  left: -3px;
  background-color: #007cd7;
  transform: rotate(-45deg);
}
.custom-select-arrow::after {
  left: 4px;
  background-color: #007cd7;
  transform: rotate(45deg);
}
.open .custom-select-arrow::before {
  left: -3px;
  transform: rotate(45deg);
}
.open .custom-select-arrow::after {
  left: 4px;
  transform: rotate(-45deg);
}
.custom-options {
  position: absolute;
  display: block;
  top: calc(100% + 10px);
  width: 200px;
  right: 0;
  background: #fff;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 100;
}
.custom-options:before {
  content: "";
  left: unset;
  height: 20px;
  position: absolute;
  background-color: #fff;
  top: -10px;
  right: 20px;
  width: 20px;
  border-radius: 2px;
  transform: rotateZ(45deg);
  border: solid 1px rgba(45, 49, 55, 0.1);
}
.custom-options-inner {
  overflow: auto;
  max-height: 400px;
  z-index: 1;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  padding: 10px 0 0 0;
}
.custom-options-inner::-webkit-scrollbar {
  display: none;
}
.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  box-shadow: 0 8px 20px 0 rgba(45, 49, 55, 0.3);
  border: solid 1px rgba(45, 49, 55, 0.1);
  border-radius: 4px;
}
.custom-select-trigger-wrapper {
  align-items: center;
}
.custom-select-trigger-wrapper img {
  max-width: 16px;
  max-height: 16px;
}
.custom-option {
  position: relative;
  display: flex;
  padding: 10px 0 10px 16px;
  font-size: 14px;
  color: #007cd7;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.5s;
  text-decoration: none;
  z-index: 100;
  align-items: center;
}
.custom-option-icon {
  margin-right: 10px;
  max-width: 16px;
  max-height: 16px;
}
.custom-option:hover {
  cursor: pointer;
  background-color: #ececec;
}
.custom-option.selected {
  color: #ffffff;
  background-color: #305c91;
}
body {
  min-width: 320px;
}
.page-main-background {
  width: 100%;
  height: 636px;
  background-size: cover;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center 50%;
}
.page-main-campaign-title {
  width: 600px;
  margin: 171px 0 0 -25px;
  color: #000000;
  position: relative;
}
.page-main-campaign-title-text {
  font-size: 64px;
  font-weight: 300;
  line-height: 80px;
  margin: 0;
  padding: 0;
}
.page-main-campaign-desc {
  position: absolute;
  display: inline-block;
  width: 318px;
  height: 64px;
  font-size: 20px;
  line-height: 1.41;
  color: #10085e;
  letter-spacing: 0.01em;
  right: 3px;
  bottom: 0;
}
.page-main-stats {
  margin: 74px 0 0 0;
  width: 100%;
  border-radius: 12px;
  height: 260px;
  background-image: linear-gradient(104deg, #10085e, #1a107c), radial-gradient(circle at 27% -47%, rgba(255, 136, 130, 0.49), rgba(238, 217, 199, 0)), radial-gradient(circle at 86% 55%, rgba(206, 99, 96, 0.39), rgba(16, 8, 94, 0.31) 55%, rgba(16, 8, 94, 0)), radial-gradient(circle at 54% 92%, #03478a, #10085e);
  box-sizing: border-box;
  padding: 6px 289px 50px 115px;
  overflow: hidden;
  position: relative;
}
.page-main-stats ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
  justify-content: space-between;
  position: relative;
}
.page-main-stats li {
  font-size: 32px;
  width: 205px;
  height: 60px;
  margin: 40px 0 0 0;
  font-weight: 300;
}
.page-main-stats li p {
  margin: 0;
  font-size: 19px;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 0.01em;
}
.page-main-stats img {
  position: absolute;
  width: 264px;
  margin: 30px 0 0 619px;
}
.page-main-our-brands {
  width: 100%;
  margin: 80px auto 0 0;
}
.page-main-our-brands-title {
  font-size: 36px;
  font-weight: 300;
  color: #888888;
}
.page-main-our-brands-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 0 0;
}
.page-main-our-brand {
  margin: 0 0 58px 0;
  min-height: 187px;
  width: 505px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.page-main-our-brand-logo {
  height: 50px;
  margin-bottom: 18px;
  width: 100%;
}
.page-main-our-brand-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  color: #888888;
  width: 100%;
  min-height: 65px;
}
.page-main-our-brand-achievements {
  margin: 27px 0 25px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  color: #888888;
  justify-content: space-between;
}
.page-main-our-brand-achievements li {
  font-size: 24px;
  min-width: 125px;
  max-width: 125px;
  font-weight: 300;
  margin: 0 52px 0 0;
  line-height: 22px;
}
.page-main-our-brand-achievements li p {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
.page-main-our-brand-line {
  margin: auto 0 0 0;
  height: 2px;
  width: 100%;
}
.ostrovok-achievements {
  margin: 47px 0 0 0;
}
.b2bostrovok-achievements {
  margin: 27px 0 0 0;
}
@media screen and (min-width: 1800px) {
  .page-main-background {
    background-size: cover;
    background-position: center 62%;
  }
  .dropdown-menu-languages:before {
    margin: -25px 0 0 78px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1180px) {
  .page-footer-navigation-desktop {
    margin: 63px 0 15px 0;
  }
  .page-main-our-brand-achievements li {
    font-size: 24px;
    min-width: 125px;
    font-weight: 300;
    margin: 0 54px 0 0;
    line-height: 24px;
  }
  .page-main-stats img {
    position: absolute;
    width: 264px;
    margin: 30px 0 0 622px;
  }
}
@media screen and (max-width: 1180px) and (min-width: 1080px) {
  .page-container {
    max-width: 797px;
  }
  .page-header-navigation-desktop-links a:not(:last-child) {
    margin-right: 21px;
  }
  .page-header-navigation-desktop-languages i {
    margin: -1px 0 0 3px;
  }
  .page-header-navigation-desktop-links {
    width: auto;
  }
  .page-header-navigation-desktop-languages {
    position: absolute;
    margin: -4px 0 0 829px;
  }
  .page-main-campaign-title {
    margin: 171px 0 0 118px;
  }
  .page-main-our-brand {
    width: 390px;
  }
  .page-footer-navigation-desktop {
    margin: 41px 0 15px 0;
  }
  .page-footer-navigation-desktop-copyright {
    width: 120px;
    margin-right: 44px;
  }
  .page-footer-navigation-desktop-links {
    display: flex;
    justify-content: normal;
  }
  .page-footer-navigation-desktop-links a:not(:last-child) {
    margin-right: 21px;
  }
  .page-main-our-brand-desc {
    width: 350px;
  }
  .page-main-our-brand-achievements li {
    font-size: 24px;
    min-width: 125px;
    margin: 0 24px 0 0;
  }
  .ostrovok-achievements {
    margin: 49px 0 0 0;
  }
  .b2bostrovok-achievements {
    margin: 50px 0 0 0;
  }
  .page-main-stats {
    padding: 6px 258px 50px 81px;
  }
  .page-main-stats li {
    width: 130px;
  }
  .page-main-stats img {
    margin: 30px 0 0 421px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 660px) {
  .page-main-stats li {
    max-width: 180px;
  }
}
@media screen and (max-width: 1180px) {
  .page-header-navigation-desktop {
    display: none;
  }
  .page-header-navigation-tablet {
    display: flex;
  }
}
@media screen and (max-width: 1080px) {
  .page-container {
    max-width: 654px;
  }
  .page-main-campaign-title {
    margin: 131px 0 0 47px;
  }
  .page-main-campaign-title-text {
    font-size: 64px;
    line-height: 78px;
  }
  .page-main-campaign-desc {
    width: 290px;
    font-size: 16px;
    line-height: 27px;
    right: 32px;
    bottom: 28px;
  }
  .page-main-background {
    background-size: auto 575px;
    background-position: center top;
  }
  .page-main-stats ul {
    justify-content: normal;
  }
  .page-main-stats {
    margin: 27px 0 0 0;
    padding: 6px 20px 50px 58px;
  }
  .page-main-stats img {
    display: none;
  }
  .page-main-our-brands {
    margin: 11px auto 0 52px;
    padding: 0 52px 0 0;
    box-sizing: border-box;
  }
  .page-main-our-brand {
    width: 261px;
  }
  .page-main-our-brand-achievements {
    max-width: 300px;
  }
  .page-main-our-brand-achievements li {
    font-size: 22px;
    min-width: 120px;
    max-width: 120px;
    margin: 0 12px 0 0;
  }
  .page-main-our-brand-achievements li:last-child {
    margin: 0;
  }
  .page-main-our-brand-achievements li p {
    font-size: 14px;
  }
  .page-footer-navigation-desktop {
    display: none;
  }
  .page-footer-navigation-mobile {
    display: none;
  }
  .page-footer-navigation-tablet {
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .page-container {
    margin: 0 40px;
    min-width: 280px;
    position: relative;
  }
  .page-header-navigation-tablet {
    display: none;
  }
  .page-header-navigation-mobile {
    display: flex;
    width: 100%;
    margin: 22px 0 0 0;
    position: absolute;
  }
  .page-header-navigation-mobile-logo {
    width: 113px;
    margin-top: 7px;
  }
  .page-header-navigation-mobile-burger {
    margin-left: auto;
    width: 40px;
    height: 40px;
    z-index: 110;
    border-radius: 4px;
    cursor: pointer;
  }
  .page-header-navigation-mobile-burger img {
    width: 100%;
  }
  .page-main-campaign-title {
    margin: 125px 0 0 0;
    max-width: 300px;
  }
  .page-main-campaign-title-text {
    font-size: 42px;
    line-height: 52px;
  }
  .page-main-campaign-desc {
    width: 240px;
    right: auto;
    bottom: -49px;
  }
  .page-main-stats {
    margin: 101px 0 0 0;
  }
  .page-main-our-brands-title {
    font-size: 22px;
    font-weight: 400;
  }
  .page-main-our-brands {
    margin: 15px auto 0 1px;
    padding: 0;
  }
  .page-main-our-brand {
    width: 100%;
  }
  .page-main-our-brand-logo {
    height: 40px;
  }
  .ratehawk-logo {
    width: 154px;
    height: 39px;
  }
  .zenhotels-logo {
    width: 125px;
    height: 21px;
    margin-top: 14px;
  }
  .ostrovok-logo {
    width: auto;
    height: 19px;
    margin-bottom: -9px;
    margin-top: 16px;
  }
  .b2bostrovok-logo {
    width: auto;
    height: 18px;
    margin-top: 14px;
  }
  .ostrovok-komandirovki-logo {
    width: auto;
    height: 35px;
  }
  .page-main-our-brand-achievements {
    margin: 15px 0 25px 0;
    width: 400px;
  }
  .page-main-our-brand-achievements li {
    margin: 0;
  }
  .ostrovok-achievements {
    margin: 9px 0 0 0;
  }
  .page-footer-navigation-desktop {
    display: none;
  }
  .page-footer-navigation-tablet {
    display: none;
  }
  .page-footer-navigation-mobile {
    display: flex;
  }
  .page-header-navigation-wrapper {
    display: none;
    width: 100%;
    min-width: 320px;
    height: 10000px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(16, 8, 94, 0.6);
    z-index: 100;
    flex-wrap: wrap;
  }
  .page-header-navigation-wrapper-inner {
    position: relative;
    width: 60%;
    max-width: 300px;
    height: 100%;
    float: right;
    background-image: linear-gradient(158deg, #10085e, #1a107c);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-repeat: no-repeat;
  }
  .page-header-navigation-wrapper-inner-background {
    position: absolute;
    width: 174px;
    height: 330px;
    right: 0;
    top: 185px;
  }
  .page-header-navigation-inner {
    align-self: center;
    width: 170px;
    height: 277px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 84px;
    justify-content: space-between;
    z-index: 1;
  }
  .page-header-navigation-inner a {
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
  }
  .page-header-navigation-mobile-languages {
    align-self: flex-start;
    position: relative;
    background: none;
    margin: 0;
    border: solid 1px rgba(255, 255, 255, 0.2);
  }
  .page-header-navigation-mobile-languages i {
    color: #ffffff;
  }
  .page-header-navigation-mobile-languages select {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@media screen and (max-width: 720px) {
  .stat-mobile {
    display: block;
  }
  .stat-desktop {
    display: none;
  }
}
@media screen and (max-width: 660px) and (min-width: 640px) {
  .page-main-stats li {
    max-width: 160px;
  }
}
@media screen and (max-width: 640px) {
  .page-main-campaign-desc {
    bottom: -44px;
  }
  .page-main-stats {
    padding: 62px 20px 36px 50px;
    height: 250px;
  }
  .page-main-stats li p {
    font-size: 16px;
  }
  .stat-desktop {
    display: none;
  }
  .stat-mobile {
    display: block;
  }
  .page-main-stats ul {
    justify-content: space-between;
  }
  .page-main-stats li {
    font-size: 22.4px;
    margin: 1px 0 10px 0;
    line-height: 22.4px;
    max-width: 135px;
  }
}
@media screen and (max-width: 520px) {
  .page-main-stats li {
    max-width: 110px;
  }
}
@media screen and (max-width: 437px) {
  .page-main-stats {
    padding: 28px 20px 36px 30px;
    height: 250px;
  }
  .page-main-stats li {
    max-width: 120px;
  }
  .page-header-navigation-inner {
    width: 150px;
  }
}
@media screen and (max-width: 370px) {
  .page-header-navigation-inner {
    width: 130px;
  }
  .page-main-stats li {
    max-width: 110px;
  }
}
.career-background {
  background: revert;
}
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.career-airplane {
  display: none;
}
.career-topbar {
  display: none;
}
.career-container {
  width: calc(100% - 40px);
  margin: 0 20px;
}
.career-header {
  padding: 105px 0 0 0;
  box-sizing: border-box;
  width: 100%;
}
.career-header-department {
  min-height: 150px;
  padding: 105px 0 0 0;
  box-sizing: border-box;
  width: 100%;
}
.career-title {
  color: #000000;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  margin: 0 0 30px 0;
}
.career-form {
  width: auto;
  max-width: 768px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 37.9px 0px #10085E0F;
  border-radius: 12px;
}
.career-form-button {
  color: #ffffff;
  background-color: #000000;
  padding: 13px 15px;
  margin-top: 12px;
  outline: none;
  border: none;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  border-radius: 8px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.career-form-button:hover {
  cursor: pointer;
  background-color: #8377F1;
}
.career-form-input-title {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #888888;
}
.career-form-input {
  width: 100%;
  padding: 6px 0 8px 0;
  font-family: Montserrat, 'Arial', sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #000000;
  border: none;
  outline: none;
  border-bottom: 1px solid #e5e5e5;
}
.career-form-input::placeholder {
  color: #c8c8c8;
}
.career-form-select-wrapper {
  margin-bottom: 8px;
}
.career-form-label {
  display: inline-block;
  margin-bottom: 8px;
  width: 100%;
}
.career-form-label:last-child {
  margin-bottom: 0;
}
.career-custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
}
.career-custom-select-trigger {
  position: relative;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #007cd7;
  background: #ffffff;
  cursor: pointer;
}
.career-custom-select-trigger-wrapper {
  display: flex;
  justify-content: center;
  margin-right: 20px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #000000;
}
.career-custom-select-trigger-wrapper--analytics {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.career-custom-select-trigger-wrapper img {
  margin-right: 10px;
}
.career-custom-select-arrow {
  position: relative;
  height: 11px;
  width: 12px;
}
.career-custom-select-arrow::before,
.career-custom-select-arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.5s;
}
.career-custom-select-arrow::before {
  left: -3px;
  background-color: #000000;
  transform: rotate(-45deg);
}
.career-custom-select-arrow::after {
  left: 4px;
  background-color: #000000;
  transform: rotate(45deg);
}
.career-custom-select-arrow:hover::before,
.career-custom-select-arrow:hover::after {
  background-color: #1506A2;
}
.career-custom-select-border {
  border-bottom: 1px solid #e5e5e5;
}
.open .career-custom-select-arrow::before {
  left: -3px;
  transform: rotate(45deg);
}
.open .career-custom-select-arrow::after {
  left: 4px;
  transform: rotate(-45deg);
}
.career-custom-options {
  position: absolute;
  display: block;
  top: calc(100% + 10px);
  width: 100%;
  right: 0;
  background: #fff;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 100;
}
.career-custom-options:before {
  display: none;
  content: "";
  left: unset;
  height: 20px;
  position: absolute;
  background-color: #fff;
  top: -10px;
  right: 20px;
  width: 20px;
  border-radius: 2px;
  transform: rotateZ(45deg);
  border: solid 1px rgba(45, 49, 55, 0.1);
}
.career-custom-options-inner {
  overflow: auto;
  max-height: 400px;
  z-index: 1;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  padding: 4px;
}
.career-custom-options-inner::-webkit-scrollbar {
  display: none;
}
.career-custom-select.open .career-custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  box-shadow: 0 8px 20px 0 rgba(45, 49, 55, 0.3);
  border: solid 1px rgba(45, 49, 55, 0.1);
  border-radius: 4px;
}
.career-custom-select-trigger-wrapper {
  align-items: center;
}
.career-custom-select-trigger-wrapper img {
  max-width: 16px;
  max-height: 16px;
}
.career-custom-option {
  position: relative;
  display: flex;
  padding: 10px 8px;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.5s;
  text-decoration: none;
  z-index: 100;
  border-radius: 4px;
  align-items: center;
}
.career-custom-option-icon {
  margin-right: 10px;
  max-width: 16px;
  max-height: 16px;
}
.career-custom-option:hover {
  cursor: pointer;
  background-color: #f4f5fd;
}
.career-custom-option.selected {
  color: #ffffff;
  background-color: #305c91;
}
@keyframes sliderAnimationTop {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc((-100% - var(--gap)) / 3));
  }
}
@keyframes sliderAnimationBottom {
  0% {
    transform: translateX(calc((-100% - var(--gap)) * 2 / 3));
  }
  100% {
    transform: translateX(calc((-100% - var(--gap)) / 3));
  }
}
.slider-animation-top {
  animation: sliderAnimationTop 60s linear infinite;
}
.slider-animation-bottom {
  animation: sliderAnimationBottom 80s linear infinite;
}
.career-slider {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 50px;
  --gap: 10px;
}
.career-slider-wrapper {
  display: flex;
  gap: var(--gap);
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
}
.career-slider-wrapper:last-child {
  margin-bottom: 0;
}
.career-slider-item {
  display: flex;
  align-items: flex-start;
}
.career-slider-item-end {
  align-items: flex-end;
}
.career-slider-item:last-child {
  margin-right: 0;
}
.career-slider-item-image {
  margin-right: 10px;
  border-radius: 12px;
}
.career-slider-item-text {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  font-weight: 400;
  padding: 20px;
  border-radius: 12px;
  background-color: #F4F4F4;
}
.career-slider-item-text-first {
  width: 250px;
}
.career-slider-item-text-second {
  width: 171px;
}
.career-slider-item-text-third {
  width: 190px;
}
.career-slider-item-text-blue {
  color: #ffffff;
  background-color: #8377F1;
}
.career-mission {
  padding: 26px 20px;
  background-color: #000000;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 35px;
}
.career-mission-title {
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 16px;
}
.career-mission-description {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.career-departments-item-icon {
  width: 100px;
  height: 80px;
  margin-top: -32px;
  margin-left: -3px;
}
.career-departments-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.career-departments-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 16px;
  background-color: #F7F9FB;
}
.career-departments-title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  color: #000000;
}
.career-departments-list {
  padding: 0;
  list-style: none;
}
.career-departments-item {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  align-items: center;
  z-index: 1;
  width: 100%;
  margin-left: 20px;
}
.career-department {
  display: flex;
  flex-direction: column-reverse;
}
.career-departments-item-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  margin: 8px 0;
  min-height: 48px;
}
.career-departments-item-icon {
  margin-right: 20px;
  display: none;
}
.career-departments-item-line {
  display: block;
  width: 50px;
  height: 2px;
  background: #8377F1;
  margin: 0 0 9px 0;
}
.career-departments-item-vacancy {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #2D3137;
  margin: 0 0 10px 0;
}
.career-departments-item-vacancy-empty {
  opacity: 0.4;
}
.career-leadership-wrapper {
  display: flex;
  flex-direction: column;
  padding: 65px 0;
  width: 100%;
}
.career-leadership-background {
  background-color: #F4F4F4;
}
.career-leadership-item {
  display: flex;
  flex-direction: column;
  width: 230px;
  margin-bottom: 130px;
}
.career-leadership-item:last-child {
  margin-bottom: 0;
}
.career-leadership-image {
  margin-bottom: 10px;
  border-radius: 12px;
}
.career-leadership-principal {
  display: flex;
  font-weight: 400;
  color: #000000;
}
.career-leadership-principal-numbersign {
  font-size: 28px;
  line-height: 34px;
  margin-right: 8px;
}
.career-leadership-principal-wrapper {
  display: flex;
  flex-direction: column;
}
.career-leadership-principal-title {
  font-size: 28px;
  line-height: 34px;
}
.career-leadership-principal-description {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
.career-vacancy {
  padding: 60px 0;
  margin-bottom: 55px;
  width: 100%;
}
.career-vacancy-title {
  padding: 0;
  margin: 0 0 30px 0;
  color: #000000;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}
.career-vacancy-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.career-vacancy-item {
  margin-bottom: 20px;
}
.career-vacancy-item:last-child {
  margin-bottom: 0;
}
.career-vacancy-item-header {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}
.career-vacancy-item-header:hover {
  cursor: pointer;
}
.career-vacancy-item-wrapper {
  display: none;
}
.career-vacancy-item-title {
  margin: 0 30px 0 0;
  padding: 0;
}
.career-vacancy-item-count {
  margin: 0;
  padding: 0;
}
.career-vacancy-item-dot {
  color: #dfdfe8;
}
.career-vacancy-arrow {
  position: relative;
  height: 11px;
  width: 12px;
  margin-left: auto;
}
.career-vacancy-arrow::before,
.career-vacancy-arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.5s;
}
.career-vacancy-arrow::before {
  left: -3px;
  background-color: #000000;
  transform: rotate(-45deg);
}
.career-vacancy-arrow::before:hover {
  background-color: #1506A2;
}
.career-vacancy-arrow::after {
  left: 4px;
  background-color: #000000;
  transform: rotate(45deg);
}
.career-vacancy-arrow::after:hover {
  background-color: #1506A2;
}
.career-vacancy-cards {
  margin: 20px -12px 20px -12px;
}
.career-vacancy-cards-empty {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #c8c8c8;
  margin: 0;
}
.career-vacancy-cards-open .career-vacancy-item-wrapper {
  display: block;
}
.career-vacancy-cards-open .career-vacancy-arrow::before {
  left: -3px;
  transform: rotate(45deg);
}
.career-vacancy-cards-open .career-vacancy-arrow::after {
  left: 4px;
  transform: rotate(-45deg);
}
.career-vacancy-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  padding: 12px 20px;
  margin-bottom: 8px;
  text-decoration: none;
  background: #F7F9FB;
}
.career-vacancy-card:last-child {
  margin-bottom: 0;
}
.career-vacancy-card-title {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
.career-vacancy-card-title:last-child {
  margin-bottom: 0;
}
.career-vacancy-card-link {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #007cd7;
  margin: 0 0 10px 0;
  padding: 0;
  text-decoration: none;
}
.career-vacancy-card-link:hover {
  cursor: pointer;
  opacity: 0.8;
}
.career-vacancy-card-description {
  display: flex;
}
.career-vacancy-card-brand {
  margin: 0 0 0 auto;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
.career-vacancy-card-region {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #8377F1;
}
.career-vacancy-card-remote {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #8377F1;
}
.career-vacancy-department {
  padding: 16px 20px;
  margin: 0 -12px 40px -12px;
  background-color: #F7F9FB;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  border-radius: 12px;
}
.career-vacancy-department-slogan {
  margin: 0 0 15px 0;
  padding: 0;
}
.career-vacancy-department-description {
  margin: 0 0 20px 0;
  padding: 0;
}
.career-vacancy-department-description:last-child {
  margin: 0;
}
.career-vacancy-department-lead {
  display: flex;
  align-items: center;
  color: #000000;
  margin-bottom: 20px;
}
.career-vacancy-department-lead:last-child {
  margin-bottom: 0;
}
.career-vacancy-department-lead-image {
  margin-right: 16px;
  border-radius: 55px;
}
.career-vacancy-department-lead-position {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #8377F1;
}
.career-vacancy-department-lead-name {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
.career-people {
  position: relative;
  overflow: hidden;
  margin-bottom: 72px;
}
.career-people-icon {
  display: none;
}
.career-people-row {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  transform: translateX(-60px);
}
.career-people-row:first-child {
  position: relative;
  z-index: 2;
}
.career-people-row:nth-child(2n) {
  transform: translateX(0);
}
.career-people-row:last-child {
  margin-bottom: 0;
}
.career-people-image {
  margin: 0 40px 0 0;
}
.career-people-image-circle {
  display: none;
}
.career-people-image :last-child {
  margin-right: 0;
}
.career-people-popup {
  position: absolute;
  background-color: #8377F1;
  border-radius: 12px;
  padding: 24px 20px;
  margin: 0 8px;
  top: -90%;
  left: 60px;
  transform: translate(0, 50%);
  width: fit-content;
  max-width: 405px;
}
.career-people-popup-title {
  font-size: 20px;
  line-height: 21px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 15px 0;
  padding: 0;
}
.career-people-popup-text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin: 0 0 15px 0;
  color: #ffffff;
  padding: 0;
  font-family: 'Montserrat';
}
.career-people-popup-link {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  background-color: #000000;
  color: #ffffff;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  font-family: 'Montserrat';
}
.career-positions-wrapper {
  margin: 0 0 120px 0;
  width: 100%;
  max-width: none;
}
.career-introduce {
  padding: 24px 20px;
  color: #ffffff;
  background-color: #8377F1;
  border-radius: 12px;
  margin-bottom: 60px;
  width: 100%;
  max-width: 830px;
}
.career-introduce-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 12px 0;
}
.career-introduce-text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 34px 0;
}
.career-introduce-link {
  display: block;
  background-color: #000000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  padding: 13px 26px;
  border-radius: 6px;
  text-decoration: none;
}
.career-introduce-link:hover {
  cursor: pointer;
}
.career-detail {
  width: 100%;
  max-width: 830px;
  margin: 40px 0 60px 0;
}
.career-detail a {
  color: #5145bf;
}
.career-detail a:hover {
  color: #8377F1;
}
.career-detail-department {
  display: inline-block;
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #8377F1;
  text-decoration: none;
}
.career-detail-position {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 32px;
  line-height: 39px;
  font-weight: 500;
  color: #000000;
}
.career-detail-location {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 8px;
  color: #686868;
}
.career-detail-navigation {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.career-detail-navigation-item {
  margin-right: 23px;
}
.career-detail-navigation-item:last-child {
  margin-right: 0;
}
.career-detail-navigation-link {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #8377F1;
  text-decoration: none;
}
.career-detail-brand {
  padding: 12px 20px 20px 20px;
  border-radius: 12px;
  background-color: #F7F9FB;
  box-sizing: border-box;
  margin: 0 0 40px;
}
.career-detail-brand-logo {
  margin-bottom: 5px;
  margin-top: 10px;
  width: 160px;
  height: 40px;
  object-fit: contain;
}
.career-detail-brand-description {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  word-break: break-word;
}
.career-detail-brand-description strong {
  font-weight: inherit;
}
.career-detail-brand-description a {
  text-decoration: none;
  color: #5145bf;
  cursor: pointer;
}
.career-detail-brand-description a:hover {
  color: #8377F1;
}
.career-detail-brand-description > blockquote {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #10085e;
  padding: 0 0 0 20px;
  margin: 10px 0;
  position: relative;
}
.career-detail-brand-description > blockquote::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #888888;
  top: -6px;
  left: 0;
  display: block;
  position: absolute;
}
.career-detail-brand-description > h1 {
  font-size: 20px;
  font-weight: 600;
}
.career-detail-brand-description > h2 {
  font-weight: 500;
}
.career-detail-brand-description > a {
  text-decoration: none;
}
.career-detail-brand-description > ol {
  padding: 0 0 0 20px;
}
.career-detail-brand-description > ol > li {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #888888;
}
.career-detail-brand-description > ol > li:last-child {
  margin-bottom: 0;
}
.career-detail-brand-description > ul {
  padding: 0;
  list-style: none;
}
.career-detail-brand-description > ul > li {
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #888888;
  position: relative;
}
.career-detail-brand-description > ul > li:last-child {
  margin-bottom: 0;
}
.career-detail-brand-description > ul > li::before {
  content: "";
  width: 10px;
  height: 10px;
  top: 7px;
  left: 0;
  position: absolute;
  background: linear-gradient(216.87deg, #DEE7EF 3.57%, #B0C7DE 92.86%);
  border-radius: 10px;
}
.career-detail-brand-price {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #000000;
}
.career-detail-skills {
  margin: 0 0 40px 0;
  max-width: 830px;
}
.career-detail-skills-description {
  margin-bottom: 40px;
}
.career-detail-skills-description:last-of-type {
  margin-bottom: 0;
}
.career-detail-skills-description > blockquote {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #10085e;
  padding: 0 0 0 20px;
  margin: 10px 0;
  position: relative;
}
.career-detail-skills-description > blockquote::before {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #888888;
  top: -6px;
  left: 0;
  display: block;
  position: absolute;
}
.career-detail-skills-description > h1 {
  font-size: 20px;
  font-weight: 600;
}
.career-detail-skills-description > h2 {
  font-weight: 500;
}
.career-detail-skills-description > a {
  text-decoration: none;
  color: #007cd7;
}
.career-detail-skills-description > p {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 12px 0;
}
.career-detail-skills-description > ol {
  padding: 0 0 0 20px;
}
.career-detail-skills-description > ol > li {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #2D3137;
}
.career-detail-skills-description > ol > li:last-child {
  margin-bottom: 0;
}
.career-detail-skills-description > ul {
  padding: 0;
  margin: 0 0 40px 0;
  list-style: none;
}
.career-detail-skills-description > ul > li {
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #2D3137;
  position: relative;
}
.career-detail-skills-description > ul > li:last-child {
  margin-bottom: 0;
}
.career-detail-skills-description > ul > li::before {
  content: "";
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
  position: absolute;
  background: #8377F1;
  border-radius: 10px;
}
.career-detail-skills-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #000000;
  padding: 0;
  margin: 0 0 12px 0;
}
.career-detail-skills-list {
  padding: 0;
  margin: 0 0 40px 0;
  list-style: none;
}
.career-detail-skills-item {
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #888888;
  position: relative;
}
.career-detail-skills-item:last-child {
  margin-bottom: 0;
}
.career-detail-skills-item::before {
  content: "";
  width: 10px;
  height: 10px;
  top: 7px;
  left: 0;
  position: absolute;
  background: linear-gradient(216.87deg, #DEE7EF 3.57%, #B0C7DE 92.86%);
  border-radius: 10px;
}
.career-detail-apply {
  margin: 0 0 30px 0;
  padding: 20px;
  background-color: #F7F9FB;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.career-detail-apply-link {
  display: block;
  padding: 13px 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  margin: 0 0 20px 0;
  border-radius: 6px;
  text-decoration: none;
}
.career-detail-apply-link:hover {
  background-color: #8377F1;
}
.career-detail-apply-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.career-detail-apply-share {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #8377F1;
  padding: 0;
  margin: 0 0 8px 0;
}
.career-detail-social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.career-detail-social-item {
  margin-right: 12px;
  filter: brightness(0);
}
.career-detail-social-item:last-child {
  margin-right: 0;
}
.career-detail-social-link:hover {
  cursor: pointer;
  opacity: 0.8;
}
.career-detail-interesting {
  width: 100%;
  margin: 0 0 60px 0;
}
.career-detail-interesting-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 16px 0;
}
.career-detail-navigation-description {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #000000;
}
.career-detail-form {
  width: 100%;
  max-width: 830px;
  margin: 0 0 120px 0;
}
.career-detail-form-error {
  display: none;
}
.career-detail-form-error-open {
  display: block;
  color: red;
  opacity: 0.8;
}
.career-detail-form-border {
  display: block;
  margin: 20px 0;
  border-bottom: 1px solid rgba(45, 49, 55, 0.1);
}
.career-detail-form-label {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
}
.career-detail-form-label:last-child {
  margin: 0;
}
.career-detail-form-input-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 8px 0;
  color: #2D3137;
  font-family: 'Aeroport', sans-serif;
}
.career-detail-form-input-title > sup {
  color: red;
}
.career-detail-form-input {
  font-family: Montserrat, 'Arial', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #171862;
  padding: 12px 14px;
  border: 1px solid #DFDFE8;
  box-sizing: border-box;
  border-radius: 6px;
  outline: none;
}
.career-detail-form-input::placeholder {
  opacity: 0.4;
}
.career-detail-form-input-red {
  border: 1px solid red;
}
.career-detail-form-input-error {
  display: none;
  margin-top: 5px;
}
.career-detail-form-input-error-text {
  color: red;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.career-detail-form-submit {
  font-family: Montserrat, 'Arial', sans-serif;
  margin: 40px 0 0 0;
  width: 100%;
  padding: 13px 30px;
  color: #000000;
  background-color: #8377F1;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  border: none;
}
.career-detail-form-submit:hover {
  cursor: pointer;
  opacity: 0.8;
}
.career-detail-form-file {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  font-family: 'Montserrat';
}
.career-detail-form-file:last-child {
  margin-bottom: 0;
}
.career-detail-form-file-wrapper {
  display: flex;
  align-items: baseline;
}
.career-detail-form-file-container {
  display: flex;
  flex-direction: column;
}
.career-detail-form-file-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  background-color: #000000;
  padding: 14px 47px;
  border-radius: 6px;
  text-align: center;
}
.career-detail-form-file-label-error {
  border: 1px solid red;
}
.career-detail-form-file-label:hover {
  cursor: pointer;
  background-color: #8377F1;
}
.career-detail-form-file-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #2d3137;
  margin: 0;
}
.career-detail-form-file-name:not(:empty) {
  margin: 13px 8px 0 0;
}
.career-detail-form-file-cleaner {
  display: none;
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
}
.career-detail-form-file-cleaner:hover {
  cursor: pointer;
}
.career-detail-form-file-name:not(:empty) + .career-detail-form-file-cleaner {
  display: block;
}
.career-success-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(223, 223, 232, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.career-success-popup-open {
  display: flex;
}
.career-success-popup-content {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  width: 280px;
  box-sizing: border-box;
}
.career-success-popup-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin: 0 0 12px 0;
}
.career-success-popup-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin: 0;
}
.career-success-popup-button {
  margin: 20px 0 0 0;
  width: 100%;
  padding: 13px 30px;
  color: #ffffff;
  background-color: #10085e;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  border: none;
}
.career-success-popup-button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.career-form-filtered {
  margin-top: 25px;
  color: #686868;
  opacity: 0;
  margin-bottom: 25px;
}
.career-form-filtered a {
  color: #8377F1;
  text-decoration: none;
}
.career-form-filtered-text {
  font-family: 'Montserrat';
}
.career-form-filtered-reset-btn {
  color: #007cd7;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  line-height: 20.5px;
  border-bottom: 1px dashed #dcedf9;
  margin-left: 10px;
}
.career-positions-notfound {
  margin-top: 30px;
  font-size: 24px;
  color: #888888;
  display: none;
}
.career-vacancy-cards .career-vacancy-card-brand {
  color: rgba(0, 0, 8, 0.53);
}
.career-vacancy-cards :is(.career-vacancy-card-region, .career-vacancy-card-remote) {
  color: #000000;
}
.career-vacancy-cards .career-vacancy-card:first-child:before {
  content: none;
}
input[value="career_department_detail"] ~ .page .career-title {
  font-family: 'Montserrat';
  line-height: 58px;
}
input[value="career_department_detail"] ~ .page .career-form-input-title,
input[value="career_department_detail"] ~ .page .career-custom-select-trigger-wrapper {
  color: #000000;
  font-weight: 500;
  font-family: 'Montserrat';
}
input[value="career_department_detail"] ~ .career-background .career-title {
  font-weight: 500;
}
@media screen and (min-width: 460px) {
  .career-people-popup {
    top: 170%;
    left: 50%;
    transform: translateX(-38%);
  }
  .career-leadership-item-left {
    align-self: end;
  }
}
@media screen and (min-width: 750px) {
  .career-header {
    padding: 125px 0 0 0;
  }
  .career-header-department {
    min-height: 250px;
    padding: 125px 0 0 0;
  }
  .career-container {
    width: 710px;
    margin: 0 auto;
  }
  .career-vacancy-arrow {
    margin-left: 0;
  }
  -cards {
    margin: 0 40px 0 0;
    width: 100%;
  }
  .career-vacancy-card {
    position: relative;
    background-color: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-radius: 0;
    padding: 15px 20px 14px;
    margin-bottom: 0;
    text-decoration: none;
  }
  .career-vacancy-card::before {
    content: "";
    position: absolute;
    top: 0;
    background-color: #DFDFE8;
    width: calc(100% - 40px);
    height: 1px;
  }
  .career-vacancy-card-title {
    flex-basis: 63%;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .career-vacancy-card-title__name {
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
  }
  .career-vacancy-card-title__name:hover {
    color: #8377F1;
  }
  .career-vacancy-card-title__department {
    font-size: 15px;
    line-height: 20px;
    color: #c4c4c4;
  }
  .career-vacancy-card-brand {
    margin: 0 51px 0 0;
    font-size: 15px;
    line-height: 19px;
  }
  .career-vacancy-card-region {
    margin-bottom: 0px;
    text-align: end;
  }
  .career-vacancy-card-remote {
    text-align: end;
  }
  .career-vacancy-card-link {
    margin: 0 20px 0 0;
    flex-basis: 63%;
  }
  .career-vacancy-card-description {
    flex-direction: row-reverse;
    align-items: center;
    flex-grow: 1;
    justify-content: space-between;
    flex-basis: calc(37% - 20px);
  }
  .career-form-filtered {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .career-airplane {
    display: none;
  }
  .career-vacancy-cards .career-vacancy-card:last-child::after {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #DFDFE8;
    width: calc(100% - 40px);
    height: 1px;
  }
}
@media screen and (min-width: 1080px) {
  .career-topbar {
    display: flex;
    flex-direction: row;
    margin: 20px 0 0 200px;
    padding: 0;
    list-style: none;
  }
  .career-topbar-item {
    margin-right: 32px;
  }
  .career-topbar-item:last-child {
    margin-right: 0;
  }
  .career-topbar-link {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    text-decoration: none;
    color: #007cd7;
  }
  .career-background {
    position: relative;
  }
  .career-airplane {
    position: absolute;
    width: 25px;
    height: 25px;
  }
  .career-airplane-left {
    top: 240px;
    left: 164px;
    transform: rotate(140deg);
  }
  .career-airplane-right {
    top: 130px;
    right: 237px;
    transform: rotate(328deg);
  }
  .career-airplane-right-main {
    top: 340px;
    right: 128px;
    transform: rotate(336deg);
  }
  .career-header {
    padding: 185px 0 0 0;
  }
  .career-header-department {
    min-height: 330px;
    padding: 189px 0 0 0;
  }
  .career-container {
    width: 830px;
  }
  .career-container--oversized {
    width: 870px;
  }
  .career-title {
    font-size: 48px;
    line-height: 50px;
  }
  .career-form {
    display: flex;
    flex-direction: row;
    padding: 10px 8px 10px 20px;
    max-width: none;
  }
  .career-form-label {
    width: auto;
    margin-bottom: 0;
  }
  .career-form-input {
    padding: 6px 0 0 0;
    border-bottom: none;
  }
  .career-form-select-wrapper {
    margin-bottom: 0;
    padding: 0 12px;
    min-width: 220px;
    max-width: 220px;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
  }
  .career-form-select-wrapper:last-of-type {
    margin-right: 8px;
  }
  .career-form-button {
    width: 128px;
    margin-top: 1px;
  }
  .career-custom-select-border {
    border-bottom: none;
  }
  .career-custom-select-trigger {
    height: auto;
    padding: 5px 0 0 0;
  }
  .career-custom-select-trigger-wrapper {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .career-slider {
    margin-bottom: 80px;
    margin-top: 62px;
    --gap: 20px;
  }
  .career-slider-wrapper {
    margin-bottom: 19px;
    gap: var(--gap);
  }
  .career-slider-wrapper:last-child {
    margin-bottom: 0;
  }
  .career-slider-item-text-first {
    width: 370px;
  }
  .career-slider-item-text-second {
    width: 255px;
  }
  .career-slider-item-text-third {
    width: 280px;
  }
  .career-slider-item-image {
    margin-right: 20px;
  }
  .career-slider-item:last-child {
    margin-right: 0;
  }
  .career-mission {
    padding: 40px 85px 60px 85px;
    margin-bottom: 105px;
    margin-left: -85px;
    margin-right: -85px;
    margin-top: 15px;
  }
  .career-mission-description {
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
  }
  .career-department {
    flex-direction: row;
    padding: 0;
    margin: 0 0 180px 0;
    width: 100%;
    align-items: flex-start;
  }
  .career-department-title {
    font-size: 48px;
    line-height: 58px;
    margin: 0 0 60px 0;
  }
  .career-departments {
    margin-bottom: 80px;
  }
  .career-departments-wrapper {
    width: calc(33% - 8px);
    margin: 0;
  }
  .career-departments-wrapper::before {
    transition: all 300ms;
  }
  .career-departments-wrapper:hover::before {
    transition: all 300ms;
    background-color: #efefef;
  }
  .career-departments-title {
    margin: 0 0 49px 0;
    font-size: 48px;
    line-height: 59px;
  }
  .career-departments-list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
  }
  .career-departments-item {
    flex-direction: column;
    flex-grow: 1;
    margin: 0;
  }
  .career-departments-item-wrapper {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 276px;
  }
  .career-departments-item-icon {
    margin: 0;
    width: 100px;
    height: 80px;
  }
  .career-departments-item-title {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    min-height: 2.6em;
  }
  .career-departments-item-vacancy {
    margin: 0 0 84px 0;
  }
  .career-leadership-wrapper {
    margin: 0 100px;
    padding: 120px 0;
  }
  .career-leadership-item {
    flex-direction: row;
    margin: 0 0 130px 0;
  }
  .career-leadership-item:last-child {
    margin: 0;
  }
  .career-leadership-image {
    width: 400px;
  }
  .career-leadership-item:nth-child(2n + 1) > img {
    order: 1;
  }
  .career-leadership-principal-wrapper {
    width: 385px;
  }
  .career-leadership-principal-numbersign,
  .career-leadership-principal-title {
    font-size: 48px;
    line-height: 58px;
  }
  .career-leadership-principal-description {
    font-size: 24px;
    line-height: 34px;
  }
  .career-vacancy {
    padding: 0;
    margin-bottom: 90px;
  }
  .career-vacancy-arrow {
    width: 16px;
    margin-left: 0;
  }
  .career-vacancy-title {
    font-size: 48px;
    line-height: 58px;
    margin: 0 0 60px 0;
  }
  .career-vacancy-item-wrapper {
    margin-left: -20px;
  }
  .career-vacancy-item {
    margin-bottom: 40px;
  }
  .career-vacancy-item-header {
    align-items: center;
    margin-bottom: 20px;
  }
  .career-vacancy-item-title {
    font-size: 32px;
    line-height: 39px;
  }
  .career-vacancy-cards {
    margin: 0 0 0 0;
    width: 100%;
  }
  .career-vacancy-cards-empty {
    font-size: 42px;
    line-height: 42px;
    margin: 20px 0;
  }
  .career-vacancy-department {
    width: 312px;
    margin: 0 40px 0 -100px;
    box-sizing: border-box;
    padding: 24px 28px;
  }
  .career-vacancy-department-description {
    width: 215px;
  }
  .career-vacancy-list {
    flex-grow: 1;
  }
  .career-vacancy-cards-open .career-vacancy-item-wrapper {
    display: flex;
  }
  .career-people {
    padding-top: 150px;
    margin-bottom: 0;
  }
  .career-people::before {
    content: "";
    height: 350px;
    width: 220px;
    z-index: 3;
    position: absolute;
    top: 120px;
    left: 0px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  }
  .career-people::after {
    content: "";
    height: 350px;
    width: 220px;
    z-index: 3;
    position: absolute;
    top: 120px;
    right: 0;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
  }
  .career-people-row {
    transform: translateX(0);
    padding: 0 20px;
    justify-content: center;
  }
  .career-people-row:first-child {
    position: relative;
    z-index: 2;
  }
  .career-people-row:first-child .career-people-image:nth-child(5) {
    display: none;
  }
  .career-people-row:first-child .career-people-image:nth-child(n + 6) {
    order: 2;
  }
  .career-people-row:nth-child(2n) {
    display: none;
  }
  .career-people-row:nth-child(3) {
    margin-left: -15px;
  }
  .career-people-icon-wrapper {
    order: 1;
    margin-right: 40px;
    z-index: 2;
    position: relative;
  }
  .career-people-icon-wrapper::before {
    content: "";
    z-index: 4;
    position: absolute;
    top: -111px;
    left: 29px;
    width: 133px;
    height: 140px;
  }
  .career-people-image:last-child {
    margin: 0;
  }
  .career-people-icon {
    position: relative;
    background: #8377F1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
  }
  .career-people-icon::before {
    content: "";
    width: 133px;
    position: absolute;
    height: 133px;
    border-radius: 50%;
    background-color: #F7F9FB;
    top: -26px;
    left: -26px;
    z-index: -1;
  }
  .career-people-icon:hover {
    background: #006dbe;
  }
  .career-people-popup {
    padding: 32px 40px;
    margin: 0;
    z-index: 3;
    top: -97px;
    left: 339px;
    width: 405px;
    box-sizing: border-box;
  }
  .career-people-popup-title {
    font-size: 32px;
    line-height: 33px;
    margin-bottom: 8px;
  }
  .career-people-popup-text {
    margin-bottom: 25px;
  }
  .career-positions-wrapper {
    margin: 20px 0 80px 0;
  }
  .career-positions-notfound {
    margin-top: 30px;
    font-size: 24px;
    color: #888888;
    display: none;
  }
  .career-introduce {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 85px 28px;
    margin: 0;
    margin-left: -85px;
    margin-right: -85px;
  }
  .career-introduce-title {
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
    margin: 0;
  }
  .career-introduce-text {
    width: 295px;
    margin: 0;
  }
  .career-detail {
    margin: 41px 100px 0 100px;
  }
  .career-detail a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-decoration: none;
  }
  .career-detail-navigation {
    margin: 0 0 65px 0;
  }
  .career-detail-brand {
    padding: 28px 40px 28px 120px;
    margin: 0 -20px 40px -20px;
    width: calc(100% + 40px);
    display: flex;
    flex-direction: row-reverse;
  }
  .career-detail-brand-logo {
    margin-left: 80px;
    width: 182px;
    height: 48px;
    margin-top: 1px;
  }
  .career-detail-brand-description {
    font-size: 16px;
    line-height: 26px;
    flex-grow: 1;
  }
  .career-detail-brand-description > h1 {
    font-size: 25px;
  }
  .career-detail-brand-description > p {
    margin-top: 0;
  }
  .career-detail-skills {
    margin: 0 100px 40px 100px;
  }
  .career-detail-skills-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .career-detail-skills-item {
    font-size: 16px;
  }
  .career-detail-apply {
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 105px 40px 105px;
    align-items: center;
  }
  .career-detail-apply-wrapper {
    align-items: center;
  }
  .career-detail-apply-link {
    width: 242px;
    margin-bottom: 0;
  }
  .career-detail-apply-link:hover {
    opacity: 0.8;
  }
  .career-detail-interesting-title {
    font-size: 32px;
    line-height: 39px;
    margin: 0 0 20px 20px;
  }
  .career-detail-department {
    font-size: 32px;
    line-height: 40px;
  }
  .career-detail-position {
    font-size: 32px;
    line-height: 39px;
  }
  .career-detail-location {
    font-size: 22px;
  }
  .career-detail-form {
    margin: 0 100px 0 100px;
  }
  .career-detail-form-border {
    width: 680px;
    margin: 40px 0;
  }
  .career-detail-form-input {
    max-width: 680px;
  }
  .career-detail-form-file-container {
    flex-direction: row;
  }
  .career-detail-form-file-label {
    width: 122px;
    padding: 14px 24px;
    margin-right: 20px;
  }
  .career-detail-form-submit {
    width: 255px;
  }
  .career-detail-navigation-description {
    width: 680px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .career-success-popup-content {
    width: 680px;
    padding: 40px 85px;
  }
  .career-success-popup-title {
    font-size: 32px;
    line-height: 39px;
    margin: 0 0 20px 0;
  }
  .career-success-popup-description {
    font-size: 16px;
    line-height: 26px;
  }
  .career-success-popup-button {
    width: 200px;
  }
  .career-form-filtered {
    margin-top: 39px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    color: #686868;
    opacity: 0;
  }
  .career-form-filtered a {
    text-decoration: none;
  }
  .career-form-filtered-reset-btn {
    margin-left: 10px;
  }
}
input[value="career_position_detail"] ~ div .career-header {
  padding-top: 218px;
}
input[value="career_position_apply"] ~ div .career-detail {
  margin-top: 74px;
}
