.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.yFsQFxDsY-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 6.25rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-1 > .yFsQFxDsY-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-2 > .yFsQFxDsY-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-4 > .yFsQFxDsY-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.display-5 > .yFsQFxDsY-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-7 > .yFsQFxDsY-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #02006c !important;
}
.bg-success {
  background-color: #0e594a !important;
}
.bg-info {
  background-color: #f1f1f1 !important;
}
.bg-warning {
  background-color: #a94e85 !important;
}
.bg-danger {
  background-color: #6d1149 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #02006c !important;
  border-color: #02006c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #03009f !important;
  border-color: #03009f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #03009f !important;
  border-color: #03009f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #04018b !important;
  border-color: #04018b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #0501be !important;
  border-color: #0501be !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0501be !important;
  border-color: #0501be !important;
}
.btn-info,
.btn-info:active {
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  color: #727272 !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: #727272 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #0e594a !important;
  border-color: #0e594a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #15856f !important;
  border-color: #15856f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #15856f !important;
  border-color: #15856f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a94e85 !important;
  border-color: #a94e85 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #bc6e9d !important;
  border-color: #bc6e9d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bc6e9d !important;
  border-color: #bc6e9d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6d1149 !important;
  border-color: #6d1149 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #991867 !important;
  border-color: #991867 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #991867 !important;
  border-color: #991867 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #02006c;
  color: #02006c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000015 !important;
  background-color: transparent !important;
  border-color: #000015 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #02006c !important;
  border-color: #02006c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #04018b;
  color: #04018b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #020035 !important;
  background-color: transparent !important;
  border-color: #020035 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #04018b !important;
  border-color: #04018b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f1f1f1;
  color: #f1f1f1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c6c6c6 !important;
  background-color: transparent !important;
  border-color: #c6c6c6 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #727272 !important;
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0e594a;
  color: #0e594a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #020e0c !important;
  background-color: transparent !important;
  border-color: #020e0c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0e594a !important;
  border-color: #0e594a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a94e85;
  color: #a94e85;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6e3356 !important;
  background-color: transparent !important;
  border-color: #6e3356 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a94e85 !important;
  border-color: #a94e85 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6d1149;
  color: #6d1149;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #220517 !important;
  background-color: transparent !important;
  border-color: #220517 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6d1149 !important;
  border-color: #6d1149 !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: #02006c !important;
}
.text-secondary {
  color: #04018b !important;
}
.text-success {
  color: #0e594a !important;
}
.text-info {
  color: #f1f1f1 !important;
}
.text-warning {
  color: #a94e85 !important;
}
.text-danger {
  color: #6d1149 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000006 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #010026 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000101 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bebebe !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #632e4e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #15030e !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: #02006c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f1f1f1;
}
.alert-warning {
  background-color: #a94e85;
}
.alert-danger {
  background-color: #6d1149;
}
.yFsQFxDsY-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.yFsQFxDsY-gallery-filter li a {
  border-radius: 100px !important;
}
.yFsQFxDsY-gallery-filter li.active .btn {
  background-color: #02006c;
  border-color: #02006c;
  color: #ffffff;
}
.yFsQFxDsY-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #02006c;
}
.yFsQFxDsY-plan-header.bg-primary .yFsQFxDsY-plan-subtitle,
.yFsQFxDsY-plan-header.bg-primary .yFsQFxDsY-plan-price-desc {
  color: #0400ec;
}
.yFsQFxDsY-plan-header.bg-success .yFsQFxDsY-plan-subtitle,
.yFsQFxDsY-plan-header.bg-success .yFsQFxDsY-plan-price-desc {
  color: #1fc7a6;
}
.yFsQFxDsY-plan-header.bg-info .yFsQFxDsY-plan-subtitle,
.yFsQFxDsY-plan-header.bg-info .yFsQFxDsY-plan-price-desc {
  color: #ffffff;
}
.yFsQFxDsY-plan-header.bg-warning .yFsQFxDsY-plan-subtitle,
.yFsQFxDsY-plan-header.bg-warning .yFsQFxDsY-plan-price-desc {
  color: #d4a2c0;
}
.yFsQFxDsY-plan-header.bg-danger .yFsQFxDsY-plan-subtitle,
.yFsQFxDsY-plan-header.bg-danger .yFsQFxDsY-plan-price-desc {
  color: #db2293;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .yFsQFxDsY-iconfont {
  font-size: 1.875rem;
}
.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: #02006c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .yFsQFxDsY-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #02006c;
}
/* Forms */
.yFsQFxDsY-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.yFsQFxDsY-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.yFsQFxDsY-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.yFsQFxDsY-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: #02006c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #02006c;
}
.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: #02006c;
  border-bottom-color: #02006c;
}
.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: #02006c !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: #04018b !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='%2302006c' %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;
}
.yFsQFxDsY-section-btn .btn,
.yFsQFxDsY-section-btn-main .btn {
  flex-direction: row-reverse;
  padding: 8px 20px;
  border-radius: 30px !important;
  font-weight: 400 !important;
}
.yFsQFxDsY-section-btn .btn .yFsQFxDsY-iconfont,
.yFsQFxDsY-section-btn-main .btn .yFsQFxDsY-iconfont {
  margin: 0 10px 0 0;
}
.yFsQFxDsY-section-btn .btn-primary-outline,
.yFsQFxDsY-section-btn-main .btn-primary-outline,
.yFsQFxDsY-section-btn .btn-secondary-outline,
.yFsQFxDsY-section-btn-main .btn-secondary-outline,
.yFsQFxDsY-section-btn .btn-success-outline,
.yFsQFxDsY-section-btn-main .btn-success-outline,
.yFsQFxDsY-section-btn .btn-info-outline,
.yFsQFxDsY-section-btn-main .btn-info-outline,
.yFsQFxDsY-section-btn .btn-warning-outline,
.yFsQFxDsY-section-btn-main .btn-warning-outline,
.yFsQFxDsY-section-btn .btn-danger-outline,
.yFsQFxDsY-section-btn-main .btn-danger-outline,
.yFsQFxDsY-section-btn .btn-black-outline,
.yFsQFxDsY-section-btn-main .btn-black-outline,
.yFsQFxDsY-section-btn .btn-white-outline,
.yFsQFxDsY-section-btn-main .btn-white-outline {
  padding: 0;
  border: none;
}
.yFsQFxDsY-section-btn .btn-primary-outline .yFsQFxDsY-iconfont,
.yFsQFxDsY-section-btn-main .btn-primary-outline .yFsQFxDsY-iconfont,
.yFsQFxDsY-section-btn .btn-secondary-outline .yFsQFxDsY-iconfont,
.yFsQFxDsY-section-btn-main .btn-secondary-outline .yFsQFxDsY-iconfont,
.yFsQFxDsY-section-btn .btn-success-outline .yFsQFxDsY-iconfont,
.yFsQFxDsY-section-btn-main .btn-success-outline .yFsQFxDsY-iconfont,
.yFsQFxDsY-section-btn .btn-info-outline .yFsQFxDsY-iconfont,
.yFsQFxDsY-section-btn-main .btn-info-outline .yFsQFxDsY-iconfont,
.yFsQFxDsY-section-btn .btn-warning-outline .yFsQFxDsY-iconfont,
.yFsQFxDsY-section-btn-main .btn-warning-outline .yFsQFxDsY-iconfont,
.yFsQFxDsY-section-btn .btn-danger-outline .yFsQFxDsY-iconfont,
.yFsQFxDsY-section-btn-main .btn-danger-outline .yFsQFxDsY-iconfont,
.yFsQFxDsY-section-btn .btn-black-outline .yFsQFxDsY-iconfont,
.yFsQFxDsY-section-btn-main .btn-black-outline .yFsQFxDsY-iconfont,
.yFsQFxDsY-section-btn .btn-white-outline .yFsQFxDsY-iconfont,
.yFsQFxDsY-section-btn-main .btn-white-outline .yFsQFxDsY-iconfont {
  margin: 0 16px 0 0;
}
.QtqsH-uFjM73oHK3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.QtqsH-uFjM73oHK3 nav.navbar {
  position: fixed;
}
.QtqsH-uFjM73oHK3 .dropdown-item:before {
  font-family: N5sywnle2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjM73oHK3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.QtqsH-uFjM73oHK3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.QtqsH-uFjM73oHK3 .dropdown-item:hover,
.QtqsH-uFjM73oHK3 .dropdown-item:focus {
  background: #02006c !important;
  color: white !important;
}
.QtqsH-uFjM73oHK3 .dropdown-item:hover span {
  color: white;
}
.QtqsH-uFjM73oHK3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QtqsH-uFjM73oHK3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QtqsH-uFjM73oHK3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QtqsH-uFjM73oHK3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QtqsH-uFjM73oHK3 .nav-link {
  position: relative;
}
.QtqsH-uFjM73oHK3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QtqsH-uFjM73oHK3 .container {
    flex-wrap: nowrap;
  }
}
.QtqsH-uFjM73oHK3 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QtqsH-uFjM73oHK3 .iconfont-wrapper:hover {
  opacity: .5;
}
.QtqsH-uFjM73oHK3 .dropdown-menu,
.QtqsH-uFjM73oHK3 .navbar.opened {
  background: #04018b !important;
}
.QtqsH-uFjM73oHK3 .nav-item:focus,
.QtqsH-uFjM73oHK3 .nav-link:focus {
  outline: none;
}
.QtqsH-uFjM73oHK3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjM73oHK3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.QtqsH-uFjM73oHK3 .dropdown .dropdown-menu .dropdown-item .yFsQFxDsY-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QtqsH-uFjM73oHK3 .dropdown .dropdown-menu .dropdown-item .yFsQFxDsY-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjM73oHK3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QtqsH-uFjM73oHK3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QtqsH-uFjM73oHK3 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #04018b;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QtqsH-uFjM73oHK3 .navbar.opened {
  transition: all 0.3s;
}
.QtqsH-uFjM73oHK3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.QtqsH-uFjM73oHK3 .navbar .navbar-logo img {
  width: auto;
}
.QtqsH-uFjM73oHK3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QtqsH-uFjM73oHK3 .navbar.collapsed {
  justify-content: center;
}
.QtqsH-uFjM73oHK3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QtqsH-uFjM73oHK3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QtqsH-uFjM73oHK3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.QtqsH-uFjM73oHK3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QtqsH-uFjM73oHK3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QtqsH-uFjM73oHK3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QtqsH-uFjM73oHK3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QtqsH-uFjM73oHK3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QtqsH-uFjM73oHK3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QtqsH-uFjM73oHK3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QtqsH-uFjM73oHK3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QtqsH-uFjM73oHK3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QtqsH-uFjM73oHK3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QtqsH-uFjM73oHK3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QtqsH-uFjM73oHK3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QtqsH-uFjM73oHK3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QtqsH-uFjM73oHK3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .QtqsH-uFjM73oHK3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .QtqsH-uFjM73oHK3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QtqsH-uFjM73oHK3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QtqsH-uFjM73oHK3 .navbar.navbar-short {
  min-height: 96px;
}
.QtqsH-uFjM73oHK3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QtqsH-uFjM73oHK3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QtqsH-uFjM73oHK3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.QtqsH-uFjM73oHK3 .navbar-brand .navbar-logo a {
  outline: none;
}
.QtqsH-uFjM73oHK3 .dropdown-item.active,
.QtqsH-uFjM73oHK3 .dropdown-item:active {
  background-color: transparent;
}
.QtqsH-uFjM73oHK3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QtqsH-uFjM73oHK3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QtqsH-uFjM73oHK3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QtqsH-uFjM73oHK3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04018b;
}
.QtqsH-uFjM73oHK3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.QtqsH-uFjM73oHK3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QtqsH-uFjM73oHK3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QtqsH-uFjM73oHK3 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #04018b;
    border: 1px solid #ffffff;
  }
}
.QtqsH-uFjM73oHK3 .navbar-buttons {
  text-align: center;
}
.QtqsH-uFjM73oHK3 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .QtqsH-uFjM73oHK3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.QtqsH-uFjM73oHK3 .navbar-buttons .btn:hover .yFsQFxDsY-iconfont,
.QtqsH-uFjM73oHK3 .navbar-buttons .btn:focus .yFsQFxDsY-iconfont {
  margin-left: 40px;
}
.QtqsH-uFjM73oHK3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #04018b !important;
  border: none!important;
  box-shadow: none !important;
}
.QtqsH-uFjM73oHK3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QtqsH-uFjM73oHK3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QtqsH-uFjM73oHK3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QtqsH-uFjM73oHK3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QtqsH-uFjM73oHK3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QtqsH-uFjM73oHK3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QtqsH-uFjM73oHK3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QtqsH-uFjM73oHK3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QtqsH-uFjM73oHK3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QtqsH-uFjM73oHK3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.QtqsH-uFjM73oHK3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QtqsH-uFjM73oHK3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QtqsH-uFjM73oHK3 .navbar {
    height: 70px;
  }
  .QtqsH-uFjM73oHK3 .navbar.opened {
    height: auto;
  }
  .QtqsH-uFjM73oHK3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QtqsH-uFjM73oHK3 .navbar-nav {
  margin: 0 auto;
}
.QtqsH-uFjM73oHK3 .nav-item {
  padding: 0;
  margin: 2px;
}
.QtqsH-uFjM73oHK3 .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .QtqsH-uFjM73oHK3 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.QtqsH-uFjM73oHK3 .nav-item .nav-link::after {
  color: #04018b !important;
  transform: rotate(0);
  transition: .3s;
}
.QtqsH-uFjM73oHK3 .nav-item .nav-link:hover {
  background-color: #02006c;
}
.QtqsH-uFjM73oHK3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QtqsH-uFjM73oHK3 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.QtqsH-uFjM73oHK3 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.QtqsH-uFjM73oHK3 .nav-item .dropdown-menu .dropdown-item {
  color: #04018b !important;
  background-color: transparent !important;
}
.QtqsH-uFjM73oHK3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #02006c !important;
}
@media (max-width: 991px) {
  .QtqsH-uFjM73oHK3 .navbar {
    justify-content: flex-start !important;
  }
  .QtqsH-uFjM73oHK3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QtqsH-uFjM73oHK3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QtqsH-uFjM73oHK3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QtqsH-uFjM73oHK3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QtqsH-uFjM73oHK3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .QtqsH-uFjM73oHK3 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.QtqsH-uFjNWVTTZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/yah1-1-1024x768.jpeg");
}
.QtqsH-uFjNWVTTZN .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFjNWVTTZN .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFjNWVTTZN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .QtqsH-uFjNWVTTZN .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .QtqsH-uFjNWVTTZN .container {
    padding: 0 30px;
  }
}
.QtqsH-uFjNWVTTZN .row {
  justify-content: center;
}
.QtqsH-uFjNWVTTZN .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .QtqsH-uFjNWVTTZN .content-wrapper {
    padding: 80px 0;
  }
}
.QtqsH-uFjNWVTTZN .content-wrapper .yFsQFxDsY-desc {
  margin-bottom: 30px;
}
.QtqsH-uFjNWVTTZN .content-wrapper .yFsQFxDsY-section-title {
  margin-bottom: 30px;
}
.QtqsH-uFjNWVTTZN .content-wrapper .yFsQFxDsY-text {
  margin-bottom: 20px;
}
.QtqsH-uFjNWVTTZN .yFsQFxDsY-desc {
  color: #01004c;
  text-align: right;
}
.QtqsH-uFjNWVTTZN .yFsQFxDsY-section-title {
  color: #ffffff;
}
.QtqsH-uFjNWVTTZN .yFsQFxDsY-text {
  color: #000000;
  text-align: right;
}
.QtqsH-uFjNWVTTZN .yFsQFxDsY-section-title,
.QtqsH-uFjNWVTTZN .yFsQFxDsY-section-btn {
  text-align: right;
  color: #04018b;
}
.QtqsH-uFjQwAJmTk {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.QtqsH-uFjQwAJmTk .media-container-row {
  justify-content: space-between;
}
.QtqsH-uFjQwAJmTk .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .QtqsH-uFjQwAJmTk .text-content {
    max-width: none;
  }
}
.QtqsH-uFjQwAJmTk .container {
  z-index: 1;
}
.QtqsH-uFjQwAJmTk .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
}
.QtqsH-uFjQwAJmTk .bg_column-reverse {
  flex-direction: column-reverse;
}
.QtqsH-uFjQwAJmTk .bg__white {
  background: #fff;
  height: 100%;
}
.QtqsH-uFjQwAJmTk .bg__gray {
  background: #fcf5e6;
  height: 100%;
}
.QtqsH-uFjQwAJmTk .box-shadow {
  position: relative;
  box-shadow: 0 4px 8px 0 #1a1a0159;
  border-radius: 24px;
  padding: 4rem 19rem;
  margin: 0;
  background: #fff;
}
@media (max-width: 1400px) {
  .QtqsH-uFjQwAJmTk .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .QtqsH-uFjQwAJmTk .box-shadow {
    padding: 3rem 2rem;
  }
}
@media (max-width: 768px) {
  .QtqsH-uFjQwAJmTk .icons {
    justify-content: center !important;
  }
  .QtqsH-uFjQwAJmTk .box-shadow {
    width: 100%;
    padding: 3rem 1rem;
  }
  .QtqsH-uFjQwAJmTk .text-content * {
    text-align: center;
  }
}
.QtqsH-uFjQwAJmTk .geometry {
  position: absolute;
}
.QtqsH-uFjQwAJmTk .geometry__square,
.QtqsH-uFjQwAJmTk .geometry__circle {
  width: 88px;
  height: 88px;
}
.QtqsH-uFjQwAJmTk .geometry__square {
  border-radius: 8px;
  border: 2px solid #0b2b5c;
  z-index: 1;
  position: absolute;
}
.QtqsH-uFjQwAJmTk .geometry__square-bg {
  width: 88px;
  height: 88px;
  background: #04018b;
  border-radius: 8px;
  margin: 0.5rem;
  position: absolute;
}
.QtqsH-uFjQwAJmTk .geometry__circle {
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.QtqsH-uFjQwAJmTk .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #04018b;
  border-radius: 100px;
  margin: 0.5rem;
}
.QtqsH-uFjQwAJmTk .geometry_top-right {
  top: -50px;
  right: 30%;
}
.QtqsH-uFjQwAJmTk .geometry_bottom-left {
  bottom: 47px;
  left: 20%;
}
@media (min-width: 768px) {
  .QtqsH-uFjQwAJmTk .geometry__square-bg {
    transition: transform .3s;
  }
  .QtqsH-uFjQwAJmTk .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .QtqsH-uFjQwAJmTk .box-shadow:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
  .QtqsH-uFjQwAJmTk .box-shadow:hover .geometry__square-bg {
    transform: rotate(20deg) scale(0.9);
  }
}
@media (max-width: 992px) {
  .QtqsH-uFjQwAJmTk .geometry {
    position: absolute;
  }
  .QtqsH-uFjQwAJmTk .geometry__circle,
  .QtqsH-uFjQwAJmTk .geometry__circle-bg,
  .QtqsH-uFjQwAJmTk .geometry__square,
  .QtqsH-uFjQwAJmTk .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
}
.QtqsH-uFjQwAJmTk .yFsQFxDsY-section-title {
  color: #04018b;
}
.QtqsH-uFjQwAJmTk P {
  text-align: left;
}
.QtqsH-uFjRat7dQu {
  background-color: #ffffff;
}
.QtqsH-uFjRat7dQu .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFjRat7dQu .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .QtqsH-uFjRat7dQu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.QtqsH-uFjRat7dQu .row {
  flex-direction: row-reverse;
}
.QtqsH-uFjRat7dQu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .QtqsH-uFjRat7dQu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .QtqsH-uFjRat7dQu .text-wrapper {
    padding: 0 2rem;
  }
}
.QtqsH-uFjRat7dQu .yFsQFxDsY-section-title {
  color: #04018b;
  text-align: center;
}
.QtqsH-uFjRat7dQu .yFsQFxDsY-text,
.QtqsH-uFjRat7dQu .yFsQFxDsY-section-btn {
  color: #000000;
  text-align: left;
}
.QtqsH-uFjRTD0OWP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1f1f1;
}
.QtqsH-uFjRTD0OWP .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFjRTD0OWP .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFjRTD0OWP .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 1600px) {
  .QtqsH-uFjRTD0OWP .card-box__top {
    flex-direction: column-reverse;
  }
}
.QtqsH-uFjRTD0OWP .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .QtqsH-uFjRTD0OWP .item-mb {
    margin-bottom: 1rem;
  }
}
.QtqsH-uFjRTD0OWP .card-text {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .QtqsH-uFjRTD0OWP .card-text {
    padding-top: 5rem;
  }
}
.QtqsH-uFjRTD0OWP .item-wrapper {
  background: #ffffff;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #02006c;
  transition: all ease-in-out 0.3s;
}
.QtqsH-uFjRTD0OWP .item-wrapper:hover {
  background-color: #02006c;
  transition: all ease-in-out 0.3s;
}
.QtqsH-uFjRTD0OWP .item-wrapper:hover .card-title,
.QtqsH-uFjRTD0OWP .item-wrapper:hover .card-text,
.QtqsH-uFjRTD0OWP .item-wrapper:hover .yFsQFxDsY-iconfont {
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .QtqsH-uFjRTD0OWP .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .QtqsH-uFjRTD0OWP .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.QtqsH-uFjRTD0OWP .yFsQFxDsY-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #221b35;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1700px) {
  .QtqsH-uFjRTD0OWP .yFsQFxDsY-iconfont {
    font-size: 3rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}
.QtqsH-uFjRTD0OWP .yFsQFxDsY-section-title {
  color: #0c2c68;
}
.QtqsH-uFjRTD0OWP .yFsQFxDsY-section-subtitle {
  color: #000000;
}
.QtqsH-uFjRTD0OWP .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.QtqsH-uFjRTD0OWP .card-box .item-footer {
  margin-top: auto;
}
.QtqsH-uFjRTD0OWP .content-head {
  max-width: 800px;
}
.QtqsH-uFjRTD0OWP .card-title,
.QtqsH-uFjRTD0OWP .iconfont-wrapper {
  color: #0c2c68;
  text-align: center;
}
.QtqsH-uFjRTD0OWP .card-text,
.QtqsH-uFjRTD0OWP .item .yFsQFxDsY-section-btn {
  color: #221b35;
}
.QtqsH-uFjUCxnhL8 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.QtqsH-uFjUCxnhL8 .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFjUCxnhL8 .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.QtqsH-uFjUCxnhL8 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #f1f1f1;
}
.QtqsH-uFjUCxnhL8 .yFsQFxDsY-section-title {
  color: #393193;
}
.QtqsH-uFjUCxnhL8 .yFsQFxDsY-text,
.QtqsH-uFjUCxnhL8 .yFsQFxDsY-section-btn {
  color: #000000;
  text-align: left;
}
.QtqsH-uFjUCxnhL8 .content-head {
  max-width: 800px;
}
.QtqsH-uFjTCn8sBg {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.QtqsH-uFjTCn8sBg .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFjTCn8sBg .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFjTCn8sBg .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .QtqsH-uFjTCn8sBg .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .QtqsH-uFjTCn8sBg .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .QtqsH-uFjTCn8sBg .items-wrapper .item {
    margin-bottom: 12px;
  }
  .QtqsH-uFjTCn8sBg .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.QtqsH-uFjTCn8sBg .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: #f1f1f1;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .QtqsH-uFjTCn8sBg .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.QtqsH-uFjTCn8sBg .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .QtqsH-uFjTCn8sBg .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.QtqsH-uFjTCn8sBg .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.QtqsH-uFjTCn8sBg .items-wrapper .item .item-wrapper .card-box .yFsQFxDsY-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .QtqsH-uFjTCn8sBg .items-wrapper .item .item-wrapper .card-box .yFsQFxDsY-section-btn {
    margin-bottom: 16px;
  }
}
.QtqsH-uFjTCn8sBg .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .QtqsH-uFjTCn8sBg .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.QtqsH-uFjTCn8sBg .items-wrapper .item .item-wrapper .card-box .icon-wrapper .yFsQFxDsY-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #01004c;
  color: #04018b;
}
@media (max-width: 992px) {
  .QtqsH-uFjTCn8sBg .items-wrapper .item .item-wrapper .card-box .icon-wrapper .yFsQFxDsY-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.QtqsH-uFjTCn8sBg .item-title {
  color: #050f0f;
}
.QtqsH-uFjTCn8sBg .item-text {
  color: #050f0f;
}
.QtqsH-uFjTCn8sBg .icon-wrapper {
  text-align: right;
}
.QtqsH-uFjTCn8sBg .item-title,
.QtqsH-uFjTCn8sBg .icon-wrapper,
.QtqsH-uFjTCn8sBg .yFsQFxDsY-section-btn {
  color: #04018b;
}
.QtqsH-uFk0cEsZEk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #01004c;
  flex-direction: column;
  justify-content: center;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFk0cEsZEk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container-fluid {
    padding: 0;
  }
}
.QtqsH-uFk0cEsZEk .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container {
    padding: 0 16px;
  }
}
.QtqsH-uFk0cEsZEk .row {
  justify-content: center;
}
.QtqsH-uFk0cEsZEk .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .logo-wrapper {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.QtqsH-uFk0cEsZEk .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .list {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QtqsH-uFk0cEsZEk .list .item-wrap:hover,
.QtqsH-uFk0cEsZEk .list .item-wrap:focus {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap:hover,
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap:focus {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a:hover .yFsQFxDsY-iconfont,
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a:focus .yFsQFxDsY-iconfont {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a .yFsQFxDsY-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: right;
}
.QtqsH-uFk0cEsZEk .list-title {
  color: #becdc2;
}
.QtqsH-uFjM73oHK3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.QtqsH-uFjM73oHK3 nav.navbar {
  position: fixed;
}
.QtqsH-uFjM73oHK3 .dropdown-item:before {
  font-family: N5sywnle2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjM73oHK3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.QtqsH-uFjM73oHK3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.QtqsH-uFjM73oHK3 .dropdown-item:hover,
.QtqsH-uFjM73oHK3 .dropdown-item:focus {
  background: #02006c !important;
  color: white !important;
}
.QtqsH-uFjM73oHK3 .dropdown-item:hover span {
  color: white;
}
.QtqsH-uFjM73oHK3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QtqsH-uFjM73oHK3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QtqsH-uFjM73oHK3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QtqsH-uFjM73oHK3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QtqsH-uFjM73oHK3 .nav-link {
  position: relative;
}
.QtqsH-uFjM73oHK3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QtqsH-uFjM73oHK3 .container {
    flex-wrap: nowrap;
  }
}
.QtqsH-uFjM73oHK3 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QtqsH-uFjM73oHK3 .iconfont-wrapper:hover {
  opacity: .5;
}
.QtqsH-uFjM73oHK3 .dropdown-menu,
.QtqsH-uFjM73oHK3 .navbar.opened {
  background: #04018b !important;
}
.QtqsH-uFjM73oHK3 .nav-item:focus,
.QtqsH-uFjM73oHK3 .nav-link:focus {
  outline: none;
}
.QtqsH-uFjM73oHK3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjM73oHK3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.QtqsH-uFjM73oHK3 .dropdown .dropdown-menu .dropdown-item .yFsQFxDsY-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QtqsH-uFjM73oHK3 .dropdown .dropdown-menu .dropdown-item .yFsQFxDsY-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjM73oHK3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QtqsH-uFjM73oHK3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QtqsH-uFjM73oHK3 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #04018b;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QtqsH-uFjM73oHK3 .navbar.opened {
  transition: all 0.3s;
}
.QtqsH-uFjM73oHK3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.QtqsH-uFjM73oHK3 .navbar .navbar-logo img {
  width: auto;
}
.QtqsH-uFjM73oHK3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QtqsH-uFjM73oHK3 .navbar.collapsed {
  justify-content: center;
}
.QtqsH-uFjM73oHK3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QtqsH-uFjM73oHK3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QtqsH-uFjM73oHK3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.QtqsH-uFjM73oHK3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QtqsH-uFjM73oHK3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QtqsH-uFjM73oHK3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QtqsH-uFjM73oHK3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QtqsH-uFjM73oHK3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QtqsH-uFjM73oHK3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QtqsH-uFjM73oHK3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QtqsH-uFjM73oHK3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QtqsH-uFjM73oHK3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QtqsH-uFjM73oHK3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QtqsH-uFjM73oHK3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QtqsH-uFjM73oHK3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QtqsH-uFjM73oHK3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QtqsH-uFjM73oHK3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .QtqsH-uFjM73oHK3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .QtqsH-uFjM73oHK3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QtqsH-uFjM73oHK3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QtqsH-uFjM73oHK3 .navbar.navbar-short {
  min-height: 96px;
}
.QtqsH-uFjM73oHK3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QtqsH-uFjM73oHK3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QtqsH-uFjM73oHK3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.QtqsH-uFjM73oHK3 .navbar-brand .navbar-logo a {
  outline: none;
}
.QtqsH-uFjM73oHK3 .dropdown-item.active,
.QtqsH-uFjM73oHK3 .dropdown-item:active {
  background-color: transparent;
}
.QtqsH-uFjM73oHK3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QtqsH-uFjM73oHK3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QtqsH-uFjM73oHK3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QtqsH-uFjM73oHK3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04018b;
}
.QtqsH-uFjM73oHK3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.QtqsH-uFjM73oHK3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QtqsH-uFjM73oHK3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QtqsH-uFjM73oHK3 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #04018b;
    border: 1px solid #ffffff;
  }
}
.QtqsH-uFjM73oHK3 .navbar-buttons {
  text-align: center;
}
.QtqsH-uFjM73oHK3 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .QtqsH-uFjM73oHK3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.QtqsH-uFjM73oHK3 .navbar-buttons .btn:hover .yFsQFxDsY-iconfont,
.QtqsH-uFjM73oHK3 .navbar-buttons .btn:focus .yFsQFxDsY-iconfont {
  margin-left: 40px;
}
.QtqsH-uFjM73oHK3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #04018b !important;
  border: none!important;
  box-shadow: none !important;
}
.QtqsH-uFjM73oHK3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QtqsH-uFjM73oHK3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QtqsH-uFjM73oHK3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QtqsH-uFjM73oHK3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QtqsH-uFjM73oHK3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QtqsH-uFjM73oHK3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QtqsH-uFjM73oHK3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QtqsH-uFjM73oHK3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QtqsH-uFjM73oHK3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QtqsH-uFjM73oHK3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.QtqsH-uFjM73oHK3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QtqsH-uFjM73oHK3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QtqsH-uFjM73oHK3 .navbar {
    height: 70px;
  }
  .QtqsH-uFjM73oHK3 .navbar.opened {
    height: auto;
  }
  .QtqsH-uFjM73oHK3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QtqsH-uFjM73oHK3 .navbar-nav {
  margin: 0 auto;
}
.QtqsH-uFjM73oHK3 .nav-item {
  padding: 0;
  margin: 2px;
}
.QtqsH-uFjM73oHK3 .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .QtqsH-uFjM73oHK3 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.QtqsH-uFjM73oHK3 .nav-item .nav-link::after {
  color: #04018b !important;
  transform: rotate(0);
  transition: .3s;
}
.QtqsH-uFjM73oHK3 .nav-item .nav-link:hover {
  background-color: #02006c;
}
.QtqsH-uFjM73oHK3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QtqsH-uFjM73oHK3 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.QtqsH-uFjM73oHK3 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.QtqsH-uFjM73oHK3 .nav-item .dropdown-menu .dropdown-item {
  color: #04018b !important;
  background-color: transparent !important;
}
.QtqsH-uFjM73oHK3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #02006c !important;
}
@media (max-width: 991px) {
  .QtqsH-uFjM73oHK3 .navbar {
    justify-content: flex-start !important;
  }
  .QtqsH-uFjM73oHK3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QtqsH-uFjM73oHK3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QtqsH-uFjM73oHK3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QtqsH-uFjM73oHK3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QtqsH-uFjM73oHK3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .QtqsH-uFjM73oHK3 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.QtqsH-uFjVuGBvg2 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.QtqsH-uFjVuGBvg2 .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFjVuGBvg2 .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFjVuGBvg2 .card-wrapper {
  display: flex;
  background-color: #ffffff;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .QtqsH-uFjVuGBvg2 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .QtqsH-uFjVuGBvg2 .card-wrapper {
    margin-bottom: 32px;
  }
}
.QtqsH-uFjVuGBvg2 .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.QtqsH-uFjVuGBvg2 .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .QtqsH-uFjVuGBvg2 .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.QtqsH-uFjVuGBvg2 .card-wrapper .content-wrapper .yFsQFxDsY-section-title {
  margin-bottom: 22px;
}
.QtqsH-uFjVuGBvg2 .card-wrapper .content-wrapper .yFsQFxDsY-text {
  margin-bottom: 0;
}
.QtqsH-uFjVuGBvg2 .card-wrapper .content-wrapper .yFsQFxDsY-section-btn {
  margin-top: 22px;
}
.QtqsH-uFjVuGBvg2 .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .QtqsH-uFjVuGBvg2 .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.QtqsH-uFjVuGBvg2 .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.QtqsH-uFjVuGBvg2 .yFsQFxDsY-section-title {
  color: #ffffff;
}
.QtqsH-uFjVuGBvg2 .yFsQFxDsY-text {
  color: #000000;
}
.QtqsH-uFjVuGBvg2 .yFsQFxDsY-section-title,
.QtqsH-uFjVuGBvg2 .yFsQFxDsY-section-btn {
  color: #04018b;
}
.QtqsH-uFjW6JoHhG {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.QtqsH-uFjW6JoHhG .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFjW6JoHhG .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFjW6JoHhG .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #04018b;
  background-color: #f1f1f1;
  background-color: transparent;
}
@media (max-width: 992px) {
  .QtqsH-uFjW6JoHhG .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.QtqsH-uFjW6JoHhG .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  opacity: .5;
}
.QtqsH-uFjW6JoHhG .content-wrapper .yFsQFxDsY-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .QtqsH-uFjW6JoHhG .content-wrapper .yFsQFxDsY-section-title {
    margin-bottom: 32px;
  }
}
.QtqsH-uFjW6JoHhG .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.QtqsH-uFjW6JoHhG .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.QtqsH-uFjW6JoHhG .content-wrapper .items-wrap .item .item-wrapper {
  padding: 46px 24px;
  border: 1px solid #04018b;
  height: 100%;
}
@media (max-width: 992px) {
  .QtqsH-uFjW6JoHhG .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.QtqsH-uFjW6JoHhG .content-wrapper .items-wrap .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.QtqsH-uFjW6JoHhG .content-wrapper .items-wrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.QtqsH-uFjW6JoHhG .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.QtqsH-uFjW6JoHhG .yFsQFxDsY-section-title {
  color: #04018b;
  text-align: center;
}
.QtqsH-uFjW6JoHhG .item-number {
  color: #bcfe1e;
}
.QtqsH-uFjW6JoHhG .item-title {
  color: #04018b;
  text-align: center;
}
.QtqsH-uFjW6JoHhG .item-text {
  color: #000000;
}
.QtqsH-uFjXgKNLNN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.QtqsH-uFjXgKNLNN .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFjXgKNLNN .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .QtqsH-uFjXgKNLNN .container {
    padding: 0 16px;
  }
}
.QtqsH-uFjXgKNLNN .row {
  position: relative;
  justify-content: space-between;
}
.QtqsH-uFjXgKNLNN .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .QtqsH-uFjXgKNLNN .content-wrapper {
    margin-bottom: 50px;
  }
}
.QtqsH-uFjXgKNLNN .content-wrapper .yFsQFxDsY-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .QtqsH-uFjXgKNLNN .content-wrapper .yFsQFxDsY-section-title {
    margin-bottom: 24px;
  }
}
.QtqsH-uFjXgKNLNN .content-wrapper .yFsQFxDsY-section-title span {
  color: #04018b;
}
.QtqsH-uFjXgKNLNN .content-wrapper .yFsQFxDsY-text {
  margin-bottom: 0;
}
.QtqsH-uFjXgKNLNN .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.QtqsH-uFjXgKNLNN .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .QtqsH-uFjXgKNLNN .image-wrapper img {
    height: 350px;
  }
}
.QtqsH-uFjXgKNLNN .yFsQFxDsY-section-title {
  color: #04018b;
  text-align: center;
}
.QtqsH-uFjXgKNLNN .yFsQFxDsY-text {
  color: #000000;
}
.QtqsH-uFjXVPb4CF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.QtqsH-uFjXVPb4CF .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFjXVPb4CF .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFjXVPb4CF .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .QtqsH-uFjXVPb4CF .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.QtqsH-uFjXVPb4CF .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.QtqsH-uFjXVPb4CF .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.QtqsH-uFjXVPb4CF .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #04018b;
  box-shadow: 4px 4px 0 0 #04018b;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .QtqsH-uFjXVPb4CF .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.QtqsH-uFjXVPb4CF .content-wrapper .card-wrapper .yFsQFxDsY-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .QtqsH-uFjXVPb4CF .content-wrapper .card-wrapper .yFsQFxDsY-section-title {
    margin-bottom: 24px;
  }
}
.QtqsH-uFjXVPb4CF .content-wrapper .card-wrapper .yFsQFxDsY-text {
  margin-bottom: 0;
}
.QtqsH-uFjXVPb4CF .yFsQFxDsY-section-title {
  color: #ff9063;
  text-align: center;
}
.QtqsH-uFjXVPb4CF .yFsQFxDsY-text {
  color: #050f0f;
  text-align: left;
}
.QtqsH-uFjXVPb4CF .yFsQFxDsY-section-title,
.QtqsH-uFjXVPb4CF .yFsQFxDsY-section-btn {
  color: #04018b;
}
.QtqsH-uFk0cEsZEk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #01004c;
  flex-direction: column;
  justify-content: center;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFk0cEsZEk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container-fluid {
    padding: 0;
  }
}
.QtqsH-uFk0cEsZEk .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container {
    padding: 0 16px;
  }
}
.QtqsH-uFk0cEsZEk .row {
  justify-content: center;
}
.QtqsH-uFk0cEsZEk .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .logo-wrapper {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.QtqsH-uFk0cEsZEk .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .list {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QtqsH-uFk0cEsZEk .list .item-wrap:hover,
.QtqsH-uFk0cEsZEk .list .item-wrap:focus {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap:hover,
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap:focus {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a:hover .yFsQFxDsY-iconfont,
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a:focus .yFsQFxDsY-iconfont {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a .yFsQFxDsY-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: right;
}
.QtqsH-uFk0cEsZEk .list-title {
  color: #becdc2;
}
.QtqsH-uFjMvd7DNT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.QtqsH-uFjMvd7DNT nav.navbar {
  position: fixed;
}
.QtqsH-uFjMvd7DNT .dropdown-item:before {
  font-family: N5sywnle2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjMvd7DNT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.QtqsH-uFjMvd7DNT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.QtqsH-uFjMvd7DNT .dropdown-item:hover,
.QtqsH-uFjMvd7DNT .dropdown-item:focus {
  background: #02006c !important;
  color: white !important;
}
.QtqsH-uFjMvd7DNT .dropdown-item:hover span {
  color: white;
}
.QtqsH-uFjMvd7DNT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QtqsH-uFjMvd7DNT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QtqsH-uFjMvd7DNT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QtqsH-uFjMvd7DNT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QtqsH-uFjMvd7DNT .nav-link {
  position: relative;
}
.QtqsH-uFjMvd7DNT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QtqsH-uFjMvd7DNT .container {
    flex-wrap: nowrap;
  }
}
.QtqsH-uFjMvd7DNT .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QtqsH-uFjMvd7DNT .iconfont-wrapper:hover {
  opacity: .5;
}
.QtqsH-uFjMvd7DNT .dropdown-menu,
.QtqsH-uFjMvd7DNT .navbar.opened {
  background: #04018b !important;
}
.QtqsH-uFjMvd7DNT .nav-item:focus,
.QtqsH-uFjMvd7DNT .nav-link:focus {
  outline: none;
}
.QtqsH-uFjMvd7DNT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjMvd7DNT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.QtqsH-uFjMvd7DNT .dropdown .dropdown-menu .dropdown-item .yFsQFxDsY-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QtqsH-uFjMvd7DNT .dropdown .dropdown-menu .dropdown-item .yFsQFxDsY-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjMvd7DNT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QtqsH-uFjMvd7DNT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QtqsH-uFjMvd7DNT .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #04018b;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QtqsH-uFjMvd7DNT .navbar.opened {
  transition: all 0.3s;
}
.QtqsH-uFjMvd7DNT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.QtqsH-uFjMvd7DNT .navbar .navbar-logo img {
  width: auto;
}
.QtqsH-uFjMvd7DNT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QtqsH-uFjMvd7DNT .navbar.collapsed {
  justify-content: center;
}
.QtqsH-uFjMvd7DNT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QtqsH-uFjMvd7DNT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QtqsH-uFjMvd7DNT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.QtqsH-uFjMvd7DNT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QtqsH-uFjMvd7DNT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QtqsH-uFjMvd7DNT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QtqsH-uFjMvd7DNT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QtqsH-uFjMvd7DNT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QtqsH-uFjMvd7DNT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QtqsH-uFjMvd7DNT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QtqsH-uFjMvd7DNT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QtqsH-uFjMvd7DNT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QtqsH-uFjMvd7DNT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QtqsH-uFjMvd7DNT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QtqsH-uFjMvd7DNT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QtqsH-uFjMvd7DNT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QtqsH-uFjMvd7DNT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .QtqsH-uFjMvd7DNT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .QtqsH-uFjMvd7DNT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QtqsH-uFjMvd7DNT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QtqsH-uFjMvd7DNT .navbar.navbar-short {
  min-height: 96px;
}
.QtqsH-uFjMvd7DNT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QtqsH-uFjMvd7DNT .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QtqsH-uFjMvd7DNT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.QtqsH-uFjMvd7DNT .navbar-brand .navbar-logo a {
  outline: none;
}
.QtqsH-uFjMvd7DNT .dropdown-item.active,
.QtqsH-uFjMvd7DNT .dropdown-item:active {
  background-color: transparent;
}
.QtqsH-uFjMvd7DNT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QtqsH-uFjMvd7DNT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QtqsH-uFjMvd7DNT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QtqsH-uFjMvd7DNT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04018b;
}
.QtqsH-uFjMvd7DNT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.QtqsH-uFjMvd7DNT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QtqsH-uFjMvd7DNT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QtqsH-uFjMvd7DNT ul.navbar-nav {
    padding: 8px 16px;
    background-color: #04018b;
    border: 1px solid #ffffff;
  }
}
.QtqsH-uFjMvd7DNT .navbar-buttons {
  text-align: center;
}
.QtqsH-uFjMvd7DNT .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .QtqsH-uFjMvd7DNT .navbar-buttons .btn {
    width: auto !important;
  }
}
.QtqsH-uFjMvd7DNT .navbar-buttons .btn:hover .yFsQFxDsY-iconfont,
.QtqsH-uFjMvd7DNT .navbar-buttons .btn:focus .yFsQFxDsY-iconfont {
  margin-left: 40px;
}
.QtqsH-uFjMvd7DNT button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #04018b !important;
  border: none!important;
  box-shadow: none !important;
}
.QtqsH-uFjMvd7DNT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QtqsH-uFjMvd7DNT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QtqsH-uFjMvd7DNT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QtqsH-uFjMvd7DNT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QtqsH-uFjMvd7DNT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QtqsH-uFjMvd7DNT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QtqsH-uFjMvd7DNT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QtqsH-uFjMvd7DNT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QtqsH-uFjMvd7DNT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QtqsH-uFjMvd7DNT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.QtqsH-uFjMvd7DNT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QtqsH-uFjMvd7DNT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QtqsH-uFjMvd7DNT .navbar {
    height: 70px;
  }
  .QtqsH-uFjMvd7DNT .navbar.opened {
    height: auto;
  }
  .QtqsH-uFjMvd7DNT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QtqsH-uFjMvd7DNT .navbar-nav {
  margin: 0 auto;
}
.QtqsH-uFjMvd7DNT .nav-item {
  padding: 0;
  margin: 2px;
}
.QtqsH-uFjMvd7DNT .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .QtqsH-uFjMvd7DNT .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.QtqsH-uFjMvd7DNT .nav-item .nav-link::after {
  color: #04018b !important;
  transform: rotate(0);
  transition: .3s;
}
.QtqsH-uFjMvd7DNT .nav-item .nav-link:hover {
  background-color: #02006c;
}
.QtqsH-uFjMvd7DNT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QtqsH-uFjMvd7DNT .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.QtqsH-uFjMvd7DNT .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.QtqsH-uFjMvd7DNT .nav-item .dropdown-menu .dropdown-item {
  color: #04018b !important;
  background-color: transparent !important;
}
.QtqsH-uFjMvd7DNT .nav-item .dropdown-menu .dropdown-item:hover {
  color: #02006c !important;
}
@media (max-width: 991px) {
  .QtqsH-uFjMvd7DNT .navbar {
    justify-content: flex-start !important;
  }
  .QtqsH-uFjMvd7DNT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QtqsH-uFjMvd7DNT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QtqsH-uFjMvd7DNT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QtqsH-uFjMvd7DNT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QtqsH-uFjMvd7DNT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .QtqsH-uFjMvd7DNT .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.QtqsH-uFjYlBFib5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.QtqsH-uFjYlBFib5 .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFjYlBFib5 .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFjYlBFib5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .QtqsH-uFjYlBFib5 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .QtqsH-uFjYlBFib5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .QtqsH-uFjYlBFib5 .container {
    padding: 0 16px;
  }
}
.QtqsH-uFjYlBFib5 .title-wrapper .yFsQFxDsY-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .QtqsH-uFjYlBFib5 .title-wrapper .yFsQFxDsY-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .QtqsH-uFjYlBFib5 .image-wrapper {
    margin-bottom: 32px;
  }
}
.QtqsH-uFjYlBFib5 .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .QtqsH-uFjYlBFib5 .image-wrapper img {
    height: 350px;
  }
}
.QtqsH-uFjYlBFib5 .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .QtqsH-uFjYlBFib5 .content-wrapper {
    margin: 0;
  }
}
.QtqsH-uFjYlBFib5 .desc-wrapper {
  margin-bottom: 24px;
}
.QtqsH-uFjYlBFib5 .desc-wrapper .yFsQFxDsY-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.QtqsH-uFjYlBFib5 .desc-wrapper .yFsQFxDsY-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.QtqsH-uFjYlBFib5 .dragArea.row .yFsQFxDsY-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .QtqsH-uFjYlBFib5 .dragArea.row .yFsQFxDsY-section-title {
    margin-bottom: 16px !important;
  }
}
.QtqsH-uFjYlBFib5 .dragArea.row .yFsQFxDsY-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .QtqsH-uFjYlBFib5 .dragArea.row .yFsQFxDsY-text {
    margin-bottom: 16px !important;
  }
}
.QtqsH-uFjYlBFib5 .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.QtqsH-uFjYlBFib5 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.QtqsH-uFjYlBFib5 .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #04018b !important;
}
.QtqsH-uFjYlBFib5 .dragArea.row .form-group .form-control:hover,
.QtqsH-uFjYlBFib5 .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #04018b !important;
}
.QtqsH-uFjYlBFib5 .dragArea.row .form-group .form-control::placeholder {
  color: #02006c;
  opacity: .7;
}
.QtqsH-uFjYlBFib5 .dragArea.row .form-group textarea {
  min-height: 100px;
}
.QtqsH-uFjYlBFib5 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.QtqsH-uFjYlBFib5 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f1f1f1;
  border-color: #02006c;
  border-radius: 0;
}
.QtqsH-uFjYlBFib5 .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #02006c;
}
.QtqsH-uFjYlBFib5 .dragArea.row .yFsQFxDsY-section-btn {
  width: 100%;
  margin-top: 16px;
}
.QtqsH-uFjYlBFib5 .dragArea.row .yFsQFxDsY-section-btn .btn {
  width: 100%;
}
.QtqsH-uFjYlBFib5 .yFsQFxDsY-section-title {
  color: #1c1c1c;
}
.QtqsH-uFjYlBFib5 .yFsQFxDsY-desc {
  color: #1c1c1c;
}
.QtqsH-uFjYlBFib5 .yFsQFxDsY-text {
  color: #1c1c1c;
}
.QtqsH-uFjYlBFib5 H5 {
  color: #04018b;
}
.QtqsH-uFjYfzAE6X {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.QtqsH-uFjYfzAE6X .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFjYfzAE6X .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFjYfzAE6X .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .QtqsH-uFjYfzAE6X .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .QtqsH-uFjYfzAE6X .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .QtqsH-uFjYfzAE6X .items-wrapper .item {
    margin-bottom: 12px;
  }
  .QtqsH-uFjYfzAE6X .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.QtqsH-uFjYfzAE6X .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: #f1f1f1;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .QtqsH-uFjYfzAE6X .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.QtqsH-uFjYfzAE6X .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .QtqsH-uFjYfzAE6X .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.QtqsH-uFjYfzAE6X .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.QtqsH-uFjYfzAE6X .items-wrapper .item .item-wrapper .card-box .yFsQFxDsY-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .QtqsH-uFjYfzAE6X .items-wrapper .item .item-wrapper .card-box .yFsQFxDsY-section-btn {
    margin-bottom: 16px;
  }
}
.QtqsH-uFjYfzAE6X .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .QtqsH-uFjYfzAE6X .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.QtqsH-uFjYfzAE6X .items-wrapper .item .item-wrapper .card-box .icon-wrapper .yFsQFxDsY-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #01004c;
  color: #04018b;
}
@media (max-width: 992px) {
  .QtqsH-uFjYfzAE6X .items-wrapper .item .item-wrapper .card-box .icon-wrapper .yFsQFxDsY-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.QtqsH-uFjYfzAE6X .item-title {
  color: #050f0f;
}
.QtqsH-uFjYfzAE6X .item-text {
  color: #050f0f;
}
.QtqsH-uFjYfzAE6X .icon-wrapper {
  text-align: right;
}
.QtqsH-uFjYfzAE6X .item-title,
.QtqsH-uFjYfzAE6X .icon-wrapper,
.QtqsH-uFjYfzAE6X .yFsQFxDsY-section-btn {
  color: #04018b;
}
.QtqsH-uFk0cEsZEk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #01004c;
  flex-direction: column;
  justify-content: center;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFk0cEsZEk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container-fluid {
    padding: 0;
  }
}
.QtqsH-uFk0cEsZEk .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container {
    padding: 0 16px;
  }
}
.QtqsH-uFk0cEsZEk .row {
  justify-content: center;
}
.QtqsH-uFk0cEsZEk .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .logo-wrapper {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.QtqsH-uFk0cEsZEk .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .list {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QtqsH-uFk0cEsZEk .list .item-wrap:hover,
.QtqsH-uFk0cEsZEk .list .item-wrap:focus {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap:hover,
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap:focus {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a:hover .yFsQFxDsY-iconfont,
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a:focus .yFsQFxDsY-iconfont {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a .yFsQFxDsY-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: right;
}
.QtqsH-uFk0cEsZEk .list-title {
  color: #becdc2;
}
.QtqsH-uFjMvu5s8Z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.QtqsH-uFjMvu5s8Z nav.navbar {
  position: fixed;
}
.QtqsH-uFjMvu5s8Z .dropdown-item:before {
  font-family: N5sywnle2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjMvu5s8Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.QtqsH-uFjMvu5s8Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.QtqsH-uFjMvu5s8Z .dropdown-item:hover,
.QtqsH-uFjMvu5s8Z .dropdown-item:focus {
  background: #02006c !important;
  color: white !important;
}
.QtqsH-uFjMvu5s8Z .dropdown-item:hover span {
  color: white;
}
.QtqsH-uFjMvu5s8Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QtqsH-uFjMvu5s8Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QtqsH-uFjMvu5s8Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QtqsH-uFjMvu5s8Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QtqsH-uFjMvu5s8Z .nav-link {
  position: relative;
}
.QtqsH-uFjMvu5s8Z .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QtqsH-uFjMvu5s8Z .container {
    flex-wrap: nowrap;
  }
}
.QtqsH-uFjMvu5s8Z .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QtqsH-uFjMvu5s8Z .iconfont-wrapper:hover {
  opacity: .5;
}
.QtqsH-uFjMvu5s8Z .dropdown-menu,
.QtqsH-uFjMvu5s8Z .navbar.opened {
  background: #04018b !important;
}
.QtqsH-uFjMvu5s8Z .nav-item:focus,
.QtqsH-uFjMvu5s8Z .nav-link:focus {
  outline: none;
}
.QtqsH-uFjMvu5s8Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjMvu5s8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.QtqsH-uFjMvu5s8Z .dropdown .dropdown-menu .dropdown-item .yFsQFxDsY-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QtqsH-uFjMvu5s8Z .dropdown .dropdown-menu .dropdown-item .yFsQFxDsY-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjMvu5s8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QtqsH-uFjMvu5s8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QtqsH-uFjMvu5s8Z .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #04018b;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QtqsH-uFjMvu5s8Z .navbar.opened {
  transition: all 0.3s;
}
.QtqsH-uFjMvu5s8Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.QtqsH-uFjMvu5s8Z .navbar .navbar-logo img {
  width: auto;
}
.QtqsH-uFjMvu5s8Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QtqsH-uFjMvu5s8Z .navbar.collapsed {
  justify-content: center;
}
.QtqsH-uFjMvu5s8Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QtqsH-uFjMvu5s8Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QtqsH-uFjMvu5s8Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.QtqsH-uFjMvu5s8Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QtqsH-uFjMvu5s8Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QtqsH-uFjMvu5s8Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QtqsH-uFjMvu5s8Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QtqsH-uFjMvu5s8Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QtqsH-uFjMvu5s8Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QtqsH-uFjMvu5s8Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QtqsH-uFjMvu5s8Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QtqsH-uFjMvu5s8Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QtqsH-uFjMvu5s8Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QtqsH-uFjMvu5s8Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QtqsH-uFjMvu5s8Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QtqsH-uFjMvu5s8Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QtqsH-uFjMvu5s8Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .QtqsH-uFjMvu5s8Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .QtqsH-uFjMvu5s8Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QtqsH-uFjMvu5s8Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QtqsH-uFjMvu5s8Z .navbar.navbar-short {
  min-height: 96px;
}
.QtqsH-uFjMvu5s8Z .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QtqsH-uFjMvu5s8Z .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QtqsH-uFjMvu5s8Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.QtqsH-uFjMvu5s8Z .navbar-brand .navbar-logo a {
  outline: none;
}
.QtqsH-uFjMvu5s8Z .dropdown-item.active,
.QtqsH-uFjMvu5s8Z .dropdown-item:active {
  background-color: transparent;
}
.QtqsH-uFjMvu5s8Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QtqsH-uFjMvu5s8Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QtqsH-uFjMvu5s8Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QtqsH-uFjMvu5s8Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04018b;
}
.QtqsH-uFjMvu5s8Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.QtqsH-uFjMvu5s8Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QtqsH-uFjMvu5s8Z ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QtqsH-uFjMvu5s8Z ul.navbar-nav {
    padding: 8px 16px;
    background-color: #04018b;
    border: 1px solid #ffffff;
  }
}
.QtqsH-uFjMvu5s8Z .navbar-buttons {
  text-align: center;
}
.QtqsH-uFjMvu5s8Z .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .QtqsH-uFjMvu5s8Z .navbar-buttons .btn {
    width: auto !important;
  }
}
.QtqsH-uFjMvu5s8Z .navbar-buttons .btn:hover .yFsQFxDsY-iconfont,
.QtqsH-uFjMvu5s8Z .navbar-buttons .btn:focus .yFsQFxDsY-iconfont {
  margin-left: 40px;
}
.QtqsH-uFjMvu5s8Z button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #04018b !important;
  border: none!important;
  box-shadow: none !important;
}
.QtqsH-uFjMvu5s8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QtqsH-uFjMvu5s8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QtqsH-uFjMvu5s8Z button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QtqsH-uFjMvu5s8Z button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QtqsH-uFjMvu5s8Z button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QtqsH-uFjMvu5s8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QtqsH-uFjMvu5s8Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QtqsH-uFjMvu5s8Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QtqsH-uFjMvu5s8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QtqsH-uFjMvu5s8Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.QtqsH-uFjMvu5s8Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QtqsH-uFjMvu5s8Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QtqsH-uFjMvu5s8Z .navbar {
    height: 70px;
  }
  .QtqsH-uFjMvu5s8Z .navbar.opened {
    height: auto;
  }
  .QtqsH-uFjMvu5s8Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QtqsH-uFjMvu5s8Z .navbar-nav {
  margin: 0 auto;
}
.QtqsH-uFjMvu5s8Z .nav-item {
  padding: 0;
  margin: 2px;
}
.QtqsH-uFjMvu5s8Z .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .QtqsH-uFjMvu5s8Z .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.QtqsH-uFjMvu5s8Z .nav-item .nav-link::after {
  color: #04018b !important;
  transform: rotate(0);
  transition: .3s;
}
.QtqsH-uFjMvu5s8Z .nav-item .nav-link:hover {
  background-color: #02006c;
}
.QtqsH-uFjMvu5s8Z .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QtqsH-uFjMvu5s8Z .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.QtqsH-uFjMvu5s8Z .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.QtqsH-uFjMvu5s8Z .nav-item .dropdown-menu .dropdown-item {
  color: #04018b !important;
  background-color: transparent !important;
}
.QtqsH-uFjMvu5s8Z .nav-item .dropdown-menu .dropdown-item:hover {
  color: #02006c !important;
}
@media (max-width: 991px) {
  .QtqsH-uFjMvu5s8Z .navbar {
    justify-content: flex-start !important;
  }
  .QtqsH-uFjMvu5s8Z .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QtqsH-uFjMvu5s8Z .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QtqsH-uFjMvu5s8Z .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QtqsH-uFjMvu5s8Z .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QtqsH-uFjMvu5s8Z .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .QtqsH-uFjMvu5s8Z .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.QtqsH-uFjMxzSocc {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.QtqsH-uFjMxzSocc .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFjMxzSocc .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFjMxzSocc .yFsQFxDsY-section-title {
  color: #04018b;
  text-align: center;
}
.QtqsH-uFk0cEsZEk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #01004c;
  flex-direction: column;
  justify-content: center;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFk0cEsZEk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container-fluid {
    padding: 0;
  }
}
.QtqsH-uFk0cEsZEk .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container {
    padding: 0 16px;
  }
}
.QtqsH-uFk0cEsZEk .row {
  justify-content: center;
}
.QtqsH-uFk0cEsZEk .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .logo-wrapper {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.QtqsH-uFk0cEsZEk .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .list {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QtqsH-uFk0cEsZEk .list .item-wrap:hover,
.QtqsH-uFk0cEsZEk .list .item-wrap:focus {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap:hover,
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap:focus {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a:hover .yFsQFxDsY-iconfont,
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a:focus .yFsQFxDsY-iconfont {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a .yFsQFxDsY-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: right;
}
.QtqsH-uFk0cEsZEk .list-title {
  color: #becdc2;
}
.QtqsH-uFjMERBMET {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.QtqsH-uFjMERBMET nav.navbar {
  position: fixed;
}
.QtqsH-uFjMERBMET .dropdown-item:before {
  font-family: N5sywnle2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjMERBMET .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.QtqsH-uFjMERBMET .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.QtqsH-uFjMERBMET .dropdown-item:hover,
.QtqsH-uFjMERBMET .dropdown-item:focus {
  background: #02006c !important;
  color: white !important;
}
.QtqsH-uFjMERBMET .dropdown-item:hover span {
  color: white;
}
.QtqsH-uFjMERBMET .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QtqsH-uFjMERBMET .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QtqsH-uFjMERBMET .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QtqsH-uFjMERBMET .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QtqsH-uFjMERBMET .nav-link {
  position: relative;
}
.QtqsH-uFjMERBMET .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QtqsH-uFjMERBMET .container {
    flex-wrap: nowrap;
  }
}
.QtqsH-uFjMERBMET .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QtqsH-uFjMERBMET .iconfont-wrapper:hover {
  opacity: .5;
}
.QtqsH-uFjMERBMET .dropdown-menu,
.QtqsH-uFjMERBMET .navbar.opened {
  background: #04018b !important;
}
.QtqsH-uFjMERBMET .nav-item:focus,
.QtqsH-uFjMERBMET .nav-link:focus {
  outline: none;
}
.QtqsH-uFjMERBMET .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjMERBMET .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.QtqsH-uFjMERBMET .dropdown .dropdown-menu .dropdown-item .yFsQFxDsY-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QtqsH-uFjMERBMET .dropdown .dropdown-menu .dropdown-item .yFsQFxDsY-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjMERBMET .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QtqsH-uFjMERBMET .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QtqsH-uFjMERBMET .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #04018b;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QtqsH-uFjMERBMET .navbar.opened {
  transition: all 0.3s;
}
.QtqsH-uFjMERBMET .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.QtqsH-uFjMERBMET .navbar .navbar-logo img {
  width: auto;
}
.QtqsH-uFjMERBMET .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QtqsH-uFjMERBMET .navbar.collapsed {
  justify-content: center;
}
.QtqsH-uFjMERBMET .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QtqsH-uFjMERBMET .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QtqsH-uFjMERBMET .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.QtqsH-uFjMERBMET .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QtqsH-uFjMERBMET .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QtqsH-uFjMERBMET .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QtqsH-uFjMERBMET .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QtqsH-uFjMERBMET .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QtqsH-uFjMERBMET .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QtqsH-uFjMERBMET .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QtqsH-uFjMERBMET .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QtqsH-uFjMERBMET .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QtqsH-uFjMERBMET .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QtqsH-uFjMERBMET .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QtqsH-uFjMERBMET .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QtqsH-uFjMERBMET .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QtqsH-uFjMERBMET .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .QtqsH-uFjMERBMET .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .QtqsH-uFjMERBMET .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QtqsH-uFjMERBMET .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QtqsH-uFjMERBMET .navbar.navbar-short {
  min-height: 96px;
}
.QtqsH-uFjMERBMET .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QtqsH-uFjMERBMET .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QtqsH-uFjMERBMET .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.QtqsH-uFjMERBMET .navbar-brand .navbar-logo a {
  outline: none;
}
.QtqsH-uFjMERBMET .dropdown-item.active,
.QtqsH-uFjMERBMET .dropdown-item:active {
  background-color: transparent;
}
.QtqsH-uFjMERBMET .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QtqsH-uFjMERBMET .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QtqsH-uFjMERBMET .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QtqsH-uFjMERBMET .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04018b;
}
.QtqsH-uFjMERBMET .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.QtqsH-uFjMERBMET .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QtqsH-uFjMERBMET ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QtqsH-uFjMERBMET ul.navbar-nav {
    padding: 8px 16px;
    background-color: #04018b;
    border: 1px solid #ffffff;
  }
}
.QtqsH-uFjMERBMET .navbar-buttons {
  text-align: center;
}
.QtqsH-uFjMERBMET .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .QtqsH-uFjMERBMET .navbar-buttons .btn {
    width: auto !important;
  }
}
.QtqsH-uFjMERBMET .navbar-buttons .btn:hover .yFsQFxDsY-iconfont,
.QtqsH-uFjMERBMET .navbar-buttons .btn:focus .yFsQFxDsY-iconfont {
  margin-left: 40px;
}
.QtqsH-uFjMERBMET button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #04018b !important;
  border: none!important;
  box-shadow: none !important;
}
.QtqsH-uFjMERBMET button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QtqsH-uFjMERBMET button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QtqsH-uFjMERBMET button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QtqsH-uFjMERBMET button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QtqsH-uFjMERBMET button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QtqsH-uFjMERBMET nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QtqsH-uFjMERBMET nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QtqsH-uFjMERBMET nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QtqsH-uFjMERBMET nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QtqsH-uFjMERBMET .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.QtqsH-uFjMERBMET a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QtqsH-uFjMERBMET .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QtqsH-uFjMERBMET .navbar {
    height: 70px;
  }
  .QtqsH-uFjMERBMET .navbar.opened {
    height: auto;
  }
  .QtqsH-uFjMERBMET .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QtqsH-uFjMERBMET .navbar-nav {
  margin: 0 auto;
}
.QtqsH-uFjMERBMET .nav-item {
  padding: 0;
  margin: 2px;
}
.QtqsH-uFjMERBMET .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .QtqsH-uFjMERBMET .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.QtqsH-uFjMERBMET .nav-item .nav-link::after {
  color: #04018b !important;
  transform: rotate(0);
  transition: .3s;
}
.QtqsH-uFjMERBMET .nav-item .nav-link:hover {
  background-color: #02006c;
}
.QtqsH-uFjMERBMET .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QtqsH-uFjMERBMET .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.QtqsH-uFjMERBMET .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.QtqsH-uFjMERBMET .nav-item .dropdown-menu .dropdown-item {
  color: #04018b !important;
  background-color: transparent !important;
}
.QtqsH-uFjMERBMET .nav-item .dropdown-menu .dropdown-item:hover {
  color: #02006c !important;
}
@media (max-width: 991px) {
  .QtqsH-uFjMERBMET .navbar {
    justify-content: flex-start !important;
  }
  .QtqsH-uFjMERBMET .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QtqsH-uFjMERBMET .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QtqsH-uFjMERBMET .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QtqsH-uFjMERBMET .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QtqsH-uFjMERBMET .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .QtqsH-uFjMERBMET .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.QtqsH-uFjZMcZ3Ya {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.QtqsH-uFjZMcZ3Ya .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFjZMcZ3Ya .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFjZMcZ3Ya .yFsQFxDsY-section-title {
  color: #04018b;
  text-align: center;
}
.QtqsH-uFk0cEsZEk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #01004c;
  flex-direction: column;
  justify-content: center;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFk0cEsZEk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container-fluid {
    padding: 0;
  }
}
.QtqsH-uFk0cEsZEk .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container {
    padding: 0 16px;
  }
}
.QtqsH-uFk0cEsZEk .row {
  justify-content: center;
}
.QtqsH-uFk0cEsZEk .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .logo-wrapper {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.QtqsH-uFk0cEsZEk .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .list {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QtqsH-uFk0cEsZEk .list .item-wrap:hover,
.QtqsH-uFk0cEsZEk .list .item-wrap:focus {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap:hover,
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap:focus {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a:hover .yFsQFxDsY-iconfont,
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a:focus .yFsQFxDsY-iconfont {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a .yFsQFxDsY-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: right;
}
.QtqsH-uFk0cEsZEk .list-title {
  color: #becdc2;
}
.QtqsH-uFjMF8CBpI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.QtqsH-uFjMF8CBpI nav.navbar {
  position: fixed;
}
.QtqsH-uFjMF8CBpI .dropdown-item:before {
  font-family: N5sywnle2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjMF8CBpI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.QtqsH-uFjMF8CBpI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.QtqsH-uFjMF8CBpI .dropdown-item:hover,
.QtqsH-uFjMF8CBpI .dropdown-item:focus {
  background: #02006c !important;
  color: white !important;
}
.QtqsH-uFjMF8CBpI .dropdown-item:hover span {
  color: white;
}
.QtqsH-uFjMF8CBpI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QtqsH-uFjMF8CBpI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QtqsH-uFjMF8CBpI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QtqsH-uFjMF8CBpI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QtqsH-uFjMF8CBpI .nav-link {
  position: relative;
}
.QtqsH-uFjMF8CBpI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QtqsH-uFjMF8CBpI .container {
    flex-wrap: nowrap;
  }
}
.QtqsH-uFjMF8CBpI .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QtqsH-uFjMF8CBpI .iconfont-wrapper:hover {
  opacity: .5;
}
.QtqsH-uFjMF8CBpI .dropdown-menu,
.QtqsH-uFjMF8CBpI .navbar.opened {
  background: #04018b !important;
}
.QtqsH-uFjMF8CBpI .nav-item:focus,
.QtqsH-uFjMF8CBpI .nav-link:focus {
  outline: none;
}
.QtqsH-uFjMF8CBpI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjMF8CBpI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.QtqsH-uFjMF8CBpI .dropdown .dropdown-menu .dropdown-item .yFsQFxDsY-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QtqsH-uFjMF8CBpI .dropdown .dropdown-menu .dropdown-item .yFsQFxDsY-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjMF8CBpI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QtqsH-uFjMF8CBpI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QtqsH-uFjMF8CBpI .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #04018b;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QtqsH-uFjMF8CBpI .navbar.opened {
  transition: all 0.3s;
}
.QtqsH-uFjMF8CBpI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.QtqsH-uFjMF8CBpI .navbar .navbar-logo img {
  width: auto;
}
.QtqsH-uFjMF8CBpI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QtqsH-uFjMF8CBpI .navbar.collapsed {
  justify-content: center;
}
.QtqsH-uFjMF8CBpI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QtqsH-uFjMF8CBpI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QtqsH-uFjMF8CBpI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.QtqsH-uFjMF8CBpI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QtqsH-uFjMF8CBpI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QtqsH-uFjMF8CBpI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QtqsH-uFjMF8CBpI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QtqsH-uFjMF8CBpI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QtqsH-uFjMF8CBpI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QtqsH-uFjMF8CBpI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QtqsH-uFjMF8CBpI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QtqsH-uFjMF8CBpI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QtqsH-uFjMF8CBpI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QtqsH-uFjMF8CBpI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QtqsH-uFjMF8CBpI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QtqsH-uFjMF8CBpI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QtqsH-uFjMF8CBpI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .QtqsH-uFjMF8CBpI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .QtqsH-uFjMF8CBpI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QtqsH-uFjMF8CBpI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QtqsH-uFjMF8CBpI .navbar.navbar-short {
  min-height: 96px;
}
.QtqsH-uFjMF8CBpI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QtqsH-uFjMF8CBpI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QtqsH-uFjMF8CBpI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.QtqsH-uFjMF8CBpI .navbar-brand .navbar-logo a {
  outline: none;
}
.QtqsH-uFjMF8CBpI .dropdown-item.active,
.QtqsH-uFjMF8CBpI .dropdown-item:active {
  background-color: transparent;
}
.QtqsH-uFjMF8CBpI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QtqsH-uFjMF8CBpI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QtqsH-uFjMF8CBpI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QtqsH-uFjMF8CBpI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04018b;
}
.QtqsH-uFjMF8CBpI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.QtqsH-uFjMF8CBpI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QtqsH-uFjMF8CBpI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QtqsH-uFjMF8CBpI ul.navbar-nav {
    padding: 8px 16px;
    background-color: #04018b;
    border: 1px solid #ffffff;
  }
}
.QtqsH-uFjMF8CBpI .navbar-buttons {
  text-align: center;
}
.QtqsH-uFjMF8CBpI .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .QtqsH-uFjMF8CBpI .navbar-buttons .btn {
    width: auto !important;
  }
}
.QtqsH-uFjMF8CBpI .navbar-buttons .btn:hover .yFsQFxDsY-iconfont,
.QtqsH-uFjMF8CBpI .navbar-buttons .btn:focus .yFsQFxDsY-iconfont {
  margin-left: 40px;
}
.QtqsH-uFjMF8CBpI button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #04018b !important;
  border: none!important;
  box-shadow: none !important;
}
.QtqsH-uFjMF8CBpI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QtqsH-uFjMF8CBpI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QtqsH-uFjMF8CBpI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QtqsH-uFjMF8CBpI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QtqsH-uFjMF8CBpI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QtqsH-uFjMF8CBpI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QtqsH-uFjMF8CBpI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QtqsH-uFjMF8CBpI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QtqsH-uFjMF8CBpI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QtqsH-uFjMF8CBpI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.QtqsH-uFjMF8CBpI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QtqsH-uFjMF8CBpI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QtqsH-uFjMF8CBpI .navbar {
    height: 70px;
  }
  .QtqsH-uFjMF8CBpI .navbar.opened {
    height: auto;
  }
  .QtqsH-uFjMF8CBpI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QtqsH-uFjMF8CBpI .navbar-nav {
  margin: 0 auto;
}
.QtqsH-uFjMF8CBpI .nav-item {
  padding: 0;
  margin: 2px;
}
.QtqsH-uFjMF8CBpI .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .QtqsH-uFjMF8CBpI .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.QtqsH-uFjMF8CBpI .nav-item .nav-link::after {
  color: #04018b !important;
  transform: rotate(0);
  transition: .3s;
}
.QtqsH-uFjMF8CBpI .nav-item .nav-link:hover {
  background-color: #02006c;
}
.QtqsH-uFjMF8CBpI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QtqsH-uFjMF8CBpI .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.QtqsH-uFjMF8CBpI .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.QtqsH-uFjMF8CBpI .nav-item .dropdown-menu .dropdown-item {
  color: #04018b !important;
  background-color: transparent !important;
}
.QtqsH-uFjMF8CBpI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #02006c !important;
}
@media (max-width: 991px) {
  .QtqsH-uFjMF8CBpI .navbar {
    justify-content: flex-start !important;
  }
  .QtqsH-uFjMF8CBpI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QtqsH-uFjMF8CBpI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QtqsH-uFjMF8CBpI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QtqsH-uFjMF8CBpI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QtqsH-uFjMF8CBpI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .QtqsH-uFjMF8CBpI .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.QtqsH-uFjZTrhIA0 {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.QtqsH-uFjZTrhIA0 .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFjZTrhIA0 .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFjZTrhIA0 .yFsQFxDsY-section-title {
  color: #04018b;
  text-align: center;
}
.QtqsH-uFk0cEsZEk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #01004c;
  flex-direction: column;
  justify-content: center;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFk0cEsZEk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container-fluid {
    padding: 0;
  }
}
.QtqsH-uFk0cEsZEk .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container {
    padding: 0 16px;
  }
}
.QtqsH-uFk0cEsZEk .row {
  justify-content: center;
}
.QtqsH-uFk0cEsZEk .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .logo-wrapper {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.QtqsH-uFk0cEsZEk .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .list {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QtqsH-uFk0cEsZEk .list .item-wrap:hover,
.QtqsH-uFk0cEsZEk .list .item-wrap:focus {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap:hover,
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap:focus {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a:hover .yFsQFxDsY-iconfont,
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a:focus .yFsQFxDsY-iconfont {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a .yFsQFxDsY-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: right;
}
.QtqsH-uFk0cEsZEk .list-title {
  color: #becdc2;
}
.QtqsH-uFjMFpYKx4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.QtqsH-uFjMFpYKx4 nav.navbar {
  position: fixed;
}
.QtqsH-uFjMFpYKx4 .dropdown-item:before {
  font-family: N5sywnle2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjMFpYKx4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.QtqsH-uFjMFpYKx4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.QtqsH-uFjMFpYKx4 .dropdown-item:hover,
.QtqsH-uFjMFpYKx4 .dropdown-item:focus {
  background: #02006c !important;
  color: white !important;
}
.QtqsH-uFjMFpYKx4 .dropdown-item:hover span {
  color: white;
}
.QtqsH-uFjMFpYKx4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.QtqsH-uFjMFpYKx4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.QtqsH-uFjMFpYKx4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.QtqsH-uFjMFpYKx4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.QtqsH-uFjMFpYKx4 .nav-link {
  position: relative;
}
.QtqsH-uFjMFpYKx4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .QtqsH-uFjMFpYKx4 .container {
    flex-wrap: nowrap;
  }
}
.QtqsH-uFjMFpYKx4 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.QtqsH-uFjMFpYKx4 .iconfont-wrapper:hover {
  opacity: .5;
}
.QtqsH-uFjMFpYKx4 .dropdown-menu,
.QtqsH-uFjMFpYKx4 .navbar.opened {
  background: #04018b !important;
}
.QtqsH-uFjMFpYKx4 .nav-item:focus,
.QtqsH-uFjMFpYKx4 .nav-link:focus {
  outline: none;
}
.QtqsH-uFjMFpYKx4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjMFpYKx4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.QtqsH-uFjMFpYKx4 .dropdown .dropdown-menu .dropdown-item .yFsQFxDsY-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.QtqsH-uFjMFpYKx4 .dropdown .dropdown-menu .dropdown-item .yFsQFxDsY-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.QtqsH-uFjMFpYKx4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.QtqsH-uFjMFpYKx4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.QtqsH-uFjMFpYKx4 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #04018b;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.QtqsH-uFjMFpYKx4 .navbar.opened {
  transition: all 0.3s;
}
.QtqsH-uFjMFpYKx4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.QtqsH-uFjMFpYKx4 .navbar .navbar-logo img {
  width: auto;
}
.QtqsH-uFjMFpYKx4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.QtqsH-uFjMFpYKx4 .navbar.collapsed {
  justify-content: center;
}
.QtqsH-uFjMFpYKx4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.QtqsH-uFjMFpYKx4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .QtqsH-uFjMFpYKx4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.QtqsH-uFjMFpYKx4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.QtqsH-uFjMFpYKx4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.QtqsH-uFjMFpYKx4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.QtqsH-uFjMFpYKx4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.QtqsH-uFjMFpYKx4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.QtqsH-uFjMFpYKx4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .QtqsH-uFjMFpYKx4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .QtqsH-uFjMFpYKx4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .QtqsH-uFjMFpYKx4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .QtqsH-uFjMFpYKx4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .QtqsH-uFjMFpYKx4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .QtqsH-uFjMFpYKx4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .QtqsH-uFjMFpYKx4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .QtqsH-uFjMFpYKx4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .QtqsH-uFjMFpYKx4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .QtqsH-uFjMFpYKx4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .QtqsH-uFjMFpYKx4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.QtqsH-uFjMFpYKx4 .navbar.navbar-short {
  min-height: 96px;
}
.QtqsH-uFjMFpYKx4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.QtqsH-uFjMFpYKx4 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.QtqsH-uFjMFpYKx4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.QtqsH-uFjMFpYKx4 .navbar-brand .navbar-logo a {
  outline: none;
}
.QtqsH-uFjMFpYKx4 .dropdown-item.active,
.QtqsH-uFjMFpYKx4 .dropdown-item:active {
  background-color: transparent;
}
.QtqsH-uFjMFpYKx4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.QtqsH-uFjMFpYKx4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.QtqsH-uFjMFpYKx4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.QtqsH-uFjMFpYKx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #04018b;
}
.QtqsH-uFjMFpYKx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.QtqsH-uFjMFpYKx4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.QtqsH-uFjMFpYKx4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .QtqsH-uFjMFpYKx4 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #04018b;
    border: 1px solid #ffffff;
  }
}
.QtqsH-uFjMFpYKx4 .navbar-buttons {
  text-align: center;
}
.QtqsH-uFjMFpYKx4 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .QtqsH-uFjMFpYKx4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.QtqsH-uFjMFpYKx4 .navbar-buttons .btn:hover .yFsQFxDsY-iconfont,
.QtqsH-uFjMFpYKx4 .navbar-buttons .btn:focus .yFsQFxDsY-iconfont {
  margin-left: 40px;
}
.QtqsH-uFjMFpYKx4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #04018b !important;
  border: none!important;
  box-shadow: none !important;
}
.QtqsH-uFjMFpYKx4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.QtqsH-uFjMFpYKx4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.QtqsH-uFjMFpYKx4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QtqsH-uFjMFpYKx4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.QtqsH-uFjMFpYKx4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.QtqsH-uFjMFpYKx4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QtqsH-uFjMFpYKx4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.QtqsH-uFjMFpYKx4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.QtqsH-uFjMFpYKx4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.QtqsH-uFjMFpYKx4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.QtqsH-uFjMFpYKx4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.QtqsH-uFjMFpYKx4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .QtqsH-uFjMFpYKx4 .navbar {
    height: 70px;
  }
  .QtqsH-uFjMFpYKx4 .navbar.opened {
    height: auto;
  }
  .QtqsH-uFjMFpYKx4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.QtqsH-uFjMFpYKx4 .navbar-nav {
  margin: 0 auto;
}
.QtqsH-uFjMFpYKx4 .nav-item {
  padding: 0;
  margin: 2px;
}
.QtqsH-uFjMFpYKx4 .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .QtqsH-uFjMFpYKx4 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.QtqsH-uFjMFpYKx4 .nav-item .nav-link::after {
  color: #04018b !important;
  transform: rotate(0);
  transition: .3s;
}
.QtqsH-uFjMFpYKx4 .nav-item .nav-link:hover {
  background-color: #02006c;
}
.QtqsH-uFjMFpYKx4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.QtqsH-uFjMFpYKx4 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.QtqsH-uFjMFpYKx4 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.QtqsH-uFjMFpYKx4 .nav-item .dropdown-menu .dropdown-item {
  color: #04018b !important;
  background-color: transparent !important;
}
.QtqsH-uFjMFpYKx4 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #02006c !important;
}
@media (max-width: 991px) {
  .QtqsH-uFjMFpYKx4 .navbar {
    justify-content: flex-start !important;
  }
  .QtqsH-uFjMFpYKx4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .QtqsH-uFjMFpYKx4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .QtqsH-uFjMFpYKx4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .QtqsH-uFjMFpYKx4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .QtqsH-uFjMFpYKx4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .QtqsH-uFjMFpYKx4 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.QtqsH-uFk029uwfK {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.QtqsH-uFk029uwfK .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFk029uwfK .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFk029uwfK .yFsQFxDsY-section-title {
  color: #04018b;
  text-align: center;
}
.QtqsH-uFk0cEsZEk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #01004c;
  flex-direction: column;
  justify-content: center;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-fallback-image.disabled {
  display: none;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.QtqsH-uFk0cEsZEk .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container-fluid {
    padding: 0;
  }
}
.QtqsH-uFk0cEsZEk .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .container {
    padding: 0 16px;
  }
}
.QtqsH-uFk0cEsZEk .row {
  justify-content: center;
}
.QtqsH-uFk0cEsZEk .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .logo-wrapper {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.QtqsH-uFk0cEsZEk .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .list {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QtqsH-uFk0cEsZEk .list .item-wrap:hover,
.QtqsH-uFk0cEsZEk .list .item-wrap:focus {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .QtqsH-uFk0cEsZEk .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap:hover,
.QtqsH-uFk0cEsZEk .contacts-wrapper .list .item-wrap:focus {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a:hover .yFsQFxDsY-iconfont,
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a:focus .yFsQFxDsY-iconfont {
  color: #fffaf5;
}
.QtqsH-uFk0cEsZEk .social-wrapper .social-wrap .soc-item a .yFsQFxDsY-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.QtqsH-uFk0cEsZEk .yFsQFxDsY-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: right;
}
.QtqsH-uFk0cEsZEk .list-title {
  color: #becdc2;
}

/* 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;
    }
}

.cookie-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}

.cookie-overlay.active {
	display: block;
}

.cookie-notification {
	position: fixed;
	bottom: -350px;
	left: 0;
	right: 0;
	background-color: gray;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
	padding: 20px;
	text-align: center;
	transition: transform 0.3s ease;
	transform: translateY(200px);
	z-index: 1000;
}

.cookie-notification.active {
	transform: translateY(-350px);
}

.cookie-notification__content {
	max-width: 800px;
	margin: 0 auto;
	color: aliceblue;
}

.cookie-notification__content p a {
	color: aliceblue;
	transition: all 0.5s ease-in-out;
}

.cookie-notification__content p a:hover {
	color: blueviolet;
}

.cookie-notification__actions {
	margin-top: 10px;
}

.cookie-notification__button {
	margin: 5px;
	padding: 10px 15px;
	min-width: 150px;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cookie-notification__button:hover {
	filter: saturate(0.8);
}

@media (max-width: 768px) {
	.cookie-notification {
		bottom: -250px;
		padding: 15px;
		transform: translateY(150px);
	}
	.cookie-notification.active {
		transform: translateY(-250px);
	}
	.cookie-notification__content {
		max-width: 90%;
	}
	.cookie-notification__button {
		min-width: 120px;
		font-size: 12px;
		padding: 8px 12px;
	}
}

@media (max-width: 480px) {
	.cookie-notification {
		bottom: -200px;
		padding: 10px;
		transform: translateY(100px);
	}
	.cookie-notification.active {
		transform: translateY(-200px);
	}
	.cookie-notification__content {
		max-width: 95%;
	}
	.cookie-notification__button {
		min-width: 100px;
		font-size: 10px;
		padding: 6px 10px;
	}
}

/* logoanimations */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: slideInFromLeft 1s ease-out;
}
/* endlogoanimations */
