body {
  font-family: Tilt Warp;
}
.display-1 {
  font-family: 'Tilt Warp', display;
  font-size: 3.2rem;
  line-height: 60px;
  letter-spacing: 6px;
}
.display-1 > .branding-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Tilt Warp', display;
  font-size: 2.6rem;
  line-height: 1.16em;
  letter-spacing: .06em;
}
.display-2 > .branding-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: .02em;
}
.display-4 > .branding-iconfont {
  font-size: 2.25rem;
}
.display-5 {
  font-family: 'Tilt Warp', display;
  font-size: 2.5rem;
  line-height: 1.44em;
  letter-spacing: .06em;
}
.display-5 > .branding-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.2rem;
  line-height: 1.67;
  letter-spacing: normal;
}
.display-7 > .branding-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #2d2394 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #1f1677 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1f1677 !important;
  border-color: #1f1677 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0c082e !important;
  border-color: #0c082e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0c082e !important;
  border-color: #0c082e !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2d2394 !important;
  border-color: #2d2394 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #18124e !important;
  border-color: #18124e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #18124e !important;
  border-color: #18124e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1f1677 !important;
  border-color: #1f1677 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0c082e !important;
  border-color: #0c082e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0c082e !important;
  border-color: #0c082e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f1677;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0c082e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1f1677 !important;
  border-color: #1f1677 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2d2394;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #18124e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2d2394 !important;
  border-color: #2d2394 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f1677;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0c082e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1f1677 !important;
  border-color: #1f1677 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: transparent;
  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: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #1f1677 !important;
}
.text-success {
  color: #2d2394 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #1f1677 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #090621 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #140f42 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #090621 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #1f1677;
}
.branding-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.branding-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.branding-plan-header.bg-primary .branding-plan-subtitle,
.branding-plan-header.bg-primary .branding-plan-price-desc {
  color: #b3b3b3;
}
.branding-plan-header.bg-success .branding-plan-subtitle,
.branding-plan-header.bg-success .branding-plan-price-desc {
  color: #695ed9;
}
.branding-plan-header.bg-info .branding-plan-subtitle,
.branding-plan-header.bg-info .branding-plan-price-desc {
  color: #b3b3b3;
}
.branding-plan-header.bg-warning .branding-plan-subtitle,
.branding-plan-header.bg-warning .branding-plan-price-desc {
  color: #ffffff;
}
.branding-plan-header.bg-danger .branding-plan-subtitle,
.branding-plan-header.bg-danger .branding-plan-price-desc {
  color: #4333d9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control > .branding-iconfont {
  font-size: 2.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .branding-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1f1677 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.branding-section-btn .btn,
.branding-section-btn-main .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  box-shadow: none;
  padding: 10px 70px;
}
@media (max-width: 768px) {
  .branding-section-btn .btn,
  .branding-section-btn-main .btn {
    padding: 10px 40px;
  }
}
.branding-section-btn .btn:hover,
.branding-section-btn-main .btn:hover,
.branding-section-btn .btn:focus,
.branding-section-btn-main .btn:focus {
  box-shadow: none;
}
.branding-section-btn .btn-primary-outline,
.branding-section-btn-main .btn-primary-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.branding-section-btn .btn-primary-outline::after,
.branding-section-btn-main .btn-primary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.branding-section-btn .btn-primary-outline:hover,
.branding-section-btn-main .btn-primary-outline:hover,
.branding-section-btn .btn-primary-outline:focus,
.branding-section-btn-main .btn-primary-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #000000 !important;
}
.branding-section-btn .btn-secondary-outline,
.branding-section-btn-main .btn-secondary-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #1f1677;
  transition: all 0.3s ease-in-out;
}
.branding-section-btn .btn-secondary-outline::after,
.branding-section-btn-main .btn-secondary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #1f1677;
  transition: all 0.3s ease-in-out;
}
.branding-section-btn .btn-secondary-outline:hover,
.branding-section-btn-main .btn-secondary-outline:hover,
.branding-section-btn .btn-secondary-outline:focus,
.branding-section-btn-main .btn-secondary-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #1f1677 !important;
}
.branding-section-btn .btn-success-outline,
.branding-section-btn-main .btn-success-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #2d2394;
  transition: all 0.3s ease-in-out;
}
.branding-section-btn .btn-success-outline::after,
.branding-section-btn-main .btn-success-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #2d2394;
  transition: all 0.3s ease-in-out;
}
.branding-section-btn .btn-success-outline:hover,
.branding-section-btn-main .btn-success-outline:hover,
.branding-section-btn .btn-success-outline:focus,
.branding-section-btn-main .btn-success-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #2d2394 !important;
}
.branding-section-btn .btn-info-outline,
.branding-section-btn-main .btn-info-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.branding-section-btn .btn-info-outline::after,
.branding-section-btn-main .btn-info-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.branding-section-btn .btn-info-outline:hover,
.branding-section-btn-main .btn-info-outline:hover,
.branding-section-btn .btn-info-outline:focus,
.branding-section-btn-main .btn-info-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #000000 !important;
}
.branding-section-btn .btn-warning-outline,
.branding-section-btn-main .btn-warning-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.branding-section-btn .btn-warning-outline::after,
.branding-section-btn-main .btn-warning-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.branding-section-btn .btn-warning-outline:hover,
.branding-section-btn-main .btn-warning-outline:hover,
.branding-section-btn .btn-warning-outline:focus,
.branding-section-btn-main .btn-warning-outline:focus {
  border: 2px solid transparent !important;
  color: #191919 !important;
  box-shadow: inset 0 -100px 0 0 #ffffff !important;
}
.branding-section-btn .btn-danger-outline,
.branding-section-btn-main .btn-danger-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #1f1677;
  transition: all 0.3s ease-in-out;
}
.branding-section-btn .btn-danger-outline::after,
.branding-section-btn-main .btn-danger-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #1f1677;
  transition: all 0.3s ease-in-out;
}
.branding-section-btn .btn-danger-outline:hover,
.branding-section-btn-main .btn-danger-outline:hover,
.branding-section-btn .btn-danger-outline:focus,
.branding-section-btn-main .btn-danger-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #1f1677 !important;
}
.branding-section-btn .btn-white-outline,
.branding-section-btn-main .btn-white-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.branding-section-btn .btn-white-outline::after,
.branding-section-btn-main .btn-white-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.branding-section-btn .btn-white-outline:hover,
.branding-section-btn-main .btn-white-outline:hover,
.branding-section-btn .btn-white-outline:focus,
.branding-section-btn-main .btn-white-outline:focus {
  border: 2px solid transparent !important;
  color: #000000;
  box-shadow: inset 0 -100px 0 0 #ffffff !important;
}
.branding-section-btn .btn-black-outline,
.branding-section-btn-main .btn-black-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.branding-section-btn .btn-black-outline::after,
.branding-section-btn-main .btn-black-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.branding-section-btn .btn-black-outline:hover,
.branding-section-btn-main .btn-black-outline:hover,
.branding-section-btn .btn-black-outline:focus,
.branding-section-btn-main .btn-black-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff;
  box-shadow: inset 0 -100px 0 0 #000000 !important;
}
.TZ6Epz-uPZTPjuAgX {
  background-color: transparent;
}
.TZ6Epz-uPZTPjuAgX .navbar-dropdown {
  background-color: #1f1677 !important;
  padding: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1f1677 !important;
  background: #1f1677;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.TZ6Epz-uPZTPjuAgX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .TZ6Epz-uPZTPjuAgX .menu_box .navbar.opened,
  .TZ6Epz-uPZTPjuAgX .menu_box .navbar-collapse {
    background-color: #1f1677 !important;
    transition: all 0s ease 0s;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar-dropdown {
  position: relative !important;
}
.TZ6Epz-uPZTPjuAgX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.TZ6Epz-uPZTPjuAgX .branding-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .branding-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .branding-section-btn-main {
    display: block;
    padding: 0;
  }
}
.TZ6Epz-uPZTPjuAgX .branding-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.TZ6Epz-uPZTPjuAgX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.TZ6Epz-uPZTPjuAgX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .TZ6Epz-uPZTPjuAgX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .TZ6Epz-uPZTPjuAgX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .TZ6Epz-uPZTPjuAgX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .TZ6Epz-uPZTPjuAgX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .TZ6Epz-uPZTPjuAgX .lg_brand {
    margin: 0 1rem;
  }
  .TZ6Epz-uPZTPjuAgX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.TZ6Epz-uPZTPjuAgX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .TZ6Epz-uPZTPjuAgX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .nav-item {
    margin: 0 !important;
  }
}
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link:hover:before,
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link:focus:before {
  width: 100%;
}
.TZ6Epz-uPZTPjuAgX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .TZ6Epz-uPZTPjuAgX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .TZ6Epz-uPZTPjuAgX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .TZ6Epz-uPZTPjuAgX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.TZ6Epz-uPZTPjuAgX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.TZ6Epz-uPZTPjuAgX .container {
  display: flex;
  margin: auto;
}
.TZ6Epz-uPZTPjuAgX .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.TZ6Epz-uPZTPjuAgX .iconfont-wrapper:hover {
  opacity: .5;
}
.TZ6Epz-uPZTPjuAgX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .navbar-nav {
    margin: 0;
  }
}
.TZ6Epz-uPZTPjuAgX .dropdown-menu,
.TZ6Epz-uPZTPjuAgX .navbar.opened {
  background-color: false !important;
}
.TZ6Epz-uPZTPjuAgX .nav-item:focus,
.TZ6Epz-uPZTPjuAgX .nav-link:focus {
  outline: none;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item .branding-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item .branding-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.TZ6Epz-uPZTPjuAgX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.TZ6Epz-uPZTPjuAgX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar.opened {
  transition: all 0.3s;
}
.TZ6Epz-uPZTPjuAgX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.TZ6Epz-uPZTPjuAgX .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.TZ6Epz-uPZTPjuAgX .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed {
  justify-content: center;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .navbar .nav-item {
    padding: .5rem 0;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .TZ6Epz-uPZTPjuAgX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .TZ6Epz-uPZTPjuAgX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .TZ6Epz-uPZTPjuAgX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .icons-menu {
    padding: 0;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-short {
  min-height: 60px;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.TZ6Epz-uPZTPjuAgX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.TZ6Epz-uPZTPjuAgX .navbar-brand .navbar-logo a {
  outline: none;
}
.TZ6Epz-uPZTPjuAgX .dropdown-item.active,
.TZ6Epz-uPZTPjuAgX .dropdown-item:active {
  background-color: transparent;
}
.TZ6Epz-uPZTPjuAgX .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.TZ6Epz-uPZTPjuAgX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.TZ6Epz-uPZTPjuAgX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1f1677;
  background: #f1f1f1;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.TZ6Epz-uPZTPjuAgX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .TZ6Epz-uPZTPjuAgX .navbar {
    height: 70px;
  }
  .TZ6Epz-uPZTPjuAgX .navbar.opened {
    height: auto;
  }
  .TZ6Epz-uPZTPjuAgX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .TZ6Epz-uPZTPjuAgX .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.TZ6Epz-uPZTPjuAgX .text_widget {
  margin-bottom: 32px;
}
.TZ6Epz-uPZTPjuAgX .text_widget a {
  transition: all 0.3s ease-out;
}
.TZ6Epz-uPZTPjuAgX .text_widget a:hover,
.TZ6Epz-uPZTPjuAgX .text_widget a:focus {
  opacity: .8;
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .contacts-wrapper {
    display: none;
  }
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact {
  margin: 8px 20px;
  position: relative;
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact:hover:before,
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact:focus:before {
  width: 100%;
}
.TZ6Epz-uPZTPjuAgX .branding-section-subtitle {
  color: #01004c;
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX .navbar-caption {
  color: #01004c;
}
.TZ6Epz-uPZTPjuAgX .branding-text {
  color: #01004c;
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX .branding-section-subtitle,
.TZ6Epz-uPZTPjuAgX .text_widget,
.TZ6Epz-uPZTPjuAgX .branding-section-btn {
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.TZ6Epz-uPZU9bZLnL {
  padding: 60px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZU9bZLnL {
    padding: 26px;
  }
}
.TZ6Epz-uPZU9bZLnL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZU9bZLnL .container-fluid {
    padding: 26px;
  }
}
@media (max-width: 768px) {
  .TZ6Epz-uPZU9bZLnL .container {
    padding: 26px;
  }
}
.TZ6Epz-uPZU9bZLnL .container-fluid,
.TZ6Epz-uPZU9bZLnL .container {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/quiet-bush.jpg-1184x896.jpg");
  background-size: cover;
}
.TZ6Epz-uPZU9bZLnL .container-fluid .branding-fallback-image.disabled,
.TZ6Epz-uPZU9bZLnL .container .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZU9bZLnL .container-fluid .branding-fallback-image,
.TZ6Epz-uPZU9bZLnL .container .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uPZU9bZLnL .title-wrapper {
  position: relative;
  padding-top: 35%;
}
.TZ6Epz-uPZU9bZLnL .title-wrapper .branding-section-title {
  margin-bottom: 18px;
}
.TZ6Epz-uPZU9bZLnL .title-wrapper .branding-text {
  margin-bottom: 0;
}
.TZ6Epz-uPZU9bZLnL .title-wrapper .branding-section-btn {
  margin-top: 40px;
}
.TZ6Epz-uPZU9bZLnL .branding-section-title {
  color: #ffffff;
}
.TZ6Epz-uPZU9bZLnL .branding-text {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZU9bZLnL .branding-section-title,
.TZ6Epz-uPZU9bZLnL .branding-section-btn {
  text-align: center;
}
.TZ6Epz-uPZUrhjuha {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1f1677;
}
.TZ6Epz-uPZUrhjuha .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZUrhjuha .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uPZUrhjuha .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZUrhjuha .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .TZ6Epz-uPZUrhjuha .container {
    padding: 0 26px;
  }
}
.TZ6Epz-uPZUrhjuha .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZUrhjuha .card {
    margin-bottom: 40px;
  }
  .TZ6Epz-uPZUrhjuha .card:last-child {
    margin-bottom: 0;
  }
}
.TZ6Epz-uPZUrhjuha .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.TZ6Epz-uPZUrhjuha .title-wrapper .title-wrap .branding-section-subtitle {
  margin-bottom: 18px;
}
.TZ6Epz-uPZUrhjuha .title-wrapper .title-wrap .branding-section-title {
  margin-bottom: 18px;
}
.TZ6Epz-uPZUrhjuha .title-wrapper .title-wrap .branding-text {
  margin-bottom: 0;
}
.TZ6Epz-uPZUrhjuha .image-wrapper a {
  display: block;
  position: relative;
}
.TZ6Epz-uPZUrhjuha .image-wrapper a:hover::before {
  opacity: .65;
}
.TZ6Epz-uPZUrhjuha .image-wrapper a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.TZ6Epz-uPZUrhjuha .image-wrapper a img {
  position: relative;
  height: 450px;
  object-fit: cover;
  border: 1px solid #ffffff;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZUrhjuha .image-wrapper a img {
    height: 300px;
  }
}
.TZ6Epz-uPZUrhjuha .branding-section-title {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZUrhjuha .branding-section-subtitle {
  color: #ffffff;
}
.TZ6Epz-uPZUrhjuha .branding-text {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZUOeqtsk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.TZ6Epz-uPZUOeqtsk .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZUOeqtsk .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uPZUOeqtsk .underline {
  text-decoration: underline;
}
.TZ6Epz-uPZUOeqtsk .items {
  background: #1f1677;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .TZ6Epz-uPZUOeqtsk .items {
    padding: 3rem 1rem;
  }
}
.TZ6Epz-uPZUOeqtsk .card {
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  margin-bottom: 2rem;
}
.TZ6Epz-uPZUOeqtsk .text-primary {
  background: #2d2394;
}
.TZ6Epz-uPZUOeqtsk .noborder {
  border-bottom: 0;
}
.TZ6Epz-uPZUOeqtsk b,
.TZ6Epz-uPZUOeqtsk strong,
.TZ6Epz-uPZUOeqtsk a {
  font-weight: 900;
}
.TZ6Epz-uPZUOeqtsk .branding-section-title {
  color: #ffffff;
}
.TZ6Epz-uPZUOeqtsk .branding-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZUOeqtsk .branding-item-title {
  text-align: center;
  color: #17003b;
}
.TZ6Epz-uPZUOeqtsk .branding-item-text {
  text-align: center;
  color: #ffffff;
}
.TZ6Epz-uPZUOeqtsk .branding-item-title,
.TZ6Epz-uPZUOeqtsk .card {
  color: #ffffff;
}
.TZ6Epz-uPZUOeqtsk .branding-text {
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1677;
}
.TZ6Epz-uQ7c0rSxvv .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uQ7c0rSxvv .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uQ7c0rSxvv .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .TZ6Epz-uQ7c0rSxvv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .TZ6Epz-uQ7c0rSxvv .container {
    padding: 0 26px;
  }
}
.TZ6Epz-uQ7c0rSxvv .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .row {
    padding: 26px;
  }
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap {
    display: block;
  }
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .branding-section-title {
  margin-bottom: 0;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .nav-wrapper .list {
    display: block;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #1f1677;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row {
  display: inline-flex;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item a:hover .branding-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item a .branding-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv .copy-wrapper .copyright {
  margin-bottom: 0;
}
.TZ6Epz-uQ7c0rSxvv .branding-section-title,
.TZ6Epz-uQ7c0rSxvv .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv .list {
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv .copyright {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv .list,
.TZ6Epz-uQ7c0rSxvv .nav-wrapper,
.TZ6Epz-uQ7c0rSxvv .soc-wrapper {
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX {
  background-color: transparent;
}
.TZ6Epz-uPZTPjuAgX .navbar-dropdown {
  background-color: #1f1677 !important;
  padding: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1f1677 !important;
  background: #1f1677;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.TZ6Epz-uPZTPjuAgX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .TZ6Epz-uPZTPjuAgX .menu_box .navbar.opened,
  .TZ6Epz-uPZTPjuAgX .menu_box .navbar-collapse {
    background-color: #1f1677 !important;
    transition: all 0s ease 0s;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar-dropdown {
  position: relative !important;
}
.TZ6Epz-uPZTPjuAgX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.TZ6Epz-uPZTPjuAgX .branding-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .branding-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .branding-section-btn-main {
    display: block;
    padding: 0;
  }
}
.TZ6Epz-uPZTPjuAgX .branding-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.TZ6Epz-uPZTPjuAgX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.TZ6Epz-uPZTPjuAgX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .TZ6Epz-uPZTPjuAgX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .TZ6Epz-uPZTPjuAgX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .TZ6Epz-uPZTPjuAgX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .TZ6Epz-uPZTPjuAgX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .TZ6Epz-uPZTPjuAgX .lg_brand {
    margin: 0 1rem;
  }
  .TZ6Epz-uPZTPjuAgX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.TZ6Epz-uPZTPjuAgX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .TZ6Epz-uPZTPjuAgX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .nav-item {
    margin: 0 !important;
  }
}
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link:hover:before,
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link:focus:before {
  width: 100%;
}
.TZ6Epz-uPZTPjuAgX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .TZ6Epz-uPZTPjuAgX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .TZ6Epz-uPZTPjuAgX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .TZ6Epz-uPZTPjuAgX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.TZ6Epz-uPZTPjuAgX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.TZ6Epz-uPZTPjuAgX .container {
  display: flex;
  margin: auto;
}
.TZ6Epz-uPZTPjuAgX .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.TZ6Epz-uPZTPjuAgX .iconfont-wrapper:hover {
  opacity: .5;
}
.TZ6Epz-uPZTPjuAgX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .navbar-nav {
    margin: 0;
  }
}
.TZ6Epz-uPZTPjuAgX .dropdown-menu,
.TZ6Epz-uPZTPjuAgX .navbar.opened {
  background-color: false !important;
}
.TZ6Epz-uPZTPjuAgX .nav-item:focus,
.TZ6Epz-uPZTPjuAgX .nav-link:focus {
  outline: none;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item .branding-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item .branding-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.TZ6Epz-uPZTPjuAgX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.TZ6Epz-uPZTPjuAgX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar.opened {
  transition: all 0.3s;
}
.TZ6Epz-uPZTPjuAgX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.TZ6Epz-uPZTPjuAgX .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.TZ6Epz-uPZTPjuAgX .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed {
  justify-content: center;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .navbar .nav-item {
    padding: .5rem 0;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .TZ6Epz-uPZTPjuAgX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .TZ6Epz-uPZTPjuAgX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .TZ6Epz-uPZTPjuAgX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .icons-menu {
    padding: 0;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-short {
  min-height: 60px;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.TZ6Epz-uPZTPjuAgX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.TZ6Epz-uPZTPjuAgX .navbar-brand .navbar-logo a {
  outline: none;
}
.TZ6Epz-uPZTPjuAgX .dropdown-item.active,
.TZ6Epz-uPZTPjuAgX .dropdown-item:active {
  background-color: transparent;
}
.TZ6Epz-uPZTPjuAgX .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.TZ6Epz-uPZTPjuAgX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.TZ6Epz-uPZTPjuAgX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1f1677;
  background: #f1f1f1;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.TZ6Epz-uPZTPjuAgX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .TZ6Epz-uPZTPjuAgX .navbar {
    height: 70px;
  }
  .TZ6Epz-uPZTPjuAgX .navbar.opened {
    height: auto;
  }
  .TZ6Epz-uPZTPjuAgX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .TZ6Epz-uPZTPjuAgX .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.TZ6Epz-uPZTPjuAgX .text_widget {
  margin-bottom: 32px;
}
.TZ6Epz-uPZTPjuAgX .text_widget a {
  transition: all 0.3s ease-out;
}
.TZ6Epz-uPZTPjuAgX .text_widget a:hover,
.TZ6Epz-uPZTPjuAgX .text_widget a:focus {
  opacity: .8;
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .contacts-wrapper {
    display: none;
  }
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact {
  margin: 8px 20px;
  position: relative;
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact:hover:before,
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact:focus:before {
  width: 100%;
}
.TZ6Epz-uPZTPjuAgX .branding-section-subtitle {
  color: #01004c;
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX .navbar-caption {
  color: #01004c;
}
.TZ6Epz-uPZTPjuAgX .branding-text {
  color: #01004c;
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX .branding-section-subtitle,
.TZ6Epz-uPZTPjuAgX .text_widget,
.TZ6Epz-uPZTPjuAgX .branding-section-btn {
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.TZ6Epz-uPZVopteV2 {
  overflow: hidden;
  background-color: #000000;
}
.TZ6Epz-uPZVopteV2 .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZVopteV2 .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uPZVopteV2 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZVopteV2 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZVopteV2 .container {
    padding: 0 24px;
  }
}
.TZ6Epz-uPZVopteV2 .row {
  position: relative;
}
.TZ6Epz-uPZVopteV2 .row .card {
  justify-content: center;
}
.TZ6Epz-uPZVopteV2 .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #1f1677;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZVopteV2 .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .TZ6Epz-uPZVopteV2 .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.TZ6Epz-uPZVopteV2 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZVopteV2 .title-wrapper {
    margin-bottom: 32px;
  }
}
.TZ6Epz-uPZVopteV2 .title-wrapper .branding-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZVopteV2 .title-wrapper .branding-section-title {
    margin-bottom: 32px;
  }
}
.TZ6Epz-uPZVopteV2 .title-wrapper .branding-text {
  margin-bottom: 0;
}
.TZ6Epz-uPZVopteV2 .title-wrapper .branding-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZVopteV2 .title-wrapper .branding-section-btn {
    margin-top: 32px;
  }
}
.TZ6Epz-uPZVopteV2 .image-wrapper {
  position: relative;
}
.TZ6Epz-uPZVopteV2 .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZVopteV2 .image-wrapper img {
    height: 350px;
  }
}
.TZ6Epz-uPZVopteV2 .branding-section-title {
  color: #F5DF4D;
}
.TZ6Epz-uPZVopteV2 .branding-text {
  color: #FF3399;
}
.TZ6Epz-uPZVopteV2 .branding-text,
.TZ6Epz-uPZVopteV2 .branding-section-btn {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZVopteV2 .branding-section-title,
.TZ6Epz-uPZVopteV2 .branding-section-btn {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZVvaqzZC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f1677;
}
.TZ6Epz-uPZVvaqzZC .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZVvaqzZC .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uPZVvaqzZC .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.TZ6Epz-uPZVvaqzZC .card-box__top .branding-iconfont {
  font-size: 70px;
  width: auto;
}
.TZ6Epz-uPZVvaqzZC .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .TZ6Epz-uPZVvaqzZC .item-mb {
    margin-bottom: 1rem;
  }
}
.TZ6Epz-uPZVvaqzZC .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.TZ6Epz-uPZVvaqzZC .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.TZ6Epz-uPZVvaqzZC .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.TZ6Epz-uPZVvaqzZC .card-box .item-footer {
  margin-left: 0;
}
.TZ6Epz-uPZVvaqzZC .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.TZ6Epz-uPZVvaqzZC .card-box .item-footer .branding-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.TZ6Epz-uPZVvaqzZC .item-wrapper {
  background: #1f1677;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #ffffff;
  transition: all 0.3s ease;
}
.TZ6Epz-uPZVvaqzZC .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.TZ6Epz-uPZVvaqzZC .item-wrapper .btn .branding-iconfont-btn::before {
  background-color: inherit;
}
.TZ6Epz-uPZVvaqzZC .item-wrapper:hover {
  background-color: #1f1677;
  box-shadow: 5px 5px 0 0 #ffffff;
}
.TZ6Epz-uPZVvaqzZC .item-wrapper:hover .item-footer .branding-iconfont {
  transform: translateX(1.25rem);
}
.TZ6Epz-uPZVvaqzZC .branding-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.TZ6Epz-uPZVvaqzZC .icon-title {
  color: #bff747;
}
.TZ6Epz-uPZVvaqzZC .branding-section-title {
  color: #000000;
  text-align: center;
}
.TZ6Epz-uPZVvaqzZC .branding-section-subtitle {
  color: #000000;
}
.TZ6Epz-uPZVvaqzZC .content-head {
  max-width: 856px;
}
.TZ6Epz-uPZVvaqzZC .card-title,
.TZ6Epz-uPZVvaqzZC .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZVvaqzZC .card-text,
.TZ6Epz-uPZVvaqzZC .item .branding-section-btn {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZVPWCgKZ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.TZ6Epz-uPZVPWCgKZ .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZVPWCgKZ .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uPZVPWCgKZ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZVPWCgKZ .title-wrapper {
    margin-bottom: 48px;
  }
}
.TZ6Epz-uPZVPWCgKZ .title-wrapper .branding-section-title {
  margin-bottom: 24px;
}
.TZ6Epz-uPZVPWCgKZ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.TZ6Epz-uPZVPWCgKZ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZVPWCgKZ .item {
    margin-bottom: 28px;
  }
}
.TZ6Epz-uPZVPWCgKZ .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZVPWCgKZ .item .item-wrapper:hover,
.TZ6Epz-uPZVPWCgKZ .item .item-wrapper:focus {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
.TZ6Epz-uPZVPWCgKZ .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #ffffff;
  background-color: #1f1677;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZVPWCgKZ .item .item-wrapper .item-wrap {
    padding: 16px;
    display: block;
  }
}
.TZ6Epz-uPZVPWCgKZ .item .item-wrapper .item-wrap .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZVPWCgKZ .item .item-wrapper .item-wrap .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.TZ6Epz-uPZVPWCgKZ .item .item-wrapper .item-wrap .item-img img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.TZ6Epz-uPZVPWCgKZ .item .item-wrapper .item-wrap .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.TZ6Epz-uPZVPWCgKZ .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZVPWCgKZ .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.TZ6Epz-uPZVPWCgKZ .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 18px;
  width: 100%;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZVPWCgKZ .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.TZ6Epz-uPZVPWCgKZ .item .item-wrapper .item-wrap .item-content .text-wrap .item-date {
  margin-bottom: 4px;
}
.TZ6Epz-uPZVPWCgKZ .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.TZ6Epz-uPZVPWCgKZ .item .item-wrapper .item-wrap .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZVPWCgKZ .item .item-wrapper .item-wrap .item-content .icon-wrapper {
    min-width: auto;
  }
}
.TZ6Epz-uPZVPWCgKZ .item .item-wrapper .item-wrap .item-content .icon-wrapper .branding-iconfont {
  font-size: 24px;
  color: #078efb;
}
.TZ6Epz-uPZVPWCgKZ .branding-section-title {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZVPWCgKZ .item-date {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZVPWCgKZ .item-text {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZW3IwDBz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1f1677;
}
.TZ6Epz-uPZW3IwDBz .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZW3IwDBz .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uPZW3IwDBz .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.TZ6Epz-uPZW3IwDBz .card-box__top .branding-iconfont {
  font-size: 70px;
  width: auto;
}
.TZ6Epz-uPZW3IwDBz .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .TZ6Epz-uPZW3IwDBz .item-mb {
    margin-bottom: 1rem;
  }
}
.TZ6Epz-uPZW3IwDBz .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.TZ6Epz-uPZW3IwDBz .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.TZ6Epz-uPZW3IwDBz .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.TZ6Epz-uPZW3IwDBz .card-box .item-footer {
  margin-left: 0;
}
.TZ6Epz-uPZW3IwDBz .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.TZ6Epz-uPZW3IwDBz .card-box .item-footer .branding-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.TZ6Epz-uPZW3IwDBz .item-wrapper {
  background: #1f1677;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #ffffff;
  transition: all 0.3s ease;
}
.TZ6Epz-uPZW3IwDBz .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.TZ6Epz-uPZW3IwDBz .item-wrapper .btn .branding-iconfont-btn::before {
  background-color: inherit;
}
.TZ6Epz-uPZW3IwDBz .item-wrapper:hover {
  background-color: #1f1677;
  box-shadow: 5px 5px 0 0 #ffffff;
}
.TZ6Epz-uPZW3IwDBz .item-wrapper:hover .item-footer .branding-iconfont {
  transform: translateX(1.25rem);
}
.TZ6Epz-uPZW3IwDBz .branding-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.TZ6Epz-uPZW3IwDBz .icon-title {
  color: #bff747;
}
.TZ6Epz-uPZW3IwDBz .branding-section-title {
  color: #000000;
  text-align: center;
}
.TZ6Epz-uPZW3IwDBz .branding-section-subtitle {
  color: #000000;
}
.TZ6Epz-uPZW3IwDBz .content-head {
  max-width: 856px;
}
.TZ6Epz-uPZW3IwDBz .card-title,
.TZ6Epz-uPZW3IwDBz .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZW3IwDBz .card-text,
.TZ6Epz-uPZW3IwDBz .item .branding-section-btn {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZW59flnU {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.TZ6Epz-uPZW59flnU .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZW59flnU .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uPZW59flnU .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZW59flnU .title-wrapper {
    margin-bottom: 48px;
  }
}
.TZ6Epz-uPZW59flnU .title-wrapper .branding-section-title {
  margin-bottom: 24px;
}
.TZ6Epz-uPZW59flnU .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.TZ6Epz-uPZW59flnU .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZW59flnU .item {
    margin-bottom: 28px;
  }
}
.TZ6Epz-uPZW59flnU .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZW59flnU .item .item-wrapper:hover,
.TZ6Epz-uPZW59flnU .item .item-wrapper:focus {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
.TZ6Epz-uPZW59flnU .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #ffffff;
  background-color: #1f1677;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZW59flnU .item .item-wrapper .item-wrap {
    padding: 16px;
    display: block;
  }
}
.TZ6Epz-uPZW59flnU .item .item-wrapper .item-wrap .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZW59flnU .item .item-wrapper .item-wrap .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.TZ6Epz-uPZW59flnU .item .item-wrapper .item-wrap .item-img img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.TZ6Epz-uPZW59flnU .item .item-wrapper .item-wrap .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.TZ6Epz-uPZW59flnU .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZW59flnU .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.TZ6Epz-uPZW59flnU .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 18px;
  width: 100%;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZW59flnU .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.TZ6Epz-uPZW59flnU .item .item-wrapper .item-wrap .item-content .text-wrap .item-date {
  margin-bottom: 4px;
}
.TZ6Epz-uPZW59flnU .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.TZ6Epz-uPZW59flnU .item .item-wrapper .item-wrap .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZW59flnU .item .item-wrapper .item-wrap .item-content .icon-wrapper {
    min-width: auto;
  }
}
.TZ6Epz-uPZW59flnU .item .item-wrapper .item-wrap .item-content .icon-wrapper .branding-iconfont {
  font-size: 24px;
  color: #078efb;
}
.TZ6Epz-uPZW59flnU .branding-section-title {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZW59flnU .item-date {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZW59flnU .item-text {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1677;
}
.TZ6Epz-uQ7c0rSxvv .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uQ7c0rSxvv .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uQ7c0rSxvv .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .TZ6Epz-uQ7c0rSxvv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .TZ6Epz-uQ7c0rSxvv .container {
    padding: 0 26px;
  }
}
.TZ6Epz-uQ7c0rSxvv .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .row {
    padding: 26px;
  }
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap {
    display: block;
  }
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .branding-section-title {
  margin-bottom: 0;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .nav-wrapper .list {
    display: block;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #1f1677;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row {
  display: inline-flex;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item a:hover .branding-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item a .branding-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv .copy-wrapper .copyright {
  margin-bottom: 0;
}
.TZ6Epz-uQ7c0rSxvv .branding-section-title,
.TZ6Epz-uQ7c0rSxvv .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv .list {
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv .copyright {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv .list,
.TZ6Epz-uQ7c0rSxvv .nav-wrapper,
.TZ6Epz-uQ7c0rSxvv .soc-wrapper {
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX {
  background-color: transparent;
}
.TZ6Epz-uPZTPjuAgX .navbar-dropdown {
  background-color: #1f1677 !important;
  padding: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1f1677 !important;
  background: #1f1677;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.TZ6Epz-uPZTPjuAgX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .TZ6Epz-uPZTPjuAgX .menu_box .navbar.opened,
  .TZ6Epz-uPZTPjuAgX .menu_box .navbar-collapse {
    background-color: #1f1677 !important;
    transition: all 0s ease 0s;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar-dropdown {
  position: relative !important;
}
.TZ6Epz-uPZTPjuAgX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.TZ6Epz-uPZTPjuAgX .branding-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .branding-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .branding-section-btn-main {
    display: block;
    padding: 0;
  }
}
.TZ6Epz-uPZTPjuAgX .branding-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.TZ6Epz-uPZTPjuAgX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.TZ6Epz-uPZTPjuAgX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .TZ6Epz-uPZTPjuAgX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .TZ6Epz-uPZTPjuAgX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .TZ6Epz-uPZTPjuAgX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .TZ6Epz-uPZTPjuAgX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .TZ6Epz-uPZTPjuAgX .lg_brand {
    margin: 0 1rem;
  }
  .TZ6Epz-uPZTPjuAgX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.TZ6Epz-uPZTPjuAgX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .TZ6Epz-uPZTPjuAgX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .nav-item {
    margin: 0 !important;
  }
}
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link:hover:before,
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link:focus:before {
  width: 100%;
}
.TZ6Epz-uPZTPjuAgX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .TZ6Epz-uPZTPjuAgX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .TZ6Epz-uPZTPjuAgX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .TZ6Epz-uPZTPjuAgX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.TZ6Epz-uPZTPjuAgX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.TZ6Epz-uPZTPjuAgX .container {
  display: flex;
  margin: auto;
}
.TZ6Epz-uPZTPjuAgX .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.TZ6Epz-uPZTPjuAgX .iconfont-wrapper:hover {
  opacity: .5;
}
.TZ6Epz-uPZTPjuAgX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .navbar-nav {
    margin: 0;
  }
}
.TZ6Epz-uPZTPjuAgX .dropdown-menu,
.TZ6Epz-uPZTPjuAgX .navbar.opened {
  background-color: false !important;
}
.TZ6Epz-uPZTPjuAgX .nav-item:focus,
.TZ6Epz-uPZTPjuAgX .nav-link:focus {
  outline: none;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item .branding-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item .branding-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.TZ6Epz-uPZTPjuAgX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.TZ6Epz-uPZTPjuAgX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar.opened {
  transition: all 0.3s;
}
.TZ6Epz-uPZTPjuAgX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.TZ6Epz-uPZTPjuAgX .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.TZ6Epz-uPZTPjuAgX .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed {
  justify-content: center;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .navbar .nav-item {
    padding: .5rem 0;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .TZ6Epz-uPZTPjuAgX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .TZ6Epz-uPZTPjuAgX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .TZ6Epz-uPZTPjuAgX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .icons-menu {
    padding: 0;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-short {
  min-height: 60px;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.TZ6Epz-uPZTPjuAgX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.TZ6Epz-uPZTPjuAgX .navbar-brand .navbar-logo a {
  outline: none;
}
.TZ6Epz-uPZTPjuAgX .dropdown-item.active,
.TZ6Epz-uPZTPjuAgX .dropdown-item:active {
  background-color: transparent;
}
.TZ6Epz-uPZTPjuAgX .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.TZ6Epz-uPZTPjuAgX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.TZ6Epz-uPZTPjuAgX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1f1677;
  background: #f1f1f1;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.TZ6Epz-uPZTPjuAgX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .TZ6Epz-uPZTPjuAgX .navbar {
    height: 70px;
  }
  .TZ6Epz-uPZTPjuAgX .navbar.opened {
    height: auto;
  }
  .TZ6Epz-uPZTPjuAgX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .TZ6Epz-uPZTPjuAgX .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.TZ6Epz-uPZTPjuAgX .text_widget {
  margin-bottom: 32px;
}
.TZ6Epz-uPZTPjuAgX .text_widget a {
  transition: all 0.3s ease-out;
}
.TZ6Epz-uPZTPjuAgX .text_widget a:hover,
.TZ6Epz-uPZTPjuAgX .text_widget a:focus {
  opacity: .8;
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .contacts-wrapper {
    display: none;
  }
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact {
  margin: 8px 20px;
  position: relative;
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact:hover:before,
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact:focus:before {
  width: 100%;
}
.TZ6Epz-uPZTPjuAgX .branding-section-subtitle {
  color: #01004c;
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX .navbar-caption {
  color: #01004c;
}
.TZ6Epz-uPZTPjuAgX .branding-text {
  color: #01004c;
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX .branding-section-subtitle,
.TZ6Epz-uPZTPjuAgX .text_widget,
.TZ6Epz-uPZTPjuAgX .branding-section-btn {
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.TZ6Epz-uPZWyzXRu5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #000000;
}
.TZ6Epz-uPZWyzXRu5 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .TZ6Epz-uPZWyzXRu5 .image-wrap {
    padding: 16px;
  }
}
.TZ6Epz-uPZWyzXRu5 .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.TZ6Epz-uPZWyzXRu5 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .TZ6Epz-uPZWyzXRu5 .image-overlay {
    padding: 16px;
  }
}
.TZ6Epz-uPZWyzXRu5 .image-overlay .image-over {
  background-color: #000000;
  z-index: 2;
  opacity: 0.8;
  width: 100%;
  height: 70%;
}
.TZ6Epz-uPZWyzXRu5 .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZWyzXRu5 .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uPZWyzXRu5 .row {
  justify-content: center;
}
.TZ6Epz-uPZWyzXRu5 .branding-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1440px) {
  .TZ6Epz-uPZWyzXRu5 .branding-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZWyzXRu5 .branding-section-title {
    margin: 30px 16px;
  }
}
.TZ6Epz-uPZWyzXRu5 .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #1f1677;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZWyzXRu5 .card-wrapper {
    padding: 30px 16px;
  }
}
.TZ6Epz-uPZWyzXRu5 .card-wrapper .text-wrapper .branding-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZWyzXRu5 .card-wrapper .text-wrapper .branding-text {
    width: 100%;
  }
}
.TZ6Epz-uPZWyzXRu5 .branding-text,
.TZ6Epz-uPZWyzXRu5 .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.TZ6Epz-uPZWyzXRu5 .branding-section-btn .btn {
  margin-bottom: 0;
}
.TZ6Epz-uPZWyzXRu5 .branding-text,
.TZ6Epz-uPZWyzXRu5 .branding-section-btn {
  text-align: center;
}
.TZ6Epz-uPZWyzXRu5 .branding-text,
.TZ6Epz-uPZWyzXRu5 .text-wrapper,
.TZ6Epz-uPZWyzXRu5 .branding-section-btn {
  color: #ffffff;
}
.TZ6Epz-uPZWUqqdSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1677;
  position: relative;
  overflow: hidden;
}
.TZ6Epz-uPZWUqqdSc::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #000000 -10%, transparent 80%);
}
.TZ6Epz-uPZWUqqdSc::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #000000 -10%, transparent 80%);
}
.TZ6Epz-uPZWUqqdSc .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZWUqqdSc .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZWUqqdSc .container {
    padding: 0 16px;
  }
}
.TZ6Epz-uPZWUqqdSc .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.TZ6Epz-uPZWUqqdSc .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.TZ6Epz-uPZWUqqdSc .content-wrapper {
  margin-bottom: 80px;
}
.TZ6Epz-uPZWUqqdSc .content-wrapper .branding-section-title {
  margin-bottom: 24px;
}
.TZ6Epz-uPZWUqqdSc .content-wrapper .branding-section-title span {
  color: #f1634f;
}
.TZ6Epz-uPZWUqqdSc .content-wrapper .text-wrapper .branding-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZWUqqdSc .content-wrapper .text-wrapper .branding-text {
    width: 100%;
  }
}
.TZ6Epz-uPZWUqqdSc .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.TZ6Epz-uPZWUqqdSc .item .item-wrapper {
  background-color: #000000;
  height: 100%;
  padding: 50px 50px 80px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZWUqqdSc .item .item-wrapper {
    padding: 32px;
  }
}
.TZ6Epz-uPZWUqqdSc .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.TZ6Epz-uPZWUqqdSc .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.TZ6Epz-uPZWUqqdSc .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .TZ6Epz-uPZWUqqdSc .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.TZ6Epz-uPZWUqqdSc .branding-section-title {
  color: #000000;
  text-align: center;
}
.TZ6Epz-uPZWUqqdSc .branding-text,
.TZ6Epz-uPZWUqqdSc .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.TZ6Epz-uPZWUqqdSc .item-number {
  color: #000000;
  text-align: center;
}
.TZ6Epz-uPZWUqqdSc .item-title {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZWUqqdSc .item-text,
.TZ6Epz-uPZWUqqdSc .text-wrap {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZXLiBOO7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.TZ6Epz-uPZXLiBOO7 .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZXLiBOO7 .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uPZXLiBOO7 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZXLiBOO7 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .TZ6Epz-uPZXLiBOO7 .container {
    padding: 0 26px;
  }
}
.TZ6Epz-uPZXLiBOO7 .row {
  margin: 0;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZXLiBOO7 .row {
    margin: 0 -12px;
  }
}
.TZ6Epz-uPZXLiBOO7 .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.TZ6Epz-uPZXLiBOO7 .card:first-child {
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZXLiBOO7 .card:first-child {
    border: none;
  }
}
.TZ6Epz-uPZXLiBOO7 .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZXLiBOO7 .card:first-child::before {
    display: none;
  }
}
.TZ6Epz-uPZXLiBOO7 .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZXLiBOO7 .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZXLiBOO7 .card {
    padding: 0 12px;
  }
}
.TZ6Epz-uPZXLiBOO7 .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZXLiBOO7 .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.TZ6Epz-uPZXLiBOO7 .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZXLiBOO7 .image-wrapper img {
    height: 300px;
  }
}
.TZ6Epz-uPZXLiBOO7 .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZXLiBOO7 .title-wrapper .title-wrap {
    padding: 0;
  }
}
.TZ6Epz-uPZXLiBOO7 .title-wrapper .title-wrap .branding-section-title {
  margin-bottom: 18px;
}
.TZ6Epz-uPZXLiBOO7 .title-wrapper .title-wrap .branding-text {
  margin-bottom: 0;
}
.TZ6Epz-uPZXLiBOO7 .branding-section-title {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZXLiBOO7 .branding-text {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZXmU82Je {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1677;
  overflow: hidden;
}
.TZ6Epz-uPZXmU82Je .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZXmU82Je .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uPZXmU82Je .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZXmU82Je .container {
    padding: 0 15px;
  }
}
.TZ6Epz-uPZXmU82Je .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZXmU82Je .title-wrapper {
    margin-bottom: 40px;
  }
}
.TZ6Epz-uPZXmU82Je .title-wrapper .branding-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZXmU82Je .title-wrapper .branding-section-title {
    margin-bottom: 20px;
  }
}
.TZ6Epz-uPZXmU82Je .title-wrapper .branding-text {
  margin-bottom: 0;
}
.TZ6Epz-uPZXmU82Je .item {
  margin-bottom: 32px;
}
.TZ6Epz-uPZXmU82Je .item:hover .item-wrapper::before,
.TZ6Epz-uPZXmU82Je .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.TZ6Epz-uPZXmU82Je .item .item-wrapper {
  position: relative;
  background-color: #000000;
  border: 1px solid #1f1677;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.TZ6Epz-uPZXmU82Je .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #1f1677;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZXmU82Je .item .item-wrapper::before {
    display: none;
  }
}
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box {
  position: relative;
}
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .date-wrapper .branding-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .date-wrapper .branding-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .date-wrapper .tag-wrapper .branding-tag {
  position: relative;
  margin-bottom: 0;
}
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-card-title {
  margin-bottom: 20px;
}
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-card-text {
  margin-bottom: 0;
}
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn {
  margin-top: 20px;
}
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-primary-outline,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-secondary-outline,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-success-outline,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-info-outline,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-warning-outline,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-danger-outline,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-white-outline,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-primary-outline:hover,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-secondary-outline:hover,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-success-outline:hover,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-info-outline:hover,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-warning-outline:hover,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-danger-outline:hover,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-white-outline:hover,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-black-outline:hover,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-primary-outline:focus,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-secondary-outline:focus,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-success-outline:focus,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-info-outline:focus,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-warning-outline:focus,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-danger-outline:focus,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-white-outline:focus,
.TZ6Epz-uPZXmU82Je .item .item-wrapper .card-box .branding-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.TZ6Epz-uPZXmU82Je .branding-section-title {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZXmU82Je .branding-text {
  color: #d2d2df;
  text-align: center;
}
.TZ6Epz-uPZXmU82Je .branding-date {
  color: #ffffff;
}
.TZ6Epz-uPZXmU82Je .branding-tag {
  color: #ffffff;
}
.TZ6Epz-uPZXmU82Je .branding-card-title {
  color: #f2ac2b;
}
.TZ6Epz-uPZXmU82Je .branding-card-text {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZXmU82Je .branding-card-title,
.TZ6Epz-uPZXmU82Je .branding-section-btn {
  text-align: center;
  color: #ffffff;
}
.TZ6Epz-uPZXWsJ4FG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.TZ6Epz-uPZXWsJ4FG::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #1f1677 -10%, transparent 80%);
}
.TZ6Epz-uPZXWsJ4FG::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #1f1677 -10%, transparent 80%);
}
.TZ6Epz-uPZXWsJ4FG .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZXWsJ4FG .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZXWsJ4FG .container {
    padding: 0 16px;
  }
}
.TZ6Epz-uPZXWsJ4FG .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.TZ6Epz-uPZXWsJ4FG .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.TZ6Epz-uPZXWsJ4FG .content-wrapper {
  margin-bottom: 80px;
}
.TZ6Epz-uPZXWsJ4FG .content-wrapper .branding-section-title {
  margin-bottom: 24px;
}
.TZ6Epz-uPZXWsJ4FG .content-wrapper .branding-section-title span {
  color: #f1634f;
}
.TZ6Epz-uPZXWsJ4FG .content-wrapper .text-wrapper .branding-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZXWsJ4FG .content-wrapper .text-wrapper .branding-text {
    width: 100%;
  }
}
.TZ6Epz-uPZXWsJ4FG .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.TZ6Epz-uPZXWsJ4FG .item .item-wrapper {
  background-color: #1f1677;
  height: 100%;
  padding: 50px 50px 80px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZXWsJ4FG .item .item-wrapper {
    padding: 32px;
  }
}
.TZ6Epz-uPZXWsJ4FG .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.TZ6Epz-uPZXWsJ4FG .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.TZ6Epz-uPZXWsJ4FG .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .TZ6Epz-uPZXWsJ4FG .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.TZ6Epz-uPZXWsJ4FG .branding-section-title {
  color: #000000;
  text-align: center;
}
.TZ6Epz-uPZXWsJ4FG .branding-text,
.TZ6Epz-uPZXWsJ4FG .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.TZ6Epz-uPZXWsJ4FG .item-number {
  color: #000000;
  text-align: center;
}
.TZ6Epz-uPZXWsJ4FG .item-title {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZXWsJ4FG .item-text,
.TZ6Epz-uPZXWsJ4FG .text-wrap {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZY1s8JF9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1f1677;
}
.TZ6Epz-uPZY1s8JF9 .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZY1s8JF9 .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uPZY1s8JF9 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZY1s8JF9 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .TZ6Epz-uPZY1s8JF9 .container {
    padding: 0 26px;
  }
}
.TZ6Epz-uPZY1s8JF9 .row {
  margin: 0;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZY1s8JF9 .row {
    margin: 0 -12px;
  }
}
.TZ6Epz-uPZY1s8JF9 .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.TZ6Epz-uPZY1s8JF9 .card:first-child {
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZY1s8JF9 .card:first-child {
    border: none;
  }
}
.TZ6Epz-uPZY1s8JF9 .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZY1s8JF9 .card:first-child::before {
    display: none;
  }
}
.TZ6Epz-uPZY1s8JF9 .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZY1s8JF9 .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZY1s8JF9 .card {
    padding: 0 12px;
  }
}
.TZ6Epz-uPZY1s8JF9 .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZY1s8JF9 .card:last-child {
    padding: 0 12px;
  }
}
.TZ6Epz-uPZY1s8JF9 .card:first-child {
  border-right: none;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZY1s8JF9 .card:first-child {
    border: none;
  }
}
.TZ6Epz-uPZY1s8JF9 .card:first-child::before {
  right: auto;
  left: -8px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZY1s8JF9 .card:first-child::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZY1s8JF9 .card {
    padding: 0 12px;
  }
}
.TZ6Epz-uPZY1s8JF9 .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZY1s8JF9 .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.TZ6Epz-uPZY1s8JF9 .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZY1s8JF9 .image-wrapper img {
    height: 300px;
  }
}
.TZ6Epz-uPZY1s8JF9 .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZY1s8JF9 .title-wrapper .title-wrap {
    padding: 0;
  }
}
.TZ6Epz-uPZY1s8JF9 .title-wrapper .title-wrap .branding-section-title {
  margin-bottom: 18px;
}
.TZ6Epz-uPZY1s8JF9 .title-wrapper .title-wrap .branding-text {
  margin-bottom: 0;
}
.TZ6Epz-uPZY1s8JF9 .branding-section-title {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZY1s8JF9 .branding-text {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZYahgSVP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.TZ6Epz-uPZYahgSVP .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZYahgSVP .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uPZYahgSVP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZYahgSVP .container {
    padding: 0 15px;
  }
}
.TZ6Epz-uPZYahgSVP .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZYahgSVP .title-wrapper {
    margin-bottom: 40px;
  }
}
.TZ6Epz-uPZYahgSVP .title-wrapper .branding-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZYahgSVP .title-wrapper .branding-section-title {
    margin-bottom: 20px;
  }
}
.TZ6Epz-uPZYahgSVP .title-wrapper .branding-text {
  margin-bottom: 0;
}
.TZ6Epz-uPZYahgSVP .item {
  margin-bottom: 32px;
}
.TZ6Epz-uPZYahgSVP .item:hover .item-wrapper::before,
.TZ6Epz-uPZYahgSVP .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.TZ6Epz-uPZYahgSVP .item .item-wrapper {
  position: relative;
  background-color: #1f1677;
  border: 1px solid #000000;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.TZ6Epz-uPZYahgSVP .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #000000;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZYahgSVP .item .item-wrapper::before {
    display: none;
  }
}
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box {
  position: relative;
}
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .date-wrapper .branding-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .date-wrapper .branding-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .date-wrapper .tag-wrapper .branding-tag {
  position: relative;
  margin-bottom: 0;
}
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-card-title {
  margin-bottom: 20px;
}
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-card-text {
  margin-bottom: 0;
}
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn {
  margin-top: 20px;
}
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-primary-outline,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-secondary-outline,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-success-outline,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-info-outline,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-warning-outline,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-danger-outline,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-white-outline,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-primary-outline:hover,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-secondary-outline:hover,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-success-outline:hover,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-info-outline:hover,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-warning-outline:hover,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-danger-outline:hover,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-white-outline:hover,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-black-outline:hover,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-primary-outline:focus,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-secondary-outline:focus,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-success-outline:focus,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-info-outline:focus,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-warning-outline:focus,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-danger-outline:focus,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-white-outline:focus,
.TZ6Epz-uPZYahgSVP .item .item-wrapper .card-box .branding-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.TZ6Epz-uPZYahgSVP .branding-section-title {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZYahgSVP .branding-text {
  color: #d2d2df;
  text-align: center;
}
.TZ6Epz-uPZYahgSVP .branding-date {
  color: #ffffff;
}
.TZ6Epz-uPZYahgSVP .branding-tag {
  color: #ffffff;
}
.TZ6Epz-uPZYahgSVP .branding-card-title {
  color: #f2ac2b;
}
.TZ6Epz-uPZYahgSVP .branding-card-text {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZYahgSVP .branding-card-title,
.TZ6Epz-uPZYahgSVP .branding-section-btn {
  text-align: center;
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1677;
}
.TZ6Epz-uQ7c0rSxvv .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uQ7c0rSxvv .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uQ7c0rSxvv .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .TZ6Epz-uQ7c0rSxvv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .TZ6Epz-uQ7c0rSxvv .container {
    padding: 0 26px;
  }
}
.TZ6Epz-uQ7c0rSxvv .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .row {
    padding: 26px;
  }
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap {
    display: block;
  }
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .branding-section-title {
  margin-bottom: 0;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .nav-wrapper .list {
    display: block;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #1f1677;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row {
  display: inline-flex;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item a:hover .branding-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item a .branding-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv .copy-wrapper .copyright {
  margin-bottom: 0;
}
.TZ6Epz-uQ7c0rSxvv .branding-section-title,
.TZ6Epz-uQ7c0rSxvv .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv .list {
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv .copyright {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv .list,
.TZ6Epz-uQ7c0rSxvv .nav-wrapper,
.TZ6Epz-uQ7c0rSxvv .soc-wrapper {
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX {
  background-color: transparent;
}
.TZ6Epz-uPZTPjuAgX .navbar-dropdown {
  background-color: #1f1677 !important;
  padding: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1f1677 !important;
  background: #1f1677;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.TZ6Epz-uPZTPjuAgX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .TZ6Epz-uPZTPjuAgX .menu_box .navbar.opened,
  .TZ6Epz-uPZTPjuAgX .menu_box .navbar-collapse {
    background-color: #1f1677 !important;
    transition: all 0s ease 0s;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar-dropdown {
  position: relative !important;
}
.TZ6Epz-uPZTPjuAgX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.TZ6Epz-uPZTPjuAgX .branding-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .branding-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .branding-section-btn-main {
    display: block;
    padding: 0;
  }
}
.TZ6Epz-uPZTPjuAgX .branding-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.TZ6Epz-uPZTPjuAgX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.TZ6Epz-uPZTPjuAgX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .TZ6Epz-uPZTPjuAgX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .TZ6Epz-uPZTPjuAgX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .TZ6Epz-uPZTPjuAgX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .TZ6Epz-uPZTPjuAgX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .TZ6Epz-uPZTPjuAgX .lg_brand {
    margin: 0 1rem;
  }
  .TZ6Epz-uPZTPjuAgX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.TZ6Epz-uPZTPjuAgX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .TZ6Epz-uPZTPjuAgX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .nav-item {
    margin: 0 !important;
  }
}
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link:hover:before,
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link:focus:before {
  width: 100%;
}
.TZ6Epz-uPZTPjuAgX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .TZ6Epz-uPZTPjuAgX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .TZ6Epz-uPZTPjuAgX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .TZ6Epz-uPZTPjuAgX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.TZ6Epz-uPZTPjuAgX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.TZ6Epz-uPZTPjuAgX .container {
  display: flex;
  margin: auto;
}
.TZ6Epz-uPZTPjuAgX .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.TZ6Epz-uPZTPjuAgX .iconfont-wrapper:hover {
  opacity: .5;
}
.TZ6Epz-uPZTPjuAgX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .navbar-nav {
    margin: 0;
  }
}
.TZ6Epz-uPZTPjuAgX .dropdown-menu,
.TZ6Epz-uPZTPjuAgX .navbar.opened {
  background-color: false !important;
}
.TZ6Epz-uPZTPjuAgX .nav-item:focus,
.TZ6Epz-uPZTPjuAgX .nav-link:focus {
  outline: none;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item .branding-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item .branding-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.TZ6Epz-uPZTPjuAgX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.TZ6Epz-uPZTPjuAgX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar.opened {
  transition: all 0.3s;
}
.TZ6Epz-uPZTPjuAgX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.TZ6Epz-uPZTPjuAgX .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.TZ6Epz-uPZTPjuAgX .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed {
  justify-content: center;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .navbar .nav-item {
    padding: .5rem 0;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .TZ6Epz-uPZTPjuAgX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .TZ6Epz-uPZTPjuAgX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .TZ6Epz-uPZTPjuAgX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .icons-menu {
    padding: 0;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-short {
  min-height: 60px;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.TZ6Epz-uPZTPjuAgX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.TZ6Epz-uPZTPjuAgX .navbar-brand .navbar-logo a {
  outline: none;
}
.TZ6Epz-uPZTPjuAgX .dropdown-item.active,
.TZ6Epz-uPZTPjuAgX .dropdown-item:active {
  background-color: transparent;
}
.TZ6Epz-uPZTPjuAgX .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.TZ6Epz-uPZTPjuAgX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.TZ6Epz-uPZTPjuAgX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1f1677;
  background: #f1f1f1;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.TZ6Epz-uPZTPjuAgX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .TZ6Epz-uPZTPjuAgX .navbar {
    height: 70px;
  }
  .TZ6Epz-uPZTPjuAgX .navbar.opened {
    height: auto;
  }
  .TZ6Epz-uPZTPjuAgX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .TZ6Epz-uPZTPjuAgX .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.TZ6Epz-uPZTPjuAgX .text_widget {
  margin-bottom: 32px;
}
.TZ6Epz-uPZTPjuAgX .text_widget a {
  transition: all 0.3s ease-out;
}
.TZ6Epz-uPZTPjuAgX .text_widget a:hover,
.TZ6Epz-uPZTPjuAgX .text_widget a:focus {
  opacity: .8;
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .contacts-wrapper {
    display: none;
  }
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact {
  margin: 8px 20px;
  position: relative;
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact:hover:before,
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact:focus:before {
  width: 100%;
}
.TZ6Epz-uPZTPjuAgX .branding-section-subtitle {
  color: #01004c;
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX .navbar-caption {
  color: #01004c;
}
.TZ6Epz-uPZTPjuAgX .branding-text {
  color: #01004c;
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX .branding-section-subtitle,
.TZ6Epz-uPZTPjuAgX .text_widget,
.TZ6Epz-uPZTPjuAgX .branding-section-btn {
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.TZ6Epz-uPZYziWZh4 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  border-bottom: 2px solid #ffffff;
  background-color: #000000;
}
.TZ6Epz-uPZYziWZh4 .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZYziWZh4 .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uPZYziWZh4 .card {
  justify-content: center;
}
.TZ6Epz-uPZYziWZh4 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .TZ6Epz-uPZYziWZh4 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZYziWZh4 .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.TZ6Epz-uPZYziWZh4 .content-wrapper .branding-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZYziWZh4 .content-wrapper .branding-section-btn {
    margin-bottom: 22px;
  }
}
.TZ6Epz-uPZYziWZh4 .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.TZ6Epz-uPZYziWZh4 .content-wrapper .tag-wrapper .branding-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.TZ6Epz-uPZYziWZh4 .content-wrapper .branding-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZYziWZh4 .content-wrapper .branding-section-title {
    margin-bottom: 32px;
  }
}
.TZ6Epz-uPZYziWZh4 .content-wrapper .text-wrapper .branding-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZYziWZh4 .content-wrapper .text-wrapper .branding-text {
    margin-bottom: 32px;
  }
}
.TZ6Epz-uPZYziWZh4 .image-wrapper {
  padding-right: 108px;
  padding-right: 0;
  padding-left: 108px;
}
@media (max-width: 1440px) {
  .TZ6Epz-uPZYziWZh4 .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZYziWZh4 .image-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .TZ6Epz-uPZYziWZh4 .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZYziWZh4 .image-wrapper {
    padding-left: 0;
  }
}
.TZ6Epz-uPZYziWZh4 .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 0 #ffffff;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZYziWZh4 .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZYziWZh4 .image-wrapper img {
    box-shadow: -5px 5px 0 0 #ffffff;
  }
}
.TZ6Epz-uPZYziWZh4 .branding-section-title {
  color: #ffffff;
}
.TZ6Epz-uPZYziWZh4 .branding-tag {
  color: #ffffff;
}
.TZ6Epz-uPZYziWZh4 .branding-text {
  color: #ffffff;
}
.TZ6Epz-uPZYziWZh4 .branding-section-title,
.TZ6Epz-uPZYziWZh4 .branding-section-btn {
  text-align: center;
}
.TZ6Epz-uPZYziWZh4 .branding-text,
.TZ6Epz-uPZYziWZh4 .text-wrapper {
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1677;
}
.TZ6Epz-uQ7c0rSxvv .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uQ7c0rSxvv .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uQ7c0rSxvv .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .TZ6Epz-uQ7c0rSxvv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .TZ6Epz-uQ7c0rSxvv .container {
    padding: 0 26px;
  }
}
.TZ6Epz-uQ7c0rSxvv .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .row {
    padding: 26px;
  }
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap {
    display: block;
  }
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .branding-section-title {
  margin-bottom: 0;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .nav-wrapper .list {
    display: block;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #1f1677;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row {
  display: inline-flex;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item a:hover .branding-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item a .branding-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv .copy-wrapper .copyright {
  margin-bottom: 0;
}
.TZ6Epz-uQ7c0rSxvv .branding-section-title,
.TZ6Epz-uQ7c0rSxvv .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv .list {
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv .copyright {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv .list,
.TZ6Epz-uQ7c0rSxvv .nav-wrapper,
.TZ6Epz-uQ7c0rSxvv .soc-wrapper {
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX {
  background-color: transparent;
}
.TZ6Epz-uPZTPjuAgX .navbar-dropdown {
  background-color: #1f1677 !important;
  padding: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1f1677 !important;
  background: #1f1677;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.TZ6Epz-uPZTPjuAgX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .TZ6Epz-uPZTPjuAgX .menu_box .navbar.opened,
  .TZ6Epz-uPZTPjuAgX .menu_box .navbar-collapse {
    background-color: #1f1677 !important;
    transition: all 0s ease 0s;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar-dropdown {
  position: relative !important;
}
.TZ6Epz-uPZTPjuAgX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.TZ6Epz-uPZTPjuAgX .branding-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .branding-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .branding-section-btn-main {
    display: block;
    padding: 0;
  }
}
.TZ6Epz-uPZTPjuAgX .branding-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.TZ6Epz-uPZTPjuAgX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.TZ6Epz-uPZTPjuAgX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .TZ6Epz-uPZTPjuAgX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .TZ6Epz-uPZTPjuAgX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .TZ6Epz-uPZTPjuAgX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .TZ6Epz-uPZTPjuAgX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .TZ6Epz-uPZTPjuAgX .lg_brand {
    margin: 0 1rem;
  }
  .TZ6Epz-uPZTPjuAgX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.TZ6Epz-uPZTPjuAgX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .TZ6Epz-uPZTPjuAgX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .nav-item {
    margin: 0 !important;
  }
}
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link:hover:before,
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link:focus:before {
  width: 100%;
}
.TZ6Epz-uPZTPjuAgX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .TZ6Epz-uPZTPjuAgX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .TZ6Epz-uPZTPjuAgX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .TZ6Epz-uPZTPjuAgX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.TZ6Epz-uPZTPjuAgX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.TZ6Epz-uPZTPjuAgX .container {
  display: flex;
  margin: auto;
}
.TZ6Epz-uPZTPjuAgX .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.TZ6Epz-uPZTPjuAgX .iconfont-wrapper:hover {
  opacity: .5;
}
.TZ6Epz-uPZTPjuAgX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .navbar-nav {
    margin: 0;
  }
}
.TZ6Epz-uPZTPjuAgX .dropdown-menu,
.TZ6Epz-uPZTPjuAgX .navbar.opened {
  background-color: false !important;
}
.TZ6Epz-uPZTPjuAgX .nav-item:focus,
.TZ6Epz-uPZTPjuAgX .nav-link:focus {
  outline: none;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item .branding-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item .branding-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.TZ6Epz-uPZTPjuAgX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.TZ6Epz-uPZTPjuAgX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar.opened {
  transition: all 0.3s;
}
.TZ6Epz-uPZTPjuAgX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.TZ6Epz-uPZTPjuAgX .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.TZ6Epz-uPZTPjuAgX .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed {
  justify-content: center;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .navbar .nav-item {
    padding: .5rem 0;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .TZ6Epz-uPZTPjuAgX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .TZ6Epz-uPZTPjuAgX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .TZ6Epz-uPZTPjuAgX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .icons-menu {
    padding: 0;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-short {
  min-height: 60px;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.TZ6Epz-uPZTPjuAgX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.TZ6Epz-uPZTPjuAgX .navbar-brand .navbar-logo a {
  outline: none;
}
.TZ6Epz-uPZTPjuAgX .dropdown-item.active,
.TZ6Epz-uPZTPjuAgX .dropdown-item:active {
  background-color: transparent;
}
.TZ6Epz-uPZTPjuAgX .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.TZ6Epz-uPZTPjuAgX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.TZ6Epz-uPZTPjuAgX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1f1677;
  background: #f1f1f1;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.TZ6Epz-uPZTPjuAgX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .TZ6Epz-uPZTPjuAgX .navbar {
    height: 70px;
  }
  .TZ6Epz-uPZTPjuAgX .navbar.opened {
    height: auto;
  }
  .TZ6Epz-uPZTPjuAgX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .TZ6Epz-uPZTPjuAgX .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.TZ6Epz-uPZTPjuAgX .text_widget {
  margin-bottom: 32px;
}
.TZ6Epz-uPZTPjuAgX .text_widget a {
  transition: all 0.3s ease-out;
}
.TZ6Epz-uPZTPjuAgX .text_widget a:hover,
.TZ6Epz-uPZTPjuAgX .text_widget a:focus {
  opacity: .8;
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .contacts-wrapper {
    display: none;
  }
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact {
  margin: 8px 20px;
  position: relative;
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact:hover:before,
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact:focus:before {
  width: 100%;
}
.TZ6Epz-uPZTPjuAgX .branding-section-subtitle {
  color: #01004c;
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX .navbar-caption {
  color: #01004c;
}
.TZ6Epz-uPZTPjuAgX .branding-text {
  color: #01004c;
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX .branding-section-subtitle,
.TZ6Epz-uPZTPjuAgX .text_widget,
.TZ6Epz-uPZTPjuAgX .branding-section-btn {
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.TZ6Epz-uPZYYLCyxt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.TZ6Epz-uPZYYLCyxt .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZYYLCyxt .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uPZYYLCyxt .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZYYLCyxt .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .TZ6Epz-uPZYYLCyxt .container {
    padding: 0 26px;
  }
}
.TZ6Epz-uPZYYLCyxt .title-wrapper {
  margin: 0 0 50px 70px;
  margin: 0 70px 50px 0;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZYYLCyxt .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZYYLCyxt .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.TZ6Epz-uPZYYLCyxt .title-wrapper .branding-section-subtitle {
  margin-bottom: 18px;
}
.TZ6Epz-uPZYYLCyxt .title-wrapper .branding-section-title {
  margin-bottom: 0;
}
.TZ6Epz-uPZYYLCyxt .contacts-wrapper {
  margin: 0 0 50px 70px;
  margin: 0 70px 50px 0;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZYYLCyxt .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZYYLCyxt .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.TZ6Epz-uPZYYLCyxt .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZYYLCyxt .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.TZ6Epz-uPZYYLCyxt .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZYYLCyxt .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.TZ6Epz-uPZYYLCyxt .contacts-wrapper .contacts-wrap .contact-card .branding-contact {
  margin-bottom: 18px;
}
.TZ6Epz-uPZYYLCyxt .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.TZ6Epz-uPZYYLCyxt .contacts-wrapper .contacts-wrap .contact-card a:hover .branding-desc {
  opacity: .5;
}
.TZ6Epz-uPZYYLCyxt .contacts-wrapper .contacts-wrap .contact-card a .branding-desc {
  margin-bottom: 0;
}
.TZ6Epz-uPZYYLCyxt .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.TZ6Epz-uPZYYLCyxt .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #ffffff !important;
  border-radius: 0;
  color: #ffffff;
}
.TZ6Epz-uPZYYLCyxt .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-family: "Golos Text", sans-serif;
}
.TZ6Epz-uPZYYLCyxt .dragArea.row .form-group textarea {
  min-height: 260px;
}
.TZ6Epz-uPZYYLCyxt .dragArea.row .branding-section-btn .btn {
  width: 100%;
}
.TZ6Epz-uPZYYLCyxt .branding-section-title {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZYYLCyxt .branding-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZYYLCyxt .branding-contact {
  color: #ffffff;
}
.TZ6Epz-uPZYYLCyxt .branding-desc {
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1677;
}
.TZ6Epz-uQ7c0rSxvv .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uQ7c0rSxvv .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uQ7c0rSxvv .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .TZ6Epz-uQ7c0rSxvv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .TZ6Epz-uQ7c0rSxvv .container {
    padding: 0 26px;
  }
}
.TZ6Epz-uQ7c0rSxvv .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .row {
    padding: 26px;
  }
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap {
    display: block;
  }
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .branding-section-title {
  margin-bottom: 0;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .nav-wrapper .list {
    display: block;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #1f1677;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row {
  display: inline-flex;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item a:hover .branding-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item a .branding-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv .copy-wrapper .copyright {
  margin-bottom: 0;
}
.TZ6Epz-uQ7c0rSxvv .branding-section-title,
.TZ6Epz-uQ7c0rSxvv .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv .list {
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv .copyright {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv .list,
.TZ6Epz-uQ7c0rSxvv .nav-wrapper,
.TZ6Epz-uQ7c0rSxvv .soc-wrapper {
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX {
  background-color: transparent;
}
.TZ6Epz-uPZTPjuAgX .navbar-dropdown {
  background-color: #1f1677 !important;
  padding: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1f1677 !important;
  background: #1f1677;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.TZ6Epz-uPZTPjuAgX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .TZ6Epz-uPZTPjuAgX .menu_box .navbar.opened,
  .TZ6Epz-uPZTPjuAgX .menu_box .navbar-collapse {
    background-color: #1f1677 !important;
    transition: all 0s ease 0s;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar-dropdown {
  position: relative !important;
}
.TZ6Epz-uPZTPjuAgX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.TZ6Epz-uPZTPjuAgX .branding-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .branding-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .branding-section-btn-main {
    display: block;
    padding: 0;
  }
}
.TZ6Epz-uPZTPjuAgX .branding-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.TZ6Epz-uPZTPjuAgX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.TZ6Epz-uPZTPjuAgX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .TZ6Epz-uPZTPjuAgX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .TZ6Epz-uPZTPjuAgX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .TZ6Epz-uPZTPjuAgX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .TZ6Epz-uPZTPjuAgX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .TZ6Epz-uPZTPjuAgX .lg_brand {
    margin: 0 1rem;
  }
  .TZ6Epz-uPZTPjuAgX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.TZ6Epz-uPZTPjuAgX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .TZ6Epz-uPZTPjuAgX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .nav-item {
    margin: 0 !important;
  }
}
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link:hover:before,
.TZ6Epz-uPZTPjuAgX .nav-item .nav-link:focus:before {
  width: 100%;
}
.TZ6Epz-uPZTPjuAgX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .TZ6Epz-uPZTPjuAgX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .TZ6Epz-uPZTPjuAgX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .TZ6Epz-uPZTPjuAgX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.TZ6Epz-uPZTPjuAgX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.TZ6Epz-uPZTPjuAgX .container {
  display: flex;
  margin: auto;
}
.TZ6Epz-uPZTPjuAgX .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.TZ6Epz-uPZTPjuAgX .iconfont-wrapper:hover {
  opacity: .5;
}
.TZ6Epz-uPZTPjuAgX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .navbar-nav {
    margin: 0;
  }
}
.TZ6Epz-uPZTPjuAgX .dropdown-menu,
.TZ6Epz-uPZTPjuAgX .navbar.opened {
  background-color: false !important;
}
.TZ6Epz-uPZTPjuAgX .nav-item:focus,
.TZ6Epz-uPZTPjuAgX .nav-link:focus {
  outline: none;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item .branding-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.TZ6Epz-uPZTPjuAgX .dropdown .dropdown-menu .dropdown-item .branding-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.TZ6Epz-uPZTPjuAgX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.TZ6Epz-uPZTPjuAgX .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar.opened {
  transition: all 0.3s;
}
.TZ6Epz-uPZTPjuAgX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.TZ6Epz-uPZTPjuAgX .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.TZ6Epz-uPZTPjuAgX .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed {
  justify-content: center;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.TZ6Epz-uPZTPjuAgX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZTPjuAgX .navbar .nav-item {
    padding: .5rem 0;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .TZ6Epz-uPZTPjuAgX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .TZ6Epz-uPZTPjuAgX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .TZ6Epz-uPZTPjuAgX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .TZ6Epz-uPZTPjuAgX .navbar .icons-menu {
    padding: 0;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-short {
  min-height: 60px;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.TZ6Epz-uPZTPjuAgX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.TZ6Epz-uPZTPjuAgX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.TZ6Epz-uPZTPjuAgX .navbar-brand .navbar-logo a {
  outline: none;
}
.TZ6Epz-uPZTPjuAgX .dropdown-item.active,
.TZ6Epz-uPZTPjuAgX .dropdown-item:active {
  background-color: transparent;
}
.TZ6Epz-uPZTPjuAgX .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.TZ6Epz-uPZTPjuAgX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.TZ6Epz-uPZTPjuAgX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.TZ6Epz-uPZTPjuAgX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.TZ6Epz-uPZTPjuAgX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1f1677;
  background: #f1f1f1;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.TZ6Epz-uPZTPjuAgX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.TZ6Epz-uPZTPjuAgX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.TZ6Epz-uPZTPjuAgX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.TZ6Epz-uPZTPjuAgX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .TZ6Epz-uPZTPjuAgX .navbar {
    height: 70px;
  }
  .TZ6Epz-uPZTPjuAgX .navbar.opened {
    height: auto;
  }
  .TZ6Epz-uPZTPjuAgX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .TZ6Epz-uPZTPjuAgX .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.TZ6Epz-uPZTPjuAgX .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.TZ6Epz-uPZTPjuAgX .text_widget {
  margin-bottom: 32px;
}
.TZ6Epz-uPZTPjuAgX .text_widget a {
  transition: all 0.3s ease-out;
}
.TZ6Epz-uPZTPjuAgX .text_widget a:hover,
.TZ6Epz-uPZTPjuAgX .text_widget a:focus {
  opacity: .8;
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZTPjuAgX .contacts-wrapper {
    display: none;
  }
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact {
  margin: 8px 20px;
  position: relative;
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact:hover:before,
.TZ6Epz-uPZTPjuAgX .contacts-wrapper a .branding-contact:focus:before {
  width: 100%;
}
.TZ6Epz-uPZTPjuAgX .branding-section-subtitle {
  color: #01004c;
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX .navbar-caption {
  color: #01004c;
}
.TZ6Epz-uPZTPjuAgX .branding-text {
  color: #01004c;
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX .branding-section-subtitle,
.TZ6Epz-uPZTPjuAgX .text_widget,
.TZ6Epz-uPZTPjuAgX .branding-section-btn {
  text-align: center;
}
.TZ6Epz-uPZTPjuAgX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.TZ6Epz-uPZZpkcyuJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.TZ6Epz-uPZZpkcyuJ::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #1f1677 -10%, transparent 70%);
}
.TZ6Epz-uPZZpkcyuJ .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZZpkcyuJ .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZZpkcyuJ .container {
    padding: 0 16px;
  }
}
.TZ6Epz-uPZZpkcyuJ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.TZ6Epz-uPZZpkcyuJ .content-wrapper .branding-section-title {
  margin-bottom: 50px;
}
.TZ6Epz-uPZZpkcyuJ .content-wrapper .branding-text {
  margin-bottom: 0;
}
.TZ6Epz-uPZZpkcyuJ .branding-section-title {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZZpkcyuJ .branding-text {
  color: #000000;
}
.TZ6Epz-uPZZpkcyuJ .branding-text,
.TZ6Epz-uPZZpkcyuJ .icon-wrapper {
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1677;
}
.TZ6Epz-uQ7c0rSxvv .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uQ7c0rSxvv .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uQ7c0rSxvv .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .TZ6Epz-uQ7c0rSxvv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .TZ6Epz-uQ7c0rSxvv .container {
    padding: 0 26px;
  }
}
.TZ6Epz-uQ7c0rSxvv .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .row {
    padding: 26px;
  }
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap {
    display: block;
  }
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .branding-section-title {
  margin-bottom: 0;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .nav-wrapper .list {
    display: block;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #1f1677;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row {
  display: inline-flex;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item a:hover .branding-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item a .branding-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv .copy-wrapper .copyright {
  margin-bottom: 0;
}
.TZ6Epz-uQ7c0rSxvv .branding-section-title,
.TZ6Epz-uQ7c0rSxvv .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv .list {
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv .copyright {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv .list,
.TZ6Epz-uQ7c0rSxvv .nav-wrapper,
.TZ6Epz-uQ7c0rSxvv .soc-wrapper {
  text-align: center;
}
.TZ6Epz-uPZZymIVes {
  background-color: transparent;
}
.TZ6Epz-uPZZymIVes .navbar-dropdown {
  background-color: #1f1677 !important;
  padding: 0;
}
.TZ6Epz-uPZZymIVes .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1f1677 !important;
  background: #1f1677;
}
.TZ6Epz-uPZZymIVes .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.TZ6Epz-uPZZymIVes .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZZymIVes .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .TZ6Epz-uPZZymIVes .menu_box .navbar.opened,
  .TZ6Epz-uPZZymIVes .menu_box .navbar-collapse {
    background-color: #1f1677 !important;
    transition: all 0s ease 0s;
  }
}
.TZ6Epz-uPZZymIVes .navbar-dropdown {
  position: relative !important;
}
.TZ6Epz-uPZZymIVes .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZZymIVes .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.TZ6Epz-uPZZymIVes .branding-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZZymIVes .branding-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZZymIVes .branding-section-btn-main {
    display: block;
    padding: 0;
  }
}
.TZ6Epz-uPZZymIVes .branding-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.TZ6Epz-uPZZymIVes .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.TZ6Epz-uPZZymIVes .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZZymIVes ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .TZ6Epz-uPZZymIVes .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .TZ6Epz-uPZZymIVes .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .TZ6Epz-uPZZymIVes .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .TZ6Epz-uPZZymIVes li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .TZ6Epz-uPZZymIVes .lg_brand {
    margin: 0 1rem;
  }
  .TZ6Epz-uPZZymIVes .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.TZ6Epz-uPZZymIVes .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .TZ6Epz-uPZZymIVes .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .TZ6Epz-uPZZymIVes .nav-item {
    margin: 0 !important;
  }
}
.TZ6Epz-uPZZymIVes .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.TZ6Epz-uPZZymIVes .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZZymIVes .nav-item .nav-link:hover:before,
.TZ6Epz-uPZZymIVes .nav-item .nav-link:focus:before {
  width: 100%;
}
.TZ6Epz-uPZZymIVes .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZZymIVes .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .TZ6Epz-uPZZymIVes .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .TZ6Epz-uPZZymIVes .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .TZ6Epz-uPZZymIVes .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .TZ6Epz-uPZZymIVes .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.TZ6Epz-uPZZymIVes .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.TZ6Epz-uPZZymIVes .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.TZ6Epz-uPZZymIVes .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.TZ6Epz-uPZZymIVes .container {
  display: flex;
  margin: auto;
}
.TZ6Epz-uPZZymIVes .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.TZ6Epz-uPZZymIVes .iconfont-wrapper:last-child {
  margin-right: 0;
}
.TZ6Epz-uPZZymIVes .iconfont-wrapper:hover {
  opacity: .5;
}
.TZ6Epz-uPZZymIVes .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZZymIVes .navbar-nav {
    margin: 0;
  }
}
.TZ6Epz-uPZZymIVes .dropdown-menu,
.TZ6Epz-uPZZymIVes .navbar.opened {
  background-color: false !important;
}
.TZ6Epz-uPZZymIVes .nav-item:focus,
.TZ6Epz-uPZZymIVes .nav-link:focus {
  outline: none;
}
.TZ6Epz-uPZZymIVes .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.TZ6Epz-uPZZymIVes .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.TZ6Epz-uPZZymIVes .dropdown .dropdown-menu .dropdown-item .branding-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.TZ6Epz-uPZZymIVes .dropdown .dropdown-menu .dropdown-item .branding-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.TZ6Epz-uPZZymIVes .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.TZ6Epz-uPZZymIVes .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.TZ6Epz-uPZZymIVes .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZZymIVes .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.TZ6Epz-uPZZymIVes .navbar.opened {
  transition: all 0.3s;
}
.TZ6Epz-uPZZymIVes .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.TZ6Epz-uPZZymIVes .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.TZ6Epz-uPZZymIVes .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.TZ6Epz-uPZZymIVes .navbar.collapsed {
  justify-content: center;
}
.TZ6Epz-uPZZymIVes .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.TZ6Epz-uPZZymIVes .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.TZ6Epz-uPZZymIVes .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.TZ6Epz-uPZZymIVes .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.TZ6Epz-uPZZymIVes .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.TZ6Epz-uPZZymIVes .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.TZ6Epz-uPZZymIVes .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZZymIVes .navbar .nav-item {
    padding: .5rem 0;
  }
  .TZ6Epz-uPZZymIVes .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .TZ6Epz-uPZZymIVes .navbar .nav-item .nav-link::before {
    display: none;
  }
  .TZ6Epz-uPZZymIVes .navbar.opened .dropdown-menu {
    top: 0;
  }
  .TZ6Epz-uPZZymIVes .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .TZ6Epz-uPZZymIVes .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .TZ6Epz-uPZZymIVes .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .TZ6Epz-uPZZymIVes .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .TZ6Epz-uPZZymIVes .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .TZ6Epz-uPZZymIVes .navbar ul.navbar-nav li {
    margin: 0;
  }
  .TZ6Epz-uPZZymIVes .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .TZ6Epz-uPZZymIVes .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .TZ6Epz-uPZZymIVes .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .TZ6Epz-uPZZymIVes .navbar .icons-menu {
    padding: 0;
  }
}
.TZ6Epz-uPZZymIVes .navbar.navbar-short {
  min-height: 60px;
}
.TZ6Epz-uPZZymIVes .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.TZ6Epz-uPZZymIVes .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.TZ6Epz-uPZZymIVes .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.TZ6Epz-uPZZymIVes .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.TZ6Epz-uPZZymIVes .navbar-brand .navbar-logo a {
  outline: none;
}
.TZ6Epz-uPZZymIVes .dropdown-item.active,
.TZ6Epz-uPZZymIVes .dropdown-item:active {
  background-color: transparent;
}
.TZ6Epz-uPZZymIVes .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.TZ6Epz-uPZZymIVes .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.TZ6Epz-uPZZymIVes .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.TZ6Epz-uPZZymIVes .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.TZ6Epz-uPZZymIVes ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.TZ6Epz-uPZZymIVes .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.TZ6Epz-uPZZymIVes button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1f1677;
  background: #f1f1f1;
}
.TZ6Epz-uPZZymIVes button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.TZ6Epz-uPZZymIVes button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.TZ6Epz-uPZZymIVes button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.TZ6Epz-uPZZymIVes button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.TZ6Epz-uPZZymIVes button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.TZ6Epz-uPZZymIVes nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.TZ6Epz-uPZZymIVes nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.TZ6Epz-uPZZymIVes nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.TZ6Epz-uPZZymIVes nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.TZ6Epz-uPZZymIVes a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.TZ6Epz-uPZZymIVes .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .TZ6Epz-uPZZymIVes .navbar {
    height: 70px;
  }
  .TZ6Epz-uPZZymIVes .navbar.opened {
    height: auto;
  }
  .TZ6Epz-uPZZymIVes .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.TZ6Epz-uPZZymIVes .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .TZ6Epz-uPZZymIVes .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.TZ6Epz-uPZZymIVes .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZZymIVes .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.TZ6Epz-uPZZymIVes .text_widget {
  margin-bottom: 32px;
}
.TZ6Epz-uPZZymIVes .text_widget a {
  transition: all 0.3s ease-out;
}
.TZ6Epz-uPZZymIVes .text_widget a:hover,
.TZ6Epz-uPZZymIVes .text_widget a:focus {
  opacity: .8;
}
.TZ6Epz-uPZZymIVes .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZZymIVes .contacts-wrapper {
    display: none;
  }
}
.TZ6Epz-uPZZymIVes .contacts-wrapper a .branding-contact {
  margin: 8px 20px;
  position: relative;
}
.TZ6Epz-uPZZymIVes .contacts-wrapper a .branding-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZZymIVes .contacts-wrapper a .branding-contact:hover:before,
.TZ6Epz-uPZZymIVes .contacts-wrapper a .branding-contact:focus:before {
  width: 100%;
}
.TZ6Epz-uPZZymIVes .branding-section-subtitle {
  color: #01004c;
  text-align: center;
}
.TZ6Epz-uPZZymIVes .navbar-caption {
  color: #01004c;
}
.TZ6Epz-uPZZymIVes .branding-text {
  color: #01004c;
  text-align: center;
}
.TZ6Epz-uPZZymIVes .branding-section-subtitle,
.TZ6Epz-uPZZymIVes .text_widget,
.TZ6Epz-uPZZymIVes .branding-section-btn {
  text-align: center;
}
.TZ6Epz-uPZZymIVes a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.TZ6Epz-uPZZynpont {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.TZ6Epz-uPZZynpont::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #1f1677 -10%, transparent 70%);
}
.TZ6Epz-uPZZynpont .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZZynpont .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZZynpont .container {
    padding: 0 16px;
  }
}
.TZ6Epz-uPZZynpont .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.TZ6Epz-uPZZynpont .content-wrapper .branding-section-title {
  margin-bottom: 50px;
}
.TZ6Epz-uPZZynpont .content-wrapper .branding-text {
  margin-bottom: 0;
}
.TZ6Epz-uPZZynpont .branding-section-title {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZZynpont .branding-text {
  color: #000000;
}
.TZ6Epz-uPZZynpont .branding-text,
.TZ6Epz-uPZZynpont .icon-wrapper {
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1677;
}
.TZ6Epz-uQ7c0rSxvv .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uQ7c0rSxvv .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uQ7c0rSxvv .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .TZ6Epz-uQ7c0rSxvv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .TZ6Epz-uQ7c0rSxvv .container {
    padding: 0 26px;
  }
}
.TZ6Epz-uQ7c0rSxvv .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .row {
    padding: 26px;
  }
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap {
    display: block;
  }
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .branding-section-title {
  margin-bottom: 0;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .nav-wrapper .list {
    display: block;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #1f1677;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row {
  display: inline-flex;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item a:hover .branding-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item a .branding-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv .copy-wrapper .copyright {
  margin-bottom: 0;
}
.TZ6Epz-uQ7c0rSxvv .branding-section-title,
.TZ6Epz-uQ7c0rSxvv .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv .list {
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv .copyright {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv .list,
.TZ6Epz-uQ7c0rSxvv .nav-wrapper,
.TZ6Epz-uQ7c0rSxvv .soc-wrapper {
  text-align: center;
}
.TZ6Epz-uPZZAvwrYw {
  background-color: transparent;
}
.TZ6Epz-uPZZAvwrYw .navbar-dropdown {
  background-color: #1f1677 !important;
  padding: 0;
}
.TZ6Epz-uPZZAvwrYw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1f1677 !important;
  background: #1f1677;
}
.TZ6Epz-uPZZAvwrYw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.TZ6Epz-uPZZAvwrYw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZZAvwrYw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .TZ6Epz-uPZZAvwrYw .menu_box .navbar.opened,
  .TZ6Epz-uPZZAvwrYw .menu_box .navbar-collapse {
    background-color: #1f1677 !important;
    transition: all 0s ease 0s;
  }
}
.TZ6Epz-uPZZAvwrYw .navbar-dropdown {
  position: relative !important;
}
.TZ6Epz-uPZZAvwrYw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZZAvwrYw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.TZ6Epz-uPZZAvwrYw .branding-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZZAvwrYw .branding-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZZAvwrYw .branding-section-btn-main {
    display: block;
    padding: 0;
  }
}
.TZ6Epz-uPZZAvwrYw .branding-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.TZ6Epz-uPZZAvwrYw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.TZ6Epz-uPZZAvwrYw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZZAvwrYw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .TZ6Epz-uPZZAvwrYw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .TZ6Epz-uPZZAvwrYw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .TZ6Epz-uPZZAvwrYw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .TZ6Epz-uPZZAvwrYw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .TZ6Epz-uPZZAvwrYw .lg_brand {
    margin: 0 1rem;
  }
  .TZ6Epz-uPZZAvwrYw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.TZ6Epz-uPZZAvwrYw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .TZ6Epz-uPZZAvwrYw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .TZ6Epz-uPZZAvwrYw .nav-item {
    margin: 0 !important;
  }
}
.TZ6Epz-uPZZAvwrYw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.TZ6Epz-uPZZAvwrYw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZZAvwrYw .nav-item .nav-link:hover:before,
.TZ6Epz-uPZZAvwrYw .nav-item .nav-link:focus:before {
  width: 100%;
}
.TZ6Epz-uPZZAvwrYw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZZAvwrYw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .TZ6Epz-uPZZAvwrYw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .TZ6Epz-uPZZAvwrYw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .TZ6Epz-uPZZAvwrYw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .TZ6Epz-uPZZAvwrYw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.TZ6Epz-uPZZAvwrYw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.TZ6Epz-uPZZAvwrYw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.TZ6Epz-uPZZAvwrYw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.TZ6Epz-uPZZAvwrYw .container {
  display: flex;
  margin: auto;
}
.TZ6Epz-uPZZAvwrYw .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.TZ6Epz-uPZZAvwrYw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.TZ6Epz-uPZZAvwrYw .iconfont-wrapper:hover {
  opacity: .5;
}
.TZ6Epz-uPZZAvwrYw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZZAvwrYw .navbar-nav {
    margin: 0;
  }
}
.TZ6Epz-uPZZAvwrYw .dropdown-menu,
.TZ6Epz-uPZZAvwrYw .navbar.opened {
  background-color: false !important;
}
.TZ6Epz-uPZZAvwrYw .nav-item:focus,
.TZ6Epz-uPZZAvwrYw .nav-link:focus {
  outline: none;
}
.TZ6Epz-uPZZAvwrYw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.TZ6Epz-uPZZAvwrYw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.TZ6Epz-uPZZAvwrYw .dropdown .dropdown-menu .dropdown-item .branding-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.TZ6Epz-uPZZAvwrYw .dropdown .dropdown-menu .dropdown-item .branding-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.TZ6Epz-uPZZAvwrYw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.TZ6Epz-uPZZAvwrYw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.TZ6Epz-uPZZAvwrYw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZZAvwrYw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.TZ6Epz-uPZZAvwrYw .navbar.opened {
  transition: all 0.3s;
}
.TZ6Epz-uPZZAvwrYw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.TZ6Epz-uPZZAvwrYw .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.TZ6Epz-uPZZAvwrYw .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.TZ6Epz-uPZZAvwrYw .navbar.collapsed {
  justify-content: center;
}
.TZ6Epz-uPZZAvwrYw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.TZ6Epz-uPZZAvwrYw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.TZ6Epz-uPZZAvwrYw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.TZ6Epz-uPZZAvwrYw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.TZ6Epz-uPZZAvwrYw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.TZ6Epz-uPZZAvwrYw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.TZ6Epz-uPZZAvwrYw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZZAvwrYw .navbar .nav-item {
    padding: .5rem 0;
  }
  .TZ6Epz-uPZZAvwrYw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .TZ6Epz-uPZZAvwrYw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .TZ6Epz-uPZZAvwrYw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .TZ6Epz-uPZZAvwrYw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .TZ6Epz-uPZZAvwrYw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .TZ6Epz-uPZZAvwrYw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .TZ6Epz-uPZZAvwrYw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .TZ6Epz-uPZZAvwrYw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .TZ6Epz-uPZZAvwrYw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .TZ6Epz-uPZZAvwrYw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .TZ6Epz-uPZZAvwrYw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .TZ6Epz-uPZZAvwrYw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .TZ6Epz-uPZZAvwrYw .navbar .icons-menu {
    padding: 0;
  }
}
.TZ6Epz-uPZZAvwrYw .navbar.navbar-short {
  min-height: 60px;
}
.TZ6Epz-uPZZAvwrYw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.TZ6Epz-uPZZAvwrYw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.TZ6Epz-uPZZAvwrYw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.TZ6Epz-uPZZAvwrYw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.TZ6Epz-uPZZAvwrYw .navbar-brand .navbar-logo a {
  outline: none;
}
.TZ6Epz-uPZZAvwrYw .dropdown-item.active,
.TZ6Epz-uPZZAvwrYw .dropdown-item:active {
  background-color: transparent;
}
.TZ6Epz-uPZZAvwrYw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.TZ6Epz-uPZZAvwrYw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.TZ6Epz-uPZZAvwrYw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.TZ6Epz-uPZZAvwrYw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.TZ6Epz-uPZZAvwrYw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.TZ6Epz-uPZZAvwrYw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.TZ6Epz-uPZZAvwrYw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1f1677;
  background: #f1f1f1;
}
.TZ6Epz-uPZZAvwrYw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.TZ6Epz-uPZZAvwrYw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.TZ6Epz-uPZZAvwrYw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.TZ6Epz-uPZZAvwrYw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.TZ6Epz-uPZZAvwrYw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.TZ6Epz-uPZZAvwrYw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.TZ6Epz-uPZZAvwrYw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.TZ6Epz-uPZZAvwrYw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.TZ6Epz-uPZZAvwrYw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.TZ6Epz-uPZZAvwrYw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.TZ6Epz-uPZZAvwrYw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .TZ6Epz-uPZZAvwrYw .navbar {
    height: 70px;
  }
  .TZ6Epz-uPZZAvwrYw .navbar.opened {
    height: auto;
  }
  .TZ6Epz-uPZZAvwrYw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.TZ6Epz-uPZZAvwrYw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .TZ6Epz-uPZZAvwrYw .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.TZ6Epz-uPZZAvwrYw .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZZAvwrYw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.TZ6Epz-uPZZAvwrYw .text_widget {
  margin-bottom: 32px;
}
.TZ6Epz-uPZZAvwrYw .text_widget a {
  transition: all 0.3s ease-out;
}
.TZ6Epz-uPZZAvwrYw .text_widget a:hover,
.TZ6Epz-uPZZAvwrYw .text_widget a:focus {
  opacity: .8;
}
.TZ6Epz-uPZZAvwrYw .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZZAvwrYw .contacts-wrapper {
    display: none;
  }
}
.TZ6Epz-uPZZAvwrYw .contacts-wrapper a .branding-contact {
  margin: 8px 20px;
  position: relative;
}
.TZ6Epz-uPZZAvwrYw .contacts-wrapper a .branding-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZZAvwrYw .contacts-wrapper a .branding-contact:hover:before,
.TZ6Epz-uPZZAvwrYw .contacts-wrapper a .branding-contact:focus:before {
  width: 100%;
}
.TZ6Epz-uPZZAvwrYw .branding-section-subtitle {
  color: #01004c;
  text-align: center;
}
.TZ6Epz-uPZZAvwrYw .navbar-caption {
  color: #01004c;
}
.TZ6Epz-uPZZAvwrYw .branding-text {
  color: #01004c;
  text-align: center;
}
.TZ6Epz-uPZZAvwrYw .branding-section-subtitle,
.TZ6Epz-uPZZAvwrYw .text_widget,
.TZ6Epz-uPZZAvwrYw .branding-section-btn {
  text-align: center;
}
.TZ6Epz-uPZZAvwrYw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.TZ6Epz-uPZZAweHj3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.TZ6Epz-uPZZAweHj3::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #1f1677 -10%, transparent 70%);
}
.TZ6Epz-uPZZAweHj3 .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZZAweHj3 .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZZAweHj3 .container {
    padding: 0 16px;
  }
}
.TZ6Epz-uPZZAweHj3 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.TZ6Epz-uPZZAweHj3 .content-wrapper .branding-section-title {
  margin-bottom: 50px;
}
.TZ6Epz-uPZZAweHj3 .content-wrapper .branding-text {
  margin-bottom: 0;
}
.TZ6Epz-uPZZAweHj3 .branding-section-title {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZZAweHj3 .branding-text {
  color: #000000;
}
.TZ6Epz-uPZZAweHj3 .branding-text,
.TZ6Epz-uPZZAweHj3 .icon-wrapper {
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1677;
}
.TZ6Epz-uQ7c0rSxvv .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uQ7c0rSxvv .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uQ7c0rSxvv .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .TZ6Epz-uQ7c0rSxvv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .TZ6Epz-uQ7c0rSxvv .container {
    padding: 0 26px;
  }
}
.TZ6Epz-uQ7c0rSxvv .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .row {
    padding: 26px;
  }
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap {
    display: block;
  }
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .branding-section-title {
  margin-bottom: 0;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .nav-wrapper .list {
    display: block;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #1f1677;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row {
  display: inline-flex;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item a:hover .branding-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item a .branding-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv .copy-wrapper .copyright {
  margin-bottom: 0;
}
.TZ6Epz-uQ7c0rSxvv .branding-section-title,
.TZ6Epz-uQ7c0rSxvv .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv .list {
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv .copyright {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv .list,
.TZ6Epz-uQ7c0rSxvv .nav-wrapper,
.TZ6Epz-uQ7c0rSxvv .soc-wrapper {
  text-align: center;
}
.TZ6Epz-uPZZBBHeYV {
  background-color: transparent;
}
.TZ6Epz-uPZZBBHeYV .navbar-dropdown {
  background-color: #1f1677 !important;
  padding: 0;
}
.TZ6Epz-uPZZBBHeYV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1f1677 !important;
  background: #1f1677;
}
.TZ6Epz-uPZZBBHeYV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.TZ6Epz-uPZZBBHeYV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZZBBHeYV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .TZ6Epz-uPZZBBHeYV .menu_box .navbar.opened,
  .TZ6Epz-uPZZBBHeYV .menu_box .navbar-collapse {
    background-color: #1f1677 !important;
    transition: all 0s ease 0s;
  }
}
.TZ6Epz-uPZZBBHeYV .navbar-dropdown {
  position: relative !important;
}
.TZ6Epz-uPZZBBHeYV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZZBBHeYV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.TZ6Epz-uPZZBBHeYV .branding-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZZBBHeYV .branding-section-btn-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uPZZBBHeYV .branding-section-btn-main {
    display: block;
    padding: 0;
  }
}
.TZ6Epz-uPZZBBHeYV .branding-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.TZ6Epz-uPZZBBHeYV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.TZ6Epz-uPZZBBHeYV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZZBBHeYV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .TZ6Epz-uPZZBBHeYV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .TZ6Epz-uPZZBBHeYV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .TZ6Epz-uPZZBBHeYV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .TZ6Epz-uPZZBBHeYV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .TZ6Epz-uPZZBBHeYV .lg_brand {
    margin: 0 1rem;
  }
  .TZ6Epz-uPZZBBHeYV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.TZ6Epz-uPZZBBHeYV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .TZ6Epz-uPZZBBHeYV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .TZ6Epz-uPZZBBHeYV .nav-item {
    margin: 0 !important;
  }
}
.TZ6Epz-uPZZBBHeYV .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.TZ6Epz-uPZZBBHeYV .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZZBBHeYV .nav-item .nav-link:hover:before,
.TZ6Epz-uPZZBBHeYV .nav-item .nav-link:focus:before {
  width: 100%;
}
.TZ6Epz-uPZZBBHeYV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZZBBHeYV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .TZ6Epz-uPZZBBHeYV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .TZ6Epz-uPZZBBHeYV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .TZ6Epz-uPZZBBHeYV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .TZ6Epz-uPZZBBHeYV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.TZ6Epz-uPZZBBHeYV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.TZ6Epz-uPZZBBHeYV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.TZ6Epz-uPZZBBHeYV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.TZ6Epz-uPZZBBHeYV .container {
  display: flex;
  margin: auto;
}
.TZ6Epz-uPZZBBHeYV .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.TZ6Epz-uPZZBBHeYV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.TZ6Epz-uPZZBBHeYV .iconfont-wrapper:hover {
  opacity: .5;
}
.TZ6Epz-uPZZBBHeYV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZZBBHeYV .navbar-nav {
    margin: 0;
  }
}
.TZ6Epz-uPZZBBHeYV .dropdown-menu,
.TZ6Epz-uPZZBBHeYV .navbar.opened {
  background-color: false !important;
}
.TZ6Epz-uPZZBBHeYV .nav-item:focus,
.TZ6Epz-uPZZBBHeYV .nav-link:focus {
  outline: none;
}
.TZ6Epz-uPZZBBHeYV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.TZ6Epz-uPZZBBHeYV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.TZ6Epz-uPZZBBHeYV .dropdown .dropdown-menu .dropdown-item .branding-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.TZ6Epz-uPZZBBHeYV .dropdown .dropdown-menu .dropdown-item .branding-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.TZ6Epz-uPZZBBHeYV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.TZ6Epz-uPZZBBHeYV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.TZ6Epz-uPZZBBHeYV .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZZBBHeYV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.TZ6Epz-uPZZBBHeYV .navbar.opened {
  transition: all 0.3s;
}
.TZ6Epz-uPZZBBHeYV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.TZ6Epz-uPZZBBHeYV .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.TZ6Epz-uPZZBBHeYV .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.TZ6Epz-uPZZBBHeYV .navbar.collapsed {
  justify-content: center;
}
.TZ6Epz-uPZZBBHeYV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.TZ6Epz-uPZZBBHeYV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.TZ6Epz-uPZZBBHeYV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.TZ6Epz-uPZZBBHeYV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.TZ6Epz-uPZZBBHeYV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.TZ6Epz-uPZZBBHeYV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.TZ6Epz-uPZZBBHeYV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .TZ6Epz-uPZZBBHeYV .navbar .nav-item {
    padding: .5rem 0;
  }
  .TZ6Epz-uPZZBBHeYV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .TZ6Epz-uPZZBBHeYV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .TZ6Epz-uPZZBBHeYV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .TZ6Epz-uPZZBBHeYV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .TZ6Epz-uPZZBBHeYV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .TZ6Epz-uPZZBBHeYV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .TZ6Epz-uPZZBBHeYV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .TZ6Epz-uPZZBBHeYV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .TZ6Epz-uPZZBBHeYV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .TZ6Epz-uPZZBBHeYV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .TZ6Epz-uPZZBBHeYV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .TZ6Epz-uPZZBBHeYV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .TZ6Epz-uPZZBBHeYV .navbar .icons-menu {
    padding: 0;
  }
}
.TZ6Epz-uPZZBBHeYV .navbar.navbar-short {
  min-height: 60px;
}
.TZ6Epz-uPZZBBHeYV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.TZ6Epz-uPZZBBHeYV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.TZ6Epz-uPZZBBHeYV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.TZ6Epz-uPZZBBHeYV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.TZ6Epz-uPZZBBHeYV .navbar-brand .navbar-logo a {
  outline: none;
}
.TZ6Epz-uPZZBBHeYV .dropdown-item.active,
.TZ6Epz-uPZZBBHeYV .dropdown-item:active {
  background-color: transparent;
}
.TZ6Epz-uPZZBBHeYV .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.TZ6Epz-uPZZBBHeYV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.TZ6Epz-uPZZBBHeYV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.TZ6Epz-uPZZBBHeYV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.TZ6Epz-uPZZBBHeYV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.TZ6Epz-uPZZBBHeYV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.TZ6Epz-uPZZBBHeYV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1f1677;
  background: #f1f1f1;
}
.TZ6Epz-uPZZBBHeYV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.TZ6Epz-uPZZBBHeYV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.TZ6Epz-uPZZBBHeYV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.TZ6Epz-uPZZBBHeYV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.TZ6Epz-uPZZBBHeYV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.TZ6Epz-uPZZBBHeYV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.TZ6Epz-uPZZBBHeYV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.TZ6Epz-uPZZBBHeYV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.TZ6Epz-uPZZBBHeYV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.TZ6Epz-uPZZBBHeYV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.TZ6Epz-uPZZBBHeYV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .TZ6Epz-uPZZBBHeYV .navbar {
    height: 70px;
  }
  .TZ6Epz-uPZZBBHeYV .navbar.opened {
    height: auto;
  }
  .TZ6Epz-uPZZBBHeYV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.TZ6Epz-uPZZBBHeYV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .TZ6Epz-uPZZBBHeYV .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.TZ6Epz-uPZZBBHeYV .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .TZ6Epz-uPZZBBHeYV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.TZ6Epz-uPZZBBHeYV .text_widget {
  margin-bottom: 32px;
}
.TZ6Epz-uPZZBBHeYV .text_widget a {
  transition: all 0.3s ease-out;
}
.TZ6Epz-uPZZBBHeYV .text_widget a:hover,
.TZ6Epz-uPZZBBHeYV .text_widget a:focus {
  opacity: .8;
}
.TZ6Epz-uPZZBBHeYV .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .TZ6Epz-uPZZBBHeYV .contacts-wrapper {
    display: none;
  }
}
.TZ6Epz-uPZZBBHeYV .contacts-wrapper a .branding-contact {
  margin: 8px 20px;
  position: relative;
}
.TZ6Epz-uPZZBBHeYV .contacts-wrapper a .branding-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uPZZBBHeYV .contacts-wrapper a .branding-contact:hover:before,
.TZ6Epz-uPZZBBHeYV .contacts-wrapper a .branding-contact:focus:before {
  width: 100%;
}
.TZ6Epz-uPZZBBHeYV .branding-section-subtitle {
  color: #01004c;
  text-align: center;
}
.TZ6Epz-uPZZBBHeYV .navbar-caption {
  color: #01004c;
}
.TZ6Epz-uPZZBBHeYV .branding-text {
  color: #01004c;
  text-align: center;
}
.TZ6Epz-uPZZBBHeYV .branding-section-subtitle,
.TZ6Epz-uPZZBBHeYV .text_widget,
.TZ6Epz-uPZZBBHeYV .branding-section-btn {
  text-align: center;
}
.TZ6Epz-uPZZBBHeYV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.TZ6Epz-uPZZBCECHO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.TZ6Epz-uPZZBCECHO::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #1f1677 -10%, transparent 70%);
}
.TZ6Epz-uPZZBCECHO .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uPZZBCECHO .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .TZ6Epz-uPZZBCECHO .container {
    padding: 0 16px;
  }
}
.TZ6Epz-uPZZBCECHO .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.TZ6Epz-uPZZBCECHO .content-wrapper .branding-section-title {
  margin-bottom: 50px;
}
.TZ6Epz-uPZZBCECHO .content-wrapper .branding-text {
  margin-bottom: 0;
}
.TZ6Epz-uPZZBCECHO .branding-section-title {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uPZZBCECHO .branding-text {
  color: #000000;
}
.TZ6Epz-uPZZBCECHO .branding-text,
.TZ6Epz-uPZZBCECHO .icon-wrapper {
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1677;
}
.TZ6Epz-uQ7c0rSxvv .branding-fallback-image.disabled {
  display: none;
}
.TZ6Epz-uQ7c0rSxvv .branding-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.TZ6Epz-uQ7c0rSxvv .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .TZ6Epz-uQ7c0rSxvv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .TZ6Epz-uQ7c0rSxvv .container {
    padding: 0 26px;
  }
}
.TZ6Epz-uQ7c0rSxvv .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .row {
    padding: 26px;
  }
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap {
    display: block;
  }
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .branding-section-title {
  margin-bottom: 0;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .nav-wrapper .list {
    display: block;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #1f1677;
  transition: all 0.3s ease-in-out;
}
.TZ6Epz-uQ7c0rSxvv .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper {
  margin-bottom: 50px;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row {
  display: inline-flex;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item a:hover .branding-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.TZ6Epz-uQ7c0rSxvv .soc-wrapper .social-row .soc-item a .branding-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv .copy-wrapper .copyright {
  margin-bottom: 0;
}
.TZ6Epz-uQ7c0rSxvv .branding-section-title,
.TZ6Epz-uQ7c0rSxvv .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv .list {
  color: #ffffff;
}
.TZ6Epz-uQ7c0rSxvv .copyright {
  color: #ffffff;
  text-align: center;
}
.TZ6Epz-uQ7c0rSxvv .list,
.TZ6Epz-uQ7c0rSxvv .nav-wrapper,
.TZ6Epz-uQ7c0rSxvv .soc-wrapper {
  text-align: center;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
/* Main container for the cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  width: calc(100% - 40px);
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(100%);
  animation: slideIn 0.5s forwards;
  z-index: 1000;
}

/* Slide in animation */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header section: icon and message */
.cookie-banner .banner-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cookie-banner .banner-header img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

.cookie-banner .banner-header p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* Buttons section */
.cookie-banner .banner-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.cookie-banner .banner-buttons button {
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  width: 100%;
}

.cookie-banner .banner-buttons button:hover {
  transform: scale(1.03);
}

/* Accept button design */
.cookie-banner .banner-buttons button#cookieAcceptBtn {
  background-color: #4caf50;
  color: #fff;
}

/* Reject button design */
.cookie-banner .banner-buttons button#cookieRejectBtn {
  background-color: #fff;
  color: #f44336;
  border: 2px solid #f44336;
}

.cookie-banner .banner-buttons button#cookieRejectBtn:hover {
  background-color: #ffe6e6;
}

/* Footer section with policy links */
.cookie-banner .banner-footer {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.cookie-banner .banner-footer a {
  color: #007bff;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: border-bottom 0.3s;
}

.cookie-banner .banner-footer a:hover {
  border-bottom: 1px dashed #007bff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cookie-banner {
    max-width: 90%;
    padding: 15px;
    bottom: 15px;
    right: 15px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 15px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    max-width: 100%;
    bottom: 10px;
    right: 10px;
    padding: 10px;
  }
  .cookie-banner .banner-header img {
    width: 40px;
    height: 40px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 14px;
    padding: 8px;
  }
}

/* logoanimations */
@keyframes blurIn {
    0% {
        filter: blur(10px);
        opacity: 0;
    }
    100% {
        filter: blur(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: blurIn 0.6s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 26: rotate + scale */
a, button, .btn {
  transition: transform 0.2s ease;
}
a:active, button:active, .btn:active {
  transform: rotate(-5deg) scale(0.9);
}
/* endmainanimations */
.quiz-section {
  background-image: url("../../../assets/images/yellow_fabric.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}