.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: SUSE;
}
.display-1 {
  font-family: 'SUSE', sans-serif;
  font-size: 5rem;
  line-height: .9;
}
.display-1 > .shadow-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'SUSE', sans-serif;
  font-size: 3rem;
  line-height: .9;
}
.display-2 > .shadow-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'SUSE', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
}
.display-4 > .shadow-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'SUSE', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .shadow-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'SUSE', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-7 > .shadow-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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #000000 !important;
}
.bg-success {
  background-color: #062364 !important;
}
.bg-info {
  background-color: #f3f3f3 !important;
}
.bg-warning {
  background-color: #ff611e !important;
}
.bg-danger {
  background-color: #ff291e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #404040 !important;
  border-color: #404040 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0f307a !important;
  border-color: #0f307a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #2460e4 !important;
  border-color: #2460e4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2460e4 !important;
  border-color: #2460e4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #737373 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #062364 !important;
  border-color: #062364 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #0d4ddc !important;
  border-color: #0d4ddc !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d4ddc !important;
  border-color: #0d4ddc !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff611e !important;
  border-color: #ff611e !important;
  color: #1e0900 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbb9e !important;
  border-color: #ffbb9e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1e0900 !important;
  background-color: #ffbb9e !important;
  border-color: #ffbb9e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff291e !important;
  border-color: #ff291e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffa29e !important;
  border-color: #ffa29e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffa29e !important;
  border-color: #ffa29e !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !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: #636363 !important;
  border-color: #636363 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #636363 !important;
  border-color: #636363 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0f307a;
  color: #0f307a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #06122d !important;
  background-color: transparent !important;
  border-color: #06122d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f307a !important;
  border-color: #0f307a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c8c8c8 !important;
  background-color: transparent !important;
  border-color: #c8c8c8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #062364;
  color: #062364;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #010612 !important;
  background-color: transparent !important;
  border-color: #010612 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #062364 !important;
  border-color: #062364 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff611e;
  color: #ff611e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c63b00 !important;
  background-color: transparent !important;
  border-color: #c63b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff611e !important;
  border-color: #ff611e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff291e;
  color: #ff291e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c60a00 !important;
  background-color: transparent !important;
  border-color: #c60a00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff291e !important;
  border-color: #ff291e !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: #000000 !important;
}
.text-secondary {
  color: #0f307a !important;
}
.text-success {
  color: #062364 !important;
}
.text-info {
  color: #f3f3f3 !important;
}
.text-warning {
  color: #ff611e !important;
}
.text-danger {
  color: #ff291e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #040c1f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000104 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c0c0c0 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b73600 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b70900 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f3f3f3;
}
.alert-warning {
  background-color: #ff611e;
}
.alert-danger {
  background-color: #ff291e;
}
.shadow-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.shadow-gallery-filter li a {
  border-radius: 100px !important;
}
.shadow-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.shadow-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.shadow-plan-header.bg-primary .shadow-plan-subtitle,
.shadow-plan-header.bg-primary .shadow-plan-price-desc {
  color: #b3b3b3;
}
.shadow-plan-header.bg-success .shadow-plan-subtitle,
.shadow-plan-header.bg-success .shadow-plan-price-desc {
  color: #0d4ddc;
}
.shadow-plan-header.bg-info .shadow-plan-subtitle,
.shadow-plan-header.bg-info .shadow-plan-price-desc {
  color: #ffffff;
}
.shadow-plan-header.bg-warning .shadow-plan-subtitle,
.shadow-plan-header.bg-warning .shadow-plan-price-desc {
  color: #fff0ea;
}
.shadow-plan-header.bg-danger .shadow-plan-subtitle,
.shadow-plan-header.bg-danger .shadow-plan-price-desc {
  color: #ffebea;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'SUSE', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .shadow-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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'SUSE', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .shadow-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.shadow-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.shadow-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.shadow-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.shadow-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #0f307a !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='%23000000' %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;
}
.shadow-section-btn .btn,
.shadow-section-btn-main .btn {
  padding: 16px 32px;
  font-weight: 400 !important;
  border-radius: 80px !important;
}
@media (max-width: 992px) {
  .shadow-section-btn .btn,
  .shadow-section-btn-main .btn {
    padding: 8px 18px;
  }
}
.shadow-section-btn .btn .shadow-iconfont,
.shadow-section-btn-main .btn .shadow-iconfont {
  margin-left: 20px;
}
.shadow-section-btn .btn-primary-outline,
.shadow-section-btn-main .btn-primary-outline,
.shadow-section-btn .btn-secondary-outline,
.shadow-section-btn-main .btn-secondary-outline,
.shadow-section-btn .btn-success-outline,
.shadow-section-btn-main .btn-success-outline,
.shadow-section-btn .btn-info-outline,
.shadow-section-btn-main .btn-info-outline,
.shadow-section-btn .btn-warning-outline,
.shadow-section-btn-main .btn-warning-outline,
.shadow-section-btn .btn-danger-outline,
.shadow-section-btn-main .btn-danger-outline,
.shadow-section-btn .btn-black-outline,
.shadow-section-btn-main .btn-black-outline,
.shadow-section-btn .btn-white-outline,
.shadow-section-btn-main .btn-white-outline {
  border-width: 3px !important;
}
@media (max-width: 992px) {
  .shadow-section-btn .btn-primary-outline,
  .shadow-section-btn-main .btn-primary-outline,
  .shadow-section-btn .btn-secondary-outline,
  .shadow-section-btn-main .btn-secondary-outline,
  .shadow-section-btn .btn-success-outline,
  .shadow-section-btn-main .btn-success-outline,
  .shadow-section-btn .btn-info-outline,
  .shadow-section-btn-main .btn-info-outline,
  .shadow-section-btn .btn-warning-outline,
  .shadow-section-btn-main .btn-warning-outline,
  .shadow-section-btn .btn-danger-outline,
  .shadow-section-btn-main .btn-danger-outline,
  .shadow-section-btn .btn-black-outline,
  .shadow-section-btn-main .btn-black-outline,
  .shadow-section-btn .btn-white-outline,
  .shadow-section-btn-main .btn-white-outline {
    border-width: 2px !important;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.shadow-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.card-box {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .shadow-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .card-box {
    border-radius: 35px !important;
  }
}
.nav-item .nav-link {
  border-radius: 80px !important;
}
.image-wrap::before {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  .image-wrap::before {
    border-radius: 35px !important;
  }
}
.ksuU8ZhX-uJOSLxYzF9 {
  background-color: transparent;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar-dropdown {
  background-color: #fcf2ce !important;
  padding: 0;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcf2ce !important;
  background: #fcf2ce;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .ksuU8ZhX-uJOSLxYzF9 .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOSLxYzF9 .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOSLxYzF9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.ksuU8ZhX-uJOSLxYzF9 .navbar.opened {
  transition: all 0.3s;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 10px !important;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar.collapsed {
  justify-content: center;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOSLxYzF9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .ksuU8ZhX-uJOSLxYzF9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .ksuU8ZhX-uJOSLxYzF9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ksuU8ZhX-uJOSLxYzF9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ksuU8ZhX-uJOSLxYzF9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .ksuU8ZhX-uJOSLxYzF9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ksuU8ZhX-uJOSLxYzF9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .ksuU8ZhX-uJOSLxYzF9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ksuU8ZhX-uJOSLxYzF9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .ksuU8ZhX-uJOSLxYzF9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .ksuU8ZhX-uJOSLxYzF9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .ksuU8ZhX-uJOSLxYzF9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .ksuU8ZhX-uJOSLxYzF9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ksuU8ZhX-uJOSLxYzF9 .navbar .icons-menu {
    padding: 0;
  }
}
.ksuU8ZhX-uJOSLxYzF9 .navbar.navbar-short {
  min-height: 60px;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ksuU8ZhX-uJOSLxYzF9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOSLxYzF9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .ksuU8ZhX-uJOSLxYzF9 .menu_box .navbar.opened,
  .ksuU8ZhX-uJOSLxYzF9 .menu_box .navbar-collapse {
    background-color: #fcf2ce !important;
    transition: all 0s ease 0s;
  }
}
.ksuU8ZhX-uJOSLxYzF9 .navbar-dropdown {
  position: relative !important;
}
.ksuU8ZhX-uJOSLxYzF9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOSLxYzF9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOSLxYzF9 .shadow-section-btn-main {
    margin-top: 1rem;
  }
}
.ksuU8ZhX-uJOSLxYzF9 .shadow-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOSLxYzF9 .shadow-section-btn-main .btn {
    margin-left: 0;
  }
}
.ksuU8ZhX-uJOSLxYzF9 .btn {
  min-height: auto;
  margin-top: 0;
}
.ksuU8ZhX-uJOSLxYzF9 .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOSLxYzF9 .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOSLxYzF9 .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOSLxYzF9 .nav-item {
    margin: 0 !important;
  }
}
.ksuU8ZhX-uJOSLxYzF9 .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #d3a70f;
  display: inline-flex;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOSLxYzF9 .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #d3a70f;
  }
}
.ksuU8ZhX-uJOSLxYzF9 .nav-item .nav-link:hover,
.ksuU8ZhX-uJOSLxYzF9 .nav-item .nav-link:focus {
  color: #d3a70f !important;
  border-color: #062364 !important;
  background-color: #062364 !important;
}
.ksuU8ZhX-uJOSLxYzF9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOSLxYzF9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .ksuU8ZhX-uJOSLxYzF9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOSLxYzF9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ksuU8ZhX-uJOSLxYzF9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .ksuU8ZhX-uJOSLxYzF9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .ksuU8ZhX-uJOSLxYzF9 .offcanvas_box {
    display: none;
  }
}
.ksuU8ZhX-uJOSLxYzF9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.ksuU8ZhX-uJOSLxYzF9 .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.ksuU8ZhX-uJOSLxYzF9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.ksuU8ZhX-uJOSLxYzF9 .container {
  display: flex;
  margin: auto;
}
.ksuU8ZhX-uJOSLxYzF9 .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.ksuU8ZhX-uJOSLxYzF9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.ksuU8ZhX-uJOSLxYzF9 .iconfont-wrapper:hover .shadow-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOSLxYzF9 .navbar-nav {
    margin: 0;
  }
}
.ksuU8ZhX-uJOSLxYzF9 .dropdown-menu,
.ksuU8ZhX-uJOSLxYzF9 .navbar.opened {
  background-color: false !important;
}
.ksuU8ZhX-uJOSLxYzF9 .nav-item:focus,
.ksuU8ZhX-uJOSLxYzF9 .nav-link:focus {
  outline: none;
}
.ksuU8ZhX-uJOSLxYzF9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ksuU8ZhX-uJOSLxYzF9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ksuU8ZhX-uJOSLxYzF9 .dropdown .dropdown-menu .dropdown-item .shadow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ksuU8ZhX-uJOSLxYzF9 .dropdown .dropdown-menu .dropdown-item .shadow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ksuU8ZhX-uJOSLxYzF9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ksuU8ZhX-uJOSLxYzF9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar-brand .navbar-logo a {
  outline: none;
}
.ksuU8ZhX-uJOSLxYzF9 .dropdown-item.active,
.ksuU8ZhX-uJOSLxYzF9 .dropdown-item:active {
  background-color: transparent;
}
.ksuU8ZhX-uJOSLxYzF9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ksuU8ZhX-uJOSLxYzF9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ksuU8ZhX-uJOSLxYzF9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ksuU8ZhX-uJOSLxYzF9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcf2ce;
  background: #fcf2ce;
}
.ksuU8ZhX-uJOSLxYzF9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d3a70f;
}
.ksuU8ZhX-uJOSLxYzF9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOSLxYzF9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ksuU8ZhX-uJOSLxYzF9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ksuU8ZhX-uJOSLxYzF9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOSLxYzF9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOSLxYzF9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ksuU8ZhX-uJOSLxYzF9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ksuU8ZhX-uJOSLxYzF9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOSLxYzF9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ksuU8ZhX-uJOSLxYzF9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ksuU8ZhX-uJOSLxYzF9 .navbar {
    height: 70px;
  }
  .ksuU8ZhX-uJOSLxYzF9 .navbar.opened {
    height: auto;
  }
  .ksuU8ZhX-uJOSLxYzF9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ksuU8ZhX-uJOSLxYzF9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.ksuU8ZhX-uJOSLxYzF9 .navbar-caption:hover {
  color: #d3a70f;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOSLxYzF9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.ksuU8ZhX-uJOSLxYzF9 .text_widget {
  margin-bottom: 32px;
}
.ksuU8ZhX-uJOSLxYzF9 .text_widget a {
  transition: all 0.3s ease-out;
}
.ksuU8ZhX-uJOSLxYzF9 .text_widget a:hover,
.ksuU8ZhX-uJOSLxYzF9 .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOSLxYzF9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.ksuU8ZhX-uJOSLxYzF9 .navbar-caption {
  color: #000000;
}
.ksuU8ZhX-uJOSLxYzF9 .shadow-section-subtitle,
.ksuU8ZhX-uJOSLxYzF9 .text_widget,
.ksuU8ZhX-uJOSLxYzF9 .shadow-section-btn {
  text-align: center;
}
.ksuU8ZhX-uJOSLxYzF9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.ksuU8ZhX-uJOUGnf9p5 {
  background-image: url("../../../assets/images/bus8.jpg-1024x768.jpeg");
}
.ksuU8ZhX-uJOUGnf9p5 .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJOUGnf9p5 .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJOUGnf9p5 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOUGnf9p5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOUGnf9p5 .container {
    padding: 0 20px;
  }
}
.ksuU8ZhX-uJOUGnf9p5 .card {
  justify-content: center;
}
.ksuU8ZhX-uJOUGnf9p5 .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .ksuU8ZhX-uJOUGnf9p5 .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOUGnf9p5 .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJOUGnf9p5 .content-wrapper .shadow-desc {
  margin-bottom: 40px;
}
.ksuU8ZhX-uJOUGnf9p5 .content-wrapper .shadow-section-title {
  margin-bottom: 30px;
}
.ksuU8ZhX-uJOUGnf9p5 .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .ksuU8ZhX-uJOUGnf9p5 .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOUGnf9p5 .image-wrapper {
    padding-right: 0;
  }
}
.ksuU8ZhX-uJOUGnf9p5 .image-wrapper .image-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .ksuU8ZhX-uJOUGnf9p5 .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.ksuU8ZhX-uJOUGnf9p5 .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOUGnf9p5 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.ksuU8ZhX-uJOUGnf9p5 .shadow-section-title {
  color: #ffffff;
}
.ksuU8ZhX-uJOUGnf9p5 .shadow-desc {
  color: #0f307a;
  text-align: center;
}
.ksuU8ZhX-uJOUGnf9p5 .shadow-section-title,
.ksuU8ZhX-uJOUGnf9p5 .shadow-section-btn {
  color: #000000;
  text-align: center;
}
.ksuU8ZhX-uJOWBXV4ue {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fffbef;
}
.ksuU8ZhX-uJOWBXV4ue .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJOWBXV4ue .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOWBXV4ue p {
    max-width: 95%;
  }
}
.ksuU8ZhX-uJOWBXV4ue .shadow-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.ksuU8ZhX-uJOWBXV4ue .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #000000;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.ksuU8ZhX-uJOWBXV4ue .subtitle-wrap .shadow-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #0f307a;
  font-size: 1.5rem;
}
.ksuU8ZhX-uJOWBXV4ue .shadow-section-title {
  color: #0f307a;
  text-align: center;
}
.ksuU8ZhX-uJOWBXV4ue .shadow-text,
.ksuU8ZhX-uJOWBXV4ue .shadow-section-btn {
  color: #000000;
}
.ksuU8ZhX-uJOWBXV4ue .shadow-section-subtitle,
.ksuU8ZhX-uJOWBXV4ue .align-wrapper {
  color: #04492e;
}
.ksuU8ZhX-uJOWBXV4ue .shadow-section-title2 {
  color: #04492e;
}
.ksuU8ZhX-uJOWBXV4ue .shadow-text2,
.ksuU8ZhX-uJOWBXV4ue .shadow-section-btn {
  color: #000000;
}
.ksuU8ZhX-uJOXh5kAih {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffef9;
}
.ksuU8ZhX-uJOXh5kAih .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJOXh5kAih .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJOXh5kAih .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .ksuU8ZhX-uJOXh5kAih .items-wrapper {
    margin: 0 -22px;
  }
}
.ksuU8ZhX-uJOXh5kAih .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .ksuU8ZhX-uJOXh5kAih .items-wrapper .item {
    padding: 0 22px;
  }
}
.ksuU8ZhX-uJOXh5kAih .label-wrapper .shadow-label {
  margin-bottom: 22px;
}
.ksuU8ZhX-uJOXh5kAih .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOXh5kAih .content-wrapper {
    display: block;
  }
}
.ksuU8ZhX-uJOXh5kAih .content-wrapper .content-wrap .shadow-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOXh5kAih .content-wrapper .content-wrap .shadow-section-title {
    margin-bottom: 32px;
  }
}
.ksuU8ZhX-uJOXh5kAih .content-wrapper .content-wrap .shadow-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOXh5kAih .content-wrapper .content-wrap .shadow-text {
    margin-bottom: 32px;
  }
}
.ksuU8ZhX-uJOXh5kAih .content-wrapper .content-wrap .shadow-section-btn .btn {
  margin-bottom: 0;
}
.ksuU8ZhX-uJOXh5kAih .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOXh5kAih .item {
    margin-bottom: 32px;
  }
}
.ksuU8ZhX-uJOXh5kAih .item .item-wrapper {
  height: 100%;
}
.ksuU8ZhX-uJOXh5kAih .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOXh5kAih .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.ksuU8ZhX-uJOXh5kAih .item .item-wrapper .item-img img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOXh5kAih .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.ksuU8ZhX-uJOXh5kAih .item .item-wrapper .item-content .item-name {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOXh5kAih .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.ksuU8ZhX-uJOXh5kAih .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.ksuU8ZhX-uJOXh5kAih .item .item-wrapper .item-content .shadow-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOXh5kAih .item .item-wrapper .item-content .shadow-section-btn {
    margin-top: 22px;
  }
}
.ksuU8ZhX-uJOXh5kAih .shadow-label {
  color: #0f307a;
  text-align: left;
}
.ksuU8ZhX-uJOXh5kAih .shadow-section-title {
  color: #c10b02;
}
.ksuU8ZhX-uJOXh5kAih .shadow-text {
  color: #000000;
  text-align: center;
}
.ksuU8ZhX-uJOXh5kAih .item-name {
  color: #d3a70f;
  text-align: center;
}
.ksuU8ZhX-uJOXh5kAih .item-text {
  color: #000000;
  text-align: center;
}
.ksuU8ZhX-uJOXh5kAih .shadow-section-title,
.ksuU8ZhX-uJOXh5kAih .shadow-section-btn {
  color: #d3a70f;
  text-align: center;
}
.ksuU8ZhX-uJOZBxfun5 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #fffbef;
}
.ksuU8ZhX-uJOZBxfun5 .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOZBxfun5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .ksuU8ZhX-uJOZBxfun5 .container {
    padding: 0 24px;
  }
}
.ksuU8ZhX-uJOZBxfun5 .card {
  justify-content: center;
}
.ksuU8ZhX-uJOZBxfun5 .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOZBxfun5 .title-wrapper {
    padding: 0 24px 24px;
  }
}
.ksuU8ZhX-uJOZBxfun5 .title-wrapper .shadow-section-title {
  margin-bottom: 16px;
}
.ksuU8ZhX-uJOZBxfun5 .title-wrapper .shadow-desc {
  margin-bottom: 0;
}
.ksuU8ZhX-uJOZBxfun5 .text-wrapper {
  border-top: 1px solid #d3a70f;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOZBxfun5 .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.ksuU8ZhX-uJOZBxfun5 .text-wrapper .shadow-text {
  width: 45%;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOZBxfun5 .text-wrapper .shadow-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .ksuU8ZhX-uJOZBxfun5 .text-wrapper .shadow-text:last-child {
    margin-bottom: 0;
  }
}
.ksuU8ZhX-uJOZBxfun5 .shadow-section-title {
  color: #F9F6E0;
}
.ksuU8ZhX-uJOZBxfun5 .shadow-desc {
  color: #d3a70f;
  text-align: center;
}
.ksuU8ZhX-uJOZBxfun5 .shadow-text {
  color: #000000;
}
.ksuU8ZhX-uJOZBxfun5 .shadow-section-btn {
  text-align: right;
}
.ksuU8ZhX-uJOZBxfun5 .shadow-section-title,
.ksuU8ZhX-uJOZBxfun5 .shadow-section-btn {
  color: #0f307a;
  text-align: center;
}
.ksuU8ZhX-uJP0drejpx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffef9;
}
.ksuU8ZhX-uJP0drejpx .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJP0drejpx .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJP0drejpx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .ksuU8ZhX-uJP0drejpx .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP0drejpx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP0drejpx .container {
    padding: 0 16px;
  }
}
.ksuU8ZhX-uJP0drejpx .row {
  justify-content: space-between;
}
.ksuU8ZhX-uJP0drejpx .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP0drejpx .image-wrapper {
    margin-bottom: 48px;
  }
}
.ksuU8ZhX-uJP0drejpx .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #0f307a;
  border-radius: .5em !important;
}
.ksuU8ZhX-uJP0drejpx .content-wrapper {
  position: relative;
}
.ksuU8ZhX-uJP0drejpx .content-wrapper .shadow-section-title {
  margin-bottom: 32px;
}
.ksuU8ZhX-uJP0drejpx .content-wrapper .shadow-text {
  margin-bottom: 32px;
}
.ksuU8ZhX-uJP0drejpx .shadow-text {
  color: #333333;
}
.ksuU8ZhX-uJP0drejpx .shadow-section-title,
.ksuU8ZhX-uJP0drejpx .shadow-section-btn {
  color: #0f307a;
}
.ksuU8ZhX-uJP0drejpx .shadow-text,
.ksuU8ZhX-uJP0drejpx .icon-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJP0IpBLX8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fffbef;
}
.ksuU8ZhX-uJP0IpBLX8 .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJP0IpBLX8 .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJP0IpBLX8 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .ksuU8ZhX-uJP0IpBLX8 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP0IpBLX8 .container {
    padding: 0 20px;
  }
}
.ksuU8ZhX-uJP0IpBLX8 .content-wrapper .shadow-section-title {
  padding: 60px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP0IpBLX8 .content-wrapper .shadow-section-title {
    padding: 46px 0;
  }
}
.ksuU8ZhX-uJP0IpBLX8 .content-wrapper .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
.ksuU8ZhX-uJP0IpBLX8 .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #fffef9;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP0IpBLX8 .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.ksuU8ZhX-uJP0IpBLX8 .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
}
.ksuU8ZhX-uJP0IpBLX8 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.ksuU8ZhX-uJP0IpBLX8 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
.ksuU8ZhX-uJP0IpBLX8 .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .shadow-iconfont {
  font-size: 48px;
  color: #0f307a;
  display: inline-flex;
}
.ksuU8ZhX-uJP0IpBLX8 .shadow-section-title {
  color: #000000;
}
.ksuU8ZhX-uJP0IpBLX8 .card-number {
  color: #000000;
}
.ksuU8ZhX-uJP0IpBLX8 .card-title {
  color: #000000;
}
.ksuU8ZhX-uJP0IpBLX8 .shadow-section-title,
.ksuU8ZhX-uJP0IpBLX8 .shadow-section-btn {
  text-align: center;
}
.ksuU8ZhX-uJP0IpBLX8 .shadow-section-title,
.ksuU8ZhX-uJP0IpBLX8 .shadow-section-btn,
.ksuU8ZhX-uJP0IpBLX8 .image-wrapper {
  color: #0f307a;
}
.ksuU8ZhX-uJP0IpBLX8 .card-title,
.ksuU8ZhX-uJP0IpBLX8 .icon-wrapper {
  color: #041a44;
  text-align: center;
}
.ksuU8ZhX-uJP3uMSTMW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0c3;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJP3uMSTMW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .container {
    padding: 0 26px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .row {
  justify-content: center;
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .shadow-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .shadow-section-title {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .text-wrapper .shadow-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .text-wrapper .shadow-text {
    width: 100%;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.ksuU8ZhX-uJP3uMSTMW .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) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:hover,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .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;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #e1b20f;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .shadow-iconfont {
  margin-right: 0;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .shadow-iconfont,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .shadow-iconfont {
  color: #e1b20f;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a .shadow-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;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-section-title {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-text {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .list {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .list,
.ksuU8ZhX-uJP3uMSTMW .nav-wrapper,
.ksuU8ZhX-uJP3uMSTMW .social-wrapper {
  text-align: right;
}
.ksuU8ZhX-uJP3uMSTMW .list,
.ksuU8ZhX-uJP3uMSTMW .item-wrap,
.ksuU8ZhX-uJP3uMSTMW .social-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-text,
.ksuU8ZhX-uJP3uMSTMW .text-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJOTP5dJuD {
  background-color: transparent;
}
.ksuU8ZhX-uJOTP5dJuD .navbar-dropdown {
  background-color: #fcf2ce !important;
  padding: 0;
}
.ksuU8ZhX-uJOTP5dJuD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcf2ce !important;
  background: #fcf2ce;
}
.ksuU8ZhX-uJOTP5dJuD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ksuU8ZhX-uJOTP5dJuD .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .ksuU8ZhX-uJOTP5dJuD .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTP5dJuD .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTP5dJuD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.ksuU8ZhX-uJOTP5dJuD .navbar.opened {
  transition: all 0.3s;
}
.ksuU8ZhX-uJOTP5dJuD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.ksuU8ZhX-uJOTP5dJuD .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 10px !important;
}
.ksuU8ZhX-uJOTP5dJuD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.ksuU8ZhX-uJOTP5dJuD .navbar.collapsed {
  justify-content: center;
}
.ksuU8ZhX-uJOTP5dJuD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ksuU8ZhX-uJOTP5dJuD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.ksuU8ZhX-uJOTP5dJuD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ksuU8ZhX-uJOTP5dJuD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ksuU8ZhX-uJOTP5dJuD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ksuU8ZhX-uJOTP5dJuD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.ksuU8ZhX-uJOTP5dJuD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTP5dJuD .navbar .nav-item {
    padding: .5rem 0;
  }
  .ksuU8ZhX-uJOTP5dJuD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .ksuU8ZhX-uJOTP5dJuD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ksuU8ZhX-uJOTP5dJuD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ksuU8ZhX-uJOTP5dJuD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .ksuU8ZhX-uJOTP5dJuD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ksuU8ZhX-uJOTP5dJuD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .ksuU8ZhX-uJOTP5dJuD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ksuU8ZhX-uJOTP5dJuD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .ksuU8ZhX-uJOTP5dJuD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .ksuU8ZhX-uJOTP5dJuD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .ksuU8ZhX-uJOTP5dJuD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .ksuU8ZhX-uJOTP5dJuD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ksuU8ZhX-uJOTP5dJuD .navbar .icons-menu {
    padding: 0;
  }
}
.ksuU8ZhX-uJOTP5dJuD .navbar.navbar-short {
  min-height: 60px;
}
.ksuU8ZhX-uJOTP5dJuD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ksuU8ZhX-uJOTP5dJuD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ksuU8ZhX-uJOTP5dJuD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTP5dJuD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .ksuU8ZhX-uJOTP5dJuD .menu_box .navbar.opened,
  .ksuU8ZhX-uJOTP5dJuD .menu_box .navbar-collapse {
    background-color: #fcf2ce !important;
    transition: all 0s ease 0s;
  }
}
.ksuU8ZhX-uJOTP5dJuD .navbar-dropdown {
  position: relative !important;
}
.ksuU8ZhX-uJOTP5dJuD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTP5dJuD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTP5dJuD .shadow-section-btn-main {
    margin-top: 1rem;
  }
}
.ksuU8ZhX-uJOTP5dJuD .shadow-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTP5dJuD .shadow-section-btn-main .btn {
    margin-left: 0;
  }
}
.ksuU8ZhX-uJOTP5dJuD .btn {
  min-height: auto;
  margin-top: 0;
}
.ksuU8ZhX-uJOTP5dJuD .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTP5dJuD .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTP5dJuD .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTP5dJuD .nav-item {
    margin: 0 !important;
  }
}
.ksuU8ZhX-uJOTP5dJuD .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #d3a70f;
  display: inline-flex;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTP5dJuD .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #d3a70f;
  }
}
.ksuU8ZhX-uJOTP5dJuD .nav-item .nav-link:hover,
.ksuU8ZhX-uJOTP5dJuD .nav-item .nav-link:focus {
  color: #d3a70f !important;
  border-color: #062364 !important;
  background-color: #062364 !important;
}
.ksuU8ZhX-uJOTP5dJuD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTP5dJuD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .ksuU8ZhX-uJOTP5dJuD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTP5dJuD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ksuU8ZhX-uJOTP5dJuD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .ksuU8ZhX-uJOTP5dJuD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .ksuU8ZhX-uJOTP5dJuD .offcanvas_box {
    display: none;
  }
}
.ksuU8ZhX-uJOTP5dJuD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.ksuU8ZhX-uJOTP5dJuD .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.ksuU8ZhX-uJOTP5dJuD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.ksuU8ZhX-uJOTP5dJuD .container {
  display: flex;
  margin: auto;
}
.ksuU8ZhX-uJOTP5dJuD .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.ksuU8ZhX-uJOTP5dJuD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.ksuU8ZhX-uJOTP5dJuD .iconfont-wrapper:hover .shadow-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTP5dJuD .navbar-nav {
    margin: 0;
  }
}
.ksuU8ZhX-uJOTP5dJuD .dropdown-menu,
.ksuU8ZhX-uJOTP5dJuD .navbar.opened {
  background-color: false !important;
}
.ksuU8ZhX-uJOTP5dJuD .nav-item:focus,
.ksuU8ZhX-uJOTP5dJuD .nav-link:focus {
  outline: none;
}
.ksuU8ZhX-uJOTP5dJuD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ksuU8ZhX-uJOTP5dJuD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ksuU8ZhX-uJOTP5dJuD .dropdown .dropdown-menu .dropdown-item .shadow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ksuU8ZhX-uJOTP5dJuD .dropdown .dropdown-menu .dropdown-item .shadow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ksuU8ZhX-uJOTP5dJuD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ksuU8ZhX-uJOTP5dJuD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ksuU8ZhX-uJOTP5dJuD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.ksuU8ZhX-uJOTP5dJuD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ksuU8ZhX-uJOTP5dJuD .navbar-brand .navbar-logo a {
  outline: none;
}
.ksuU8ZhX-uJOTP5dJuD .dropdown-item.active,
.ksuU8ZhX-uJOTP5dJuD .dropdown-item:active {
  background-color: transparent;
}
.ksuU8ZhX-uJOTP5dJuD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ksuU8ZhX-uJOTP5dJuD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ksuU8ZhX-uJOTP5dJuD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ksuU8ZhX-uJOTP5dJuD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.ksuU8ZhX-uJOTP5dJuD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ksuU8ZhX-uJOTP5dJuD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcf2ce;
  background: #fcf2ce;
}
.ksuU8ZhX-uJOTP5dJuD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d3a70f;
}
.ksuU8ZhX-uJOTP5dJuD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTP5dJuD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ksuU8ZhX-uJOTP5dJuD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ksuU8ZhX-uJOTP5dJuD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTP5dJuD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTP5dJuD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ksuU8ZhX-uJOTP5dJuD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ksuU8ZhX-uJOTP5dJuD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTP5dJuD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ksuU8ZhX-uJOTP5dJuD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ksuU8ZhX-uJOTP5dJuD .navbar {
    height: 70px;
  }
  .ksuU8ZhX-uJOTP5dJuD .navbar.opened {
    height: auto;
  }
  .ksuU8ZhX-uJOTP5dJuD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ksuU8ZhX-uJOTP5dJuD .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.ksuU8ZhX-uJOTP5dJuD .navbar-caption:hover {
  color: #d3a70f;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTP5dJuD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.ksuU8ZhX-uJOTP5dJuD .text_widget {
  margin-bottom: 32px;
}
.ksuU8ZhX-uJOTP5dJuD .text_widget a {
  transition: all 0.3s ease-out;
}
.ksuU8ZhX-uJOTP5dJuD .text_widget a:hover,
.ksuU8ZhX-uJOTP5dJuD .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTP5dJuD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.ksuU8ZhX-uJOTP5dJuD .navbar-caption {
  color: #000000;
}
.ksuU8ZhX-uJOTP5dJuD .shadow-section-subtitle,
.ksuU8ZhX-uJOTP5dJuD .text_widget,
.ksuU8ZhX-uJOTP5dJuD .shadow-section-btn {
  text-align: center;
}
.ksuU8ZhX-uJOTP5dJuD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.ksuU8ZhX-uJOTP5ucFi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffef9;
}
.ksuU8ZhX-uJOTP5ucFi .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJOTP5ucFi .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJOTP5ucFi .shadow-section-btn {
  margin-bottom: 22px;
}
.ksuU8ZhX-uJOTP5ucFi .title-wrapper .shadow-section-title {
  margin-bottom: 32px;
}
.ksuU8ZhX-uJOTP5ucFi .title-wrapper .shadow-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTP5ucFi .title-wrapper .shadow-desc {
    margin-bottom: 32px;
  }
}
.ksuU8ZhX-uJOTP5ucFi .text-wrapper .shadow-text {
  margin-bottom: 0;
}
.ksuU8ZhX-uJOTP5ucFi .shadow-section-title {
  color: #000000;
}
.ksuU8ZhX-uJOTP5ucFi .shadow-desc {
  color: #fdfde1;
}
.ksuU8ZhX-uJOTP5ucFi .shadow-text {
  color: #000000;
}
.ksuU8ZhX-uJOTP5ucFi .shadow-text,
.ksuU8ZhX-uJOTP5ucFi .text-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJOTP5ucFi .shadow-section-title,
.ksuU8ZhX-uJOTP5ucFi .shadow-section-btn {
  color: #0f307a;
  text-align: center;
}
.ksuU8ZhX-uJP3uMSTMW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0c3;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJP3uMSTMW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .container {
    padding: 0 26px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .row {
  justify-content: center;
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .shadow-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .shadow-section-title {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .text-wrapper .shadow-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .text-wrapper .shadow-text {
    width: 100%;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.ksuU8ZhX-uJP3uMSTMW .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) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:hover,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .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;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #e1b20f;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .shadow-iconfont {
  margin-right: 0;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .shadow-iconfont,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .shadow-iconfont {
  color: #e1b20f;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a .shadow-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;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-section-title {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-text {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .list {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .list,
.ksuU8ZhX-uJP3uMSTMW .nav-wrapper,
.ksuU8ZhX-uJP3uMSTMW .social-wrapper {
  text-align: right;
}
.ksuU8ZhX-uJP3uMSTMW .list,
.ksuU8ZhX-uJP3uMSTMW .item-wrap,
.ksuU8ZhX-uJP3uMSTMW .social-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-text,
.ksuU8ZhX-uJP3uMSTMW .text-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJOTzdiVcl {
  background-color: transparent;
}
.ksuU8ZhX-uJOTzdiVcl .navbar-dropdown {
  background-color: #fcf2ce !important;
  padding: 0;
}
.ksuU8ZhX-uJOTzdiVcl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcf2ce !important;
  background: #fcf2ce;
}
.ksuU8ZhX-uJOTzdiVcl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ksuU8ZhX-uJOTzdiVcl .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .ksuU8ZhX-uJOTzdiVcl .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTzdiVcl .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTzdiVcl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.ksuU8ZhX-uJOTzdiVcl .navbar.opened {
  transition: all 0.3s;
}
.ksuU8ZhX-uJOTzdiVcl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.ksuU8ZhX-uJOTzdiVcl .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 10px !important;
}
.ksuU8ZhX-uJOTzdiVcl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.ksuU8ZhX-uJOTzdiVcl .navbar.collapsed {
  justify-content: center;
}
.ksuU8ZhX-uJOTzdiVcl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ksuU8ZhX-uJOTzdiVcl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.ksuU8ZhX-uJOTzdiVcl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ksuU8ZhX-uJOTzdiVcl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ksuU8ZhX-uJOTzdiVcl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ksuU8ZhX-uJOTzdiVcl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.ksuU8ZhX-uJOTzdiVcl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTzdiVcl .navbar .nav-item {
    padding: .5rem 0;
  }
  .ksuU8ZhX-uJOTzdiVcl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .ksuU8ZhX-uJOTzdiVcl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ksuU8ZhX-uJOTzdiVcl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ksuU8ZhX-uJOTzdiVcl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .ksuU8ZhX-uJOTzdiVcl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ksuU8ZhX-uJOTzdiVcl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .ksuU8ZhX-uJOTzdiVcl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ksuU8ZhX-uJOTzdiVcl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .ksuU8ZhX-uJOTzdiVcl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .ksuU8ZhX-uJOTzdiVcl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .ksuU8ZhX-uJOTzdiVcl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .ksuU8ZhX-uJOTzdiVcl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ksuU8ZhX-uJOTzdiVcl .navbar .icons-menu {
    padding: 0;
  }
}
.ksuU8ZhX-uJOTzdiVcl .navbar.navbar-short {
  min-height: 60px;
}
.ksuU8ZhX-uJOTzdiVcl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ksuU8ZhX-uJOTzdiVcl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ksuU8ZhX-uJOTzdiVcl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTzdiVcl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .ksuU8ZhX-uJOTzdiVcl .menu_box .navbar.opened,
  .ksuU8ZhX-uJOTzdiVcl .menu_box .navbar-collapse {
    background-color: #fcf2ce !important;
    transition: all 0s ease 0s;
  }
}
.ksuU8ZhX-uJOTzdiVcl .navbar-dropdown {
  position: relative !important;
}
.ksuU8ZhX-uJOTzdiVcl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTzdiVcl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTzdiVcl .shadow-section-btn-main {
    margin-top: 1rem;
  }
}
.ksuU8ZhX-uJOTzdiVcl .shadow-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTzdiVcl .shadow-section-btn-main .btn {
    margin-left: 0;
  }
}
.ksuU8ZhX-uJOTzdiVcl .btn {
  min-height: auto;
  margin-top: 0;
}
.ksuU8ZhX-uJOTzdiVcl .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTzdiVcl .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTzdiVcl .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTzdiVcl .nav-item {
    margin: 0 !important;
  }
}
.ksuU8ZhX-uJOTzdiVcl .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #d3a70f;
  display: inline-flex;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTzdiVcl .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #d3a70f;
  }
}
.ksuU8ZhX-uJOTzdiVcl .nav-item .nav-link:hover,
.ksuU8ZhX-uJOTzdiVcl .nav-item .nav-link:focus {
  color: #d3a70f !important;
  border-color: #062364 !important;
  background-color: #062364 !important;
}
.ksuU8ZhX-uJOTzdiVcl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTzdiVcl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .ksuU8ZhX-uJOTzdiVcl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTzdiVcl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ksuU8ZhX-uJOTzdiVcl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .ksuU8ZhX-uJOTzdiVcl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .ksuU8ZhX-uJOTzdiVcl .offcanvas_box {
    display: none;
  }
}
.ksuU8ZhX-uJOTzdiVcl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.ksuU8ZhX-uJOTzdiVcl .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.ksuU8ZhX-uJOTzdiVcl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.ksuU8ZhX-uJOTzdiVcl .container {
  display: flex;
  margin: auto;
}
.ksuU8ZhX-uJOTzdiVcl .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.ksuU8ZhX-uJOTzdiVcl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.ksuU8ZhX-uJOTzdiVcl .iconfont-wrapper:hover .shadow-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTzdiVcl .navbar-nav {
    margin: 0;
  }
}
.ksuU8ZhX-uJOTzdiVcl .dropdown-menu,
.ksuU8ZhX-uJOTzdiVcl .navbar.opened {
  background-color: false !important;
}
.ksuU8ZhX-uJOTzdiVcl .nav-item:focus,
.ksuU8ZhX-uJOTzdiVcl .nav-link:focus {
  outline: none;
}
.ksuU8ZhX-uJOTzdiVcl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ksuU8ZhX-uJOTzdiVcl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ksuU8ZhX-uJOTzdiVcl .dropdown .dropdown-menu .dropdown-item .shadow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ksuU8ZhX-uJOTzdiVcl .dropdown .dropdown-menu .dropdown-item .shadow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ksuU8ZhX-uJOTzdiVcl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ksuU8ZhX-uJOTzdiVcl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ksuU8ZhX-uJOTzdiVcl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.ksuU8ZhX-uJOTzdiVcl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ksuU8ZhX-uJOTzdiVcl .navbar-brand .navbar-logo a {
  outline: none;
}
.ksuU8ZhX-uJOTzdiVcl .dropdown-item.active,
.ksuU8ZhX-uJOTzdiVcl .dropdown-item:active {
  background-color: transparent;
}
.ksuU8ZhX-uJOTzdiVcl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ksuU8ZhX-uJOTzdiVcl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ksuU8ZhX-uJOTzdiVcl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ksuU8ZhX-uJOTzdiVcl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.ksuU8ZhX-uJOTzdiVcl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ksuU8ZhX-uJOTzdiVcl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcf2ce;
  background: #fcf2ce;
}
.ksuU8ZhX-uJOTzdiVcl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d3a70f;
}
.ksuU8ZhX-uJOTzdiVcl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTzdiVcl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ksuU8ZhX-uJOTzdiVcl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ksuU8ZhX-uJOTzdiVcl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTzdiVcl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTzdiVcl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ksuU8ZhX-uJOTzdiVcl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ksuU8ZhX-uJOTzdiVcl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTzdiVcl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ksuU8ZhX-uJOTzdiVcl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ksuU8ZhX-uJOTzdiVcl .navbar {
    height: 70px;
  }
  .ksuU8ZhX-uJOTzdiVcl .navbar.opened {
    height: auto;
  }
  .ksuU8ZhX-uJOTzdiVcl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ksuU8ZhX-uJOTzdiVcl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.ksuU8ZhX-uJOTzdiVcl .navbar-caption:hover {
  color: #d3a70f;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTzdiVcl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.ksuU8ZhX-uJOTzdiVcl .text_widget {
  margin-bottom: 32px;
}
.ksuU8ZhX-uJOTzdiVcl .text_widget a {
  transition: all 0.3s ease-out;
}
.ksuU8ZhX-uJOTzdiVcl .text_widget a:hover,
.ksuU8ZhX-uJOTzdiVcl .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTzdiVcl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.ksuU8ZhX-uJOTzdiVcl .navbar-caption {
  color: #000000;
}
.ksuU8ZhX-uJOTzdiVcl .shadow-section-subtitle,
.ksuU8ZhX-uJOTzdiVcl .text_widget,
.ksuU8ZhX-uJOTzdiVcl .shadow-section-btn {
  text-align: center;
}
.ksuU8ZhX-uJOTzdiVcl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.ksuU8ZhX-uJP1bg9nO9 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #fffef9;
  overflow: hidden;
}
.ksuU8ZhX-uJP1bg9nO9 .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJP1bg9nO9 .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJP1bg9nO9 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP1bg9nO9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .ksuU8ZhX-uJP1bg9nO9 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP1bg9nO9 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .ksuU8ZhX-uJP1bg9nO9 .container {
    padding: 0 14px;
  }
}
.ksuU8ZhX-uJP1bg9nO9 .title-wrapper .shadow-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP1bg9nO9 .title-wrapper .shadow-section-title {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP1bg9nO9 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP1bg9nO9 .image-wrapper {
    margin-bottom: 32px;
  }
}
.ksuU8ZhX-uJP1bg9nO9 .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #d3a70f;
  transform: rotate(5deg);
  pointer-events: none;
}
.ksuU8ZhX-uJP1bg9nO9 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP1bg9nO9 .image-wrapper img {
    height: 300px;
  }
}
.ksuU8ZhX-uJP1bg9nO9 .content-wrapper {
  margin-left: 80px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP1bg9nO9 .content-wrapper {
    margin: 0;
  }
}
.ksuU8ZhX-uJP1bg9nO9 .content-wrapper .shadow-name {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP1bg9nO9 .content-wrapper .shadow-name {
    margin-bottom: 22px;
  }
}
.ksuU8ZhX-uJP1bg9nO9 .content-wrapper .text-wrapper .shadow-text {
  display: inline-flex;
  width: 65%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP1bg9nO9 .content-wrapper .text-wrapper .shadow-text {
    width: 100%;
  }
}
.ksuU8ZhX-uJP1bg9nO9 .shadow-section-title {
  color: #01004c;
  text-align: center;
}
.ksuU8ZhX-uJP1bg9nO9 .shadow-name {
  color: #01004c;
}
.ksuU8ZhX-uJP1bg9nO9 .shadow-text {
  color: #01004c;
}
.ksuU8ZhX-uJP1JhjhU3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fffbef;
}
.ksuU8ZhX-uJP1JhjhU3 .shadow-overlay {
  padding: 0;
  background: #fffef9;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.ksuU8ZhX-uJP1JhjhU3 .shadow-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #6a3649;
  text-align: center;
}
.ksuU8ZhX-uJP1JhjhU3 .title-text {
  color: #0f307a;
  text-align: center;
}
.ksuU8ZhX-uJP1JhjhU3 H5 {
  color: #4c4a4b;
  text-align: center;
}
.ksuU8ZhX-uJP1JhjhU3 .section-text,
.ksuU8ZhX-uJP1JhjhU3 .shadow-section-btn {
  text-align: left;
  color: #000000;
}
.ksuU8ZhX-uJP1JhjhU3 .section-text,
.ksuU8ZhX-uJP1JhjhU3 .shadow-section-btn DIV {
  text-align: center;
}
.ksuU8ZhX-uJP1jMrFP8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffef9;
}
.ksuU8ZhX-uJP1jMrFP8 .shadow-section-title {
  color: #15417d;
  text-align: center;
}
.ksuU8ZhX-uJP1jMrFP8 .shadow-text,
.ksuU8ZhX-uJP1jMrFP8 .shadow-section-btn {
  color: #000000;
  text-align: center;
}
.ksuU8ZhX-uJP1jMrFP8 .shadow-section-subtitle {
  color: #15417d;
}
.ksuU8ZhX-uJP1jMrFP8 img {
  border-radius: 2rem;
}
.ksuU8ZhX-uJP1jMrFP8 .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJP1jMrFP8 .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJP1dSIyV5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffbef;
}
.ksuU8ZhX-uJP1dSIyV5 .shadow-text {
  color: #151e11;
}
.ksuU8ZhX-uJP1dSIyV5 .shadow-section-subtitle {
  color: #000000;
}
.ksuU8ZhX-uJP1dSIyV5 .shadow-section-title {
  color: #0f307a;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1rem;
}
.ksuU8ZhX-uJP3uMSTMW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0c3;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJP3uMSTMW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .container {
    padding: 0 26px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .row {
  justify-content: center;
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .shadow-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .shadow-section-title {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .text-wrapper .shadow-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .text-wrapper .shadow-text {
    width: 100%;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.ksuU8ZhX-uJP3uMSTMW .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) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:hover,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .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;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #e1b20f;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .shadow-iconfont {
  margin-right: 0;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .shadow-iconfont,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .shadow-iconfont {
  color: #e1b20f;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a .shadow-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;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-section-title {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-text {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .list {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .list,
.ksuU8ZhX-uJP3uMSTMW .nav-wrapper,
.ksuU8ZhX-uJP3uMSTMW .social-wrapper {
  text-align: right;
}
.ksuU8ZhX-uJP3uMSTMW .list,
.ksuU8ZhX-uJP3uMSTMW .item-wrap,
.ksuU8ZhX-uJP3uMSTMW .social-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-text,
.ksuU8ZhX-uJP3uMSTMW .text-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJOTzuJpLa {
  background-color: transparent;
}
.ksuU8ZhX-uJOTzuJpLa .navbar-dropdown {
  background-color: #fcf2ce !important;
  padding: 0;
}
.ksuU8ZhX-uJOTzuJpLa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcf2ce !important;
  background: #fcf2ce;
}
.ksuU8ZhX-uJOTzuJpLa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ksuU8ZhX-uJOTzuJpLa .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .ksuU8ZhX-uJOTzuJpLa .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTzuJpLa .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTzuJpLa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.ksuU8ZhX-uJOTzuJpLa .navbar.opened {
  transition: all 0.3s;
}
.ksuU8ZhX-uJOTzuJpLa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.ksuU8ZhX-uJOTzuJpLa .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 10px !important;
}
.ksuU8ZhX-uJOTzuJpLa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.ksuU8ZhX-uJOTzuJpLa .navbar.collapsed {
  justify-content: center;
}
.ksuU8ZhX-uJOTzuJpLa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ksuU8ZhX-uJOTzuJpLa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.ksuU8ZhX-uJOTzuJpLa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ksuU8ZhX-uJOTzuJpLa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ksuU8ZhX-uJOTzuJpLa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ksuU8ZhX-uJOTzuJpLa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.ksuU8ZhX-uJOTzuJpLa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTzuJpLa .navbar .nav-item {
    padding: .5rem 0;
  }
  .ksuU8ZhX-uJOTzuJpLa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .ksuU8ZhX-uJOTzuJpLa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ksuU8ZhX-uJOTzuJpLa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ksuU8ZhX-uJOTzuJpLa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .ksuU8ZhX-uJOTzuJpLa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ksuU8ZhX-uJOTzuJpLa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .ksuU8ZhX-uJOTzuJpLa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ksuU8ZhX-uJOTzuJpLa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .ksuU8ZhX-uJOTzuJpLa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .ksuU8ZhX-uJOTzuJpLa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .ksuU8ZhX-uJOTzuJpLa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .ksuU8ZhX-uJOTzuJpLa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ksuU8ZhX-uJOTzuJpLa .navbar .icons-menu {
    padding: 0;
  }
}
.ksuU8ZhX-uJOTzuJpLa .navbar.navbar-short {
  min-height: 60px;
}
.ksuU8ZhX-uJOTzuJpLa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ksuU8ZhX-uJOTzuJpLa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ksuU8ZhX-uJOTzuJpLa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTzuJpLa .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .ksuU8ZhX-uJOTzuJpLa .menu_box .navbar.opened,
  .ksuU8ZhX-uJOTzuJpLa .menu_box .navbar-collapse {
    background-color: #fcf2ce !important;
    transition: all 0s ease 0s;
  }
}
.ksuU8ZhX-uJOTzuJpLa .navbar-dropdown {
  position: relative !important;
}
.ksuU8ZhX-uJOTzuJpLa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTzuJpLa .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTzuJpLa .shadow-section-btn-main {
    margin-top: 1rem;
  }
}
.ksuU8ZhX-uJOTzuJpLa .shadow-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTzuJpLa .shadow-section-btn-main .btn {
    margin-left: 0;
  }
}
.ksuU8ZhX-uJOTzuJpLa .btn {
  min-height: auto;
  margin-top: 0;
}
.ksuU8ZhX-uJOTzuJpLa .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTzuJpLa .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTzuJpLa .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTzuJpLa .nav-item {
    margin: 0 !important;
  }
}
.ksuU8ZhX-uJOTzuJpLa .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #d3a70f;
  display: inline-flex;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTzuJpLa .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #d3a70f;
  }
}
.ksuU8ZhX-uJOTzuJpLa .nav-item .nav-link:hover,
.ksuU8ZhX-uJOTzuJpLa .nav-item .nav-link:focus {
  color: #d3a70f !important;
  border-color: #062364 !important;
  background-color: #062364 !important;
}
.ksuU8ZhX-uJOTzuJpLa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTzuJpLa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .ksuU8ZhX-uJOTzuJpLa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTzuJpLa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ksuU8ZhX-uJOTzuJpLa .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .ksuU8ZhX-uJOTzuJpLa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .ksuU8ZhX-uJOTzuJpLa .offcanvas_box {
    display: none;
  }
}
.ksuU8ZhX-uJOTzuJpLa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.ksuU8ZhX-uJOTzuJpLa .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.ksuU8ZhX-uJOTzuJpLa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.ksuU8ZhX-uJOTzuJpLa .container {
  display: flex;
  margin: auto;
}
.ksuU8ZhX-uJOTzuJpLa .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.ksuU8ZhX-uJOTzuJpLa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.ksuU8ZhX-uJOTzuJpLa .iconfont-wrapper:hover .shadow-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTzuJpLa .navbar-nav {
    margin: 0;
  }
}
.ksuU8ZhX-uJOTzuJpLa .dropdown-menu,
.ksuU8ZhX-uJOTzuJpLa .navbar.opened {
  background-color: false !important;
}
.ksuU8ZhX-uJOTzuJpLa .nav-item:focus,
.ksuU8ZhX-uJOTzuJpLa .nav-link:focus {
  outline: none;
}
.ksuU8ZhX-uJOTzuJpLa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ksuU8ZhX-uJOTzuJpLa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ksuU8ZhX-uJOTzuJpLa .dropdown .dropdown-menu .dropdown-item .shadow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ksuU8ZhX-uJOTzuJpLa .dropdown .dropdown-menu .dropdown-item .shadow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ksuU8ZhX-uJOTzuJpLa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ksuU8ZhX-uJOTzuJpLa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ksuU8ZhX-uJOTzuJpLa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.ksuU8ZhX-uJOTzuJpLa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ksuU8ZhX-uJOTzuJpLa .navbar-brand .navbar-logo a {
  outline: none;
}
.ksuU8ZhX-uJOTzuJpLa .dropdown-item.active,
.ksuU8ZhX-uJOTzuJpLa .dropdown-item:active {
  background-color: transparent;
}
.ksuU8ZhX-uJOTzuJpLa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ksuU8ZhX-uJOTzuJpLa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ksuU8ZhX-uJOTzuJpLa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ksuU8ZhX-uJOTzuJpLa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.ksuU8ZhX-uJOTzuJpLa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ksuU8ZhX-uJOTzuJpLa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcf2ce;
  background: #fcf2ce;
}
.ksuU8ZhX-uJOTzuJpLa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d3a70f;
}
.ksuU8ZhX-uJOTzuJpLa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTzuJpLa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ksuU8ZhX-uJOTzuJpLa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ksuU8ZhX-uJOTzuJpLa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTzuJpLa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTzuJpLa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ksuU8ZhX-uJOTzuJpLa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ksuU8ZhX-uJOTzuJpLa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTzuJpLa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ksuU8ZhX-uJOTzuJpLa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ksuU8ZhX-uJOTzuJpLa .navbar {
    height: 70px;
  }
  .ksuU8ZhX-uJOTzuJpLa .navbar.opened {
    height: auto;
  }
  .ksuU8ZhX-uJOTzuJpLa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ksuU8ZhX-uJOTzuJpLa .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.ksuU8ZhX-uJOTzuJpLa .navbar-caption:hover {
  color: #d3a70f;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTzuJpLa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.ksuU8ZhX-uJOTzuJpLa .text_widget {
  margin-bottom: 32px;
}
.ksuU8ZhX-uJOTzuJpLa .text_widget a {
  transition: all 0.3s ease-out;
}
.ksuU8ZhX-uJOTzuJpLa .text_widget a:hover,
.ksuU8ZhX-uJOTzuJpLa .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTzuJpLa .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.ksuU8ZhX-uJOTzuJpLa .navbar-caption {
  color: #000000;
}
.ksuU8ZhX-uJOTzuJpLa .shadow-section-subtitle,
.ksuU8ZhX-uJOTzuJpLa .text_widget,
.ksuU8ZhX-uJOTzuJpLa .shadow-section-btn {
  text-align: center;
}
.ksuU8ZhX-uJOTzuJpLa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.ksuU8ZhX-uJP2A3stEa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #fffef9;
}
.ksuU8ZhX-uJP2A3stEa .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.ksuU8ZhX-uJP2A3stEa .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJP2A3stEa .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJP2A3stEa .content-wrap {
  margin: 0;
}
.ksuU8ZhX-uJP2A3stEa .content-wrap .card {
  padding: 0;
}
.ksuU8ZhX-uJP2A3stEa .image-wrapper {
  height: 100%;
}
.ksuU8ZhX-uJP2A3stEa .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP2A3stEa .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.ksuU8ZhX-uJP2A3stEa .content-wrapper {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .ksuU8ZhX-uJP2A3stEa .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP2A3stEa .content-wrapper {
    padding: 40px 0;
  }
}
.ksuU8ZhX-uJP2A3stEa .content-wrapper .shadow-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP2A3stEa .content-wrapper .shadow-section-title {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP2A3stEa .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.ksuU8ZhX-uJP2A3stEa .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.ksuU8ZhX-uJP2A3stEa .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.ksuU8ZhX-uJP2A3stEa .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px 25px;
  border: 2px solid #0f307a !important;
  box-shadow: 4px 3px 0 0 #0f307a;
  background-color: transparent;
  line-height: 1 !important;
}
.ksuU8ZhX-uJP2A3stEa .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.ksuU8ZhX-uJP2A3stEa .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #0f307a !important;
}
.ksuU8ZhX-uJP2A3stEa .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #0f307a;
  opacity: .6;
}
.ksuU8ZhX-uJP2A3stEa .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.ksuU8ZhX-uJP2A3stEa .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.ksuU8ZhX-uJP2A3stEa .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #0f307a;
  border-color: #0f307a;
}
.ksuU8ZhX-uJP2A3stEa .content-wrapper .form-wrapper .dragArea.row .shadow-section-btn {
  width: 100%;
}
.ksuU8ZhX-uJP2A3stEa .shadow-section-title {
  color: #150764;
}
.ksuU8ZhX-uJP2A3stEa label {
  color: #150764;
}
.ksuU8ZhX-uJP2A3stEa .shadow-section-title,
.ksuU8ZhX-uJP2A3stEa .shadow-section-btn {
  text-align: center;
}
.ksuU8ZhX-uJP2v8c7Gc {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fffbef;
}
.ksuU8ZhX-uJP2v8c7Gc .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJP2v8c7Gc .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJP2v8c7Gc .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .ksuU8ZhX-uJP2v8c7Gc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP2v8c7Gc .container {
    padding: 0 20px;
  }
}
.ksuU8ZhX-uJP2v8c7Gc .content-wrapper .shadow-section-title {
  padding: 60px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP2v8c7Gc .content-wrapper .shadow-section-title {
    padding: 46px 0;
  }
}
.ksuU8ZhX-uJP2v8c7Gc .content-wrapper .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
.ksuU8ZhX-uJP2v8c7Gc .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #fffef9;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP2v8c7Gc .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.ksuU8ZhX-uJP2v8c7Gc .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
}
.ksuU8ZhX-uJP2v8c7Gc .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.ksuU8ZhX-uJP2v8c7Gc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
.ksuU8ZhX-uJP2v8c7Gc .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .shadow-iconfont {
  font-size: 48px;
  color: #0f307a;
  display: inline-flex;
}
.ksuU8ZhX-uJP2v8c7Gc .shadow-section-title {
  color: #000000;
}
.ksuU8ZhX-uJP2v8c7Gc .card-number {
  color: #000000;
}
.ksuU8ZhX-uJP2v8c7Gc .card-title {
  color: #000000;
}
.ksuU8ZhX-uJP2v8c7Gc .shadow-section-title,
.ksuU8ZhX-uJP2v8c7Gc .shadow-section-btn {
  text-align: center;
}
.ksuU8ZhX-uJP2v8c7Gc .shadow-section-title,
.ksuU8ZhX-uJP2v8c7Gc .shadow-section-btn,
.ksuU8ZhX-uJP2v8c7Gc .image-wrapper {
  color: #0f307a;
}
.ksuU8ZhX-uJP2v8c7Gc .card-title,
.ksuU8ZhX-uJP2v8c7Gc .icon-wrapper {
  color: #041a44;
  text-align: center;
}
.ksuU8ZhX-uJP3uMSTMW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0c3;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJP3uMSTMW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .container {
    padding: 0 26px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .row {
  justify-content: center;
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .shadow-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .shadow-section-title {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .text-wrapper .shadow-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .text-wrapper .shadow-text {
    width: 100%;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.ksuU8ZhX-uJP3uMSTMW .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) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:hover,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .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;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #e1b20f;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .shadow-iconfont {
  margin-right: 0;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .shadow-iconfont,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .shadow-iconfont {
  color: #e1b20f;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a .shadow-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;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-section-title {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-text {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .list {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .list,
.ksuU8ZhX-uJP3uMSTMW .nav-wrapper,
.ksuU8ZhX-uJP3uMSTMW .social-wrapper {
  text-align: right;
}
.ksuU8ZhX-uJP3uMSTMW .list,
.ksuU8ZhX-uJP3uMSTMW .item-wrap,
.ksuU8ZhX-uJP3uMSTMW .social-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-text,
.ksuU8ZhX-uJP3uMSTMW .text-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJOTzIqzp0 {
  background-color: transparent;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar-dropdown {
  background-color: #fcf2ce !important;
  padding: 0;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcf2ce !important;
  background: #fcf2ce;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .ksuU8ZhX-uJOTzIqzp0 .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTzIqzp0 .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTzIqzp0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.ksuU8ZhX-uJOTzIqzp0 .navbar.opened {
  transition: all 0.3s;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 10px !important;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar.collapsed {
  justify-content: center;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTzIqzp0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .ksuU8ZhX-uJOTzIqzp0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .ksuU8ZhX-uJOTzIqzp0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ksuU8ZhX-uJOTzIqzp0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ksuU8ZhX-uJOTzIqzp0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .ksuU8ZhX-uJOTzIqzp0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ksuU8ZhX-uJOTzIqzp0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .ksuU8ZhX-uJOTzIqzp0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ksuU8ZhX-uJOTzIqzp0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .ksuU8ZhX-uJOTzIqzp0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .ksuU8ZhX-uJOTzIqzp0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .ksuU8ZhX-uJOTzIqzp0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .ksuU8ZhX-uJOTzIqzp0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ksuU8ZhX-uJOTzIqzp0 .navbar .icons-menu {
    padding: 0;
  }
}
.ksuU8ZhX-uJOTzIqzp0 .navbar.navbar-short {
  min-height: 60px;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ksuU8ZhX-uJOTzIqzp0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTzIqzp0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .ksuU8ZhX-uJOTzIqzp0 .menu_box .navbar.opened,
  .ksuU8ZhX-uJOTzIqzp0 .menu_box .navbar-collapse {
    background-color: #fcf2ce !important;
    transition: all 0s ease 0s;
  }
}
.ksuU8ZhX-uJOTzIqzp0 .navbar-dropdown {
  position: relative !important;
}
.ksuU8ZhX-uJOTzIqzp0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTzIqzp0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTzIqzp0 .shadow-section-btn-main {
    margin-top: 1rem;
  }
}
.ksuU8ZhX-uJOTzIqzp0 .shadow-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTzIqzp0 .shadow-section-btn-main .btn {
    margin-left: 0;
  }
}
.ksuU8ZhX-uJOTzIqzp0 .btn {
  min-height: auto;
  margin-top: 0;
}
.ksuU8ZhX-uJOTzIqzp0 .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTzIqzp0 .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTzIqzp0 .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTzIqzp0 .nav-item {
    margin: 0 !important;
  }
}
.ksuU8ZhX-uJOTzIqzp0 .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #d3a70f;
  display: inline-flex;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTzIqzp0 .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #d3a70f;
  }
}
.ksuU8ZhX-uJOTzIqzp0 .nav-item .nav-link:hover,
.ksuU8ZhX-uJOTzIqzp0 .nav-item .nav-link:focus {
  color: #d3a70f !important;
  border-color: #062364 !important;
  background-color: #062364 !important;
}
.ksuU8ZhX-uJOTzIqzp0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTzIqzp0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .ksuU8ZhX-uJOTzIqzp0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTzIqzp0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ksuU8ZhX-uJOTzIqzp0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .ksuU8ZhX-uJOTzIqzp0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .ksuU8ZhX-uJOTzIqzp0 .offcanvas_box {
    display: none;
  }
}
.ksuU8ZhX-uJOTzIqzp0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.ksuU8ZhX-uJOTzIqzp0 .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.ksuU8ZhX-uJOTzIqzp0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.ksuU8ZhX-uJOTzIqzp0 .container {
  display: flex;
  margin: auto;
}
.ksuU8ZhX-uJOTzIqzp0 .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.ksuU8ZhX-uJOTzIqzp0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.ksuU8ZhX-uJOTzIqzp0 .iconfont-wrapper:hover .shadow-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTzIqzp0 .navbar-nav {
    margin: 0;
  }
}
.ksuU8ZhX-uJOTzIqzp0 .dropdown-menu,
.ksuU8ZhX-uJOTzIqzp0 .navbar.opened {
  background-color: false !important;
}
.ksuU8ZhX-uJOTzIqzp0 .nav-item:focus,
.ksuU8ZhX-uJOTzIqzp0 .nav-link:focus {
  outline: none;
}
.ksuU8ZhX-uJOTzIqzp0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ksuU8ZhX-uJOTzIqzp0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ksuU8ZhX-uJOTzIqzp0 .dropdown .dropdown-menu .dropdown-item .shadow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ksuU8ZhX-uJOTzIqzp0 .dropdown .dropdown-menu .dropdown-item .shadow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ksuU8ZhX-uJOTzIqzp0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ksuU8ZhX-uJOTzIqzp0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar-brand .navbar-logo a {
  outline: none;
}
.ksuU8ZhX-uJOTzIqzp0 .dropdown-item.active,
.ksuU8ZhX-uJOTzIqzp0 .dropdown-item:active {
  background-color: transparent;
}
.ksuU8ZhX-uJOTzIqzp0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ksuU8ZhX-uJOTzIqzp0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ksuU8ZhX-uJOTzIqzp0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ksuU8ZhX-uJOTzIqzp0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcf2ce;
  background: #fcf2ce;
}
.ksuU8ZhX-uJOTzIqzp0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d3a70f;
}
.ksuU8ZhX-uJOTzIqzp0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTzIqzp0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ksuU8ZhX-uJOTzIqzp0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ksuU8ZhX-uJOTzIqzp0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTzIqzp0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTzIqzp0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ksuU8ZhX-uJOTzIqzp0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ksuU8ZhX-uJOTzIqzp0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTzIqzp0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ksuU8ZhX-uJOTzIqzp0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ksuU8ZhX-uJOTzIqzp0 .navbar {
    height: 70px;
  }
  .ksuU8ZhX-uJOTzIqzp0 .navbar.opened {
    height: auto;
  }
  .ksuU8ZhX-uJOTzIqzp0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ksuU8ZhX-uJOTzIqzp0 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.ksuU8ZhX-uJOTzIqzp0 .navbar-caption:hover {
  color: #d3a70f;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTzIqzp0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.ksuU8ZhX-uJOTzIqzp0 .text_widget {
  margin-bottom: 32px;
}
.ksuU8ZhX-uJOTzIqzp0 .text_widget a {
  transition: all 0.3s ease-out;
}
.ksuU8ZhX-uJOTzIqzp0 .text_widget a:hover,
.ksuU8ZhX-uJOTzIqzp0 .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTzIqzp0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.ksuU8ZhX-uJOTzIqzp0 .navbar-caption {
  color: #000000;
}
.ksuU8ZhX-uJOTzIqzp0 .shadow-section-subtitle,
.ksuU8ZhX-uJOTzIqzp0 .text_widget,
.ksuU8ZhX-uJOTzIqzp0 .shadow-section-btn {
  text-align: center;
}
.ksuU8ZhX-uJOTzIqzp0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.ksuU8ZhX-uJOTAURG6m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffef9;
}
.ksuU8ZhX-uJOTAURG6m .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJOTAURG6m .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJOTAURG6m .shadow-section-btn {
  margin-bottom: 22px;
}
.ksuU8ZhX-uJOTAURG6m .title-wrapper .shadow-section-title {
  margin-bottom: 32px;
}
.ksuU8ZhX-uJOTAURG6m .title-wrapper .shadow-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTAURG6m .title-wrapper .shadow-desc {
    margin-bottom: 32px;
  }
}
.ksuU8ZhX-uJOTAURG6m .text-wrapper .shadow-text {
  margin-bottom: 0;
}
.ksuU8ZhX-uJOTAURG6m .shadow-section-title {
  color: #000000;
}
.ksuU8ZhX-uJOTAURG6m .shadow-desc {
  color: #fdfde1;
}
.ksuU8ZhX-uJOTAURG6m .shadow-text {
  color: #000000;
}
.ksuU8ZhX-uJOTAURG6m .shadow-text,
.ksuU8ZhX-uJOTAURG6m .text-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJOTAURG6m .shadow-section-title,
.ksuU8ZhX-uJOTAURG6m .shadow-section-btn {
  color: #0f307a;
  text-align: center;
}
.ksuU8ZhX-uJP3uMSTMW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0c3;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJP3uMSTMW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .container {
    padding: 0 26px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .row {
  justify-content: center;
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .shadow-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .shadow-section-title {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .text-wrapper .shadow-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .text-wrapper .shadow-text {
    width: 100%;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.ksuU8ZhX-uJP3uMSTMW .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) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:hover,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .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;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #e1b20f;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .shadow-iconfont {
  margin-right: 0;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .shadow-iconfont,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .shadow-iconfont {
  color: #e1b20f;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a .shadow-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;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-section-title {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-text {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .list {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .list,
.ksuU8ZhX-uJP3uMSTMW .nav-wrapper,
.ksuU8ZhX-uJP3uMSTMW .social-wrapper {
  text-align: right;
}
.ksuU8ZhX-uJP3uMSTMW .list,
.ksuU8ZhX-uJP3uMSTMW .item-wrap,
.ksuU8ZhX-uJP3uMSTMW .social-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-text,
.ksuU8ZhX-uJP3uMSTMW .text-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJOTOeTMZZ {
  background-color: transparent;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar-dropdown {
  background-color: #fcf2ce !important;
  padding: 0;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcf2ce !important;
  background: #fcf2ce;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .ksuU8ZhX-uJOTOeTMZZ .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTOeTMZZ .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTOeTMZZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.ksuU8ZhX-uJOTOeTMZZ .navbar.opened {
  transition: all 0.3s;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 10px !important;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar.collapsed {
  justify-content: center;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTOeTMZZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .ksuU8ZhX-uJOTOeTMZZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .ksuU8ZhX-uJOTOeTMZZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ksuU8ZhX-uJOTOeTMZZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ksuU8ZhX-uJOTOeTMZZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .ksuU8ZhX-uJOTOeTMZZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ksuU8ZhX-uJOTOeTMZZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .ksuU8ZhX-uJOTOeTMZZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ksuU8ZhX-uJOTOeTMZZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .ksuU8ZhX-uJOTOeTMZZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .ksuU8ZhX-uJOTOeTMZZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .ksuU8ZhX-uJOTOeTMZZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .ksuU8ZhX-uJOTOeTMZZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ksuU8ZhX-uJOTOeTMZZ .navbar .icons-menu {
    padding: 0;
  }
}
.ksuU8ZhX-uJOTOeTMZZ .navbar.navbar-short {
  min-height: 60px;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ksuU8ZhX-uJOTOeTMZZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTOeTMZZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .ksuU8ZhX-uJOTOeTMZZ .menu_box .navbar.opened,
  .ksuU8ZhX-uJOTOeTMZZ .menu_box .navbar-collapse {
    background-color: #fcf2ce !important;
    transition: all 0s ease 0s;
  }
}
.ksuU8ZhX-uJOTOeTMZZ .navbar-dropdown {
  position: relative !important;
}
.ksuU8ZhX-uJOTOeTMZZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTOeTMZZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTOeTMZZ .shadow-section-btn-main {
    margin-top: 1rem;
  }
}
.ksuU8ZhX-uJOTOeTMZZ .shadow-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTOeTMZZ .shadow-section-btn-main .btn {
    margin-left: 0;
  }
}
.ksuU8ZhX-uJOTOeTMZZ .btn {
  min-height: auto;
  margin-top: 0;
}
.ksuU8ZhX-uJOTOeTMZZ .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTOeTMZZ .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTOeTMZZ .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTOeTMZZ .nav-item {
    margin: 0 !important;
  }
}
.ksuU8ZhX-uJOTOeTMZZ .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #d3a70f;
  display: inline-flex;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTOeTMZZ .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #d3a70f;
  }
}
.ksuU8ZhX-uJOTOeTMZZ .nav-item .nav-link:hover,
.ksuU8ZhX-uJOTOeTMZZ .nav-item .nav-link:focus {
  color: #d3a70f !important;
  border-color: #062364 !important;
  background-color: #062364 !important;
}
.ksuU8ZhX-uJOTOeTMZZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTOeTMZZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .ksuU8ZhX-uJOTOeTMZZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTOeTMZZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ksuU8ZhX-uJOTOeTMZZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .ksuU8ZhX-uJOTOeTMZZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .ksuU8ZhX-uJOTOeTMZZ .offcanvas_box {
    display: none;
  }
}
.ksuU8ZhX-uJOTOeTMZZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.ksuU8ZhX-uJOTOeTMZZ .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.ksuU8ZhX-uJOTOeTMZZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.ksuU8ZhX-uJOTOeTMZZ .container {
  display: flex;
  margin: auto;
}
.ksuU8ZhX-uJOTOeTMZZ .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.ksuU8ZhX-uJOTOeTMZZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.ksuU8ZhX-uJOTOeTMZZ .iconfont-wrapper:hover .shadow-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTOeTMZZ .navbar-nav {
    margin: 0;
  }
}
.ksuU8ZhX-uJOTOeTMZZ .dropdown-menu,
.ksuU8ZhX-uJOTOeTMZZ .navbar.opened {
  background-color: false !important;
}
.ksuU8ZhX-uJOTOeTMZZ .nav-item:focus,
.ksuU8ZhX-uJOTOeTMZZ .nav-link:focus {
  outline: none;
}
.ksuU8ZhX-uJOTOeTMZZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ksuU8ZhX-uJOTOeTMZZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ksuU8ZhX-uJOTOeTMZZ .dropdown .dropdown-menu .dropdown-item .shadow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ksuU8ZhX-uJOTOeTMZZ .dropdown .dropdown-menu .dropdown-item .shadow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ksuU8ZhX-uJOTOeTMZZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ksuU8ZhX-uJOTOeTMZZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar-brand .navbar-logo a {
  outline: none;
}
.ksuU8ZhX-uJOTOeTMZZ .dropdown-item.active,
.ksuU8ZhX-uJOTOeTMZZ .dropdown-item:active {
  background-color: transparent;
}
.ksuU8ZhX-uJOTOeTMZZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ksuU8ZhX-uJOTOeTMZZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ksuU8ZhX-uJOTOeTMZZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ksuU8ZhX-uJOTOeTMZZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcf2ce;
  background: #fcf2ce;
}
.ksuU8ZhX-uJOTOeTMZZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d3a70f;
}
.ksuU8ZhX-uJOTOeTMZZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTOeTMZZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ksuU8ZhX-uJOTOeTMZZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ksuU8ZhX-uJOTOeTMZZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTOeTMZZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTOeTMZZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ksuU8ZhX-uJOTOeTMZZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ksuU8ZhX-uJOTOeTMZZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTOeTMZZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ksuU8ZhX-uJOTOeTMZZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ksuU8ZhX-uJOTOeTMZZ .navbar {
    height: 70px;
  }
  .ksuU8ZhX-uJOTOeTMZZ .navbar.opened {
    height: auto;
  }
  .ksuU8ZhX-uJOTOeTMZZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ksuU8ZhX-uJOTOeTMZZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.ksuU8ZhX-uJOTOeTMZZ .navbar-caption:hover {
  color: #d3a70f;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTOeTMZZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.ksuU8ZhX-uJOTOeTMZZ .text_widget {
  margin-bottom: 32px;
}
.ksuU8ZhX-uJOTOeTMZZ .text_widget a {
  transition: all 0.3s ease-out;
}
.ksuU8ZhX-uJOTOeTMZZ .text_widget a:hover,
.ksuU8ZhX-uJOTOeTMZZ .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTOeTMZZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.ksuU8ZhX-uJOTOeTMZZ .navbar-caption {
  color: #000000;
}
.ksuU8ZhX-uJOTOeTMZZ .shadow-section-subtitle,
.ksuU8ZhX-uJOTOeTMZZ .text_widget,
.ksuU8ZhX-uJOTOeTMZZ .shadow-section-btn {
  text-align: center;
}
.ksuU8ZhX-uJOTOeTMZZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.ksuU8ZhX-uJOTOff6ne {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffef9;
}
.ksuU8ZhX-uJOTOff6ne .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJOTOff6ne .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJOTOff6ne .shadow-section-btn {
  margin-bottom: 22px;
}
.ksuU8ZhX-uJOTOff6ne .title-wrapper .shadow-section-title {
  margin-bottom: 32px;
}
.ksuU8ZhX-uJOTOff6ne .title-wrapper .shadow-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTOff6ne .title-wrapper .shadow-desc {
    margin-bottom: 32px;
  }
}
.ksuU8ZhX-uJOTOff6ne .text-wrapper .shadow-text {
  margin-bottom: 0;
}
.ksuU8ZhX-uJOTOff6ne .shadow-section-title {
  color: #000000;
}
.ksuU8ZhX-uJOTOff6ne .shadow-desc {
  color: #fdfde1;
}
.ksuU8ZhX-uJOTOff6ne .shadow-text {
  color: #000000;
}
.ksuU8ZhX-uJOTOff6ne .shadow-text,
.ksuU8ZhX-uJOTOff6ne .text-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJOTOff6ne .shadow-section-title,
.ksuU8ZhX-uJOTOff6ne .shadow-section-btn {
  color: #0f307a;
  text-align: center;
}
.ksuU8ZhX-uJP3uMSTMW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0c3;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJP3uMSTMW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .container {
    padding: 0 26px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .row {
  justify-content: center;
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .shadow-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .shadow-section-title {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .text-wrapper .shadow-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .text-wrapper .shadow-text {
    width: 100%;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.ksuU8ZhX-uJP3uMSTMW .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) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:hover,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .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;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #e1b20f;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .shadow-iconfont {
  margin-right: 0;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .shadow-iconfont,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .shadow-iconfont {
  color: #e1b20f;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a .shadow-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;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-section-title {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-text {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .list {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .list,
.ksuU8ZhX-uJP3uMSTMW .nav-wrapper,
.ksuU8ZhX-uJP3uMSTMW .social-wrapper {
  text-align: right;
}
.ksuU8ZhX-uJP3uMSTMW .list,
.ksuU8ZhX-uJP3uMSTMW .item-wrap,
.ksuU8ZhX-uJP3uMSTMW .social-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-text,
.ksuU8ZhX-uJP3uMSTMW .text-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJOTOxSroy {
  background-color: transparent;
}
.ksuU8ZhX-uJOTOxSroy .navbar-dropdown {
  background-color: #fcf2ce !important;
  padding: 0;
}
.ksuU8ZhX-uJOTOxSroy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcf2ce !important;
  background: #fcf2ce;
}
.ksuU8ZhX-uJOTOxSroy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ksuU8ZhX-uJOTOxSroy .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .ksuU8ZhX-uJOTOxSroy .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTOxSroy .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTOxSroy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.ksuU8ZhX-uJOTOxSroy .navbar.opened {
  transition: all 0.3s;
}
.ksuU8ZhX-uJOTOxSroy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.ksuU8ZhX-uJOTOxSroy .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 10px !important;
}
.ksuU8ZhX-uJOTOxSroy .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.ksuU8ZhX-uJOTOxSroy .navbar.collapsed {
  justify-content: center;
}
.ksuU8ZhX-uJOTOxSroy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ksuU8ZhX-uJOTOxSroy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.ksuU8ZhX-uJOTOxSroy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ksuU8ZhX-uJOTOxSroy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ksuU8ZhX-uJOTOxSroy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ksuU8ZhX-uJOTOxSroy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.ksuU8ZhX-uJOTOxSroy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTOxSroy .navbar .nav-item {
    padding: .5rem 0;
  }
  .ksuU8ZhX-uJOTOxSroy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .ksuU8ZhX-uJOTOxSroy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ksuU8ZhX-uJOTOxSroy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ksuU8ZhX-uJOTOxSroy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .ksuU8ZhX-uJOTOxSroy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ksuU8ZhX-uJOTOxSroy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .ksuU8ZhX-uJOTOxSroy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ksuU8ZhX-uJOTOxSroy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .ksuU8ZhX-uJOTOxSroy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .ksuU8ZhX-uJOTOxSroy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .ksuU8ZhX-uJOTOxSroy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .ksuU8ZhX-uJOTOxSroy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ksuU8ZhX-uJOTOxSroy .navbar .icons-menu {
    padding: 0;
  }
}
.ksuU8ZhX-uJOTOxSroy .navbar.navbar-short {
  min-height: 60px;
}
.ksuU8ZhX-uJOTOxSroy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ksuU8ZhX-uJOTOxSroy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ksuU8ZhX-uJOTOxSroy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTOxSroy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .ksuU8ZhX-uJOTOxSroy .menu_box .navbar.opened,
  .ksuU8ZhX-uJOTOxSroy .menu_box .navbar-collapse {
    background-color: #fcf2ce !important;
    transition: all 0s ease 0s;
  }
}
.ksuU8ZhX-uJOTOxSroy .navbar-dropdown {
  position: relative !important;
}
.ksuU8ZhX-uJOTOxSroy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTOxSroy .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTOxSroy .shadow-section-btn-main {
    margin-top: 1rem;
  }
}
.ksuU8ZhX-uJOTOxSroy .shadow-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTOxSroy .shadow-section-btn-main .btn {
    margin-left: 0;
  }
}
.ksuU8ZhX-uJOTOxSroy .btn {
  min-height: auto;
  margin-top: 0;
}
.ksuU8ZhX-uJOTOxSroy .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTOxSroy .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTOxSroy .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTOxSroy .nav-item {
    margin: 0 !important;
  }
}
.ksuU8ZhX-uJOTOxSroy .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #d3a70f;
  display: inline-flex;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTOxSroy .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #d3a70f;
  }
}
.ksuU8ZhX-uJOTOxSroy .nav-item .nav-link:hover,
.ksuU8ZhX-uJOTOxSroy .nav-item .nav-link:focus {
  color: #d3a70f !important;
  border-color: #062364 !important;
  background-color: #062364 !important;
}
.ksuU8ZhX-uJOTOxSroy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTOxSroy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .ksuU8ZhX-uJOTOxSroy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTOxSroy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ksuU8ZhX-uJOTOxSroy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .ksuU8ZhX-uJOTOxSroy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .ksuU8ZhX-uJOTOxSroy .offcanvas_box {
    display: none;
  }
}
.ksuU8ZhX-uJOTOxSroy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.ksuU8ZhX-uJOTOxSroy .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.ksuU8ZhX-uJOTOxSroy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.ksuU8ZhX-uJOTOxSroy .container {
  display: flex;
  margin: auto;
}
.ksuU8ZhX-uJOTOxSroy .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.ksuU8ZhX-uJOTOxSroy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.ksuU8ZhX-uJOTOxSroy .iconfont-wrapper:hover .shadow-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTOxSroy .navbar-nav {
    margin: 0;
  }
}
.ksuU8ZhX-uJOTOxSroy .dropdown-menu,
.ksuU8ZhX-uJOTOxSroy .navbar.opened {
  background-color: false !important;
}
.ksuU8ZhX-uJOTOxSroy .nav-item:focus,
.ksuU8ZhX-uJOTOxSroy .nav-link:focus {
  outline: none;
}
.ksuU8ZhX-uJOTOxSroy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ksuU8ZhX-uJOTOxSroy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ksuU8ZhX-uJOTOxSroy .dropdown .dropdown-menu .dropdown-item .shadow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ksuU8ZhX-uJOTOxSroy .dropdown .dropdown-menu .dropdown-item .shadow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ksuU8ZhX-uJOTOxSroy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ksuU8ZhX-uJOTOxSroy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ksuU8ZhX-uJOTOxSroy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.ksuU8ZhX-uJOTOxSroy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ksuU8ZhX-uJOTOxSroy .navbar-brand .navbar-logo a {
  outline: none;
}
.ksuU8ZhX-uJOTOxSroy .dropdown-item.active,
.ksuU8ZhX-uJOTOxSroy .dropdown-item:active {
  background-color: transparent;
}
.ksuU8ZhX-uJOTOxSroy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ksuU8ZhX-uJOTOxSroy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ksuU8ZhX-uJOTOxSroy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ksuU8ZhX-uJOTOxSroy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.ksuU8ZhX-uJOTOxSroy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ksuU8ZhX-uJOTOxSroy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcf2ce;
  background: #fcf2ce;
}
.ksuU8ZhX-uJOTOxSroy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d3a70f;
}
.ksuU8ZhX-uJOTOxSroy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTOxSroy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ksuU8ZhX-uJOTOxSroy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ksuU8ZhX-uJOTOxSroy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTOxSroy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTOxSroy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ksuU8ZhX-uJOTOxSroy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ksuU8ZhX-uJOTOxSroy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTOxSroy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ksuU8ZhX-uJOTOxSroy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ksuU8ZhX-uJOTOxSroy .navbar {
    height: 70px;
  }
  .ksuU8ZhX-uJOTOxSroy .navbar.opened {
    height: auto;
  }
  .ksuU8ZhX-uJOTOxSroy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ksuU8ZhX-uJOTOxSroy .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.ksuU8ZhX-uJOTOxSroy .navbar-caption:hover {
  color: #d3a70f;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTOxSroy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.ksuU8ZhX-uJOTOxSroy .text_widget {
  margin-bottom: 32px;
}
.ksuU8ZhX-uJOTOxSroy .text_widget a {
  transition: all 0.3s ease-out;
}
.ksuU8ZhX-uJOTOxSroy .text_widget a:hover,
.ksuU8ZhX-uJOTOxSroy .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTOxSroy .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.ksuU8ZhX-uJOTOxSroy .navbar-caption {
  color: #000000;
}
.ksuU8ZhX-uJOTOxSroy .shadow-section-subtitle,
.ksuU8ZhX-uJOTOxSroy .text_widget,
.ksuU8ZhX-uJOTOxSroy .shadow-section-btn {
  text-align: center;
}
.ksuU8ZhX-uJOTOxSroy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.ksuU8ZhX-uJOTOya50e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffef9;
}
.ksuU8ZhX-uJOTOya50e .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJOTOya50e .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJOTOya50e .shadow-section-btn {
  margin-bottom: 22px;
}
.ksuU8ZhX-uJOTOya50e .title-wrapper .shadow-section-title {
  margin-bottom: 32px;
}
.ksuU8ZhX-uJOTOya50e .title-wrapper .shadow-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTOya50e .title-wrapper .shadow-desc {
    margin-bottom: 32px;
  }
}
.ksuU8ZhX-uJOTOya50e .text-wrapper .shadow-text {
  margin-bottom: 0;
}
.ksuU8ZhX-uJOTOya50e .shadow-section-title {
  color: #000000;
}
.ksuU8ZhX-uJOTOya50e .shadow-desc {
  color: #fdfde1;
}
.ksuU8ZhX-uJOTOya50e .shadow-text {
  color: #000000;
}
.ksuU8ZhX-uJOTOya50e .shadow-text,
.ksuU8ZhX-uJOTOya50e .text-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJOTOya50e .shadow-section-title,
.ksuU8ZhX-uJOTOya50e .shadow-section-btn {
  color: #0f307a;
  text-align: center;
}
.ksuU8ZhX-uJP3uMSTMW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0c3;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJP3uMSTMW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .container {
    padding: 0 26px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .row {
  justify-content: center;
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .shadow-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .shadow-section-title {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .text-wrapper .shadow-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .text-wrapper .shadow-text {
    width: 100%;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.ksuU8ZhX-uJP3uMSTMW .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) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:hover,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .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;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #e1b20f;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .shadow-iconfont {
  margin-right: 0;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .shadow-iconfont,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .shadow-iconfont {
  color: #e1b20f;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a .shadow-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;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-section-title {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-text {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .list {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .list,
.ksuU8ZhX-uJP3uMSTMW .nav-wrapper,
.ksuU8ZhX-uJP3uMSTMW .social-wrapper {
  text-align: right;
}
.ksuU8ZhX-uJP3uMSTMW .list,
.ksuU8ZhX-uJP3uMSTMW .item-wrap,
.ksuU8ZhX-uJP3uMSTMW .social-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-text,
.ksuU8ZhX-uJP3uMSTMW .text-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJOTOOiNTT {
  background-color: transparent;
}
.ksuU8ZhX-uJOTOOiNTT .navbar-dropdown {
  background-color: #fcf2ce !important;
  padding: 0;
}
.ksuU8ZhX-uJOTOOiNTT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fcf2ce !important;
  background: #fcf2ce;
}
.ksuU8ZhX-uJOTOOiNTT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.ksuU8ZhX-uJOTOOiNTT .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .ksuU8ZhX-uJOTOOiNTT .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTOOiNTT .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTOOiNTT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.ksuU8ZhX-uJOTOOiNTT .navbar.opened {
  transition: all 0.3s;
}
.ksuU8ZhX-uJOTOOiNTT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.ksuU8ZhX-uJOTOOiNTT .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 10px !important;
}
.ksuU8ZhX-uJOTOOiNTT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.ksuU8ZhX-uJOTOOiNTT .navbar.collapsed {
  justify-content: center;
}
.ksuU8ZhX-uJOTOOiNTT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ksuU8ZhX-uJOTOOiNTT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.ksuU8ZhX-uJOTOOiNTT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ksuU8ZhX-uJOTOOiNTT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ksuU8ZhX-uJOTOOiNTT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ksuU8ZhX-uJOTOOiNTT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.ksuU8ZhX-uJOTOOiNTT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTOOiNTT .navbar .nav-item {
    padding: .5rem 0;
  }
  .ksuU8ZhX-uJOTOOiNTT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .ksuU8ZhX-uJOTOOiNTT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ksuU8ZhX-uJOTOOiNTT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ksuU8ZhX-uJOTOOiNTT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .ksuU8ZhX-uJOTOOiNTT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ksuU8ZhX-uJOTOOiNTT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .ksuU8ZhX-uJOTOOiNTT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ksuU8ZhX-uJOTOOiNTT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .ksuU8ZhX-uJOTOOiNTT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .ksuU8ZhX-uJOTOOiNTT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .ksuU8ZhX-uJOTOOiNTT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .ksuU8ZhX-uJOTOOiNTT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ksuU8ZhX-uJOTOOiNTT .navbar .icons-menu {
    padding: 0;
  }
}
.ksuU8ZhX-uJOTOOiNTT .navbar.navbar-short {
  min-height: 60px;
}
.ksuU8ZhX-uJOTOOiNTT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.ksuU8ZhX-uJOTOOiNTT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.ksuU8ZhX-uJOTOOiNTT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTOOiNTT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .ksuU8ZhX-uJOTOOiNTT .menu_box .navbar.opened,
  .ksuU8ZhX-uJOTOOiNTT .menu_box .navbar-collapse {
    background-color: #fcf2ce !important;
    transition: all 0s ease 0s;
  }
}
.ksuU8ZhX-uJOTOOiNTT .navbar-dropdown {
  position: relative !important;
}
.ksuU8ZhX-uJOTOOiNTT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTOOiNTT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTOOiNTT .shadow-section-btn-main {
    margin-top: 1rem;
  }
}
.ksuU8ZhX-uJOTOOiNTT .shadow-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTOOiNTT .shadow-section-btn-main .btn {
    margin-left: 0;
  }
}
.ksuU8ZhX-uJOTOOiNTT .btn {
  min-height: auto;
  margin-top: 0;
}
.ksuU8ZhX-uJOTOOiNTT .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTOOiNTT .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTOOiNTT .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTOOiNTT .nav-item {
    margin: 0 !important;
  }
}
.ksuU8ZhX-uJOTOOiNTT .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #d3a70f;
  display: inline-flex;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTOOiNTT .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #d3a70f;
  }
}
.ksuU8ZhX-uJOTOOiNTT .nav-item .nav-link:hover,
.ksuU8ZhX-uJOTOOiNTT .nav-item .nav-link:focus {
  color: #d3a70f !important;
  border-color: #062364 !important;
  background-color: #062364 !important;
}
.ksuU8ZhX-uJOTOOiNTT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTOOiNTT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .ksuU8ZhX-uJOTOOiNTT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .ksuU8ZhX-uJOTOOiNTT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .ksuU8ZhX-uJOTOOiNTT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .ksuU8ZhX-uJOTOOiNTT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .ksuU8ZhX-uJOTOOiNTT .offcanvas_box {
    display: none;
  }
}
.ksuU8ZhX-uJOTOOiNTT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.ksuU8ZhX-uJOTOOiNTT .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.ksuU8ZhX-uJOTOOiNTT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.ksuU8ZhX-uJOTOOiNTT .container {
  display: flex;
  margin: auto;
}
.ksuU8ZhX-uJOTOOiNTT .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.ksuU8ZhX-uJOTOOiNTT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.ksuU8ZhX-uJOTOOiNTT .iconfont-wrapper:hover .shadow-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTOOiNTT .navbar-nav {
    margin: 0;
  }
}
.ksuU8ZhX-uJOTOOiNTT .dropdown-menu,
.ksuU8ZhX-uJOTOOiNTT .navbar.opened {
  background-color: false !important;
}
.ksuU8ZhX-uJOTOOiNTT .nav-item:focus,
.ksuU8ZhX-uJOTOOiNTT .nav-link:focus {
  outline: none;
}
.ksuU8ZhX-uJOTOOiNTT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ksuU8ZhX-uJOTOOiNTT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.ksuU8ZhX-uJOTOOiNTT .dropdown .dropdown-menu .dropdown-item .shadow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ksuU8ZhX-uJOTOOiNTT .dropdown .dropdown-menu .dropdown-item .shadow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ksuU8ZhX-uJOTOOiNTT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ksuU8ZhX-uJOTOOiNTT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ksuU8ZhX-uJOTOOiNTT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.ksuU8ZhX-uJOTOOiNTT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ksuU8ZhX-uJOTOOiNTT .navbar-brand .navbar-logo a {
  outline: none;
}
.ksuU8ZhX-uJOTOOiNTT .dropdown-item.active,
.ksuU8ZhX-uJOTOOiNTT .dropdown-item:active {
  background-color: transparent;
}
.ksuU8ZhX-uJOTOOiNTT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ksuU8ZhX-uJOTOOiNTT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ksuU8ZhX-uJOTOOiNTT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ksuU8ZhX-uJOTOOiNTT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.ksuU8ZhX-uJOTOOiNTT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.ksuU8ZhX-uJOTOOiNTT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fcf2ce;
  background: #fcf2ce;
}
.ksuU8ZhX-uJOTOOiNTT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #d3a70f;
}
.ksuU8ZhX-uJOTOOiNTT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTOOiNTT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.ksuU8ZhX-uJOTOOiNTT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.ksuU8ZhX-uJOTOOiNTT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTOOiNTT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTOOiNTT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ksuU8ZhX-uJOTOOiNTT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ksuU8ZhX-uJOTOOiNTT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ksuU8ZhX-uJOTOOiNTT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ksuU8ZhX-uJOTOOiNTT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ksuU8ZhX-uJOTOOiNTT .navbar {
    height: 70px;
  }
  .ksuU8ZhX-uJOTOOiNTT .navbar.opened {
    height: auto;
  }
  .ksuU8ZhX-uJOTOOiNTT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ksuU8ZhX-uJOTOOiNTT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.ksuU8ZhX-uJOTOOiNTT .navbar-caption:hover {
  color: #d3a70f;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTOOiNTT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.ksuU8ZhX-uJOTOOiNTT .text_widget {
  margin-bottom: 32px;
}
.ksuU8ZhX-uJOTOOiNTT .text_widget a {
  transition: all 0.3s ease-out;
}
.ksuU8ZhX-uJOTOOiNTT .text_widget a:hover,
.ksuU8ZhX-uJOTOOiNTT .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .ksuU8ZhX-uJOTOOiNTT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.ksuU8ZhX-uJOTOOiNTT .navbar-caption {
  color: #000000;
}
.ksuU8ZhX-uJOTOOiNTT .shadow-section-subtitle,
.ksuU8ZhX-uJOTOOiNTT .text_widget,
.ksuU8ZhX-uJOTOOiNTT .shadow-section-btn {
  text-align: center;
}
.ksuU8ZhX-uJOTOOiNTT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.ksuU8ZhX-uJOTOOCu2r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffef9;
}
.ksuU8ZhX-uJOTOOCu2r .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJOTOOCu2r .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJOTOOCu2r .shadow-section-btn {
  margin-bottom: 22px;
}
.ksuU8ZhX-uJOTOOCu2r .title-wrapper .shadow-section-title {
  margin-bottom: 32px;
}
.ksuU8ZhX-uJOTOOCu2r .title-wrapper .shadow-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJOTOOCu2r .title-wrapper .shadow-desc {
    margin-bottom: 32px;
  }
}
.ksuU8ZhX-uJOTOOCu2r .text-wrapper .shadow-text {
  margin-bottom: 0;
}
.ksuU8ZhX-uJOTOOCu2r .shadow-section-title {
  color: #000000;
}
.ksuU8ZhX-uJOTOOCu2r .shadow-desc {
  color: #fdfde1;
}
.ksuU8ZhX-uJOTOOCu2r .shadow-text {
  color: #000000;
}
.ksuU8ZhX-uJOTOOCu2r .shadow-text,
.ksuU8ZhX-uJOTOOCu2r .text-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJOTOOCu2r .shadow-section-title,
.ksuU8ZhX-uJOTOOCu2r .shadow-section-btn {
  color: #0f307a;
  text-align: center;
}
.ksuU8ZhX-uJP3uMSTMW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0c3;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-fallback-image.disabled {
  display: none;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ksuU8ZhX-uJP3uMSTMW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .container {
    padding: 0 26px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .row {
  justify-content: center;
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .shadow-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .shadow-section-title {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .title-wrapper .text-wrapper .shadow-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .title-wrapper .text-wrapper .shadow-text {
    width: 100%;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.ksuU8ZhX-uJP3uMSTMW .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) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:hover,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .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;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #e1b20f;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .shadow-iconfont {
  margin-right: 0;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .shadow-iconfont,
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .shadow-iconfont {
  color: #e1b20f;
}
.ksuU8ZhX-uJP3uMSTMW .content-wrapper .social-wrapper .social-wrap .soc-item a .shadow-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;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-section-title {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-text {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .list {
  color: #ffffff;
}
.ksuU8ZhX-uJP3uMSTMW .list,
.ksuU8ZhX-uJP3uMSTMW .nav-wrapper,
.ksuU8ZhX-uJP3uMSTMW .social-wrapper {
  text-align: right;
}
.ksuU8ZhX-uJP3uMSTMW .list,
.ksuU8ZhX-uJP3uMSTMW .item-wrap,
.ksuU8ZhX-uJP3uMSTMW .social-wrapper {
  color: #000000;
}
.ksuU8ZhX-uJP3uMSTMW .shadow-text,
.ksuU8ZhX-uJP3uMSTMW .text-wrapper {
  color: #000000;
}

/* 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 */
/* logoanimations */
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: slideInFromRight 1s ease-out;
}
/* endlogoanimations */
