.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.depth-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .depth-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-2 > .depth-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .depth-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .depth-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .depth-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d30000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #d30000 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d30000 !important;
  border-color: #d30000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff0707 !important;
  border-color: #ff0707 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0707 !important;
  border-color: #ff0707 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000072 !important;
  border-color: #000072 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #0000a5 !important;
  border-color: #0000a5 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0000a5 !important;
  border-color: #0000a5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d30000 !important;
  border-color: #d30000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff0707 !important;
  border-color: #ff0707 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff0707 !important;
  border-color: #ff0707 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d30000;
  color: #d30000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7c0000 !important;
  background-color: transparent !important;
  border-color: #7c0000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d30000 !important;
  border-color: #d30000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000072;
  color: #000072;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #00001b !important;
  background-color: transparent !important;
  border-color: #00001b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000072 !important;
  border-color: #000072 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d30000;
  color: #d30000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7c0000 !important;
  background-color: transparent !important;
  border-color: #7c0000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d30000 !important;
  border-color: #d30000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d30000 !important;
}
.text-secondary {
  color: #000072 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #d30000 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6d0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #00000c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6d0000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d30000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #232323;
}
.alert-warning {
  background-color: #d30000;
}
.alert-danger {
  background-color: #000000;
}
.depth-gallery-filter li.active .btn {
  background-color: #d30000;
  border-color: #d30000;
  color: #ffffff;
}
.depth-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d30000;
}
.depth-plan-header.bg-primary .depth-plan-subtitle,
.depth-plan-header.bg-primary .depth-plan-price-desc {
  color: #ffa0a0;
}
.depth-plan-header.bg-success .depth-plan-subtitle,
.depth-plan-header.bg-success .depth-plan-price-desc {
  color: #ffffff;
}
.depth-plan-header.bg-info .depth-plan-subtitle,
.depth-plan-header.bg-info .depth-plan-price-desc {
  color: #d5d5d5;
}
.depth-plan-header.bg-warning .depth-plan-subtitle,
.depth-plan-header.bg-warning .depth-plan-price-desc {
  color: #ffa0a0;
}
.depth-plan-header.bg-danger .depth-plan-subtitle,
.depth-plan-header.bg-danger .depth-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .depth-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d30000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .depth-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #d30000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d30000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d30000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d30000;
  border-bottom-color: #d30000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #d30000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000072 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23d30000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar-dropdown {
  position: relative !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:before {
  font-family: font2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:hover,
.QPJGY1HI-uQyggPRT6V .dropdown-item:focus {
  background: #d30000 !important;
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:hover span {
  color: white;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QPJGY1HI-uQyggPRT6V .nav-link {
  position: relative;
}
.QPJGY1HI-uQyggPRT6V .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QPJGY1HI-uQyggPRT6V .container {
    flex-wrap: nowrap;
  }
}
.QPJGY1HI-uQyggPRT6V .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .iconfont-wrapper:hover {
  opacity: .5;
}
.QPJGY1HI-uQyggPRT6V .dropdown-menu,
.QPJGY1HI-uQyggPRT6V .navbar.opened {
  background: #000000 !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item:focus,
.QPJGY1HI-uQyggPRT6V .nav-link:focus {
  outline: none;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QPJGY1HI-uQyggPRT6V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QPJGY1HI-uQyggPRT6V .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QPJGY1HI-uQyggPRT6V .navbar.opened {
  transition: all 0.3s;
}
.QPJGY1HI-uQyggPRT6V .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.QPJGY1HI-uQyggPRT6V .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.QPJGY1HI-uQyggPRT6V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed {
  justify-content: center;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QPJGY1HI-uQyggPRT6V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QPJGY1HI-uQyggPRT6V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QPJGY1HI-uQyggPRT6V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-short {
  min-height: 96px;
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-caption:hover,
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-caption:focus {
  color: #d30000 !important;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-logo a {
  outline: none;
}
.QPJGY1HI-uQyggPRT6V .navbar.opened .navbar-brand .navbar-caption:hover,
.QPJGY1HI-uQyggPRT6V .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item.active,
.QPJGY1HI-uQyggPRT6V .dropdown-item:active {
  background-color: transparent;
}
.QPJGY1HI-uQyggPRT6V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyggPRT6V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.QPJGY1HI-uQyggPRT6V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QPJGY1HI-uQyggPRT6V ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QPJGY1HI-uQyggPRT6V ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar-buttons {
  text-align: center;
  width: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar-buttons .btn .depth-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .QPJGY1HI-uQyggPRT6V .navbar-buttons .btn {
    width: auto !important;
  }
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V .navbar-dropdown {
  padding: 0 1rem;
}
.QPJGY1HI-uQyggPRT6V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QPJGY1HI-uQyggPRT6V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QPJGY1HI-uQyggPRT6V .navbar {
    height: 70px;
  }
  .QPJGY1HI-uQyggPRT6V .navbar.opened {
    height: auto;
  }
  .QPJGY1HI-uQyggPRT6V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar-nav {
  margin: 0 auto;
}
.QPJGY1HI-uQyggPRT6V .nav-item {
  padding: 0;
  margin: 0;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link::after {
  color: #d30000 !important;
  transform: rotate(0);
  transition: .3s;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link:hover {
  background-color: #d30000;
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QPJGY1HI-uQyggPRT6V .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .QPJGY1HI-uQyggPRT6V .navbar {
    justify-content: flex-start !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.QPJGY1HI-uQyggPRT6V .content-wrap {
  min-height: 110px;
}
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn::after,
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffffff, #000000 150%);
}
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:hover,
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:focus {
  color: #000000 !important;
}
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:hover::after,
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffffff, #000000 150%);
  opacity: 1;
}
.QPJGY1HI-uQyiQJeRZy {
  background-image: url("../../../assets/images/bright-wall.jpg");
}
.QPJGY1HI-uQyiQJeRZy .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyiQJeRZy .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyiQJeRZy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyiQJeRZy .container-fluid {
    padding: 0 30px;
  }
}
.QPJGY1HI-uQyiQJeRZy .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyiQJeRZy .container {
    padding: 0 30px;
  }
}
.QPJGY1HI-uQyiQJeRZy .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyiQJeRZy .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.QPJGY1HI-uQyiQJeRZy .title-wrapper .depth-section-title {
  margin-bottom: 32px;
}
.QPJGY1HI-uQyiQJeRZy .title-wrapper .depth-text {
  margin-bottom: 22px;
}
.QPJGY1HI-uQyiQJeRZy .depth-section-title {
  color: #ffffff;
}
.QPJGY1HI-uQyiQJeRZy .depth-text {
  color: #ffffff;
}
.QPJGY1HI-uQyrwzCMR6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.QPJGY1HI-uQyrwzCMR6 .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyrwzCMR6 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyrwzCMR6 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyrwzCMR6 .container-fluid {
    padding: 0 25px;
  }
}
.QPJGY1HI-uQyrwzCMR6 .container-fluid .row {
  padding: 0;
}
.QPJGY1HI-uQyrwzCMR6 .image-wrapper {
  height: 100%;
}
.QPJGY1HI-uQyrwzCMR6 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyrwzCMR6 .image-wrapper img {
    height: 400px;
  }
}
.QPJGY1HI-uQyrwzCMR6 .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyrwzCMR6 .title-wrap {
    margin-bottom: 100px;
  }
}
.QPJGY1HI-uQyrwzCMR6 .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyrwzCMR6 .title-wrap .title-wrapper {
    padding: 0;
  }
}
.QPJGY1HI-uQyrwzCMR6 .title-wrap .title-wrapper .depth-section-title {
  margin-bottom: 0;
}
.QPJGY1HI-uQyrwzCMR6 .title-wrap .title-wrapper .depth-text {
  margin: 25px 0 0;
}
.QPJGY1HI-uQyrwzCMR6 .title-wrap .title-wrapper .depth-section-btn {
  margin: 40px 0 0;
}
.QPJGY1HI-uQyrwzCMR6 .title-wrap .title-wrapper .depth-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.QPJGY1HI-uQyrwzCMR6 .depth-section-title {
  color: #ffffff;
}
.QPJGY1HI-uQyrwzCMR6 .depth-text {
  color: #000000;
}
.QPJGY1HI-uQyrwzCMR6 .depth-section-title,
.QPJGY1HI-uQyrwzCMR6 .depth-section-btn {
  color: #000000;
}
.QPJGY1HI-uQyppUWYNo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.QPJGY1HI-uQyppUWYNo .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyppUWYNo .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyppUWYNo .card-wrapper {
  display: flex;
  background-color: #d30000;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyppUWYNo .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyppUWYNo .card-wrapper {
    margin-bottom: 32px;
  }
}
.QPJGY1HI-uQyppUWYNo .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #d30000 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.QPJGY1HI-uQyppUWYNo .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyppUWYNo .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.QPJGY1HI-uQyppUWYNo .card-wrapper .content-wrapper .depth-section-title {
  margin-bottom: 22px;
}
.QPJGY1HI-uQyppUWYNo .card-wrapper .content-wrapper .depth-text {
  margin-bottom: 0;
}
.QPJGY1HI-uQyppUWYNo .card-wrapper .content-wrapper .depth-section-btn {
  margin-top: 22px;
}
.QPJGY1HI-uQyppUWYNo .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyppUWYNo .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.QPJGY1HI-uQyppUWYNo .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.QPJGY1HI-uQyppUWYNo .depth-section-title {
  color: #ffffff;
}
.QPJGY1HI-uQyppUWYNo .depth-text {
  color: #ffffff;
}
.QPJGY1HI-uQypodzQjq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #d30000 110%);
}
.QPJGY1HI-uQypodzQjq .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQypodzQjq .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQypodzQjq .row {
  justify-content: center;
}
.QPJGY1HI-uQypodzQjq .content-wrapper {
  position: relative;
  z-index: 2;
}
.QPJGY1HI-uQypodzQjq .content-wrapper .depth-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQypodzQjq .content-wrapper .depth-section-title {
    margin-bottom: 22px;
  }
}
.QPJGY1HI-uQypodzQjq .content-wrapper .depth-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQypodzQjq .content-wrapper .depth-text {
    margin-bottom: 22px;
  }
}
.QPJGY1HI-uQypodzQjq .content-wrapper .depth-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQypodzQjq .content-wrapper .depth-desc {
    margin-bottom: 22px;
  }
}
.QPJGY1HI-uQypodzQjq .depth-section-title {
  color: #ffffff;
}
.QPJGY1HI-uQypodzQjq .depth-text {
  color: #ffffff;
}
.QPJGY1HI-uQypodzQjq .depth-desc {
  color: #ffffff;
}
.QPJGY1HI-uQypwqDtDK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.QPJGY1HI-uQypwqDtDK .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQypwqDtDK .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQypwqDtDK .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.QPJGY1HI-uQypwqDtDK .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQypwqDtDK .title-wrapper {
    margin-bottom: 48px;
  }
}
.QPJGY1HI-uQypwqDtDK .title-wrapper .depth-section-title {
  margin-bottom: 24px;
}
.QPJGY1HI-uQypwqDtDK .title-wrapper .text-wrapper .depth-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQypwqDtDK .title-wrapper .text-wrapper .depth-text {
    width: 100%;
  }
}
.QPJGY1HI-uQypwqDtDK .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQypwqDtDK .image-wrapper img {
    height: 350px;
  }
}
.QPJGY1HI-uQypwqDtDK .depth-section-title {
  color: #ffffff;
}
.QPJGY1HI-uQypwqDtDK .depth-text,
.QPJGY1HI-uQypwqDtDK .text-wrapper {
  color: #000000;
}
.QPJGY1HI-uQypwqDtDK .depth-section-title,
.QPJGY1HI-uQypwqDtDK .depth-section-btn {
  color: #000000;
}
.QPJGY1HI-uQypGkX41v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.QPJGY1HI-uQypGkX41v .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQypGkX41v .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQypGkX41v .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.QPJGY1HI-uQypGkX41v .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQypGkX41v .item {
    margin-bottom: 15px;
  }
}
.QPJGY1HI-uQypGkX41v .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #d30000;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQypGkX41v .item .item-wrapper {
    padding: 30px;
  }
}
.QPJGY1HI-uQypGkX41v .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQypGkX41v .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.QPJGY1HI-uQypGkX41v .item .item-wrapper .card-box .iconfont-wrapper .depth-iconfont {
  font-size: 25px;
  color: #d30000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQypGkX41v .item .item-wrapper .card-box .iconfont-wrapper .depth-iconfont {
    font-size: 26px;
  }
}
.QPJGY1HI-uQypGkX41v .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.QPJGY1HI-uQypGkX41v .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.QPJGY1HI-uQypGkX41v .item .item-wrapper .depth-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQypGkX41v .item .item-wrapper .depth-section-btn {
    margin-top: 20px;
  }
}
.QPJGY1HI-uQypGkX41v .item .item-wrapper .depth-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.QPJGY1HI-uQypGkX41v .card-title {
  color: #000000;
}
.QPJGY1HI-uQypGkX41v .card-text {
  color: #8a8a8a;
}
.QPJGY1HI-uQypGkX41v .card-text,
.QPJGY1HI-uQypGkX41v .depth-section-btn {
  color: #000000;
}
.QPJGY1HI-uQyJUpsd01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.QPJGY1HI-uQyJUpsd01 .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyJUpsd01 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyJUpsd01 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .container {
    padding: 0 26px;
  }
}
.QPJGY1HI-uQyJUpsd01 .row {
  justify-content: center;
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .depth-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .depth-section-title {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .text-wrapper .depth-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .text-wrapper .depth-text {
    width: 100%;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #d30000;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .depth-iconfont {
  margin-right: 0;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .depth-iconfont,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .depth-iconfont {
  color: #54595f;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a .depth-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.QPJGY1HI-uQyJUpsd01 .depth-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.QPJGY1HI-uQyJUpsd01 .depth-section-title {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .depth-text {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .list {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .list,
.QPJGY1HI-uQyJUpsd01 .nav-wrapper,
.QPJGY1HI-uQyJUpsd01 .social-wrapper {
  text-align: right;
}
.QPJGY1HI-uQyggPRT6V .navbar-dropdown {
  position: relative !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:before {
  font-family: font2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:hover,
.QPJGY1HI-uQyggPRT6V .dropdown-item:focus {
  background: #d30000 !important;
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:hover span {
  color: white;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QPJGY1HI-uQyggPRT6V .nav-link {
  position: relative;
}
.QPJGY1HI-uQyggPRT6V .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QPJGY1HI-uQyggPRT6V .container {
    flex-wrap: nowrap;
  }
}
.QPJGY1HI-uQyggPRT6V .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .iconfont-wrapper:hover {
  opacity: .5;
}
.QPJGY1HI-uQyggPRT6V .dropdown-menu,
.QPJGY1HI-uQyggPRT6V .navbar.opened {
  background: #000000 !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item:focus,
.QPJGY1HI-uQyggPRT6V .nav-link:focus {
  outline: none;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QPJGY1HI-uQyggPRT6V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QPJGY1HI-uQyggPRT6V .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QPJGY1HI-uQyggPRT6V .navbar.opened {
  transition: all 0.3s;
}
.QPJGY1HI-uQyggPRT6V .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.QPJGY1HI-uQyggPRT6V .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.QPJGY1HI-uQyggPRT6V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed {
  justify-content: center;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QPJGY1HI-uQyggPRT6V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QPJGY1HI-uQyggPRT6V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QPJGY1HI-uQyggPRT6V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-short {
  min-height: 96px;
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-caption:hover,
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-caption:focus {
  color: #d30000 !important;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-logo a {
  outline: none;
}
.QPJGY1HI-uQyggPRT6V .navbar.opened .navbar-brand .navbar-caption:hover,
.QPJGY1HI-uQyggPRT6V .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item.active,
.QPJGY1HI-uQyggPRT6V .dropdown-item:active {
  background-color: transparent;
}
.QPJGY1HI-uQyggPRT6V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyggPRT6V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.QPJGY1HI-uQyggPRT6V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QPJGY1HI-uQyggPRT6V ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QPJGY1HI-uQyggPRT6V ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar-buttons {
  text-align: center;
  width: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar-buttons .btn .depth-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .QPJGY1HI-uQyggPRT6V .navbar-buttons .btn {
    width: auto !important;
  }
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V .navbar-dropdown {
  padding: 0 1rem;
}
.QPJGY1HI-uQyggPRT6V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QPJGY1HI-uQyggPRT6V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QPJGY1HI-uQyggPRT6V .navbar {
    height: 70px;
  }
  .QPJGY1HI-uQyggPRT6V .navbar.opened {
    height: auto;
  }
  .QPJGY1HI-uQyggPRT6V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar-nav {
  margin: 0 auto;
}
.QPJGY1HI-uQyggPRT6V .nav-item {
  padding: 0;
  margin: 0;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link::after {
  color: #d30000 !important;
  transform: rotate(0);
  transition: .3s;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link:hover {
  background-color: #d30000;
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QPJGY1HI-uQyggPRT6V .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .QPJGY1HI-uQyggPRT6V .navbar {
    justify-content: flex-start !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.QPJGY1HI-uQyggPRT6V .content-wrap {
  min-height: 110px;
}
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn::after,
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffffff, #000000 150%);
}
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:hover,
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:focus {
  color: #000000 !important;
}
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:hover::after,
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffffff, #000000 150%);
  opacity: 1;
}
.QPJGY1HI-uQyukGAoNG {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/neutralword3704.jpg");
}
.QPJGY1HI-uQyukGAoNG .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyukGAoNG .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyukGAoNG .content-wrapper .depth-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyukGAoNG .content-wrapper .depth-label {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyukGAoNG .content-wrapper .depth-section-title {
  margin-bottom: 20px;
}
.QPJGY1HI-uQyukGAoNG .content-wrapper .text-wrapper .depth-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .QPJGY1HI-uQyukGAoNG .content-wrapper .text-wrapper .depth-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyukGAoNG .content-wrapper .text-wrapper .depth-text {
    width: 100%;
  }
}
.QPJGY1HI-uQyukGAoNG .depth-label {
  color: #ffffff;
}
.QPJGY1HI-uQyukGAoNG .depth-section-title {
  color: #ffffff;
}
.QPJGY1HI-uQyukGAoNG .depth-text {
  color: #ffffff;
}
.QPJGY1HI-uQyvnpnAxs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.QPJGY1HI-uQyvnpnAxs .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyvnpnAxs .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyvnpnAxs .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyvnpnAxs .content-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyvnpnAxs .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyvnpnAxs .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyvnpnAxs .content-wrapper .title-wrapper .desc-wrapper .depth-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.QPJGY1HI-uQyvnpnAxs .content-wrapper .title-wrapper .depth-section-title {
  margin-bottom: 0;
}
.QPJGY1HI-uQyvnpnAxs .content-wrapper .title-wrapper .depth-section-title span {
  color: #d30000;
}
.QPJGY1HI-uQyvnpnAxs .content-wrapper .depth-text {
  margin-bottom: 0;
}
.QPJGY1HI-uQyvnpnAxs .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyvnpnAxs .image-wrapper img {
    height: 350px;
  }
}
.QPJGY1HI-uQyvnpnAxs .depth-section-title {
  color: #000000;
}
.QPJGY1HI-uQyvnpnAxs .depth-desc {
  color: #b19a7c;
}
.QPJGY1HI-uQyvnpnAxs .depth-text {
  color: #000000;
}
.QPJGY1HI-uQyvdpaTpd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.QPJGY1HI-uQyvdpaTpd .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyvdpaTpd .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyvdpaTpd .depth-section-btn {
  margin-bottom: 22px;
}
.QPJGY1HI-uQyvdpaTpd .title-wrapper .depth-section-title {
  margin-bottom: 32px;
}
.QPJGY1HI-uQyvdpaTpd .title-wrapper .depth-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyvdpaTpd .title-wrapper .depth-desc {
    margin-bottom: 32px;
  }
}
.QPJGY1HI-uQyvdpaTpd .text-wrapper .depth-text {
  margin-bottom: 0;
}
.QPJGY1HI-uQyvdpaTpd .depth-section-title {
  color: #000000;
}
.QPJGY1HI-uQyvdpaTpd .depth-desc {
  color: #ffffff;
}
.QPJGY1HI-uQyvdpaTpd .depth-text {
  color: #000000;
}
.QPJGY1HI-uQyvdpaTpd .depth-text,
.QPJGY1HI-uQyvdpaTpd .text-wrapper {
  color: #ffffff;
}
.QPJGY1HI-uQyvdpaTpd .depth-section-title,
.QPJGY1HI-uQyvdpaTpd .depth-section-btn {
  color: #d30000;
}
.QPJGY1HI-uQyvAn8wn3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.QPJGY1HI-uQyvAn8wn3 .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyvAn8wn3 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyvAn8wn3 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .QPJGY1HI-uQyvAn8wn3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyvAn8wn3 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyvAn8wn3 .container {
    padding: 0 22px;
  }
}
.QPJGY1HI-uQyvAn8wn3 .card {
  justify-content: center;
}
.QPJGY1HI-uQyvAn8wn3 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyvAn8wn3 .content-wrapper {
    padding: 0;
  }
}
.QPJGY1HI-uQyvAn8wn3 .content-wrapper .depth-section-title {
  margin-bottom: 10px;
}
.QPJGY1HI-uQyvAn8wn3 .content-wrapper .depth-text {
  margin-bottom: 10px;
}
.QPJGY1HI-uQyvAn8wn3 .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyvAn8wn3 .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.QPJGY1HI-uQyvAn8wn3 .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyvAn8wn3 .image-wrapper img {
    height: 350px;
  }
}
.QPJGY1HI-uQyvAn8wn3 .depth-section-title {
  color: #ffffff;
}
.QPJGY1HI-uQyvAn8wn3 .depth-text {
  color: #000000;
}
.QPJGY1HI-uQyvAn8wn3 .depth-section-title,
.QPJGY1HI-uQyvAn8wn3 .depth-section-btn {
  color: #000000;
}
.QPJGY1HI-uQyJUpsd01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.QPJGY1HI-uQyJUpsd01 .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyJUpsd01 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyJUpsd01 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .container {
    padding: 0 26px;
  }
}
.QPJGY1HI-uQyJUpsd01 .row {
  justify-content: center;
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .depth-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .depth-section-title {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .text-wrapper .depth-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .text-wrapper .depth-text {
    width: 100%;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #d30000;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .depth-iconfont {
  margin-right: 0;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .depth-iconfont,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .depth-iconfont {
  color: #54595f;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a .depth-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.QPJGY1HI-uQyJUpsd01 .depth-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.QPJGY1HI-uQyJUpsd01 .depth-section-title {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .depth-text {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .list {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .list,
.QPJGY1HI-uQyJUpsd01 .nav-wrapper,
.QPJGY1HI-uQyJUpsd01 .social-wrapper {
  text-align: right;
}
.QPJGY1HI-uQyggPRT6V .navbar-dropdown {
  position: relative !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:before {
  font-family: font2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:hover,
.QPJGY1HI-uQyggPRT6V .dropdown-item:focus {
  background: #d30000 !important;
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:hover span {
  color: white;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QPJGY1HI-uQyggPRT6V .nav-link {
  position: relative;
}
.QPJGY1HI-uQyggPRT6V .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QPJGY1HI-uQyggPRT6V .container {
    flex-wrap: nowrap;
  }
}
.QPJGY1HI-uQyggPRT6V .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .iconfont-wrapper:hover {
  opacity: .5;
}
.QPJGY1HI-uQyggPRT6V .dropdown-menu,
.QPJGY1HI-uQyggPRT6V .navbar.opened {
  background: #000000 !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item:focus,
.QPJGY1HI-uQyggPRT6V .nav-link:focus {
  outline: none;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QPJGY1HI-uQyggPRT6V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QPJGY1HI-uQyggPRT6V .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QPJGY1HI-uQyggPRT6V .navbar.opened {
  transition: all 0.3s;
}
.QPJGY1HI-uQyggPRT6V .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.QPJGY1HI-uQyggPRT6V .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.QPJGY1HI-uQyggPRT6V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed {
  justify-content: center;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QPJGY1HI-uQyggPRT6V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QPJGY1HI-uQyggPRT6V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QPJGY1HI-uQyggPRT6V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-short {
  min-height: 96px;
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-caption:hover,
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-caption:focus {
  color: #d30000 !important;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-logo a {
  outline: none;
}
.QPJGY1HI-uQyggPRT6V .navbar.opened .navbar-brand .navbar-caption:hover,
.QPJGY1HI-uQyggPRT6V .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item.active,
.QPJGY1HI-uQyggPRT6V .dropdown-item:active {
  background-color: transparent;
}
.QPJGY1HI-uQyggPRT6V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyggPRT6V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.QPJGY1HI-uQyggPRT6V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QPJGY1HI-uQyggPRT6V ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QPJGY1HI-uQyggPRT6V ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar-buttons {
  text-align: center;
  width: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar-buttons .btn .depth-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .QPJGY1HI-uQyggPRT6V .navbar-buttons .btn {
    width: auto !important;
  }
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V .navbar-dropdown {
  padding: 0 1rem;
}
.QPJGY1HI-uQyggPRT6V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QPJGY1HI-uQyggPRT6V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QPJGY1HI-uQyggPRT6V .navbar {
    height: 70px;
  }
  .QPJGY1HI-uQyggPRT6V .navbar.opened {
    height: auto;
  }
  .QPJGY1HI-uQyggPRT6V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar-nav {
  margin: 0 auto;
}
.QPJGY1HI-uQyggPRT6V .nav-item {
  padding: 0;
  margin: 0;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link::after {
  color: #d30000 !important;
  transform: rotate(0);
  transition: .3s;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link:hover {
  background-color: #d30000;
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QPJGY1HI-uQyggPRT6V .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .QPJGY1HI-uQyggPRT6V .navbar {
    justify-content: flex-start !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.QPJGY1HI-uQyggPRT6V .content-wrap {
  min-height: 110px;
}
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn::after,
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffffff, #000000 150%);
}
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:hover,
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:focus {
  color: #000000 !important;
}
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:hover::after,
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffffff, #000000 150%);
  opacity: 1;
}
.QPJGY1HI-uQyxfJiAop {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.QPJGY1HI-uQyxfJiAop .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyxfJiAop .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyxfJiAop .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.QPJGY1HI-uQyxfJiAop .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyxfJiAop .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.QPJGY1HI-uQyxfJiAop .content-wrapper .depth-section-title {
  margin-bottom: 32px;
}
.QPJGY1HI-uQyxfJiAop .content-wrapper .depth-section-title span {
  color: #d30000;
}
.QPJGY1HI-uQyxfJiAop .content-wrapper .text-wrapper .depth-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyxfJiAop .content-wrapper .text-wrapper .depth-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.QPJGY1HI-uQyxfJiAop .depth-section-title {
  color: #ffffff;
}
.QPJGY1HI-uQyxfJiAop .depth-text,
.QPJGY1HI-uQyxfJiAop .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.QPJGY1HI-uQyxfJiAop .depth-section-title,
.QPJGY1HI-uQyxfJiAop .depth-section-btn {
  text-align: center;
}
.QPJGY1HI-uQyy2Dr31C {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.QPJGY1HI-uQyy2Dr31C .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyy2Dr31C .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyy2Dr31C .items-wrapper {
  justify-content: flex-end;
}
.QPJGY1HI-uQyy2Dr31C .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyy2Dr31C .image-wrapper {
    margin-bottom: 32px;
  }
}
.QPJGY1HI-uQyy2Dr31C .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .QPJGY1HI-uQyy2Dr31C .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .QPJGY1HI-uQyy2Dr31C .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .QPJGY1HI-uQyy2Dr31C .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .QPJGY1HI-uQyy2Dr31C .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.QPJGY1HI-uQyy2Dr31C .content-wrapper {
  padding-left: 120px;
  padding-left: 0;
  padding-right: 120px;
}
@media (max-width: 1200px) {
  .QPJGY1HI-uQyy2Dr31C .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyy2Dr31C .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .QPJGY1HI-uQyy2Dr31C .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyy2Dr31C .content-wrapper {
    padding-right: 0;
  }
}
.QPJGY1HI-uQyy2Dr31C .content-wrapper .depth-desc {
  margin-bottom: 8px;
}
.QPJGY1HI-uQyy2Dr31C .content-wrapper .depth-section-title {
  margin-bottom: 24px;
}
.QPJGY1HI-uQyy2Dr31C .content-wrapper .depth-text {
  margin-bottom: 24px;
}
.QPJGY1HI-uQyy2Dr31C .depth-desc {
  color: #000000;
}
.QPJGY1HI-uQyy2Dr31C .depth-section-title {
  color: #272b2e;
}
.QPJGY1HI-uQyy2Dr31C .depth-text,
.QPJGY1HI-uQyy2Dr31C .text-wrapper {
  color: #272b2e;
}
.QPJGY1HI-uQyy2Dr31C .depth-text {
  color: #000000;
}
.QPJGY1HI-uQyy2Dr31C .depth-section-title,
.QPJGY1HI-uQyy2Dr31C .depth-section-btn {
  color: #000000;
}
.QPJGY1HI-uQyxTUk9zc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d30000;
  background-image: linear-gradient(135deg, #000000 10%, #d30000 80%, #ffffff 130%);
}
.QPJGY1HI-uQyxTUk9zc .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyxTUk9zc .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyxTUk9zc .row {
  justify-content: center;
}
.QPJGY1HI-uQyxTUk9zc .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.QPJGY1HI-uQyxTUk9zc .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.QPJGY1HI-uQyxTUk9zc .content-wrapper .depth-section-title {
  margin-bottom: 22px;
}
.QPJGY1HI-uQyxTUk9zc .content-wrapper .text-wrapper .depth-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyxTUk9zc .content-wrapper .text-wrapper .depth-text {
    width: 100%;
  }
}
.QPJGY1HI-uQyxTUk9zc .content-wrapper .depth-section-btn {
  margin-top: 32px;
}
.QPJGY1HI-uQyxTUk9zc .content-wrapper .depth-section-btn .depth-section-title {
  margin-top: 22px;
}
.QPJGY1HI-uQyxTUk9zc .depth-section-title {
  color: #ffffff;
}
.QPJGY1HI-uQyxTUk9zc .depth-text,
.QPJGY1HI-uQyxTUk9zc .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.QPJGY1HI-uQyxTUk9zc .depth-section-title,
.QPJGY1HI-uQyxTUk9zc .depth-section-btn,
.QPJGY1HI-uQyxTUk9zc .logo-wrapper {
  text-align: center;
}
.QPJGY1HI-uQyxRMt1hC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.QPJGY1HI-uQyxRMt1hC .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyxRMt1hC .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyxRMt1hC .card {
  justify-content: center;
}
.QPJGY1HI-uQyxRMt1hC .images-wrapper {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
}
@media (max-width: 1440px) {
  .QPJGY1HI-uQyxRMt1hC .images-wrapper {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyxRMt1hC .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
.QPJGY1HI-uQyxRMt1hC .images-wrapper .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .QPJGY1HI-uQyxRMt1hC .images-wrapper .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.QPJGY1HI-uQyxRMt1hC .images-wrapper .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.QPJGY1HI-uQyxRMt1hC .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyxRMt1hC .images-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.QPJGY1HI-uQyxRMt1hC .content-wrapper .depth-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyxRMt1hC .content-wrapper .depth-label {
    margin-bottom: 15px;
  }
}
.QPJGY1HI-uQyxRMt1hC .content-wrapper .depth-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyxRMt1hC .content-wrapper .depth-section-title {
    width: 100%;
    margin-bottom: 15px;
  }
}
.QPJGY1HI-uQyxRMt1hC .content-wrapper .depth-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyxRMt1hC .content-wrapper .depth-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.QPJGY1HI-uQyxRMt1hC .depth-label {
  color: #000000;
}
.QPJGY1HI-uQyxRMt1hC .depth-section-title {
  color: #ffffff;
}
.QPJGY1HI-uQyxRMt1hC .depth-text {
  color: #ffffff;
}
.QPJGY1HI-uQyxRMt1hC .depth-section-title,
.QPJGY1HI-uQyxRMt1hC .depth-section-btn,
.QPJGY1HI-uQyxRMt1hC .title-wrapper {
  color: #000000;
}
.QPJGY1HI-uQyxRMt1hC .depth-text,
.QPJGY1HI-uQyxRMt1hC .text-wrapper {
  color: #000000;
}
.QPJGY1HI-uQyJUpsd01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.QPJGY1HI-uQyJUpsd01 .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyJUpsd01 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyJUpsd01 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .container {
    padding: 0 26px;
  }
}
.QPJGY1HI-uQyJUpsd01 .row {
  justify-content: center;
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .depth-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .depth-section-title {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .text-wrapper .depth-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .text-wrapper .depth-text {
    width: 100%;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #d30000;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .depth-iconfont {
  margin-right: 0;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .depth-iconfont,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .depth-iconfont {
  color: #54595f;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a .depth-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.QPJGY1HI-uQyJUpsd01 .depth-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.QPJGY1HI-uQyJUpsd01 .depth-section-title {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .depth-text {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .list {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .list,
.QPJGY1HI-uQyJUpsd01 .nav-wrapper,
.QPJGY1HI-uQyJUpsd01 .social-wrapper {
  text-align: right;
}
.QPJGY1HI-uQyggPRT6V .navbar-dropdown {
  position: relative !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:before {
  font-family: font2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:hover,
.QPJGY1HI-uQyggPRT6V .dropdown-item:focus {
  background: #d30000 !important;
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:hover span {
  color: white;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QPJGY1HI-uQyggPRT6V .nav-link {
  position: relative;
}
.QPJGY1HI-uQyggPRT6V .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QPJGY1HI-uQyggPRT6V .container {
    flex-wrap: nowrap;
  }
}
.QPJGY1HI-uQyggPRT6V .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .iconfont-wrapper:hover {
  opacity: .5;
}
.QPJGY1HI-uQyggPRT6V .dropdown-menu,
.QPJGY1HI-uQyggPRT6V .navbar.opened {
  background: #000000 !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item:focus,
.QPJGY1HI-uQyggPRT6V .nav-link:focus {
  outline: none;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QPJGY1HI-uQyggPRT6V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QPJGY1HI-uQyggPRT6V .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QPJGY1HI-uQyggPRT6V .navbar.opened {
  transition: all 0.3s;
}
.QPJGY1HI-uQyggPRT6V .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.QPJGY1HI-uQyggPRT6V .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.QPJGY1HI-uQyggPRT6V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed {
  justify-content: center;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QPJGY1HI-uQyggPRT6V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QPJGY1HI-uQyggPRT6V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QPJGY1HI-uQyggPRT6V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-short {
  min-height: 96px;
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-caption:hover,
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-caption:focus {
  color: #d30000 !important;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-logo a {
  outline: none;
}
.QPJGY1HI-uQyggPRT6V .navbar.opened .navbar-brand .navbar-caption:hover,
.QPJGY1HI-uQyggPRT6V .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item.active,
.QPJGY1HI-uQyggPRT6V .dropdown-item:active {
  background-color: transparent;
}
.QPJGY1HI-uQyggPRT6V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyggPRT6V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.QPJGY1HI-uQyggPRT6V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QPJGY1HI-uQyggPRT6V ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QPJGY1HI-uQyggPRT6V ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar-buttons {
  text-align: center;
  width: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar-buttons .btn .depth-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .QPJGY1HI-uQyggPRT6V .navbar-buttons .btn {
    width: auto !important;
  }
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V .navbar-dropdown {
  padding: 0 1rem;
}
.QPJGY1HI-uQyggPRT6V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QPJGY1HI-uQyggPRT6V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QPJGY1HI-uQyggPRT6V .navbar {
    height: 70px;
  }
  .QPJGY1HI-uQyggPRT6V .navbar.opened {
    height: auto;
  }
  .QPJGY1HI-uQyggPRT6V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar-nav {
  margin: 0 auto;
}
.QPJGY1HI-uQyggPRT6V .nav-item {
  padding: 0;
  margin: 0;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link::after {
  color: #d30000 !important;
  transform: rotate(0);
  transition: .3s;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link:hover {
  background-color: #d30000;
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QPJGY1HI-uQyggPRT6V .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .QPJGY1HI-uQyggPRT6V .navbar {
    justify-content: flex-start !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.QPJGY1HI-uQyggPRT6V .content-wrap {
  min-height: 110px;
}
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn::after,
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffffff, #000000 150%);
}
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:hover,
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:focus {
  color: #000000 !important;
}
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:hover::after,
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffffff, #000000 150%);
  opacity: 1;
}
.QPJGY1HI-uQyzXG0Leh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #232323;
}
.QPJGY1HI-uQyzXG0Leh .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyzXG0Leh .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyzXG0Leh .container {
    padding: 0 24px;
  }
}
.QPJGY1HI-uQyzXG0Leh .form-wrapper {
  display: flex;
  padding: 110px 115px;
  border-radius: 0.75rem;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyzXG0Leh .form-wrapper {
    display: block;
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .QPJGY1HI-uQyzXG0Leh .form-wrapper {
    padding: 0.5rem;
  }
}
.QPJGY1HI-uQyzXG0Leh .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyzXG0Leh .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.QPJGY1HI-uQyzXG0Leh .form-wrapper .title-wrapper .depth-desc {
  margin-bottom: 24px;
}
.QPJGY1HI-uQyzXG0Leh .form-wrapper .title-wrapper .depth-section-title {
  margin-bottom: 0;
}
.QPJGY1HI-uQyzXG0Leh .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyzXG0Leh .form-wrapper .form-wrap {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .QPJGY1HI-uQyzXG0Leh .form-wrapper .form-wrap {
    padding: 0;
  }
}
.QPJGY1HI-uQyzXG0Leh .form-wrapper .form-wrap .dragArea.row .depth-section-title {
  margin-bottom: 16px !important;
}
.QPJGY1HI-uQyzXG0Leh .form-wrapper .form-wrap .dragArea.row .depth-text {
  margin-bottom: 16px;
}
.QPJGY1HI-uQyzXG0Leh .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.QPJGY1HI-uQyzXG0Leh .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  color: #ffffff;
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.QPJGY1HI-uQyzXG0Leh .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.QPJGY1HI-uQyzXG0Leh .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.QPJGY1HI-uQyzXG0Leh .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.QPJGY1HI-uQyzXG0Leh .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.QPJGY1HI-uQyzXG0Leh .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.QPJGY1HI-uQyzXG0Leh .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.QPJGY1HI-uQyzXG0Leh .depth-desc {
  color: #ffffff;
}
.QPJGY1HI-uQyzXG0Leh .depth-section-title,
.QPJGY1HI-uQyzXG0Leh .depth-section-btn {
  color: #ffffff;
}
.QPJGY1HI-uQyC80rSRo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.QPJGY1HI-uQyC80rSRo .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyC80rSRo .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyC80rSRo .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.QPJGY1HI-uQyC80rSRo .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyC80rSRo .item {
    margin-bottom: 15px;
  }
}
.QPJGY1HI-uQyC80rSRo .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #d30000;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyC80rSRo .item .item-wrapper {
    padding: 30px;
  }
}
.QPJGY1HI-uQyC80rSRo .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyC80rSRo .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.QPJGY1HI-uQyC80rSRo .item .item-wrapper .card-box .iconfont-wrapper .depth-iconfont {
  font-size: 25px;
  color: #d30000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyC80rSRo .item .item-wrapper .card-box .iconfont-wrapper .depth-iconfont {
    font-size: 26px;
  }
}
.QPJGY1HI-uQyC80rSRo .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.QPJGY1HI-uQyC80rSRo .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.QPJGY1HI-uQyC80rSRo .item .item-wrapper .depth-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyC80rSRo .item .item-wrapper .depth-section-btn {
    margin-top: 20px;
  }
}
.QPJGY1HI-uQyC80rSRo .item .item-wrapper .depth-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.QPJGY1HI-uQyC80rSRo .card-title {
  color: #000000;
}
.QPJGY1HI-uQyC80rSRo .card-text {
  color: #8a8a8a;
}
.QPJGY1HI-uQyC80rSRo .card-text,
.QPJGY1HI-uQyC80rSRo .depth-section-btn {
  color: #000000;
}
.QPJGY1HI-uQyJUpsd01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.QPJGY1HI-uQyJUpsd01 .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyJUpsd01 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyJUpsd01 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .container {
    padding: 0 26px;
  }
}
.QPJGY1HI-uQyJUpsd01 .row {
  justify-content: center;
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .depth-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .depth-section-title {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .text-wrapper .depth-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .text-wrapper .depth-text {
    width: 100%;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #d30000;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .depth-iconfont {
  margin-right: 0;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .depth-iconfont,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .depth-iconfont {
  color: #54595f;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a .depth-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.QPJGY1HI-uQyJUpsd01 .depth-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.QPJGY1HI-uQyJUpsd01 .depth-section-title {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .depth-text {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .list {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .list,
.QPJGY1HI-uQyJUpsd01 .nav-wrapper,
.QPJGY1HI-uQyJUpsd01 .social-wrapper {
  text-align: right;
}
.QPJGY1HI-uQyggPRT6V .navbar-dropdown {
  position: relative !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:before {
  font-family: font2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:hover,
.QPJGY1HI-uQyggPRT6V .dropdown-item:focus {
  background: #d30000 !important;
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:hover span {
  color: white;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QPJGY1HI-uQyggPRT6V .nav-link {
  position: relative;
}
.QPJGY1HI-uQyggPRT6V .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QPJGY1HI-uQyggPRT6V .container {
    flex-wrap: nowrap;
  }
}
.QPJGY1HI-uQyggPRT6V .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .iconfont-wrapper:hover {
  opacity: .5;
}
.QPJGY1HI-uQyggPRT6V .dropdown-menu,
.QPJGY1HI-uQyggPRT6V .navbar.opened {
  background: #000000 !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item:focus,
.QPJGY1HI-uQyggPRT6V .nav-link:focus {
  outline: none;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QPJGY1HI-uQyggPRT6V .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyggPRT6V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QPJGY1HI-uQyggPRT6V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QPJGY1HI-uQyggPRT6V .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QPJGY1HI-uQyggPRT6V .navbar.opened {
  transition: all 0.3s;
}
.QPJGY1HI-uQyggPRT6V .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.QPJGY1HI-uQyggPRT6V .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.QPJGY1HI-uQyggPRT6V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed {
  justify-content: center;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QPJGY1HI-uQyggPRT6V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QPJGY1HI-uQyggPRT6V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QPJGY1HI-uQyggPRT6V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QPJGY1HI-uQyggPRT6V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QPJGY1HI-uQyggPRT6V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-short {
  min-height: 96px;
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-caption:hover,
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-caption:focus {
  color: #d30000 !important;
}
.QPJGY1HI-uQyggPRT6V .navbar-brand .navbar-logo a {
  outline: none;
}
.QPJGY1HI-uQyggPRT6V .navbar.opened .navbar-brand .navbar-caption:hover,
.QPJGY1HI-uQyggPRT6V .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .dropdown-item.active,
.QPJGY1HI-uQyggPRT6V .dropdown-item:active {
  background-color: transparent;
}
.QPJGY1HI-uQyggPRT6V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QPJGY1HI-uQyggPRT6V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyggPRT6V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.QPJGY1HI-uQyggPRT6V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QPJGY1HI-uQyggPRT6V ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QPJGY1HI-uQyggPRT6V ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar-buttons {
  text-align: center;
  width: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.QPJGY1HI-uQyggPRT6V .navbar-buttons .btn .depth-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .QPJGY1HI-uQyggPRT6V .navbar-buttons .btn {
    width: auto !important;
  }
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QPJGY1HI-uQyggPRT6V button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QPJGY1HI-uQyggPRT6V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QPJGY1HI-uQyggPRT6V .navbar-dropdown {
  padding: 0 1rem;
}
.QPJGY1HI-uQyggPRT6V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QPJGY1HI-uQyggPRT6V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QPJGY1HI-uQyggPRT6V .navbar {
    height: 70px;
  }
  .QPJGY1HI-uQyggPRT6V .navbar.opened {
    height: auto;
  }
  .QPJGY1HI-uQyggPRT6V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QPJGY1HI-uQyggPRT6V .navbar-nav {
  margin: 0 auto;
}
.QPJGY1HI-uQyggPRT6V .nav-item {
  padding: 0;
  margin: 0;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link::after {
  color: #d30000 !important;
  transform: rotate(0);
  transition: .3s;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link:hover {
  background-color: #d30000;
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QPJGY1HI-uQyggPRT6V .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.QPJGY1HI-uQyggPRT6V .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .QPJGY1HI-uQyggPRT6V .navbar {
    justify-content: flex-start !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .QPJGY1HI-uQyggPRT6V .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.QPJGY1HI-uQyggPRT6V .content-wrap {
  min-height: 110px;
}
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn::after,
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffffff, #000000 150%);
}
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:hover,
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:focus {
  color: #000000 !important;
}
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:hover::after,
.QPJGY1HI-uQyggPRT6V .depth-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffffff, #000000 150%);
  opacity: 1;
}
.QPJGY1HI-uQyCuWPlIw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.QPJGY1HI-uQyCuWPlIw .depth-text {
  color: #000000;
}
.QPJGY1HI-uQyCuWPlIw .depth-section-subtitle {
  color: #000000;
}
.QPJGY1HI-uQyCuWPlIw .depth-section-title {
  color: #000000;
  text-align: center;
}
.QPJGY1HI-uQyCKrj21g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.QPJGY1HI-uQyCKrj21g .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyCKrj21g .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyCKrj21g .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.QPJGY1HI-uQyCKrj21g .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyCKrj21g .item {
    margin-bottom: 15px;
  }
}
.QPJGY1HI-uQyCKrj21g .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #d30000;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyCKrj21g .item .item-wrapper {
    padding: 30px;
  }
}
.QPJGY1HI-uQyCKrj21g .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyCKrj21g .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.QPJGY1HI-uQyCKrj21g .item .item-wrapper .card-box .iconfont-wrapper .depth-iconfont {
  font-size: 25px;
  color: #d30000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyCKrj21g .item .item-wrapper .card-box .iconfont-wrapper .depth-iconfont {
    font-size: 26px;
  }
}
.QPJGY1HI-uQyCKrj21g .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.QPJGY1HI-uQyCKrj21g .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.QPJGY1HI-uQyCKrj21g .item .item-wrapper .depth-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyCKrj21g .item .item-wrapper .depth-section-btn {
    margin-top: 20px;
  }
}
.QPJGY1HI-uQyCKrj21g .item .item-wrapper .depth-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.QPJGY1HI-uQyCKrj21g .card-title {
  color: #000000;
}
.QPJGY1HI-uQyCKrj21g .card-text {
  color: #8a8a8a;
}
.QPJGY1HI-uQyCKrj21g .card-text,
.QPJGY1HI-uQyCKrj21g .depth-section-btn {
  color: #000000;
}
.QPJGY1HI-uQyJUpsd01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.QPJGY1HI-uQyJUpsd01 .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyJUpsd01 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyJUpsd01 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .container {
    padding: 0 26px;
  }
}
.QPJGY1HI-uQyJUpsd01 .row {
  justify-content: center;
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .depth-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .depth-section-title {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .text-wrapper .depth-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .text-wrapper .depth-text {
    width: 100%;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #d30000;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .depth-iconfont {
  margin-right: 0;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .depth-iconfont,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .depth-iconfont {
  color: #54595f;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a .depth-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.QPJGY1HI-uQyJUpsd01 .depth-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.QPJGY1HI-uQyJUpsd01 .depth-section-title {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .depth-text {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .list {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .list,
.QPJGY1HI-uQyJUpsd01 .nav-wrapper,
.QPJGY1HI-uQyJUpsd01 .social-wrapper {
  text-align: right;
}
.QPJGY1HI-uQyCZdCRwV .navbar-dropdown {
  position: relative !important;
}
.QPJGY1HI-uQyCZdCRwV .dropdown-item:before {
  font-family: font2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyCZdCRwV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.QPJGY1HI-uQyCZdCRwV .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.QPJGY1HI-uQyCZdCRwV .dropdown-item:hover,
.QPJGY1HI-uQyCZdCRwV .dropdown-item:focus {
  background: #d30000 !important;
  color: #ffffff !important;
}
.QPJGY1HI-uQyCZdCRwV .dropdown-item:hover span {
  color: white;
}
.QPJGY1HI-uQyCZdCRwV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QPJGY1HI-uQyCZdCRwV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QPJGY1HI-uQyCZdCRwV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QPJGY1HI-uQyCZdCRwV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QPJGY1HI-uQyCZdCRwV .nav-link {
  position: relative;
}
.QPJGY1HI-uQyCZdCRwV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QPJGY1HI-uQyCZdCRwV .container {
    flex-wrap: nowrap;
  }
}
.QPJGY1HI-uQyCZdCRwV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QPJGY1HI-uQyCZdCRwV .iconfont-wrapper:hover {
  opacity: .5;
}
.QPJGY1HI-uQyCZdCRwV .dropdown-menu,
.QPJGY1HI-uQyCZdCRwV .navbar.opened {
  background: #000000 !important;
}
.QPJGY1HI-uQyCZdCRwV .nav-item:focus,
.QPJGY1HI-uQyCZdCRwV .nav-link:focus {
  outline: none;
}
.QPJGY1HI-uQyCZdCRwV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyCZdCRwV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.QPJGY1HI-uQyCZdCRwV .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QPJGY1HI-uQyCZdCRwV .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyCZdCRwV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QPJGY1HI-uQyCZdCRwV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QPJGY1HI-uQyCZdCRwV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QPJGY1HI-uQyCZdCRwV .navbar.opened {
  transition: all 0.3s;
}
.QPJGY1HI-uQyCZdCRwV .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.QPJGY1HI-uQyCZdCRwV .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.QPJGY1HI-uQyCZdCRwV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QPJGY1HI-uQyCZdCRwV .navbar.collapsed {
  justify-content: center;
}
.QPJGY1HI-uQyCZdCRwV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QPJGY1HI-uQyCZdCRwV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QPJGY1HI-uQyCZdCRwV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.QPJGY1HI-uQyCZdCRwV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QPJGY1HI-uQyCZdCRwV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QPJGY1HI-uQyCZdCRwV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QPJGY1HI-uQyCZdCRwV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QPJGY1HI-uQyCZdCRwV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QPJGY1HI-uQyCZdCRwV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QPJGY1HI-uQyCZdCRwV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QPJGY1HI-uQyCZdCRwV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QPJGY1HI-uQyCZdCRwV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QPJGY1HI-uQyCZdCRwV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QPJGY1HI-uQyCZdCRwV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QPJGY1HI-uQyCZdCRwV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QPJGY1HI-uQyCZdCRwV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QPJGY1HI-uQyCZdCRwV .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .QPJGY1HI-uQyCZdCRwV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .QPJGY1HI-uQyCZdCRwV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QPJGY1HI-uQyCZdCRwV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QPJGY1HI-uQyCZdCRwV .navbar.navbar-short {
  min-height: 96px;
}
.QPJGY1HI-uQyCZdCRwV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QPJGY1HI-uQyCZdCRwV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QPJGY1HI-uQyCZdCRwV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.QPJGY1HI-uQyCZdCRwV .navbar-brand .navbar-caption:hover,
.QPJGY1HI-uQyCZdCRwV .navbar-brand .navbar-caption:focus {
  color: #d30000 !important;
}
.QPJGY1HI-uQyCZdCRwV .navbar-brand .navbar-logo a {
  outline: none;
}
.QPJGY1HI-uQyCZdCRwV .navbar.opened .navbar-brand .navbar-caption:hover,
.QPJGY1HI-uQyCZdCRwV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.QPJGY1HI-uQyCZdCRwV .dropdown-item.active,
.QPJGY1HI-uQyCZdCRwV .dropdown-item:active {
  background-color: transparent;
}
.QPJGY1HI-uQyCZdCRwV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QPJGY1HI-uQyCZdCRwV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QPJGY1HI-uQyCZdCRwV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QPJGY1HI-uQyCZdCRwV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyCZdCRwV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.QPJGY1HI-uQyCZdCRwV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.QPJGY1HI-uQyCZdCRwV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QPJGY1HI-uQyCZdCRwV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QPJGY1HI-uQyCZdCRwV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.QPJGY1HI-uQyCZdCRwV .navbar-buttons {
  text-align: center;
  width: auto;
}
.QPJGY1HI-uQyCZdCRwV .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.QPJGY1HI-uQyCZdCRwV .navbar-buttons .btn .depth-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .QPJGY1HI-uQyCZdCRwV .navbar-buttons .btn {
    width: auto !important;
  }
}
.QPJGY1HI-uQyCZdCRwV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.QPJGY1HI-uQyCZdCRwV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QPJGY1HI-uQyCZdCRwV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QPJGY1HI-uQyCZdCRwV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QPJGY1HI-uQyCZdCRwV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QPJGY1HI-uQyCZdCRwV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QPJGY1HI-uQyCZdCRwV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QPJGY1HI-uQyCZdCRwV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QPJGY1HI-uQyCZdCRwV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QPJGY1HI-uQyCZdCRwV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QPJGY1HI-uQyCZdCRwV .navbar-dropdown {
  padding: 0 1rem;
}
.QPJGY1HI-uQyCZdCRwV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QPJGY1HI-uQyCZdCRwV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QPJGY1HI-uQyCZdCRwV .navbar {
    height: 70px;
  }
  .QPJGY1HI-uQyCZdCRwV .navbar.opened {
    height: auto;
  }
  .QPJGY1HI-uQyCZdCRwV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QPJGY1HI-uQyCZdCRwV .navbar-nav {
  margin: 0 auto;
}
.QPJGY1HI-uQyCZdCRwV .nav-item {
  padding: 0;
  margin: 0;
}
.QPJGY1HI-uQyCZdCRwV .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.QPJGY1HI-uQyCZdCRwV .nav-item .nav-link::after {
  color: #d30000 !important;
  transform: rotate(0);
  transition: .3s;
}
.QPJGY1HI-uQyCZdCRwV .nav-item .nav-link:hover {
  background-color: #d30000;
  color: #ffffff !important;
}
.QPJGY1HI-uQyCZdCRwV .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.QPJGY1HI-uQyCZdCRwV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QPJGY1HI-uQyCZdCRwV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.QPJGY1HI-uQyCZdCRwV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .QPJGY1HI-uQyCZdCRwV .navbar {
    justify-content: flex-start !important;
  }
  .QPJGY1HI-uQyCZdCRwV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QPJGY1HI-uQyCZdCRwV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QPJGY1HI-uQyCZdCRwV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QPJGY1HI-uQyCZdCRwV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QPJGY1HI-uQyCZdCRwV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .QPJGY1HI-uQyCZdCRwV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.QPJGY1HI-uQyCZdCRwV .content-wrap {
  min-height: 110px;
}
.QPJGY1HI-uQyCZdCRwV .depth-section-btn .btn::after,
.QPJGY1HI-uQyCZdCRwV .depth-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffffff, #000000 150%);
}
.QPJGY1HI-uQyCZdCRwV .depth-section-btn .btn:hover,
.QPJGY1HI-uQyCZdCRwV .depth-section-btn .btn:focus {
  color: #000000 !important;
}
.QPJGY1HI-uQyCZdCRwV .depth-section-btn .btn:hover::after,
.QPJGY1HI-uQyCZdCRwV .depth-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffffff, #000000 150%);
  opacity: 1;
}
.QPJGY1HI-uQyCZe4iTQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.QPJGY1HI-uQyCZe4iTQ .depth-text {
  color: #000000;
}
.QPJGY1HI-uQyCZe4iTQ .depth-section-subtitle {
  color: #000000;
}
.QPJGY1HI-uQyCZe4iTQ .depth-section-title {
  color: #000000;
  text-align: center;
}
.QPJGY1HI-uQyCZesfmF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.QPJGY1HI-uQyCZesfmF .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyCZesfmF .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyCZesfmF .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.QPJGY1HI-uQyCZesfmF .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyCZesfmF .item {
    margin-bottom: 15px;
  }
}
.QPJGY1HI-uQyCZesfmF .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #d30000;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyCZesfmF .item .item-wrapper {
    padding: 30px;
  }
}
.QPJGY1HI-uQyCZesfmF .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyCZesfmF .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.QPJGY1HI-uQyCZesfmF .item .item-wrapper .card-box .iconfont-wrapper .depth-iconfont {
  font-size: 25px;
  color: #d30000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyCZesfmF .item .item-wrapper .card-box .iconfont-wrapper .depth-iconfont {
    font-size: 26px;
  }
}
.QPJGY1HI-uQyCZesfmF .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.QPJGY1HI-uQyCZesfmF .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.QPJGY1HI-uQyCZesfmF .item .item-wrapper .depth-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyCZesfmF .item .item-wrapper .depth-section-btn {
    margin-top: 20px;
  }
}
.QPJGY1HI-uQyCZesfmF .item .item-wrapper .depth-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.QPJGY1HI-uQyCZesfmF .card-title {
  color: #000000;
}
.QPJGY1HI-uQyCZesfmF .card-text {
  color: #8a8a8a;
}
.QPJGY1HI-uQyCZesfmF .card-text,
.QPJGY1HI-uQyCZesfmF .depth-section-btn {
  color: #000000;
}
.QPJGY1HI-uQyJUpsd01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.QPJGY1HI-uQyJUpsd01 .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyJUpsd01 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyJUpsd01 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .container {
    padding: 0 26px;
  }
}
.QPJGY1HI-uQyJUpsd01 .row {
  justify-content: center;
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .depth-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .depth-section-title {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .text-wrapper .depth-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .text-wrapper .depth-text {
    width: 100%;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #d30000;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .depth-iconfont {
  margin-right: 0;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .depth-iconfont,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .depth-iconfont {
  color: #54595f;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a .depth-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.QPJGY1HI-uQyJUpsd01 .depth-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.QPJGY1HI-uQyJUpsd01 .depth-section-title {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .depth-text {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .list {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .list,
.QPJGY1HI-uQyJUpsd01 .nav-wrapper,
.QPJGY1HI-uQyJUpsd01 .social-wrapper {
  text-align: right;
}
.QPJGY1HI-uQyDhR7M0l .navbar-dropdown {
  position: relative !important;
}
.QPJGY1HI-uQyDhR7M0l .dropdown-item:before {
  font-family: font2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyDhR7M0l .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.QPJGY1HI-uQyDhR7M0l .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.QPJGY1HI-uQyDhR7M0l .dropdown-item:hover,
.QPJGY1HI-uQyDhR7M0l .dropdown-item:focus {
  background: #d30000 !important;
  color: #ffffff !important;
}
.QPJGY1HI-uQyDhR7M0l .dropdown-item:hover span {
  color: white;
}
.QPJGY1HI-uQyDhR7M0l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QPJGY1HI-uQyDhR7M0l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QPJGY1HI-uQyDhR7M0l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QPJGY1HI-uQyDhR7M0l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QPJGY1HI-uQyDhR7M0l .nav-link {
  position: relative;
}
.QPJGY1HI-uQyDhR7M0l .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QPJGY1HI-uQyDhR7M0l .container {
    flex-wrap: nowrap;
  }
}
.QPJGY1HI-uQyDhR7M0l .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QPJGY1HI-uQyDhR7M0l .iconfont-wrapper:hover {
  opacity: .5;
}
.QPJGY1HI-uQyDhR7M0l .dropdown-menu,
.QPJGY1HI-uQyDhR7M0l .navbar.opened {
  background: #000000 !important;
}
.QPJGY1HI-uQyDhR7M0l .nav-item:focus,
.QPJGY1HI-uQyDhR7M0l .nav-link:focus {
  outline: none;
}
.QPJGY1HI-uQyDhR7M0l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyDhR7M0l .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.QPJGY1HI-uQyDhR7M0l .dropdown .dropdown-menu .dropdown-item .depth-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QPJGY1HI-uQyDhR7M0l .dropdown .dropdown-menu .dropdown-item .depth-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QPJGY1HI-uQyDhR7M0l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QPJGY1HI-uQyDhR7M0l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QPJGY1HI-uQyDhR7M0l .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QPJGY1HI-uQyDhR7M0l .navbar.opened {
  transition: all 0.3s;
}
.QPJGY1HI-uQyDhR7M0l .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.QPJGY1HI-uQyDhR7M0l .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.QPJGY1HI-uQyDhR7M0l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QPJGY1HI-uQyDhR7M0l .navbar.collapsed {
  justify-content: center;
}
.QPJGY1HI-uQyDhR7M0l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QPJGY1HI-uQyDhR7M0l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QPJGY1HI-uQyDhR7M0l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.QPJGY1HI-uQyDhR7M0l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QPJGY1HI-uQyDhR7M0l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QPJGY1HI-uQyDhR7M0l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QPJGY1HI-uQyDhR7M0l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QPJGY1HI-uQyDhR7M0l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QPJGY1HI-uQyDhR7M0l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QPJGY1HI-uQyDhR7M0l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QPJGY1HI-uQyDhR7M0l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QPJGY1HI-uQyDhR7M0l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QPJGY1HI-uQyDhR7M0l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QPJGY1HI-uQyDhR7M0l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QPJGY1HI-uQyDhR7M0l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QPJGY1HI-uQyDhR7M0l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QPJGY1HI-uQyDhR7M0l .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .QPJGY1HI-uQyDhR7M0l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .QPJGY1HI-uQyDhR7M0l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QPJGY1HI-uQyDhR7M0l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QPJGY1HI-uQyDhR7M0l .navbar.navbar-short {
  min-height: 96px;
}
.QPJGY1HI-uQyDhR7M0l .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QPJGY1HI-uQyDhR7M0l .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QPJGY1HI-uQyDhR7M0l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.QPJGY1HI-uQyDhR7M0l .navbar-brand .navbar-caption:hover,
.QPJGY1HI-uQyDhR7M0l .navbar-brand .navbar-caption:focus {
  color: #d30000 !important;
}
.QPJGY1HI-uQyDhR7M0l .navbar-brand .navbar-logo a {
  outline: none;
}
.QPJGY1HI-uQyDhR7M0l .navbar.opened .navbar-brand .navbar-caption:hover,
.QPJGY1HI-uQyDhR7M0l .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.QPJGY1HI-uQyDhR7M0l .dropdown-item.active,
.QPJGY1HI-uQyDhR7M0l .dropdown-item:active {
  background-color: transparent;
}
.QPJGY1HI-uQyDhR7M0l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QPJGY1HI-uQyDhR7M0l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QPJGY1HI-uQyDhR7M0l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QPJGY1HI-uQyDhR7M0l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyDhR7M0l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.QPJGY1HI-uQyDhR7M0l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.QPJGY1HI-uQyDhR7M0l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QPJGY1HI-uQyDhR7M0l ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QPJGY1HI-uQyDhR7M0l ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.QPJGY1HI-uQyDhR7M0l .navbar-buttons {
  text-align: center;
  width: auto;
}
.QPJGY1HI-uQyDhR7M0l .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.QPJGY1HI-uQyDhR7M0l .navbar-buttons .btn .depth-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .QPJGY1HI-uQyDhR7M0l .navbar-buttons .btn {
    width: auto !important;
  }
}
.QPJGY1HI-uQyDhR7M0l button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.QPJGY1HI-uQyDhR7M0l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QPJGY1HI-uQyDhR7M0l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QPJGY1HI-uQyDhR7M0l button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QPJGY1HI-uQyDhR7M0l button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QPJGY1HI-uQyDhR7M0l button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QPJGY1HI-uQyDhR7M0l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QPJGY1HI-uQyDhR7M0l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QPJGY1HI-uQyDhR7M0l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QPJGY1HI-uQyDhR7M0l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QPJGY1HI-uQyDhR7M0l .navbar-dropdown {
  padding: 0 1rem;
}
.QPJGY1HI-uQyDhR7M0l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QPJGY1HI-uQyDhR7M0l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QPJGY1HI-uQyDhR7M0l .navbar {
    height: 70px;
  }
  .QPJGY1HI-uQyDhR7M0l .navbar.opened {
    height: auto;
  }
  .QPJGY1HI-uQyDhR7M0l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QPJGY1HI-uQyDhR7M0l .navbar-nav {
  margin: 0 auto;
}
.QPJGY1HI-uQyDhR7M0l .nav-item {
  padding: 0;
  margin: 0;
}
.QPJGY1HI-uQyDhR7M0l .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.QPJGY1HI-uQyDhR7M0l .nav-item .nav-link::after {
  color: #d30000 !important;
  transform: rotate(0);
  transition: .3s;
}
.QPJGY1HI-uQyDhR7M0l .nav-item .nav-link:hover {
  background-color: #d30000;
  color: #ffffff !important;
}
.QPJGY1HI-uQyDhR7M0l .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.QPJGY1HI-uQyDhR7M0l .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QPJGY1HI-uQyDhR7M0l .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.QPJGY1HI-uQyDhR7M0l .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .QPJGY1HI-uQyDhR7M0l .navbar {
    justify-content: flex-start !important;
  }
  .QPJGY1HI-uQyDhR7M0l .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QPJGY1HI-uQyDhR7M0l .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QPJGY1HI-uQyDhR7M0l .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QPJGY1HI-uQyDhR7M0l .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QPJGY1HI-uQyDhR7M0l .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .QPJGY1HI-uQyDhR7M0l .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.QPJGY1HI-uQyDhR7M0l .content-wrap {
  min-height: 110px;
}
.QPJGY1HI-uQyDhR7M0l .depth-section-btn .btn::after,
.QPJGY1HI-uQyDhR7M0l .depth-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ffffff, #000000 150%);
}
.QPJGY1HI-uQyDhR7M0l .depth-section-btn .btn:hover,
.QPJGY1HI-uQyDhR7M0l .depth-section-btn .btn:focus {
  color: #000000 !important;
}
.QPJGY1HI-uQyDhR7M0l .depth-section-btn .btn:hover::after,
.QPJGY1HI-uQyDhR7M0l .depth-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ffffff, #000000 150%);
  opacity: 1;
}
.QPJGY1HI-uQyDhS1j3T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.QPJGY1HI-uQyDhS1j3T .depth-text {
  color: #000000;
}
.QPJGY1HI-uQyDhS1j3T .depth-section-subtitle {
  color: #000000;
}
.QPJGY1HI-uQyDhS1j3T .depth-section-title {
  color: #000000;
  text-align: center;
}
.QPJGY1HI-uQyDhSRZsA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.QPJGY1HI-uQyDhSRZsA .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyDhSRZsA .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyDhSRZsA .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.QPJGY1HI-uQyDhSRZsA .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyDhSRZsA .item {
    margin-bottom: 15px;
  }
}
.QPJGY1HI-uQyDhSRZsA .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #d30000;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyDhSRZsA .item .item-wrapper {
    padding: 30px;
  }
}
.QPJGY1HI-uQyDhSRZsA .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyDhSRZsA .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.QPJGY1HI-uQyDhSRZsA .item .item-wrapper .card-box .iconfont-wrapper .depth-iconfont {
  font-size: 25px;
  color: #d30000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyDhSRZsA .item .item-wrapper .card-box .iconfont-wrapper .depth-iconfont {
    font-size: 26px;
  }
}
.QPJGY1HI-uQyDhSRZsA .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.QPJGY1HI-uQyDhSRZsA .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.QPJGY1HI-uQyDhSRZsA .item .item-wrapper .depth-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyDhSRZsA .item .item-wrapper .depth-section-btn {
    margin-top: 20px;
  }
}
.QPJGY1HI-uQyDhSRZsA .item .item-wrapper .depth-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.QPJGY1HI-uQyDhSRZsA .card-title {
  color: #000000;
}
.QPJGY1HI-uQyDhSRZsA .card-text {
  color: #8a8a8a;
}
.QPJGY1HI-uQyDhSRZsA .card-text,
.QPJGY1HI-uQyDhSRZsA .depth-section-btn {
  color: #000000;
}
.QPJGY1HI-uQyJUpsd01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.QPJGY1HI-uQyJUpsd01 .depth-fallback-image.disabled {
  display: none;
}
.QPJGY1HI-uQyJUpsd01 .depth-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QPJGY1HI-uQyJUpsd01 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .container {
    padding: 0 26px;
  }
}
.QPJGY1HI-uQyJUpsd01 .row {
  justify-content: center;
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .depth-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .depth-section-title {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .title-wrapper .text-wrapper .depth-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .title-wrapper .text-wrapper .depth-text {
    width: 100%;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #d30000;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .depth-iconfont {
  margin-right: 0;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .depth-iconfont,
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .depth-iconfont {
  color: #54595f;
}
.QPJGY1HI-uQyJUpsd01 .content-wrapper .social-wrapper .social-wrap .soc-item a .depth-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.QPJGY1HI-uQyJUpsd01 .depth-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.QPJGY1HI-uQyJUpsd01 .depth-section-title {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .depth-text {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .list {
  color: #ffffff;
}
.QPJGY1HI-uQyJUpsd01 .list,
.QPJGY1HI-uQyJUpsd01 .nav-wrapper,
.QPJGY1HI-uQyJUpsd01 .social-wrapper {
  text-align: right;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
/* Main container for the cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  width: calc(100% - 40px);
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(100%);
  animation: slideIn 0.5s forwards;
  z-index: 1000;
}

/* Slide in animation */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header section: icon and message */
.cookie-banner .banner-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cookie-banner .banner-header img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

.cookie-banner .banner-header p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* Buttons section */
.cookie-banner .banner-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.cookie-banner .banner-buttons button {
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  width: 100%;
}

.cookie-banner .banner-buttons button:hover {
  transform: scale(1.03);
}

/* Accept button design */
.cookie-banner .banner-buttons button#cookieAcceptBtn {
  background-color: #4caf50;
  color: #fff;
}

/* Reject button design */
.cookie-banner .banner-buttons button#cookieRejectBtn {
  background-color: #fff;
  color: #f44336;
  border: 2px solid #f44336;
}

.cookie-banner .banner-buttons button#cookieRejectBtn:hover {
  background-color: #ffe6e6;
}

/* Footer section with policy links */
.cookie-banner .banner-footer {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.cookie-banner .banner-footer a {
  color: #007bff;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: border-bottom 0.3s;
}

.cookie-banner .banner-footer a:hover {
  border-bottom: 1px dashed #007bff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cookie-banner {
    max-width: 90%;
    padding: 15px;
    bottom: 15px;
    right: 15px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 15px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    max-width: 100%;
    bottom: 10px;
    right: 10px;
    padding: 10px;
  }
  .cookie-banner .banner-header img {
    width: 40px;
    height: 40px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 14px;
    padding: 8px;
  }
}

/* logoanimations */
@keyframes glow {
    0% {
        text-shadow: 0 0 5px #fff;
    }
    50% {
        text-shadow: 0 0 20px #ff0;
    }
    100% {
        text-shadow: 0 0 5px #fff;
    }
}

.navbar-brand {
    animation: glow 2s alternate;
}
/* endlogoanimations */

/* mainanimations */
/* Style 15: translate down */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: translateY(2px);
}
/* endmainanimations */
