body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 6.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 5.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.48rem;
    font-size: calc( 2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c30a15 !important;
}
.bg-success {
  background-color: #c30a15 !important;
}
.bg-info {
  background-color: #002d69 !important;
}
.bg-warning {
  background-color: #bbbbbb !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c30a15 !important;
  border-color: #c30a15 !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: #71060c !important;
  border-color: #71060c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #71060c !important;
  border-color: #71060c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #002d69 !important;
  border-color: #002d69 !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: #000812 !important;
  border-color: #000812 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000812 !important;
  border-color: #000812 !important;
}
.btn-info,
.btn-info:active {
  background-color: #002d69 !important;
  border-color: #002d69 !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: #000812 !important;
  border-color: #000812 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000812 !important;
  border-color: #000812 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c30a15 !important;
  border-color: #c30a15 !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: #71060c !important;
  border-color: #71060c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #71060c !important;
  border-color: #71060c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-danger,
.btn-danger: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-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.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-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #c30a15;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #71060c !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: #c30a15 !important;
  border-color: #c30a15 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #002d69;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000812 !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: #002d69 !important;
  border-color: #002d69 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #002d69;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000812 !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: #002d69 !important;
  border-color: #002d69 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c30a15;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #71060c !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: #c30a15 !important;
  border-color: #c30a15 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #c30a15 !important;
}
.text-secondary {
  color: #002d69 !important;
}
.text-success {
  color: #c30a15 !important;
}
.text-info {
  color: #002d69 !important;
}
.text-warning {
  color: #bbbbbb !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #62050b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000103 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #62050b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000103 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #888888 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #c30a15;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #002d69;
}
.alert-warning {
  background-color: #bbbbbb;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c30a15;
  border-color: #c30a15;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c30a15;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f65660;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f65660;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0064e9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #c30a15 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #c30a15;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c30a15;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c30a15;
}
.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: #c30a15;
  border-bottom-color: #c30a15;
}
.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: #c30a15 !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: #002d69 !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='%23c30a15' %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;
}
.cid-tCseCESu05 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCseCESu05 nav.navbar {
  position: fixed;
}
.cid-tCseCESu05 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCseCESu05 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCseCESu05 .dropdown-item:hover,
.cid-tCseCESu05 .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tCseCESu05 .dropdown-item:hover span {
  color: white;
}
.cid-tCseCESu05 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCseCESu05 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCseCESu05 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCseCESu05 .nav-link {
  position: relative;
}
.cid-tCseCESu05 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCseCESu05 .dropdown-menu,
.cid-tCseCESu05 .navbar.opened {
  background: #ffffff !important;
}
.cid-tCseCESu05 .nav-item:focus,
.cid-tCseCESu05 .nav-link:focus {
  outline: none;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCseCESu05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCseCESu05 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCseCESu05 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCseCESu05 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCseCESu05 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCseCESu05 .navbar.collapsed {
  justify-content: center;
}
.cid-tCseCESu05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCseCESu05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCseCESu05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCseCESu05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCseCESu05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCseCESu05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tCseCESu05 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCseCESu05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCseCESu05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCseCESu05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCseCESu05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCseCESu05 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCseCESu05 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCseCESu05 .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;
}
.cid-tCseCESu05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCseCESu05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCseCESu05 .dropdown-item.active,
.cid-tCseCESu05 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCseCESu05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCseCESu05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCseCESu05 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCseCESu05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCseCESu05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCseCESu05 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCseCESu05 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCseCESu05 .navbar {
    height: 70px;
  }
  .cid-tCseCESu05 .navbar.opened {
    height: auto;
  }
  .cid-tCseCESu05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCo0lyQp1U {
  display: flex;
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/copy-of-andrew-2000x886.jpg");
  background-size: cover;
}
.cid-tCo0lyQp1U .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tCo0lyQp1U .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tCo0lyQp1U {
    align-items: flex-end;
  }
  .cid-tCo0lyQp1U .row {
    justify-content: flex-end;
  }
  .cid-tCo0lyQp1U .content-wrap {
    width: 72%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tCo0lyQp1U .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tCo0lyQp1U {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tCo0lyQp1U .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tCo0lyQp1U .content-wrap {
    width: 100%;
  }
}
.cid-tCo0lyQp1U .mbr-section-title {
  text-align: right;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000;
}
.cid-tCo0lyQp1U .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-tCo0lyQp1U .mbr-text,
.cid-tCo0lyQp1U .mbr-section-btn {
  text-align: right;
  text-shadow: 1px 1px 1px #000;
}
.cid-ui4pbJxzUn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #002d69;
}
.cid-ui4pbJxzUn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui4pbJxzUn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui4pbJxzUn .mbr-section-title {
  color: #ffffff;
}
.cid-ubm3TDQ7pt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubm3TDQ7pt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubm3TDQ7pt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubm3TDQ7pt .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ubm3TDQ7pt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ubm3TDQ7pt .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ubm3TDQ7pt .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ubm3TDQ7pt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubm3TDQ7pt .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-ubm3TDQ7pt .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ubm3TDQ7pt .buttons-wrapper {
    text-align: left;
  }
}
.cid-ubm3TDQ7pt .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-ubm3TDQ7pt .mbr-section-title {
  color: #262642;
}
.cid-ubm3TDQ7pt .mbr-section-subtitle {
  color: #033372;
}
.cid-ubm3TDQ7pt .mbr-section-title,
.cid-ubm3TDQ7pt .buttons-wrapper {
  color: #033372;
}
.cid-ui8UHK5soG {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ui8UHK5soG .video-wrapper iframe {
  width: 100%;
}
.cid-ui8UHK5soG h2,
.cid-ui8UHK5soG h4,
.cid-ui8UHK5soG p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ui8UHK5soG .col-md-6 {
    width: 100%;
  }
}
.cid-ui8UHK5soG .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-ui8UHK5soG .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-ui8UHK5soG .mbr-section-head {
    text-align: center;
  }
}
.cid-ui8UHK5soG .mbr-section-title {
  color: #c30a15;
  margin-bottom: 1rem;
}
.cid-ui8UHK5soG .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 6px;
}
.cid-ui8UHK5soG .mbr-text {
  color: #ffffff;
}
.cid-udwKT7pYDZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-udwKT7pYDZ .video-wrapper iframe {
  width: 100%;
}
.cid-udwKT7pYDZ h2,
.cid-udwKT7pYDZ h4,
.cid-udwKT7pYDZ p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-udwKT7pYDZ .col-md-6 {
    width: 100%;
  }
}
.cid-udwKT7pYDZ .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-udwKT7pYDZ .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-udwKT7pYDZ .mbr-section-head {
    text-align: center;
  }
}
.cid-udwKT7pYDZ .mbr-section-title {
  color: #c30a15;
  margin-bottom: 1rem;
}
.cid-udwKT7pYDZ .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 6px;
}
.cid-udwKT7pYDZ .mbr-text {
  color: #ffffff;
}
.cid-uaSg4iDUgS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uaSg4iDUgS .video-wrapper iframe {
  width: 100%;
}
.cid-uaSg4iDUgS h2,
.cid-uaSg4iDUgS h4,
.cid-uaSg4iDUgS p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uaSg4iDUgS .col-md-6 {
    width: 100%;
  }
}
.cid-uaSg4iDUgS .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-uaSg4iDUgS .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uaSg4iDUgS .mbr-section-head {
    text-align: center;
  }
}
.cid-uaSg4iDUgS .mbr-section-title {
  color: #c30a15;
  margin-bottom: 1rem;
}
.cid-uaSg4iDUgS .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 6px;
}
.cid-uaSg4iDUgS .mbr-text {
  color: #ffffff;
}
.cid-u5CwDhnAt4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-u5CwDhnAt4 .video-wrapper iframe {
  width: 100%;
}
.cid-u5CwDhnAt4 h2,
.cid-u5CwDhnAt4 h4,
.cid-u5CwDhnAt4 p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5CwDhnAt4 .col-md-6 {
    width: 100%;
  }
}
.cid-u5CwDhnAt4 .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-u5CwDhnAt4 .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5CwDhnAt4 .mbr-section-head {
    text-align: center;
  }
}
.cid-u5CwDhnAt4 .mbr-section-title {
  color: #c30a15;
  margin-bottom: 1rem;
}
.cid-u5CwDhnAt4 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 6px;
}
.cid-u5CwDhnAt4 .mbr-text {
  color: #ffffff;
}
.cid-u64bwEQxeB {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-u64bwEQxeB .video-wrapper iframe {
  width: 100%;
}
.cid-u64bwEQxeB h2,
.cid-u64bwEQxeB h4,
.cid-u64bwEQxeB p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u64bwEQxeB .col-md-6 {
    width: 100%;
  }
}
.cid-u64bwEQxeB .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-u64bwEQxeB .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-u64bwEQxeB .mbr-section-head {
    text-align: center;
  }
}
.cid-u64bwEQxeB .mbr-section-title {
  color: #c30a15;
  margin-bottom: 1rem;
}
.cid-u64bwEQxeB .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 6px;
}
.cid-u64bwEQxeB .mbr-text {
  color: #ffffff;
}
.cid-tYUOeL88Zk .container,
.cid-tYUOeL88Zk .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tCnmzVI1hG .container,
.cid-tCnmzVI1hG .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tBI8GeltlL {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #b22825;
}
.cid-tBI8GeltlL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBI8GeltlL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBI8GeltlL .mbr-section-title {
  color: #ffffff;
}
.cid-tBIZ1LBGso {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #b22825;
}
.cid-tBIZ1LBGso .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBIZ1LBGso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBIZ1LBGso .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #c30a15;
  margin-bottom: 2rem;
}
.cid-tBIZ1LBGso .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #033372;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBIZ1LBGso .card-title,
.cid-tBIZ1LBGso .card-box {
  color: #ffffff;
}
.cid-tC5wCPyLUP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #b22825;
}
.cid-tCnmEgmpUh .container,
.cid-tCnmEgmpUh .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tBImBY4IoS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tBImBY4IoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBImBY4IoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tBImBY4IoS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBImBY4IoS .row {
  flex-direction: row-reverse;
}
.cid-tBImBY4IoS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tBImBY4IoS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tBImBY4IoS .mbr-description {
  color: #b33100;
}
.cid-tBImBY4IoS .mbr-section-title {
  color: #b33100;
}
.cid-tCnRxU65KD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-tCnRxU65KD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCnRxU65KD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCnRxU65KD .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tCnRxU65KD .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCnRxU65KD .container-fluid .row {
  padding: 0;
}
.cid-tCnRxU65KD .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCnRxU65KD .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tCnRxU65KD .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tCnRxU65KD .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tCnRxU65KD .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tCnRxU65KD .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tCnRxU65KD .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tCnRxU65KD .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tCnRxU65KD .mbr-section-title {
  color: #495DFF;
}
.cid-tCnRxU65KD .mbr-text {
  color: #ffffff;
}
.cid-tCnRxU65KD .mbr-section-title,
.cid-tCnRxU65KD .mbr-section-btn {
  color: #ffffff;
}
.cid-tBIa4HmSsR {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-tBIa4HmSsR .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-tBIa4HmSsR .btn {
  height: 100%;
  min-height: 70px;
}
.cid-tBIa4HmSsR .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-tBIa4HmSsR .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-tBIa4HmSsR form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tBIa4HmSsR p {
  margin-bottom: 4rem;
}
.cid-tBIa4HmSsR h4 {
  margin-bottom: 1rem;
}
.cid-tBIa4HmSsR .form-control,
.cid-tBIa4HmSsR .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tBIa4HmSsR .form-control::-webkit-input-placeholder,
.cid-tBIa4HmSsR .field-input::-webkit-input-placeholder,
.cid-tBIa4HmSsR .form-control::-webkit-input-placeholder,
.cid-tBIa4HmSsR .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tBIa4HmSsR .form-control:-moz-placeholder,
.cid-tBIa4HmSsR .field-input:-moz-placeholder,
.cid-tBIa4HmSsR .form-control:-moz-placeholder,
.cid-tBIa4HmSsR .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-tBIa4HmSsR .form-control:hover,
.cid-tBIa4HmSsR .field-input:hover,
.cid-tBIa4HmSsR .form-control:focus,
.cid-tBIa4HmSsR .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-tBIa4HmSsR .form-control:hover::-webkit-input-placeholder,
.cid-tBIa4HmSsR .field-input:hover::-webkit-input-placeholder,
.cid-tBIa4HmSsR .form-control:focus::-webkit-input-placeholder,
.cid-tBIa4HmSsR .field-input:focus::-webkit-input-placeholder,
.cid-tBIa4HmSsR .form-control:hover::-webkit-input-placeholder,
.cid-tBIa4HmSsR .field-input:hover::-webkit-input-placeholder,
.cid-tBIa4HmSsR .form-control:focus::-webkit-input-placeholder,
.cid-tBIa4HmSsR .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-tBIa4HmSsR .form-control:hover:-moz-placeholder,
.cid-tBIa4HmSsR .field-input:hover:-moz-placeholder,
.cid-tBIa4HmSsR .form-control:focus:-moz-placeholder,
.cid-tBIa4HmSsR .field-input:focus:-moz-placeholder,
.cid-tBIa4HmSsR .form-control:hover:-moz-placeholder,
.cid-tBIa4HmSsR .field-input:hover:-moz-placeholder,
.cid-tBIa4HmSsR .form-control:focus:-moz-placeholder,
.cid-tBIa4HmSsR .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-tBIa4HmSsR .jq-number__spin:hover,
.cid-tBIa4HmSsR .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tBIa4HmSsR .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tBIa4HmSsR .jq-selectbox li,
.cid-tBIa4HmSsR .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tBIa4HmSsR .jq-selectbox li:hover,
.cid-tBIa4HmSsR .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tBIa4HmSsR .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tBIa4HmSsR .jq-number__spin.minus:hover:after,
.cid-tBIa4HmSsR .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tBIa4HmSsR .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tBIa4HmSsR .jq-number__spin.minus:after,
.cid-tBIa4HmSsR .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tBIa4HmSsR input::-webkit-clear-button {
  display: none;
}
.cid-tBIa4HmSsR input::-webkit-inner-spin-button {
  display: none;
}
.cid-tBIa4HmSsR input::-webkit-outer-spin-button {
  display: none;
}
.cid-tBIa4HmSsR input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tBIa4HmSsR H4 {
  color: #ffffff;
}
.cid-tBIa4HmSsR P {
  color: #ffffff;
}
.cid-tBJ0yKwqVr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBJ0yKwqVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBJ0yKwqVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBJ0yKwqVr .number-wrap {
  color: #b33100;
  text-align: center;
}
.cid-tBJ0yKwqVr .number {
  color: #033372;
}
.cid-tBJ0yKwqVr .period {
  display: block;
}
.cid-tBJ0yKwqVr .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tBJ0yKwqVr .period {
    font-size: 0.8rem;
  }
}
.cid-tBJ0yKwqVr .btn {
  height: 100%;
  margin: 0;
}
.cid-tBJ0yKwqVr .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tBJ0yKwqVr .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tBJ0yKwqVr .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #b33100;
  border: 2px solid #b33100;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tBJ0yKwqVr .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tBJ0yKwqVr .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #b33100;
  color: #ffffff;
}
.cid-tBJ0yKwqVr H3 {
  color: #b33100;
}
.cid-tBJ0yKwqVr .mbr-text,
.cid-tBJ0yKwqVr .mbr-section-btn {
  color: #033372;
}
.cid-tBJ0gf12Re {
  padding-top: 8rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #033372;
}
.cid-tBJ0gf12Re:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 57.14vw;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .1;
  background-image: linear-gradient(180deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1399px) {
  .cid-tBJ0gf12Re:before {
    width: 100%;
    border-radius: 240px;
  }
}
.cid-tBJ0gf12Re .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBJ0gf12Re .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBJ0gf12Re .row {
  position: relative;
  z-index: 2;
}
.cid-tBJ0gf12Re .mbr-section-head {
  width: 100%;
  margin-bottom: 44px;
}
@media (max-width: 1399px) {
  .cid-tBJ0gf12Re .mbr-section-head {
    margin-bottom: 3.14vw;
  }
}
@media (max-width: 767px) {
  .cid-tBJ0gf12Re .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-tBJ0gf12Re .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-tBJ0gf12Re .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 28px;
}
@media (max-width: 1399px) {
  .cid-tBJ0gf12Re .mbr-section-subtitle {
    margin-top: 2vw;
  }
}
@media (max-width: 767px) {
  .cid-tBJ0gf12Re .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-tBJ0gf12Re .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tBJ0gf12Re form {
  width: 100%;
}
.cid-tBJ0gf12Re form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-tBJ0gf12Re form p {
  color: #FFFFFF;
}
.cid-tBJ0gf12Re form .mbr-section-btn {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: auto !important;
}
.cid-tBJ0gf12Re form .mbr-section-btn .btn {
  width: auto !important;
}
.cid-tBJ0gf12Re form .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-tBJ0gf12Re form .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-tBJ0gf12Re form .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tBJ0gf12Re form .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-tBJ0gf12Re form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-tBJ0gf12Re form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-tBJ0gf12Re form .form-control {
  height: 69px;
  border: 2px solid #FFFFFF !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 35px !important;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 400;
  transition: .3s;
}
.cid-tBJ0gf12Re form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tBJ0gf12Re form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tBJ0gf12Re form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tBJ0gf12Re form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tBJ0gf12Re form select {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tBJ0gf12Re form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 20px 25px;
  resize: none;
}
.cid-tBJ0gf12Re form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tBJ0gf12Re form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tBJ0gf12Re form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tBJ0gf12Re form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tBJ0gf12Re form input,
.cid-tBJ0gf12Re form textarea {
  transition: .3s all;
}
.cid-tBJ0gf12Re form input:active,
.cid-tBJ0gf12Re form textarea:active,
.cid-tBJ0gf12Re form input:focus,
.cid-tBJ0gf12Re form textarea:focus {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
  outline: none !important;
}
.cid-tBJ0gf12Re form input:active::-webkit-input-placeholder,
.cid-tBJ0gf12Re form textarea:active::-webkit-input-placeholder,
.cid-tBJ0gf12Re form input:focus::-webkit-input-placeholder,
.cid-tBJ0gf12Re form textarea:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tBJ0gf12Re form input:active::-moz-placeholder,
.cid-tBJ0gf12Re form textarea:active::-moz-placeholder,
.cid-tBJ0gf12Re form input:focus::-moz-placeholder,
.cid-tBJ0gf12Re form textarea:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tBJ0gf12Re form input:active:-moz-placeholder,
.cid-tBJ0gf12Re form textarea:active:-moz-placeholder,
.cid-tBJ0gf12Re form input:focus:-moz-placeholder,
.cid-tBJ0gf12Re form textarea:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tBJ0gf12Re form input:active:-ms-input-placeholder,
.cid-tBJ0gf12Re form textarea:active:-ms-input-placeholder,
.cid-tBJ0gf12Re form input:focus:-ms-input-placeholder,
.cid-tBJ0gf12Re form textarea:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tBJ0gf12Re form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-tBJ0gf12Re form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-tBJ0gf12Re form label {
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-tBJ0gf12Re form .form-check label {
  color: #FFFFFF;
}
.cid-tBJ0gf12Re form .form-check-input {
  border-color: rgba(255, 255, 255, 0.5) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tBJ0gf12Re form .form-check-input:focus,
.cid-tBJ0gf12Re form .form-check-input:hover {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.cid-tBJ0gf12Re form .form-check-input:checked {
  border-color: #FFFFFF !important;
  background-color: transparent !important;
}
.cid-tC5LzGNhro {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tC5LzGNhro .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5LzGNhro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5LzGNhro .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tC5LzGNhro .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tC5LzGNhro .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tC5LzGNhro .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tC5LzGNhro .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tC5LzGNhro .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tC5LzGNhro .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tC5LzGNhro .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tC5LzGNhro .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tC5LzGNhro .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tC5LzGNhro .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tC5LzGNhro .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tC5LzGNhro .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tC5LzGNhro .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tC5LzGNhro [class^="socicon-"]:before,
.cid-tC5LzGNhro [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tC5LzGNhro .mbr-section-title,
.cid-tC5LzGNhro .mbr-social-likes {
  color: #b33100;
}
.cid-tBJ1k4XWr5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tBJ1k4XWr5 .container-fluid,
.cid-tBJ1k4XWr5 .container {
  position: relative;
}
.cid-tBJ1k4XWr5 .container-fluid::before,
.cid-tBJ1k4XWr5 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    display: none;
  }
}
.cid-tBJ1k4XWr5 .media-wrap {
  height: 300px;
}
.cid-tBJ1k4XWr5 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tBJ1k4XWr5 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tBJ1k4XWr5 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tBJ1k4XWr5 .list .item-wrap:hover {
  opacity: .7;
}
.cid-tBJ1k4XWr5 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright {
    background-color: #b33100;
  }
}
.cid-tBJ1k4XWr5 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .mbr-text {
  color: #bcbfca;
}
.cid-tBJ1k4XWr5 .mbr-desc {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-text,
.cid-tBJ1k4XWr5 .icon-wrapper {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tCseCESu05 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCseCESu05 nav.navbar {
  position: fixed;
}
.cid-tCseCESu05 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCseCESu05 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCseCESu05 .dropdown-item:hover,
.cid-tCseCESu05 .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tCseCESu05 .dropdown-item:hover span {
  color: white;
}
.cid-tCseCESu05 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCseCESu05 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCseCESu05 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCseCESu05 .nav-link {
  position: relative;
}
.cid-tCseCESu05 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCseCESu05 .dropdown-menu,
.cid-tCseCESu05 .navbar.opened {
  background: #ffffff !important;
}
.cid-tCseCESu05 .nav-item:focus,
.cid-tCseCESu05 .nav-link:focus {
  outline: none;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCseCESu05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCseCESu05 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCseCESu05 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCseCESu05 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCseCESu05 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCseCESu05 .navbar.collapsed {
  justify-content: center;
}
.cid-tCseCESu05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCseCESu05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCseCESu05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCseCESu05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCseCESu05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCseCESu05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tCseCESu05 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCseCESu05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCseCESu05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCseCESu05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCseCESu05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCseCESu05 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCseCESu05 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCseCESu05 .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;
}
.cid-tCseCESu05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCseCESu05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCseCESu05 .dropdown-item.active,
.cid-tCseCESu05 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCseCESu05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCseCESu05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCseCESu05 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCseCESu05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCseCESu05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCseCESu05 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCseCESu05 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCseCESu05 .navbar {
    height: 70px;
  }
  .cid-tCseCESu05 .navbar.opened {
    height: auto;
  }
  .cid-tCseCESu05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCn2FJSJN8 {
  background-image: url("../../../assets/images/img-701-2000x1334.jpeg");
}
.cid-tCn2FJSJN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCn2FJSJN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCn2FJSJN8 .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tCn2FJSJN8 .col {
    width: 40%;
  }
}
.cid-tCn2FJSJN8 .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tCn2FJSJN8 .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tCn2FJSJN8 .card-wrapper h1,
.cid-tCn2FJSJN8 .card-wrapper h2,
.cid-tCn2FJSJN8 .card-wrapper p,
.cid-tCn2FJSJN8 .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tCn2FJSJN8 .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #002d69;
  opacity: 0.8;
}
.cid-tCn2FJSJN8 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tCn2FJSJN8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCn2FJSJN8 .mbr-text,
.cid-tCn2FJSJN8 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tC5FbTIhAS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tC5FbTIhAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5FbTIhAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5FbTIhAS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tC5FbTIhAS .row {
    flex-direction: column-reverse;
  }
  .cid-tC5FbTIhAS .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tC5FbTIhAS .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tC5FbTIhAS .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tC5FbTIhAS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tC5FbTIhAS .card-title {
  color: #b33100;
}
.cid-tC5GIUdEvl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tC5GIUdEvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5GIUdEvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5GIUdEvl .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tC5GIUdEvl .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tC5GIUdEvl .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tC5GIUdEvl .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC5GIUdEvl .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tC5GIUdEvl .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tC5GIUdEvl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tC5GIUdEvl .card-title {
  color: #b33100;
}
.cid-tC5ISpHJeg {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tC5ISpHJeg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5ISpHJeg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5ISpHJeg .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tC5ISpHJeg .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tC5ISpHJeg .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tC5ISpHJeg .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tC5ISpHJeg .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tC5ISpHJeg .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tC5ISpHJeg .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tC5ISpHJeg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tC5ISpHJeg .card-title {
  color: #b33100;
}
.cid-tCsdrdSZAs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCsdrdSZAs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCsdrdSZAs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCsdrdSZAs .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tCsdrdSZAs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCsdrdSZAs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tCsdrdSZAs .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCsdrdSZAs .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tCsdrdSZAs .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tCsdrdSZAs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCsdrdSZAs .card-title {
  color: #b33100;
}
.cid-tClNQ3C46p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-tClNQ3C46p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tClNQ3C46p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tClNQ3C46p .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tClNQ3C46p .team-card:hover {
  transform: translateY(-10px);
}
.cid-tClNQ3C46p .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tClNQ3C46p .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tClNQ3C46p .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tClNQ3C46p .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tClNQ3C46p .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tClNQ3C46p .social-row {
  text-align: center;
}
.cid-tClNQ3C46p .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tClNQ3C46p .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tClNQ3C46p .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tClNQ3C46p .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tClNQ3C46p .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tClNQ3C46p .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tClNQ3C46p .embla__button--next,
.cid-tClNQ3C46p .embla__button--prev {
  display: flex;
}
.cid-tClNQ3C46p .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tClNQ3C46p .embla__button {
    display: none;
  }
}
.cid-tClNQ3C46p .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tClNQ3C46p .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tClNQ3C46p .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tClNQ3C46p .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tClNQ3C46p .embla__button {
    top: auto;
  }
}
.cid-tClNQ3C46p .embla {
  position: relative;
  width: 100%;
}
.cid-tClNQ3C46p .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tClNQ3C46p .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tClNQ3C46p .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tClNQ3C46p .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCDJpgis5f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-tCDJpgis5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDJpgis5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDJpgis5f .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tCDJpgis5f .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCDJpgis5f .container-fluid .row {
  padding: 0;
}
.cid-tCDJpgis5f .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCDJpgis5f .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tCDJpgis5f .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tCDJpgis5f .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tCDJpgis5f .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tCDJpgis5f .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tCDJpgis5f .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tCDJpgis5f .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tCDJpgis5f .mbr-section-title {
  color: #495DFF;
}
.cid-tCDJpgis5f .mbr-text {
  color: #ffffff;
}
.cid-tCDJpgis5f .mbr-section-title,
.cid-tCDJpgis5f .mbr-section-btn {
  color: #ffffff;
}
.cid-tCnn8vq6Yj .container,
.cid-tCnn8vq6Yj .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tC5Kl018yO {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #b33100;
}
.cid-tC5Kl018yO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5Kl018yO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5Kl018yO .mbr-section-title {
  color: #ffffff;
}
.cid-tCDlqEb8RA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #b33100;
}
.cid-tCDlqEb8RA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDlqEb8RA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDlqEb8RA .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #c30a15;
  margin-bottom: 2rem;
}
.cid-tCDlqEb8RA .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #033372;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tCDlqEb8RA .card-title,
.cid-tCDlqEb8RA .card-box {
  color: #ffffff;
}
.cid-tCnndg0EKz .container,
.cid-tCnndg0EKz .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua2ZzRWchR {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua2ZzRWchR .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua2ZzRWchR .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua2ZzRWchR .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua2ZzRWchR .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua2ZzRWchR form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua2ZzRWchR p {
  margin-bottom: 4rem;
}
.cid-ua2ZzRWchR h4 {
  margin-bottom: 1rem;
}
.cid-ua2ZzRWchR .form-control,
.cid-ua2ZzRWchR .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZzRWchR .form-control::-webkit-input-placeholder,
.cid-ua2ZzRWchR .field-input::-webkit-input-placeholder,
.cid-ua2ZzRWchR .form-control::-webkit-input-placeholder,
.cid-ua2ZzRWchR .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua2ZzRWchR .form-control:-moz-placeholder,
.cid-ua2ZzRWchR .field-input:-moz-placeholder,
.cid-ua2ZzRWchR .form-control:-moz-placeholder,
.cid-ua2ZzRWchR .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua2ZzRWchR .form-control:hover,
.cid-ua2ZzRWchR .field-input:hover,
.cid-ua2ZzRWchR .form-control:focus,
.cid-ua2ZzRWchR .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZzRWchR .form-control:hover::-webkit-input-placeholder,
.cid-ua2ZzRWchR .field-input:hover::-webkit-input-placeholder,
.cid-ua2ZzRWchR .form-control:focus::-webkit-input-placeholder,
.cid-ua2ZzRWchR .field-input:focus::-webkit-input-placeholder,
.cid-ua2ZzRWchR .form-control:hover::-webkit-input-placeholder,
.cid-ua2ZzRWchR .field-input:hover::-webkit-input-placeholder,
.cid-ua2ZzRWchR .form-control:focus::-webkit-input-placeholder,
.cid-ua2ZzRWchR .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua2ZzRWchR .form-control:hover:-moz-placeholder,
.cid-ua2ZzRWchR .field-input:hover:-moz-placeholder,
.cid-ua2ZzRWchR .form-control:focus:-moz-placeholder,
.cid-ua2ZzRWchR .field-input:focus:-moz-placeholder,
.cid-ua2ZzRWchR .form-control:hover:-moz-placeholder,
.cid-ua2ZzRWchR .field-input:hover:-moz-placeholder,
.cid-ua2ZzRWchR .form-control:focus:-moz-placeholder,
.cid-ua2ZzRWchR .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua2ZzRWchR .jq-number__spin:hover,
.cid-ua2ZzRWchR .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZzRWchR .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZzRWchR .jq-selectbox li,
.cid-ua2ZzRWchR .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua2ZzRWchR .jq-selectbox li:hover,
.cid-ua2ZzRWchR .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua2ZzRWchR .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua2ZzRWchR .jq-number__spin.minus:hover:after,
.cid-ua2ZzRWchR .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua2ZzRWchR .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua2ZzRWchR .jq-number__spin.minus:after,
.cid-ua2ZzRWchR .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua2ZzRWchR input::-webkit-clear-button {
  display: none;
}
.cid-ua2ZzRWchR input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua2ZzRWchR input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua2ZzRWchR input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua2ZzRWchR H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua2ZzRWchR P {
  color: #ffffff;
  text-align: center;
}
.cid-tC5KoSpaYw {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tC5KoSpaYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5KoSpaYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5KoSpaYw .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tC5KoSpaYw .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tC5KoSpaYw .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tC5KoSpaYw .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tC5KoSpaYw .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tC5KoSpaYw .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tC5KoSpaYw .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tC5KoSpaYw .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tC5KoSpaYw .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tC5KoSpaYw .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tC5KoSpaYw .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tC5KoSpaYw .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tC5KoSpaYw .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tC5KoSpaYw .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tC5KoSpaYw [class^="socicon-"]:before,
.cid-tC5KoSpaYw [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tC5KoSpaYw .mbr-section-title,
.cid-tC5KoSpaYw .mbr-social-likes {
  color: #b33100;
}
.cid-tBJ1k4XWr5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tBJ1k4XWr5 .container-fluid,
.cid-tBJ1k4XWr5 .container {
  position: relative;
}
.cid-tBJ1k4XWr5 .container-fluid::before,
.cid-tBJ1k4XWr5 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    display: none;
  }
}
.cid-tBJ1k4XWr5 .media-wrap {
  height: 300px;
}
.cid-tBJ1k4XWr5 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tBJ1k4XWr5 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tBJ1k4XWr5 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tBJ1k4XWr5 .list .item-wrap:hover {
  opacity: .7;
}
.cid-tBJ1k4XWr5 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright {
    background-color: #b33100;
  }
}
.cid-tBJ1k4XWr5 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .mbr-text {
  color: #bcbfca;
}
.cid-tBJ1k4XWr5 .mbr-desc {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-text,
.cid-tBJ1k4XWr5 .icon-wrapper {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tCseCESu05 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCseCESu05 nav.navbar {
  position: fixed;
}
.cid-tCseCESu05 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCseCESu05 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCseCESu05 .dropdown-item:hover,
.cid-tCseCESu05 .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tCseCESu05 .dropdown-item:hover span {
  color: white;
}
.cid-tCseCESu05 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCseCESu05 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCseCESu05 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCseCESu05 .nav-link {
  position: relative;
}
.cid-tCseCESu05 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCseCESu05 .dropdown-menu,
.cid-tCseCESu05 .navbar.opened {
  background: #ffffff !important;
}
.cid-tCseCESu05 .nav-item:focus,
.cid-tCseCESu05 .nav-link:focus {
  outline: none;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCseCESu05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCseCESu05 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCseCESu05 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCseCESu05 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCseCESu05 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCseCESu05 .navbar.collapsed {
  justify-content: center;
}
.cid-tCseCESu05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCseCESu05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCseCESu05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCseCESu05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCseCESu05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCseCESu05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tCseCESu05 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCseCESu05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCseCESu05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCseCESu05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCseCESu05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCseCESu05 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCseCESu05 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCseCESu05 .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;
}
.cid-tCseCESu05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCseCESu05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCseCESu05 .dropdown-item.active,
.cid-tCseCESu05 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCseCESu05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCseCESu05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCseCESu05 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCseCESu05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCseCESu05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCseCESu05 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCseCESu05 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCseCESu05 .navbar {
    height: 70px;
  }
  .cid-tCseCESu05 .navbar.opened {
    height: auto;
  }
  .cid-tCseCESu05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCmFSMsPIz {
  background-image: url("../../../assets/images/gutmann-hero-images3-1920x1000.png");
}
.cid-tCmFSMsPIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFSMsPIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCmFSMsPIz .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tCmFSMsPIz .col {
    width: 40%;
  }
}
.cid-tCmFSMsPIz .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tCmFSMsPIz .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tCmFSMsPIz .card-wrapper h1,
.cid-tCmFSMsPIz .card-wrapper h2,
.cid-tCmFSMsPIz .card-wrapper p,
.cid-tCmFSMsPIz .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tCmFSMsPIz .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #002d69;
  opacity: 0.8;
}
.cid-tCmFSMsPIz .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tCmFSMsPIz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCmFSMsPIz .mbr-text,
.cid-tCmFSMsPIz .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tCmGynPN9c {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCmGynPN9c .mbr-section-subtitle {
  color: #b33100;
}
.cid-tCmIiFImYI {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujzn8CqbZB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujzn8CqbZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujzn8CqbZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujzn8CqbZB .container {
  max-width: 1600px;
}
.cid-ujzn8CqbZB .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #033372;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-ujzn8CqbZB .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujzn8CqbZB .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-ujzn8CqbZB .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ujzn8CqbZB .col-title {
    margin-bottom: 50px;
  }
}
.cid-ujzn8CqbZB .mbr-section-title {
  color: #ffffff;
}
.cid-ujzn8CqbZB .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-ujzn8CqbZB .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-ujzn8CqbZB .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-ujzn8CqbZB .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-ujzn8CqbZB .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-ujzn8CqbZB .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ujzn8CqbZB .panel-title-edit {
  color: #ffffff;
  transition: all ease-in-out 0.3s;
}
.cid-ujzn8CqbZB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-ujzn8CqbZB .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-ujzn8CqbZB .panel-title:hover .panel-title-edit {
  color: #c30a15;
}
.cid-ujzn8CqbZB .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ujzn8CqbZB .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-ujzn8CqbZB .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-ujzn8CqbZB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ujzn8CqbZB .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-ujzn8CqbZB .col-text {
    margin-top: 40px;
  }
}
.cid-ujzn8CqbZB .mbr-section-subtitle {
  color: #AE5EFF;
}
.cid-ujzn8CqbZB .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-ujzn8CqbZB .mbr-text {
    margin-top: 16px;
  }
}
.cid-ujzn8CqbZB .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-ujzn8CqbZB .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-ujzn8CqbZB .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-ujzn8CqbZB .btn-container .btn {
    width: 100%;
  }
}
.cid-tCnhWlLU9v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #b22825;
}
.cid-tCnhWlLU9v:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 57.14vw;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .1;
  background-image: linear-gradient(180deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1399px) {
  .cid-tCnhWlLU9v:before {
    width: 100%;
    border-radius: 240px;
  }
}
.cid-tCnhWlLU9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCnhWlLU9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCnhWlLU9v .row {
  position: relative;
  z-index: 2;
}
.cid-tCnhWlLU9v .mbr-section-head {
  width: 100%;
  margin-bottom: 44px;
}
@media (max-width: 1399px) {
  .cid-tCnhWlLU9v .mbr-section-head {
    margin-bottom: 3.14vw;
  }
}
@media (max-width: 767px) {
  .cid-tCnhWlLU9v .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-tCnhWlLU9v .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-tCnhWlLU9v .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 28px;
}
@media (max-width: 1399px) {
  .cid-tCnhWlLU9v .mbr-section-subtitle {
    margin-top: 2vw;
  }
}
@media (max-width: 767px) {
  .cid-tCnhWlLU9v .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-tCnhWlLU9v .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tCnhWlLU9v form {
  width: 100%;
}
.cid-tCnhWlLU9v form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-tCnhWlLU9v form p {
  color: #FFFFFF;
}
.cid-tCnhWlLU9v form .mbr-section-btn {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: auto !important;
}
.cid-tCnhWlLU9v form .mbr-section-btn .btn {
  width: auto !important;
}
.cid-tCnhWlLU9v form .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-tCnhWlLU9v form .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-tCnhWlLU9v form .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tCnhWlLU9v form .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-tCnhWlLU9v form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .cid-tCnhWlLU9v form .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-tCnhWlLU9v form .form-control {
  height: 69px;
  border: 2px solid #FFFFFF !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 35px !important;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 400;
  transition: .3s;
}
.cid-tCnhWlLU9v form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tCnhWlLU9v form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tCnhWlLU9v form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tCnhWlLU9v form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tCnhWlLU9v form select {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tCnhWlLU9v form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 20px 25px;
  resize: none;
}
.cid-tCnhWlLU9v form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tCnhWlLU9v form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tCnhWlLU9v form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tCnhWlLU9v form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tCnhWlLU9v form input,
.cid-tCnhWlLU9v form textarea {
  transition: .3s all;
}
.cid-tCnhWlLU9v form input:active,
.cid-tCnhWlLU9v form textarea:active,
.cid-tCnhWlLU9v form input:focus,
.cid-tCnhWlLU9v form textarea:focus {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
  outline: none !important;
}
.cid-tCnhWlLU9v form input:active::-webkit-input-placeholder,
.cid-tCnhWlLU9v form textarea:active::-webkit-input-placeholder,
.cid-tCnhWlLU9v form input:focus::-webkit-input-placeholder,
.cid-tCnhWlLU9v form textarea:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tCnhWlLU9v form input:active::-moz-placeholder,
.cid-tCnhWlLU9v form textarea:active::-moz-placeholder,
.cid-tCnhWlLU9v form input:focus::-moz-placeholder,
.cid-tCnhWlLU9v form textarea:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tCnhWlLU9v form input:active:-moz-placeholder,
.cid-tCnhWlLU9v form textarea:active:-moz-placeholder,
.cid-tCnhWlLU9v form input:focus:-moz-placeholder,
.cid-tCnhWlLU9v form textarea:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tCnhWlLU9v form input:active:-ms-input-placeholder,
.cid-tCnhWlLU9v form textarea:active:-ms-input-placeholder,
.cid-tCnhWlLU9v form input:focus:-ms-input-placeholder,
.cid-tCnhWlLU9v form textarea:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cid-tCnhWlLU9v form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-tCnhWlLU9v form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-tCnhWlLU9v form label {
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-tCnhWlLU9v form .form-check label {
  color: #FFFFFF;
}
.cid-tCnhWlLU9v form .form-check-input {
  border-color: rgba(255, 255, 255, 0.5) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tCnhWlLU9v form .form-check-input:focus,
.cid-tCnhWlLU9v form .form-check-input:hover {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.cid-tCnhWlLU9v form .form-check-input:checked {
  border-color: #FFFFFF !important;
  background-color: transparent !important;
}
.cid-tCDJso7Dxu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-tCDJso7Dxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDJso7Dxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDJso7Dxu .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tCDJso7Dxu .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCDJso7Dxu .container-fluid .row {
  padding: 0;
}
.cid-tCDJso7Dxu .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCDJso7Dxu .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tCDJso7Dxu .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tCDJso7Dxu .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tCDJso7Dxu .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tCDJso7Dxu .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tCDJso7Dxu .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tCDJso7Dxu .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tCDJso7Dxu .mbr-section-title {
  color: #495DFF;
}
.cid-tCDJso7Dxu .mbr-text {
  color: #ffffff;
}
.cid-tCDJso7Dxu .mbr-section-title,
.cid-tCDJso7Dxu .mbr-section-btn {
  color: #ffffff;
}
.cid-uccczQmksV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uccczQmksV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uccczQmksV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uccczQmksV .number-wrap {
  color: #b33100;
  text-align: center;
}
.cid-uccczQmksV .number {
  color: #033372;
}
.cid-uccczQmksV .period {
  display: block;
}
.cid-uccczQmksV .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uccczQmksV .period {
    font-size: 0.8rem;
  }
}
.cid-uccczQmksV .btn {
  height: 100%;
  margin: 0;
}
.cid-uccczQmksV .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uccczQmksV .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uccczQmksV .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #b33100;
  border: 2px solid #b33100;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uccczQmksV .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-uccczQmksV .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #b33100;
  color: #ffffff;
}
.cid-uccczQmksV H3 {
  color: #b33100;
}
.cid-uccczQmksV .mbr-text,
.cid-uccczQmksV .mbr-section-btn {
  color: #033372;
}
.cid-ua2ZW5r3pd {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua2ZW5r3pd .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua2ZW5r3pd .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua2ZW5r3pd .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua2ZW5r3pd .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua2ZW5r3pd form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua2ZW5r3pd p {
  margin-bottom: 4rem;
}
.cid-ua2ZW5r3pd h4 {
  margin-bottom: 1rem;
}
.cid-ua2ZW5r3pd .form-control,
.cid-ua2ZW5r3pd .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZW5r3pd .form-control::-webkit-input-placeholder,
.cid-ua2ZW5r3pd .field-input::-webkit-input-placeholder,
.cid-ua2ZW5r3pd .form-control::-webkit-input-placeholder,
.cid-ua2ZW5r3pd .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua2ZW5r3pd .form-control:-moz-placeholder,
.cid-ua2ZW5r3pd .field-input:-moz-placeholder,
.cid-ua2ZW5r3pd .form-control:-moz-placeholder,
.cid-ua2ZW5r3pd .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua2ZW5r3pd .form-control:hover,
.cid-ua2ZW5r3pd .field-input:hover,
.cid-ua2ZW5r3pd .form-control:focus,
.cid-ua2ZW5r3pd .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZW5r3pd .form-control:hover::-webkit-input-placeholder,
.cid-ua2ZW5r3pd .field-input:hover::-webkit-input-placeholder,
.cid-ua2ZW5r3pd .form-control:focus::-webkit-input-placeholder,
.cid-ua2ZW5r3pd .field-input:focus::-webkit-input-placeholder,
.cid-ua2ZW5r3pd .form-control:hover::-webkit-input-placeholder,
.cid-ua2ZW5r3pd .field-input:hover::-webkit-input-placeholder,
.cid-ua2ZW5r3pd .form-control:focus::-webkit-input-placeholder,
.cid-ua2ZW5r3pd .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua2ZW5r3pd .form-control:hover:-moz-placeholder,
.cid-ua2ZW5r3pd .field-input:hover:-moz-placeholder,
.cid-ua2ZW5r3pd .form-control:focus:-moz-placeholder,
.cid-ua2ZW5r3pd .field-input:focus:-moz-placeholder,
.cid-ua2ZW5r3pd .form-control:hover:-moz-placeholder,
.cid-ua2ZW5r3pd .field-input:hover:-moz-placeholder,
.cid-ua2ZW5r3pd .form-control:focus:-moz-placeholder,
.cid-ua2ZW5r3pd .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua2ZW5r3pd .jq-number__spin:hover,
.cid-ua2ZW5r3pd .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZW5r3pd .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZW5r3pd .jq-selectbox li,
.cid-ua2ZW5r3pd .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua2ZW5r3pd .jq-selectbox li:hover,
.cid-ua2ZW5r3pd .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua2ZW5r3pd .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua2ZW5r3pd .jq-number__spin.minus:hover:after,
.cid-ua2ZW5r3pd .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua2ZW5r3pd .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua2ZW5r3pd .jq-number__spin.minus:after,
.cid-ua2ZW5r3pd .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua2ZW5r3pd input::-webkit-clear-button {
  display: none;
}
.cid-ua2ZW5r3pd input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua2ZW5r3pd input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua2ZW5r3pd input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua2ZW5r3pd H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua2ZW5r3pd P {
  color: #ffffff;
  text-align: center;
}
.cid-tC5RryOqD4 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tC5RryOqD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5RryOqD4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5RryOqD4 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tC5RryOqD4 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tC5RryOqD4 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tC5RryOqD4 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tC5RryOqD4 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tC5RryOqD4 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tC5RryOqD4 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tC5RryOqD4 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tC5RryOqD4 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tC5RryOqD4 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tC5RryOqD4 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tC5RryOqD4 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tC5RryOqD4 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tC5RryOqD4 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tC5RryOqD4 [class^="socicon-"]:before,
.cid-tC5RryOqD4 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tC5RryOqD4 .mbr-section-title,
.cid-tC5RryOqD4 .mbr-social-likes {
  color: #b33100;
}
.cid-tBJ1k4XWr5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tBJ1k4XWr5 .container-fluid,
.cid-tBJ1k4XWr5 .container {
  position: relative;
}
.cid-tBJ1k4XWr5 .container-fluid::before,
.cid-tBJ1k4XWr5 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    display: none;
  }
}
.cid-tBJ1k4XWr5 .media-wrap {
  height: 300px;
}
.cid-tBJ1k4XWr5 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tBJ1k4XWr5 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tBJ1k4XWr5 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tBJ1k4XWr5 .list .item-wrap:hover {
  opacity: .7;
}
.cid-tBJ1k4XWr5 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright {
    background-color: #b33100;
  }
}
.cid-tBJ1k4XWr5 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .mbr-text {
  color: #bcbfca;
}
.cid-tBJ1k4XWr5 .mbr-desc {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-text,
.cid-tBJ1k4XWr5 .icon-wrapper {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tCseCESu05 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCseCESu05 nav.navbar {
  position: fixed;
}
.cid-tCseCESu05 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCseCESu05 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCseCESu05 .dropdown-item:hover,
.cid-tCseCESu05 .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tCseCESu05 .dropdown-item:hover span {
  color: white;
}
.cid-tCseCESu05 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCseCESu05 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCseCESu05 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCseCESu05 .nav-link {
  position: relative;
}
.cid-tCseCESu05 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCseCESu05 .dropdown-menu,
.cid-tCseCESu05 .navbar.opened {
  background: #ffffff !important;
}
.cid-tCseCESu05 .nav-item:focus,
.cid-tCseCESu05 .nav-link:focus {
  outline: none;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCseCESu05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCseCESu05 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCseCESu05 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCseCESu05 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCseCESu05 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCseCESu05 .navbar.collapsed {
  justify-content: center;
}
.cid-tCseCESu05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCseCESu05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCseCESu05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCseCESu05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCseCESu05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCseCESu05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tCseCESu05 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCseCESu05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCseCESu05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCseCESu05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCseCESu05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCseCESu05 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCseCESu05 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCseCESu05 .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;
}
.cid-tCseCESu05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCseCESu05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCseCESu05 .dropdown-item.active,
.cid-tCseCESu05 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCseCESu05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCseCESu05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCseCESu05 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCseCESu05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCseCESu05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCseCESu05 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCseCESu05 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCseCESu05 .navbar {
    height: 70px;
  }
  .cid-tCseCESu05 .navbar.opened {
    height: auto;
  }
  .cid-tCseCESu05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC5Td3KH4j {
  background-image: url("../../../assets/images/gutmann-hero-images2-1920x1000.png");
}
.cid-tC5Td3KH4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5Td3KH4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC5Td3KH4j .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tC5Td3KH4j .col {
    width: 40%;
  }
}
.cid-tC5Td3KH4j .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tC5Td3KH4j .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tC5Td3KH4j .card-wrapper h1,
.cid-tC5Td3KH4j .card-wrapper h2,
.cid-tC5Td3KH4j .card-wrapper p,
.cid-tC5Td3KH4j .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tC5Td3KH4j .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #002d69;
  opacity: 0.8;
}
.cid-tC5Td3KH4j .mbr-section-title {
  color: #ffffff;
}
.cid-tC5Td3KH4j .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tC5Td3KH4j .mbr-text,
.cid-tC5Td3KH4j .mbr-section-btn {
  color: #ffffff;
}
.cid-tCDJFBIfv3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-tCDJFBIfv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDJFBIfv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDJFBIfv3 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tCDJFBIfv3 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCDJFBIfv3 .container-fluid .row {
  padding: 0;
}
.cid-tCDJFBIfv3 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCDJFBIfv3 .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tCDJFBIfv3 .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tCDJFBIfv3 .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tCDJFBIfv3 .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tCDJFBIfv3 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tCDJFBIfv3 .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tCDJFBIfv3 .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tCDJFBIfv3 .mbr-section-title {
  color: #495DFF;
}
.cid-tCDJFBIfv3 .mbr-text {
  color: #ffffff;
}
.cid-tCDJFBIfv3 .mbr-section-title,
.cid-tCDJFBIfv3 .mbr-section-btn {
  color: #ffffff;
}
.cid-tC5V0K9mEB {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-tC5V0K9mEB .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tC5V0K9mEB .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tC5V0K9mEB .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tC5V0K9mEB .mbr-section-subtitle {
  color: #b33100;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tC5V0K9mEB .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tC5V0K9mEB .mbr-text {
  color: #000000;
}
.cid-tCneGdvKdc {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCneGdvKdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCneGdvKdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCneGdvKdc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCneGdvKdc .row {
  flex-direction: row-reverse;
}
.cid-tCneGdvKdc img {
  width: 100%;
}
.cid-tCnnoupfo4 .container,
.cid-tCnnoupfo4 .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tC5VqkwxvY {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #b22825;
}
.cid-tC5VqkwxvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5VqkwxvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5VqkwxvY .mbr-section-title {
  color: #ffffff;
}
.cid-tCDlBjJSuU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #b33100;
}
.cid-tCDlBjJSuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDlBjJSuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDlBjJSuU .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #c30a15;
  margin-bottom: 2rem;
}
.cid-tCDlBjJSuU .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #033372;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tCDlBjJSuU .card-title,
.cid-tCDlBjJSuU .card-box {
  color: #ffffff;
}
.cid-tCnnp83eAu .container,
.cid-tCnnp83eAu .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua2ZI0P2mi {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua2ZI0P2mi .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua2ZI0P2mi .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua2ZI0P2mi .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua2ZI0P2mi .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua2ZI0P2mi form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua2ZI0P2mi p {
  margin-bottom: 4rem;
}
.cid-ua2ZI0P2mi h4 {
  margin-bottom: 1rem;
}
.cid-ua2ZI0P2mi .form-control,
.cid-ua2ZI0P2mi .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZI0P2mi .form-control::-webkit-input-placeholder,
.cid-ua2ZI0P2mi .field-input::-webkit-input-placeholder,
.cid-ua2ZI0P2mi .form-control::-webkit-input-placeholder,
.cid-ua2ZI0P2mi .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua2ZI0P2mi .form-control:-moz-placeholder,
.cid-ua2ZI0P2mi .field-input:-moz-placeholder,
.cid-ua2ZI0P2mi .form-control:-moz-placeholder,
.cid-ua2ZI0P2mi .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua2ZI0P2mi .form-control:hover,
.cid-ua2ZI0P2mi .field-input:hover,
.cid-ua2ZI0P2mi .form-control:focus,
.cid-ua2ZI0P2mi .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZI0P2mi .form-control:hover::-webkit-input-placeholder,
.cid-ua2ZI0P2mi .field-input:hover::-webkit-input-placeholder,
.cid-ua2ZI0P2mi .form-control:focus::-webkit-input-placeholder,
.cid-ua2ZI0P2mi .field-input:focus::-webkit-input-placeholder,
.cid-ua2ZI0P2mi .form-control:hover::-webkit-input-placeholder,
.cid-ua2ZI0P2mi .field-input:hover::-webkit-input-placeholder,
.cid-ua2ZI0P2mi .form-control:focus::-webkit-input-placeholder,
.cid-ua2ZI0P2mi .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua2ZI0P2mi .form-control:hover:-moz-placeholder,
.cid-ua2ZI0P2mi .field-input:hover:-moz-placeholder,
.cid-ua2ZI0P2mi .form-control:focus:-moz-placeholder,
.cid-ua2ZI0P2mi .field-input:focus:-moz-placeholder,
.cid-ua2ZI0P2mi .form-control:hover:-moz-placeholder,
.cid-ua2ZI0P2mi .field-input:hover:-moz-placeholder,
.cid-ua2ZI0P2mi .form-control:focus:-moz-placeholder,
.cid-ua2ZI0P2mi .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua2ZI0P2mi .jq-number__spin:hover,
.cid-ua2ZI0P2mi .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZI0P2mi .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZI0P2mi .jq-selectbox li,
.cid-ua2ZI0P2mi .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua2ZI0P2mi .jq-selectbox li:hover,
.cid-ua2ZI0P2mi .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua2ZI0P2mi .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua2ZI0P2mi .jq-number__spin.minus:hover:after,
.cid-ua2ZI0P2mi .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua2ZI0P2mi .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua2ZI0P2mi .jq-number__spin.minus:after,
.cid-ua2ZI0P2mi .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua2ZI0P2mi input::-webkit-clear-button {
  display: none;
}
.cid-ua2ZI0P2mi input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua2ZI0P2mi input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua2ZI0P2mi input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua2ZI0P2mi H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua2ZI0P2mi P {
  color: #ffffff;
  text-align: center;
}
.cid-tC5VmHdE6c {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tC5VmHdE6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5VmHdE6c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5VmHdE6c .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tC5VmHdE6c .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tC5VmHdE6c .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tC5VmHdE6c .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tC5VmHdE6c .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tC5VmHdE6c .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tC5VmHdE6c .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tC5VmHdE6c .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tC5VmHdE6c .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tC5VmHdE6c .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tC5VmHdE6c .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tC5VmHdE6c .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tC5VmHdE6c .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tC5VmHdE6c .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tC5VmHdE6c [class^="socicon-"]:before,
.cid-tC5VmHdE6c [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tC5VmHdE6c .mbr-section-title,
.cid-tC5VmHdE6c .mbr-social-likes {
  color: #b33100;
}
.cid-tBJ1k4XWr5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tBJ1k4XWr5 .container-fluid,
.cid-tBJ1k4XWr5 .container {
  position: relative;
}
.cid-tBJ1k4XWr5 .container-fluid::before,
.cid-tBJ1k4XWr5 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    display: none;
  }
}
.cid-tBJ1k4XWr5 .media-wrap {
  height: 300px;
}
.cid-tBJ1k4XWr5 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tBJ1k4XWr5 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tBJ1k4XWr5 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tBJ1k4XWr5 .list .item-wrap:hover {
  opacity: .7;
}
.cid-tBJ1k4XWr5 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright {
    background-color: #b33100;
  }
}
.cid-tBJ1k4XWr5 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .mbr-text {
  color: #bcbfca;
}
.cid-tBJ1k4XWr5 .mbr-desc {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-text,
.cid-tBJ1k4XWr5 .icon-wrapper {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tCseCESu05 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCseCESu05 nav.navbar {
  position: fixed;
}
.cid-tCseCESu05 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCseCESu05 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCseCESu05 .dropdown-item:hover,
.cid-tCseCESu05 .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tCseCESu05 .dropdown-item:hover span {
  color: white;
}
.cid-tCseCESu05 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCseCESu05 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCseCESu05 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCseCESu05 .nav-link {
  position: relative;
}
.cid-tCseCESu05 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCseCESu05 .dropdown-menu,
.cid-tCseCESu05 .navbar.opened {
  background: #ffffff !important;
}
.cid-tCseCESu05 .nav-item:focus,
.cid-tCseCESu05 .nav-link:focus {
  outline: none;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCseCESu05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCseCESu05 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCseCESu05 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCseCESu05 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCseCESu05 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCseCESu05 .navbar.collapsed {
  justify-content: center;
}
.cid-tCseCESu05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCseCESu05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCseCESu05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCseCESu05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCseCESu05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCseCESu05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tCseCESu05 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCseCESu05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCseCESu05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCseCESu05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCseCESu05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCseCESu05 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCseCESu05 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCseCESu05 .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;
}
.cid-tCseCESu05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCseCESu05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCseCESu05 .dropdown-item.active,
.cid-tCseCESu05 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCseCESu05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCseCESu05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCseCESu05 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCseCESu05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCseCESu05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCseCESu05 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCseCESu05 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCseCESu05 .navbar {
    height: 70px;
  }
  .cid-tCseCESu05 .navbar.opened {
    height: auto;
  }
  .cid-tCseCESu05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC5ZfouwSb {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/img-675-2000x1334.jpg");
}
.cid-tC5ZfouwSb .mbr-overlay {
  background-color: #353535;
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-tC5ZfouwSb {
    background-position: right;
  }
}
.cid-tC5ZfouwSb input,
.cid-tC5ZfouwSb textarea {
  border-radius: 0;
}
.cid-tC5ZfouwSb input:hover,
.cid-tC5ZfouwSb textarea:hover {
  border: 1px solid transparent !important;
}
.cid-tC5ZfouwSb .row {
  justify-content: flex-end;
}
.cid-tC5ZfouwSb textarea {
  min-height: 200px;
}
.cid-tC5ZfouwSb .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tC5ZfouwSb .col-auto {
    margin: auto;
  }
}
.cid-tC5ZfouwSb .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tC5ZfouwSb .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #c30a15;
  font-size: 1.2rem;
}
.cid-tC5ZfouwSb .mbr-main-subtitle {
  background: #c30a15;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tC5ZfouwSb .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #c30a15;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tC5ZfouwSb .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tC5ZfouwSb .btn {
  padding: 1rem 3rem;
}
.cid-tC5ZfouwSb .form-control,
.cid-tC5ZfouwSb .field-input {
  background-color: #ffffff;
  border-color: #033372;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tC5ZfouwSb .form-control::-webkit-input-placeholder,
.cid-tC5ZfouwSb .field-input::-webkit-input-placeholder,
.cid-tC5ZfouwSb .form-control::-webkit-input-placeholder,
.cid-tC5ZfouwSb .field-input::-webkit-input-placeholder {
  color: #033372;
}
.cid-tC5ZfouwSb .form-control:-moz-placeholder,
.cid-tC5ZfouwSb .field-input:-moz-placeholder,
.cid-tC5ZfouwSb .form-control:-moz-placeholder,
.cid-tC5ZfouwSb .field-input:-moz-placeholder {
  color: #033372;
}
.cid-tC5ZfouwSb .form-control:hover,
.cid-tC5ZfouwSb .field-input:hover,
.cid-tC5ZfouwSb .form-control:focus,
.cid-tC5ZfouwSb .field-input:focus {
  background-color: #ffffff;
  border-color: #033372;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tC5ZfouwSb .form-control:hover::-webkit-input-placeholder,
.cid-tC5ZfouwSb .field-input:hover::-webkit-input-placeholder,
.cid-tC5ZfouwSb .form-control:focus::-webkit-input-placeholder,
.cid-tC5ZfouwSb .field-input:focus::-webkit-input-placeholder,
.cid-tC5ZfouwSb .form-control:hover::-webkit-input-placeholder,
.cid-tC5ZfouwSb .field-input:hover::-webkit-input-placeholder,
.cid-tC5ZfouwSb .form-control:focus::-webkit-input-placeholder,
.cid-tC5ZfouwSb .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tC5ZfouwSb .form-control:hover:-moz-placeholder,
.cid-tC5ZfouwSb .field-input:hover:-moz-placeholder,
.cid-tC5ZfouwSb .form-control:focus:-moz-placeholder,
.cid-tC5ZfouwSb .field-input:focus:-moz-placeholder,
.cid-tC5ZfouwSb .form-control:hover:-moz-placeholder,
.cid-tC5ZfouwSb .field-input:hover:-moz-placeholder,
.cid-tC5ZfouwSb .form-control:focus:-moz-placeholder,
.cid-tC5ZfouwSb .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tC5ZfouwSb .jq-number__spin:hover,
.cid-tC5ZfouwSb .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #033372;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tC5ZfouwSb .jq-number__spin {
  background-color: #ffffff;
  border-color: #033372;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tC5ZfouwSb .jq-selectbox li,
.cid-tC5ZfouwSb .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tC5ZfouwSb .jq-selectbox li:hover,
.cid-tC5ZfouwSb .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tC5ZfouwSb .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tC5ZfouwSb .jq-number__spin.minus:hover:after,
.cid-tC5ZfouwSb .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tC5ZfouwSb .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tC5ZfouwSb .jq-number__spin.minus:after,
.cid-tC5ZfouwSb .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tC5ZfouwSb .mbr-section-text {
  color: #ffffff;
}
.cid-tC5ZfouwSb .mbr-section-title {
  color: #ffffff;
}
.cid-tC5ZfouwSb .soc-link,
.cid-tC5ZfouwSb .soc-wrapper {
  color: #000000;
}
.cid-tD23y6Gwkq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tD23y6Gwkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD23y6Gwkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD23y6Gwkq .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tD23y6Gwkq .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tD23y6Gwkq .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tD23y6Gwkq .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tD23y6Gwkq .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tD23y6Gwkq .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tD23y6Gwkq .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tD23y6Gwkq .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tD23y6Gwkq .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tD23y6Gwkq .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tD23y6Gwkq .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tD23y6Gwkq .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tD23y6Gwkq .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tD23y6Gwkq .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tD23y6Gwkq [class^="socicon-"]:before,
.cid-tD23y6Gwkq [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tD23y6Gwkq .mbr-section-title,
.cid-tD23y6Gwkq .mbr-social-likes {
  color: #b33100;
}
.cid-tBJ1k4XWr5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tBJ1k4XWr5 .container-fluid,
.cid-tBJ1k4XWr5 .container {
  position: relative;
}
.cid-tBJ1k4XWr5 .container-fluid::before,
.cid-tBJ1k4XWr5 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    display: none;
  }
}
.cid-tBJ1k4XWr5 .media-wrap {
  height: 300px;
}
.cid-tBJ1k4XWr5 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tBJ1k4XWr5 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tBJ1k4XWr5 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tBJ1k4XWr5 .list .item-wrap:hover {
  opacity: .7;
}
.cid-tBJ1k4XWr5 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright {
    background-color: #b33100;
  }
}
.cid-tBJ1k4XWr5 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .mbr-text {
  color: #bcbfca;
}
.cid-tBJ1k4XWr5 .mbr-desc {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-text,
.cid-tBJ1k4XWr5 .icon-wrapper {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tCseCESu05 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCseCESu05 nav.navbar {
  position: fixed;
}
.cid-tCseCESu05 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCseCESu05 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCseCESu05 .dropdown-item:hover,
.cid-tCseCESu05 .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tCseCESu05 .dropdown-item:hover span {
  color: white;
}
.cid-tCseCESu05 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCseCESu05 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCseCESu05 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCseCESu05 .nav-link {
  position: relative;
}
.cid-tCseCESu05 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCseCESu05 .dropdown-menu,
.cid-tCseCESu05 .navbar.opened {
  background: #ffffff !important;
}
.cid-tCseCESu05 .nav-item:focus,
.cid-tCseCESu05 .nav-link:focus {
  outline: none;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCseCESu05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCseCESu05 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCseCESu05 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCseCESu05 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCseCESu05 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCseCESu05 .navbar.collapsed {
  justify-content: center;
}
.cid-tCseCESu05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCseCESu05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCseCESu05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCseCESu05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCseCESu05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCseCESu05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tCseCESu05 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCseCESu05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCseCESu05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCseCESu05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCseCESu05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCseCESu05 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCseCESu05 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCseCESu05 .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;
}
.cid-tCseCESu05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCseCESu05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCseCESu05 .dropdown-item.active,
.cid-tCseCESu05 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCseCESu05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCseCESu05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCseCESu05 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCseCESu05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCseCESu05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCseCESu05 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCseCESu05 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCseCESu05 .navbar {
    height: 70px;
  }
  .cid-tCseCESu05 .navbar.opened {
    height: auto;
  }
  .cid-tCseCESu05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCmf5SaA9c {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/volunteer-hero-1-1920x600.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 390px;
}
.cid-tCmf5SaA9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmf5SaA9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCmf5SaA9c .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tCmf5SaA9c .content-container {
  padding: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tCmf5SaA9c .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
}
.cid-tCmf5SaA9c .mbr-section-title {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0 !important;
  text-align: center;
}
.cid-tCmf5SaA9c .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-tCmf5SaA9c .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
  margin-top: 20px;
  width: 100%;
}
.cid-tCmf5SaA9c .mbr-section-btn {
  margin-top: 10px;
}
.cid-tCnpoRXSrR .container,
.cid-tCnpoRXSrR .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tCnppDCNKj .container,
.cid-tCnppDCNKj .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tCmfnxL8lz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tCmfnxL8lz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmfnxL8lz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmfnxL8lz .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tCmfnxL8lz .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tCmfnxL8lz .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tCmfnxL8lz .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tCmfnxL8lz .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tCmfnxL8lz .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tCmfnxL8lz .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tCmfnxL8lz .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tCmfnxL8lz .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tCmfnxL8lz .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tCmfnxL8lz .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tCmfnxL8lz .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tCmfnxL8lz .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tCmfnxL8lz .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tCmfnxL8lz [class^="socicon-"]:before,
.cid-tCmfnxL8lz [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tCmfnxL8lz .mbr-section-title,
.cid-tCmfnxL8lz .mbr-social-likes {
  color: #b33100;
}
.cid-tBJ1k4XWr5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tBJ1k4XWr5 .container-fluid,
.cid-tBJ1k4XWr5 .container {
  position: relative;
}
.cid-tBJ1k4XWr5 .container-fluid::before,
.cid-tBJ1k4XWr5 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    display: none;
  }
}
.cid-tBJ1k4XWr5 .media-wrap {
  height: 300px;
}
.cid-tBJ1k4XWr5 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tBJ1k4XWr5 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tBJ1k4XWr5 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tBJ1k4XWr5 .list .item-wrap:hover {
  opacity: .7;
}
.cid-tBJ1k4XWr5 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright {
    background-color: #b33100;
  }
}
.cid-tBJ1k4XWr5 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .mbr-text {
  color: #bcbfca;
}
.cid-tBJ1k4XWr5 .mbr-desc {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-text,
.cid-tBJ1k4XWr5 .icon-wrapper {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tCseCESu05 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCseCESu05 nav.navbar {
  position: fixed;
}
.cid-tCseCESu05 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCseCESu05 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCseCESu05 .dropdown-item:hover,
.cid-tCseCESu05 .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tCseCESu05 .dropdown-item:hover span {
  color: white;
}
.cid-tCseCESu05 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCseCESu05 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCseCESu05 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCseCESu05 .nav-link {
  position: relative;
}
.cid-tCseCESu05 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCseCESu05 .dropdown-menu,
.cid-tCseCESu05 .navbar.opened {
  background: #ffffff !important;
}
.cid-tCseCESu05 .nav-item:focus,
.cid-tCseCESu05 .nav-link:focus {
  outline: none;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCseCESu05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCseCESu05 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCseCESu05 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCseCESu05 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCseCESu05 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCseCESu05 .navbar.collapsed {
  justify-content: center;
}
.cid-tCseCESu05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCseCESu05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCseCESu05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCseCESu05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCseCESu05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCseCESu05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tCseCESu05 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCseCESu05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCseCESu05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCseCESu05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCseCESu05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCseCESu05 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCseCESu05 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCseCESu05 .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;
}
.cid-tCseCESu05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCseCESu05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCseCESu05 .dropdown-item.active,
.cid-tCseCESu05 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCseCESu05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCseCESu05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCseCESu05 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCseCESu05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCseCESu05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCseCESu05 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCseCESu05 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCseCESu05 .navbar {
    height: 70px;
  }
  .cid-tCseCESu05 .navbar.opened {
    height: auto;
  }
  .cid-tCseCESu05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCnINVyFtJ {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCnINVyFtJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCnINVyFtJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCnINVyFtJ .mbr-section-title {
  color: #033372;
}
.cid-tCDJKnjtub {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-tCDJKnjtub .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDJKnjtub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDJKnjtub .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tCDJKnjtub .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCDJKnjtub .container-fluid .row {
  padding: 0;
}
.cid-tCDJKnjtub .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCDJKnjtub .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tCDJKnjtub .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tCDJKnjtub .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tCDJKnjtub .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tCDJKnjtub .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tCDJKnjtub .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tCDJKnjtub .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tCDJKnjtub .mbr-section-title {
  color: #495DFF;
}
.cid-tCDJKnjtub .mbr-text {
  color: #ffffff;
}
.cid-tCDJKnjtub .mbr-section-title,
.cid-tCDJKnjtub .mbr-section-btn {
  color: #ffffff;
}
.cid-tCsObxX4Rk {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tCsObxX4Rk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCsObxX4Rk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCsObxX4Rk .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tCsObxX4Rk .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tCsObxX4Rk .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tCsObxX4Rk .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tCsObxX4Rk .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tCsObxX4Rk .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tCsObxX4Rk .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tCsObxX4Rk .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tCsObxX4Rk .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tCsObxX4Rk .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tCsObxX4Rk .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tCsObxX4Rk .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tCsObxX4Rk .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tCsObxX4Rk .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tCsObxX4Rk [class^="socicon-"]:before,
.cid-tCsObxX4Rk [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tCsObxX4Rk .mbr-section-title,
.cid-tCsObxX4Rk .mbr-social-likes {
  color: #b33100;
}
.cid-tBJ1k4XWr5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tBJ1k4XWr5 .container-fluid,
.cid-tBJ1k4XWr5 .container {
  position: relative;
}
.cid-tBJ1k4XWr5 .container-fluid::before,
.cid-tBJ1k4XWr5 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    display: none;
  }
}
.cid-tBJ1k4XWr5 .media-wrap {
  height: 300px;
}
.cid-tBJ1k4XWr5 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tBJ1k4XWr5 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tBJ1k4XWr5 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tBJ1k4XWr5 .list .item-wrap:hover {
  opacity: .7;
}
.cid-tBJ1k4XWr5 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright {
    background-color: #b33100;
  }
}
.cid-tBJ1k4XWr5 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .mbr-text {
  color: #bcbfca;
}
.cid-tBJ1k4XWr5 .mbr-desc {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-text,
.cid-tBJ1k4XWr5 .icon-wrapper {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tCseCESu05 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCseCESu05 nav.navbar {
  position: fixed;
}
.cid-tCseCESu05 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCseCESu05 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCseCESu05 .dropdown-item:hover,
.cid-tCseCESu05 .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tCseCESu05 .dropdown-item:hover span {
  color: white;
}
.cid-tCseCESu05 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCseCESu05 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCseCESu05 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCseCESu05 .nav-link {
  position: relative;
}
.cid-tCseCESu05 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCseCESu05 .dropdown-menu,
.cid-tCseCESu05 .navbar.opened {
  background: #ffffff !important;
}
.cid-tCseCESu05 .nav-item:focus,
.cid-tCseCESu05 .nav-link:focus {
  outline: none;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCseCESu05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCseCESu05 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCseCESu05 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCseCESu05 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCseCESu05 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCseCESu05 .navbar.collapsed {
  justify-content: center;
}
.cid-tCseCESu05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCseCESu05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCseCESu05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCseCESu05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCseCESu05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCseCESu05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tCseCESu05 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCseCESu05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCseCESu05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCseCESu05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCseCESu05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCseCESu05 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCseCESu05 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCseCESu05 .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;
}
.cid-tCseCESu05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCseCESu05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCseCESu05 .dropdown-item.active,
.cid-tCseCESu05 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCseCESu05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCseCESu05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCseCESu05 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCseCESu05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCseCESu05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCseCESu05 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCseCESu05 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCseCESu05 .navbar {
    height: 70px;
  }
  .cid-tCseCESu05 .navbar.opened {
    height: auto;
  }
  .cid-tCseCESu05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCsfy1C3FO {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/volunteer-hero-1920x600.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 390px;
}
.cid-tCsfy1C3FO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCsfy1C3FO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCsfy1C3FO .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tCsfy1C3FO .content-container {
  padding: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tCsfy1C3FO .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
}
.cid-tCsfy1C3FO .mbr-section-title {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0 !important;
  text-align: center;
}
.cid-tCsfy1C3FO .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-tCsfy1C3FO .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
  margin-top: 20px;
  width: 100%;
}
.cid-tCsfy1C3FO .mbr-section-btn {
  margin-top: 10px;
}
.cid-tCsgLEsOGO {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #f8f8f8;
}
.cid-tCsgLEsOGO .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tCsgLEsOGO .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-tCsgLEsOGO .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #b33100;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tCsgLEsOGO .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tCsgLEsOGO .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #c30a15;
}
.cid-tCsgLEsOGO .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-tCsgLEsOGO .svg-top {
    width: 1000px;
  }
}
.cid-tCsgLEsOGO .mbr-text {
  color: #000000;
}
.cid-tCDJwEqDuf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-tCDJwEqDuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDJwEqDuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDJwEqDuf .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tCDJwEqDuf .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCDJwEqDuf .container-fluid .row {
  padding: 0;
}
.cid-tCDJwEqDuf .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCDJwEqDuf .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tCDJwEqDuf .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tCDJwEqDuf .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tCDJwEqDuf .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tCDJwEqDuf .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tCDJwEqDuf .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tCDJwEqDuf .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tCDJwEqDuf .mbr-section-title {
  color: #495DFF;
}
.cid-tCDJwEqDuf .mbr-text {
  color: #ffffff;
}
.cid-tCDJwEqDuf .mbr-section-title,
.cid-tCDJwEqDuf .mbr-section-btn {
  color: #ffffff;
}
.cid-tCt3yGHfce .container,
.cid-tCt3yGHfce .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tCshrCfrbM {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #b33100;
}
.cid-tCshrCfrbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCshrCfrbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCshrCfrbM .mbr-section-title {
  color: #ffffff;
}
.cid-tCDlxNBydw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #b33100;
}
.cid-tCDlxNBydw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDlxNBydw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDlxNBydw .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #c30a15;
  margin-bottom: 2rem;
}
.cid-tCDlxNBydw .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #033372;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tCDlxNBydw .card-title,
.cid-tCDlxNBydw .card-box {
  color: #ffffff;
}
.cid-tCt3yaY6hT .container,
.cid-tCt3yaY6hT .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua2ZOETO8d {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua2ZOETO8d .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua2ZOETO8d .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua2ZOETO8d .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua2ZOETO8d .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua2ZOETO8d form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua2ZOETO8d p {
  margin-bottom: 4rem;
}
.cid-ua2ZOETO8d h4 {
  margin-bottom: 1rem;
}
.cid-ua2ZOETO8d .form-control,
.cid-ua2ZOETO8d .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZOETO8d .form-control::-webkit-input-placeholder,
.cid-ua2ZOETO8d .field-input::-webkit-input-placeholder,
.cid-ua2ZOETO8d .form-control::-webkit-input-placeholder,
.cid-ua2ZOETO8d .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua2ZOETO8d .form-control:-moz-placeholder,
.cid-ua2ZOETO8d .field-input:-moz-placeholder,
.cid-ua2ZOETO8d .form-control:-moz-placeholder,
.cid-ua2ZOETO8d .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua2ZOETO8d .form-control:hover,
.cid-ua2ZOETO8d .field-input:hover,
.cid-ua2ZOETO8d .form-control:focus,
.cid-ua2ZOETO8d .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZOETO8d .form-control:hover::-webkit-input-placeholder,
.cid-ua2ZOETO8d .field-input:hover::-webkit-input-placeholder,
.cid-ua2ZOETO8d .form-control:focus::-webkit-input-placeholder,
.cid-ua2ZOETO8d .field-input:focus::-webkit-input-placeholder,
.cid-ua2ZOETO8d .form-control:hover::-webkit-input-placeholder,
.cid-ua2ZOETO8d .field-input:hover::-webkit-input-placeholder,
.cid-ua2ZOETO8d .form-control:focus::-webkit-input-placeholder,
.cid-ua2ZOETO8d .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua2ZOETO8d .form-control:hover:-moz-placeholder,
.cid-ua2ZOETO8d .field-input:hover:-moz-placeholder,
.cid-ua2ZOETO8d .form-control:focus:-moz-placeholder,
.cid-ua2ZOETO8d .field-input:focus:-moz-placeholder,
.cid-ua2ZOETO8d .form-control:hover:-moz-placeholder,
.cid-ua2ZOETO8d .field-input:hover:-moz-placeholder,
.cid-ua2ZOETO8d .form-control:focus:-moz-placeholder,
.cid-ua2ZOETO8d .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua2ZOETO8d .jq-number__spin:hover,
.cid-ua2ZOETO8d .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZOETO8d .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZOETO8d .jq-selectbox li,
.cid-ua2ZOETO8d .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua2ZOETO8d .jq-selectbox li:hover,
.cid-ua2ZOETO8d .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua2ZOETO8d .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua2ZOETO8d .jq-number__spin.minus:hover:after,
.cid-ua2ZOETO8d .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua2ZOETO8d .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua2ZOETO8d .jq-number__spin.minus:after,
.cid-ua2ZOETO8d .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua2ZOETO8d input::-webkit-clear-button {
  display: none;
}
.cid-ua2ZOETO8d input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua2ZOETO8d input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua2ZOETO8d input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua2ZOETO8d H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua2ZOETO8d P {
  color: #ffffff;
  text-align: center;
}
.cid-tCshCamtZG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tCshCamtZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCshCamtZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCshCamtZG .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tCshCamtZG .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tCshCamtZG .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tCshCamtZG .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tCshCamtZG .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tCshCamtZG .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tCshCamtZG .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tCshCamtZG .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tCshCamtZG .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tCshCamtZG .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tCshCamtZG .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tCshCamtZG .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tCshCamtZG .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tCshCamtZG .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tCshCamtZG [class^="socicon-"]:before,
.cid-tCshCamtZG [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tCshCamtZG .mbr-section-title,
.cid-tCshCamtZG .mbr-social-likes {
  color: #b33100;
}
.cid-tBJ1k4XWr5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tBJ1k4XWr5 .container-fluid,
.cid-tBJ1k4XWr5 .container {
  position: relative;
}
.cid-tBJ1k4XWr5 .container-fluid::before,
.cid-tBJ1k4XWr5 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    display: none;
  }
}
.cid-tBJ1k4XWr5 .media-wrap {
  height: 300px;
}
.cid-tBJ1k4XWr5 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tBJ1k4XWr5 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tBJ1k4XWr5 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tBJ1k4XWr5 .list .item-wrap:hover {
  opacity: .7;
}
.cid-tBJ1k4XWr5 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright {
    background-color: #b33100;
  }
}
.cid-tBJ1k4XWr5 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .mbr-text {
  color: #bcbfca;
}
.cid-tBJ1k4XWr5 .mbr-desc {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-text,
.cid-tBJ1k4XWr5 .icon-wrapper {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tCseCESu05 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCseCESu05 nav.navbar {
  position: fixed;
}
.cid-tCseCESu05 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCseCESu05 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCseCESu05 .dropdown-item:hover,
.cid-tCseCESu05 .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tCseCESu05 .dropdown-item:hover span {
  color: white;
}
.cid-tCseCESu05 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCseCESu05 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCseCESu05 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCseCESu05 .nav-link {
  position: relative;
}
.cid-tCseCESu05 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCseCESu05 .dropdown-menu,
.cid-tCseCESu05 .navbar.opened {
  background: #ffffff !important;
}
.cid-tCseCESu05 .nav-item:focus,
.cid-tCseCESu05 .nav-link:focus {
  outline: none;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCseCESu05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCseCESu05 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCseCESu05 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCseCESu05 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCseCESu05 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCseCESu05 .navbar.collapsed {
  justify-content: center;
}
.cid-tCseCESu05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCseCESu05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCseCESu05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCseCESu05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCseCESu05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCseCESu05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tCseCESu05 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCseCESu05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCseCESu05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCseCESu05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCseCESu05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCseCESu05 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCseCESu05 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCseCESu05 .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;
}
.cid-tCseCESu05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCseCESu05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCseCESu05 .dropdown-item.active,
.cid-tCseCESu05 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCseCESu05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCseCESu05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCseCESu05 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCseCESu05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCseCESu05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCseCESu05 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCseCESu05 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCseCESu05 .navbar {
    height: 70px;
  }
  .cid-tCseCESu05 .navbar.opened {
    height: auto;
  }
  .cid-tCseCESu05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCKIZgvoN3 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/news-hero-1920x600.png");
}
.cid-tCKIZgvoN3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCKIZgvoN3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tCKIZgvoN3 .container {
    padding: 0 20px;
  }
}
.cid-tCKIZgvoN3 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-tCKIZgvoN3 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-tCKIZgvoN3 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tCKIZgvoN3 .mbr-text {
  color: #706f6d;
}
.cid-tCKIZgvoN3 .mbr-section-title,
.cid-tCKIZgvoN3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tCKJ02uiQs .container,
.cid-tCKJ02uiQs .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ui8WIePkxT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ui8WIePkxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui8WIePkxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui8WIePkxT .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ui8WIePkxT .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ui8WIePkxT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ui8WIePkxT .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ui8WIePkxT .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ui8WIePkxT .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ui8WIePkxT .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ui8WIePkxT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ui8WIePkxT .card-title {
  color: #002d69;
}
.cid-udwLPmuxHr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udwLPmuxHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-udwLPmuxHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udwLPmuxHr .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-udwLPmuxHr .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-udwLPmuxHr .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udwLPmuxHr .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udwLPmuxHr .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udwLPmuxHr .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-udwLPmuxHr .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-udwLPmuxHr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-udwLPmuxHr .card-title {
  color: #002d69;
}
.cid-uaSgSpBU3O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaSgSpBU3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSgSpBU3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSgSpBU3O .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uaSgSpBU3O .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uaSgSpBU3O .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaSgSpBU3O .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uaSgSpBU3O .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaSgSpBU3O .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uaSgSpBU3O .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uaSgSpBU3O .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uaSgSpBU3O .card-title {
  color: #002d69;
}
.cid-u75Q99tkzE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u75Q99tkzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75Q99tkzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75Q99tkzE .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u75Q99tkzE .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u75Q99tkzE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u75Q99tkzE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u75Q99tkzE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u75Q99tkzE .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u75Q99tkzE .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u75Q99tkzE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u75Q99tkzE .card-title {
  color: #002d69;
}
.cid-u75XrelN64 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u75XrelN64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75XrelN64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75XrelN64 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u75XrelN64 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u75XrelN64 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u75XrelN64 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u75XrelN64 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u75XrelN64 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u75XrelN64 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u75XrelN64 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u75XrelN64 .card-title {
  color: #002d69;
}
.cid-u5vPZvtBuA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5vPZvtBuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vPZvtBuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vPZvtBuA .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u5vPZvtBuA .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u5vPZvtBuA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5vPZvtBuA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5vPZvtBuA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5vPZvtBuA .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u5vPZvtBuA .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u5vPZvtBuA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5vPZvtBuA .card-title {
  color: #002d69;
}
.cid-u5AfiltUM3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5AfiltUM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5AfiltUM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5AfiltUM3 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u5AfiltUM3 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u5AfiltUM3 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5AfiltUM3 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5AfiltUM3 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5AfiltUM3 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u5AfiltUM3 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u5AfiltUM3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5AfiltUM3 .card-title {
  color: #002d69;
}
.cid-u5vTTDvqUP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5vTTDvqUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vTTDvqUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vTTDvqUP .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u5vTTDvqUP .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u5vTTDvqUP .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5vTTDvqUP .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5vTTDvqUP .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5vTTDvqUP .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u5vTTDvqUP .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u5vTTDvqUP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5vTTDvqUP .card-title {
  color: #002d69;
}
.cid-u5BaAXYI6m {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5BaAXYI6m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5BaAXYI6m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5BaAXYI6m .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u5BaAXYI6m .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u5BaAXYI6m .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5BaAXYI6m .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5BaAXYI6m .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5BaAXYI6m .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u5BaAXYI6m .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u5BaAXYI6m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5BaAXYI6m .card-title {
  color: #002d69;
}
.cid-u5BcuvoVXb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5BcuvoVXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5BcuvoVXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5BcuvoVXb .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u5BcuvoVXb .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u5BcuvoVXb .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5BcuvoVXb .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5BcuvoVXb .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5BcuvoVXb .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u5BcuvoVXb .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u5BcuvoVXb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5BcuvoVXb .card-title {
  color: #002d69;
}
.cid-u5BfiOaUPS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5BfiOaUPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5BfiOaUPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5BfiOaUPS .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u5BfiOaUPS .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u5BfiOaUPS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5BfiOaUPS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5BfiOaUPS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5BfiOaUPS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u5BfiOaUPS .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u5BfiOaUPS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5BfiOaUPS .card-title {
  color: #002d69;
}
.cid-u5BfE3ZTqp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5BfE3ZTqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5BfE3ZTqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5BfE3ZTqp .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u5BfE3ZTqp .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u5BfE3ZTqp .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5BfE3ZTqp .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5BfE3ZTqp .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5BfE3ZTqp .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u5BfE3ZTqp .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u5BfE3ZTqp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5BfE3ZTqp .card-title {
  color: #002d69;
}
.cid-u5BfTqkRjz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5BfTqkRjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5BfTqkRjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5BfTqkRjz .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u5BfTqkRjz .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u5BfTqkRjz .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5BfTqkRjz .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5BfTqkRjz .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5BfTqkRjz .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u5BfTqkRjz .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u5BfTqkRjz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5BfTqkRjz .card-title {
  color: #002d69;
}
.cid-u5Bg3bbgoq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5Bg3bbgoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Bg3bbgoq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Bg3bbgoq .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u5Bg3bbgoq .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u5Bg3bbgoq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5Bg3bbgoq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5Bg3bbgoq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5Bg3bbgoq .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u5Bg3bbgoq .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u5Bg3bbgoq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5Bg3bbgoq .card-title {
  color: #002d69;
}
.cid-u5BgbZlZMm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5BgbZlZMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5BgbZlZMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5BgbZlZMm .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u5BgbZlZMm .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u5BgbZlZMm .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5BgbZlZMm .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5BgbZlZMm .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5BgbZlZMm .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u5BgbZlZMm .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u5BgbZlZMm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5BgbZlZMm .card-title {
  color: #002d69;
}
.cid-u5Bgonmo52 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5Bgonmo52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Bgonmo52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Bgonmo52 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u5Bgonmo52 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u5Bgonmo52 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5Bgonmo52 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5Bgonmo52 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5Bgonmo52 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u5Bgonmo52 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u5Bgonmo52 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5Bgonmo52 .card-title {
  color: #002d69;
}
.cid-u5BgyZHnUd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5BgyZHnUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5BgyZHnUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5BgyZHnUd .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u5BgyZHnUd .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u5BgyZHnUd .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5BgyZHnUd .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5BgyZHnUd .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5BgyZHnUd .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u5BgyZHnUd .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u5BgyZHnUd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5BgyZHnUd .card-title {
  color: #002d69;
}
.cid-tCKLCXZnvv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-tCKLCXZnvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCKLCXZnvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCKLCXZnvv .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tCKLCXZnvv .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCKLCXZnvv .container-fluid .row {
  padding: 0;
}
.cid-tCKLCXZnvv .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCKLCXZnvv .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tCKLCXZnvv .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tCKLCXZnvv .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tCKLCXZnvv .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tCKLCXZnvv .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tCKLCXZnvv .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tCKLCXZnvv .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tCKLCXZnvv .mbr-section-title {
  color: #495DFF;
}
.cid-tCKLCXZnvv .mbr-text {
  color: #ffffff;
}
.cid-tCKLCXZnvv .mbr-section-title,
.cid-tCKLCXZnvv .mbr-section-btn {
  color: #ffffff;
}
.cid-tCKJ6poKPB .container,
.cid-tCKJ6poKPB .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua30f4v8Gm {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua30f4v8Gm .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua30f4v8Gm .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua30f4v8Gm .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua30f4v8Gm .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua30f4v8Gm form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua30f4v8Gm p {
  margin-bottom: 4rem;
}
.cid-ua30f4v8Gm h4 {
  margin-bottom: 1rem;
}
.cid-ua30f4v8Gm .form-control,
.cid-ua30f4v8Gm .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30f4v8Gm .form-control::-webkit-input-placeholder,
.cid-ua30f4v8Gm .field-input::-webkit-input-placeholder,
.cid-ua30f4v8Gm .form-control::-webkit-input-placeholder,
.cid-ua30f4v8Gm .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30f4v8Gm .form-control:-moz-placeholder,
.cid-ua30f4v8Gm .field-input:-moz-placeholder,
.cid-ua30f4v8Gm .form-control:-moz-placeholder,
.cid-ua30f4v8Gm .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua30f4v8Gm .form-control:hover,
.cid-ua30f4v8Gm .field-input:hover,
.cid-ua30f4v8Gm .form-control:focus,
.cid-ua30f4v8Gm .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua30f4v8Gm .form-control:hover::-webkit-input-placeholder,
.cid-ua30f4v8Gm .field-input:hover::-webkit-input-placeholder,
.cid-ua30f4v8Gm .form-control:focus::-webkit-input-placeholder,
.cid-ua30f4v8Gm .field-input:focus::-webkit-input-placeholder,
.cid-ua30f4v8Gm .form-control:hover::-webkit-input-placeholder,
.cid-ua30f4v8Gm .field-input:hover::-webkit-input-placeholder,
.cid-ua30f4v8Gm .form-control:focus::-webkit-input-placeholder,
.cid-ua30f4v8Gm .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30f4v8Gm .form-control:hover:-moz-placeholder,
.cid-ua30f4v8Gm .field-input:hover:-moz-placeholder,
.cid-ua30f4v8Gm .form-control:focus:-moz-placeholder,
.cid-ua30f4v8Gm .field-input:focus:-moz-placeholder,
.cid-ua30f4v8Gm .form-control:hover:-moz-placeholder,
.cid-ua30f4v8Gm .field-input:hover:-moz-placeholder,
.cid-ua30f4v8Gm .form-control:focus:-moz-placeholder,
.cid-ua30f4v8Gm .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua30f4v8Gm .jq-number__spin:hover,
.cid-ua30f4v8Gm .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua30f4v8Gm .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30f4v8Gm .jq-selectbox li,
.cid-ua30f4v8Gm .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua30f4v8Gm .jq-selectbox li:hover,
.cid-ua30f4v8Gm .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua30f4v8Gm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua30f4v8Gm .jq-number__spin.minus:hover:after,
.cid-ua30f4v8Gm .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua30f4v8Gm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua30f4v8Gm .jq-number__spin.minus:after,
.cid-ua30f4v8Gm .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua30f4v8Gm input::-webkit-clear-button {
  display: none;
}
.cid-ua30f4v8Gm input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua30f4v8Gm input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua30f4v8Gm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua30f4v8Gm H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua30f4v8Gm P {
  color: #ffffff;
  text-align: center;
}
.cid-tCKJ77PcJn .container,
.cid-tCKJ77PcJn .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tCKJ5kxj6p {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tCKJ5kxj6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCKJ5kxj6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCKJ5kxj6p .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tCKJ5kxj6p .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tCKJ5kxj6p .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tCKJ5kxj6p .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tCKJ5kxj6p .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tCKJ5kxj6p .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tCKJ5kxj6p .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tCKJ5kxj6p .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tCKJ5kxj6p .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tCKJ5kxj6p .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tCKJ5kxj6p .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tCKJ5kxj6p .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tCKJ5kxj6p .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tCKJ5kxj6p .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tCKJ5kxj6p [class^="socicon-"]:before,
.cid-tCKJ5kxj6p [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tCKJ5kxj6p .mbr-section-title,
.cid-tCKJ5kxj6p .mbr-social-likes {
  color: #b33100;
}
.cid-tBJ1k4XWr5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tBJ1k4XWr5 .container-fluid,
.cid-tBJ1k4XWr5 .container {
  position: relative;
}
.cid-tBJ1k4XWr5 .container-fluid::before,
.cid-tBJ1k4XWr5 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    display: none;
  }
}
.cid-tBJ1k4XWr5 .media-wrap {
  height: 300px;
}
.cid-tBJ1k4XWr5 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tBJ1k4XWr5 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tBJ1k4XWr5 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tBJ1k4XWr5 .list .item-wrap:hover {
  opacity: .7;
}
.cid-tBJ1k4XWr5 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright {
    background-color: #b33100;
  }
}
.cid-tBJ1k4XWr5 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .mbr-text {
  color: #bcbfca;
}
.cid-tBJ1k4XWr5 .mbr-desc {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-text,
.cid-tBJ1k4XWr5 .icon-wrapper {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tCseCESu05 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCseCESu05 nav.navbar {
  position: fixed;
}
.cid-tCseCESu05 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCseCESu05 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCseCESu05 .dropdown-item:hover,
.cid-tCseCESu05 .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tCseCESu05 .dropdown-item:hover span {
  color: white;
}
.cid-tCseCESu05 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCseCESu05 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCseCESu05 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCseCESu05 .nav-link {
  position: relative;
}
.cid-tCseCESu05 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCseCESu05 .dropdown-menu,
.cid-tCseCESu05 .navbar.opened {
  background: #ffffff !important;
}
.cid-tCseCESu05 .nav-item:focus,
.cid-tCseCESu05 .nav-link:focus {
  outline: none;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCseCESu05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCseCESu05 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCseCESu05 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCseCESu05 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCseCESu05 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCseCESu05 .navbar.collapsed {
  justify-content: center;
}
.cid-tCseCESu05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCseCESu05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCseCESu05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCseCESu05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCseCESu05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCseCESu05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tCseCESu05 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCseCESu05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCseCESu05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCseCESu05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCseCESu05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCseCESu05 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCseCESu05 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCseCESu05 .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;
}
.cid-tCseCESu05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCseCESu05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCseCESu05 .dropdown-item.active,
.cid-tCseCESu05 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCseCESu05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCseCESu05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCseCESu05 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCseCESu05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCseCESu05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCseCESu05 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCseCESu05 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCseCESu05 .navbar {
    height: 70px;
  }
  .cid-tCseCESu05 .navbar.opened {
    height: auto;
  }
  .cid-tCseCESu05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tD124TbnaS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tD124TbnaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD124TbnaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD124TbnaS .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tD124TbnaS .card {
    margin-bottom: 2rem!important;
  }
  .cid-tD124TbnaS .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tD124TbnaS .link-wrap {
    align-items: center;
  }
}
.cid-tD124TbnaS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tD124TbnaS .card-title,
.cid-tD124TbnaS .card-box {
  color: #b33100;
}
.cid-tD124TbnaS .mbr-text,
.cid-tD124TbnaS .link-wrap,
.cid-tD124TbnaS .mbr-section-btn {
  color: #000000;
}
.cid-tD14vO546N {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tD14vO546N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD14vO546N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD14vO546N .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-tD14vO546N .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tD14vO546N .img1 {
  background: #b33100;
}
.cid-tD14vO546N .img2 {
  background: #033372;
}
.cid-tD14vO546N .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tD14vO546N .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tD14vO546N .card-wrapper {
  background: #dddddd;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tD14vO546N .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tD14vO546N .card-wrapper {
    flex-direction: column;
  }
  .cid-tD14vO546N .card-box {
    padding: 1rem;
  }
  .cid-tD14vO546N .card-box,
  .cid-tD14vO546N .img-wrapper {
    width: 100%;
  }
  .cid-tD14vO546N .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-tD14vO546N .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-tD14vO546N .card-subtitle {
  color: #0077ff;
}
.cid-tD14vO546N .mbr-text,
.cid-tD14vO546N .link-wrap {
  color: #555555;
}
.cid-tD14vO546N .card-title,
.cid-tD14vO546N .card-box {
  color: #b33100;
}
.cid-tD15NdbRPZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tD15NdbRPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD15NdbRPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD15NdbRPZ .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-tD15NdbRPZ .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tD15NdbRPZ .img1 {
  background: #033372;
}
.cid-tD15NdbRPZ .img2 {
  background: #b33100;
}
.cid-tD15NdbRPZ .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tD15NdbRPZ .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tD15NdbRPZ .card-wrapper {
  background: #dddddd;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tD15NdbRPZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tD15NdbRPZ .card-wrapper {
    flex-direction: column;
  }
  .cid-tD15NdbRPZ .card-box {
    padding: 1rem;
  }
  .cid-tD15NdbRPZ .card-box,
  .cid-tD15NdbRPZ .img-wrapper {
    width: 100%;
  }
  .cid-tD15NdbRPZ .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-tD15NdbRPZ .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-tD15NdbRPZ .card-subtitle {
  color: #0077ff;
}
.cid-tD15NdbRPZ .mbr-text,
.cid-tD15NdbRPZ .link-wrap {
  color: #555555;
}
.cid-tD15NdbRPZ .card-title,
.cid-tD15NdbRPZ .card-box {
  color: #b33100;
}
.cid-tD16tpdLgJ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tD16tpdLgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD16tpdLgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD16tpdLgJ .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-tD16tpdLgJ .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tD16tpdLgJ .img1 {
  background: #b33100;
}
.cid-tD16tpdLgJ .img2 {
  background: #033372;
}
.cid-tD16tpdLgJ .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tD16tpdLgJ .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tD16tpdLgJ .card-wrapper {
  background: #dddddd;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tD16tpdLgJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tD16tpdLgJ .card-wrapper {
    flex-direction: column;
  }
  .cid-tD16tpdLgJ .card-box {
    padding: 1rem;
  }
  .cid-tD16tpdLgJ .card-box,
  .cid-tD16tpdLgJ .img-wrapper {
    width: 100%;
  }
  .cid-tD16tpdLgJ .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-tD16tpdLgJ .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-tD16tpdLgJ .card-subtitle {
  color: #0077ff;
}
.cid-tD16tpdLgJ .mbr-text,
.cid-tD16tpdLgJ .link-wrap {
  color: #555555;
}
.cid-tD16tpdLgJ .card-title,
.cid-tD16tpdLgJ .card-box {
  color: #b33100;
}
.cid-ucccMdYcqj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucccMdYcqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucccMdYcqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucccMdYcqj .number-wrap {
  color: #b33100;
  text-align: center;
}
.cid-ucccMdYcqj .number {
  color: #033372;
}
.cid-ucccMdYcqj .period {
  display: block;
}
.cid-ucccMdYcqj .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-ucccMdYcqj .period {
    font-size: 0.8rem;
  }
}
.cid-ucccMdYcqj .btn {
  height: 100%;
  margin: 0;
}
.cid-ucccMdYcqj .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-ucccMdYcqj .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-ucccMdYcqj .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #b33100;
  border: 2px solid #b33100;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ucccMdYcqj .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-ucccMdYcqj .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #b33100;
  color: #ffffff;
}
.cid-ucccMdYcqj H3 {
  color: #b33100;
}
.cid-ucccMdYcqj .mbr-text,
.cid-ucccMdYcqj .mbr-section-btn {
  color: #033372;
}
.cid-tD15RUDUPx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-tD15RUDUPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD15RUDUPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD15RUDUPx .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tD15RUDUPx .container-fluid {
    padding: 0 16px;
  }
}
.cid-tD15RUDUPx .container-fluid .row {
  padding: 0;
}
.cid-tD15RUDUPx .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD15RUDUPx .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tD15RUDUPx .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tD15RUDUPx .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tD15RUDUPx .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tD15RUDUPx .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tD15RUDUPx .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tD15RUDUPx .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tD15RUDUPx .mbr-section-title {
  color: #495DFF;
}
.cid-tD15RUDUPx .mbr-text {
  color: #ffffff;
}
.cid-tD15RUDUPx .mbr-section-title,
.cid-tD15RUDUPx .mbr-section-btn {
  color: #ffffff;
}
.cid-tD15PHz2az .container,
.cid-tD15PHz2az .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua318o9FWi {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua318o9FWi .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua318o9FWi .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua318o9FWi .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua318o9FWi .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua318o9FWi form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua318o9FWi p {
  margin-bottom: 4rem;
}
.cid-ua318o9FWi h4 {
  margin-bottom: 1rem;
}
.cid-ua318o9FWi .form-control,
.cid-ua318o9FWi .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua318o9FWi .form-control::-webkit-input-placeholder,
.cid-ua318o9FWi .field-input::-webkit-input-placeholder,
.cid-ua318o9FWi .form-control::-webkit-input-placeholder,
.cid-ua318o9FWi .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua318o9FWi .form-control:-moz-placeholder,
.cid-ua318o9FWi .field-input:-moz-placeholder,
.cid-ua318o9FWi .form-control:-moz-placeholder,
.cid-ua318o9FWi .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua318o9FWi .form-control:hover,
.cid-ua318o9FWi .field-input:hover,
.cid-ua318o9FWi .form-control:focus,
.cid-ua318o9FWi .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua318o9FWi .form-control:hover::-webkit-input-placeholder,
.cid-ua318o9FWi .field-input:hover::-webkit-input-placeholder,
.cid-ua318o9FWi .form-control:focus::-webkit-input-placeholder,
.cid-ua318o9FWi .field-input:focus::-webkit-input-placeholder,
.cid-ua318o9FWi .form-control:hover::-webkit-input-placeholder,
.cid-ua318o9FWi .field-input:hover::-webkit-input-placeholder,
.cid-ua318o9FWi .form-control:focus::-webkit-input-placeholder,
.cid-ua318o9FWi .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua318o9FWi .form-control:hover:-moz-placeholder,
.cid-ua318o9FWi .field-input:hover:-moz-placeholder,
.cid-ua318o9FWi .form-control:focus:-moz-placeholder,
.cid-ua318o9FWi .field-input:focus:-moz-placeholder,
.cid-ua318o9FWi .form-control:hover:-moz-placeholder,
.cid-ua318o9FWi .field-input:hover:-moz-placeholder,
.cid-ua318o9FWi .form-control:focus:-moz-placeholder,
.cid-ua318o9FWi .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua318o9FWi .jq-number__spin:hover,
.cid-ua318o9FWi .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua318o9FWi .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua318o9FWi .jq-selectbox li,
.cid-ua318o9FWi .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua318o9FWi .jq-selectbox li:hover,
.cid-ua318o9FWi .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua318o9FWi .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua318o9FWi .jq-number__spin.minus:hover:after,
.cid-ua318o9FWi .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua318o9FWi .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua318o9FWi .jq-number__spin.minus:after,
.cid-ua318o9FWi .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua318o9FWi input::-webkit-clear-button {
  display: none;
}
.cid-ua318o9FWi input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua318o9FWi input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua318o9FWi input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua318o9FWi H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua318o9FWi P {
  color: #ffffff;
  text-align: center;
}
.cid-tD15QuPqml .container,
.cid-tD15QuPqml .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tD15PcU0a8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tD15PcU0a8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD15PcU0a8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD15PcU0a8 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tD15PcU0a8 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tD15PcU0a8 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tD15PcU0a8 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tD15PcU0a8 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tD15PcU0a8 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tD15PcU0a8 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tD15PcU0a8 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tD15PcU0a8 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tD15PcU0a8 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tD15PcU0a8 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tD15PcU0a8 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tD15PcU0a8 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tD15PcU0a8 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tD15PcU0a8 [class^="socicon-"]:before,
.cid-tD15PcU0a8 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tD15PcU0a8 .mbr-section-title,
.cid-tD15PcU0a8 .mbr-social-likes {
  color: #b33100;
}
.cid-tBJ1k4XWr5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tBJ1k4XWr5 .container-fluid,
.cid-tBJ1k4XWr5 .container {
  position: relative;
}
.cid-tBJ1k4XWr5 .container-fluid::before,
.cid-tBJ1k4XWr5 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    display: none;
  }
}
.cid-tBJ1k4XWr5 .media-wrap {
  height: 300px;
}
.cid-tBJ1k4XWr5 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tBJ1k4XWr5 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tBJ1k4XWr5 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tBJ1k4XWr5 .list .item-wrap:hover {
  opacity: .7;
}
.cid-tBJ1k4XWr5 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright {
    background-color: #b33100;
  }
}
.cid-tBJ1k4XWr5 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .mbr-text {
  color: #bcbfca;
}
.cid-tBJ1k4XWr5 .mbr-desc {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-text,
.cid-tBJ1k4XWr5 .icon-wrapper {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tCseCESu05 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCseCESu05 nav.navbar {
  position: fixed;
}
.cid-tCseCESu05 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCseCESu05 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCseCESu05 .dropdown-item:hover,
.cid-tCseCESu05 .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tCseCESu05 .dropdown-item:hover span {
  color: white;
}
.cid-tCseCESu05 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCseCESu05 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCseCESu05 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCseCESu05 .nav-link {
  position: relative;
}
.cid-tCseCESu05 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCseCESu05 .dropdown-menu,
.cid-tCseCESu05 .navbar.opened {
  background: #ffffff !important;
}
.cid-tCseCESu05 .nav-item:focus,
.cid-tCseCESu05 .nav-link:focus {
  outline: none;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCseCESu05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCseCESu05 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCseCESu05 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCseCESu05 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCseCESu05 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCseCESu05 .navbar.collapsed {
  justify-content: center;
}
.cid-tCseCESu05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCseCESu05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCseCESu05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCseCESu05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCseCESu05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCseCESu05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tCseCESu05 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCseCESu05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCseCESu05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCseCESu05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCseCESu05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCseCESu05 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCseCESu05 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCseCESu05 .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;
}
.cid-tCseCESu05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCseCESu05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCseCESu05 .dropdown-item.active,
.cid-tCseCESu05 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCseCESu05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCseCESu05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCseCESu05 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCseCESu05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCseCESu05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCseCESu05 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCseCESu05 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCseCESu05 .navbar {
    height: 70px;
  }
  .cid-tCseCESu05 .navbar.opened {
    height: auto;
  }
  .cid-tCseCESu05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tH5dKDPnwa {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/brearly-letter-hero-1920x600.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 390px;
  text-shadow: 1px 1px 1px #000;
}
.cid-tH5dKDPnwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH5dKDPnwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tH5dKDPnwa .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tH5dKDPnwa .content-container {
  padding: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tH5dKDPnwa .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
}
.cid-tH5dKDPnwa .mbr-section-title {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0 !important;
  text-align: center;
}
.cid-tH5dKDPnwa .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-tH5dKDPnwa .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
  margin-top: 20px;
  width: 100%;
}
.cid-tH5dKDPnwa .mbr-section-btn {
  margin-top: 10px;
}
.cid-tH5e1OlhOc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tH5e1OlhOc .mbr-section-subtitle {
  color: #c30a15;
}
.cid-ua2ZSYQkyB {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua2ZSYQkyB .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua2ZSYQkyB .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua2ZSYQkyB .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua2ZSYQkyB .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua2ZSYQkyB form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua2ZSYQkyB p {
  margin-bottom: 4rem;
}
.cid-ua2ZSYQkyB h4 {
  margin-bottom: 1rem;
}
.cid-ua2ZSYQkyB .form-control,
.cid-ua2ZSYQkyB .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZSYQkyB .form-control::-webkit-input-placeholder,
.cid-ua2ZSYQkyB .field-input::-webkit-input-placeholder,
.cid-ua2ZSYQkyB .form-control::-webkit-input-placeholder,
.cid-ua2ZSYQkyB .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua2ZSYQkyB .form-control:-moz-placeholder,
.cid-ua2ZSYQkyB .field-input:-moz-placeholder,
.cid-ua2ZSYQkyB .form-control:-moz-placeholder,
.cid-ua2ZSYQkyB .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua2ZSYQkyB .form-control:hover,
.cid-ua2ZSYQkyB .field-input:hover,
.cid-ua2ZSYQkyB .form-control:focus,
.cid-ua2ZSYQkyB .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZSYQkyB .form-control:hover::-webkit-input-placeholder,
.cid-ua2ZSYQkyB .field-input:hover::-webkit-input-placeholder,
.cid-ua2ZSYQkyB .form-control:focus::-webkit-input-placeholder,
.cid-ua2ZSYQkyB .field-input:focus::-webkit-input-placeholder,
.cid-ua2ZSYQkyB .form-control:hover::-webkit-input-placeholder,
.cid-ua2ZSYQkyB .field-input:hover::-webkit-input-placeholder,
.cid-ua2ZSYQkyB .form-control:focus::-webkit-input-placeholder,
.cid-ua2ZSYQkyB .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua2ZSYQkyB .form-control:hover:-moz-placeholder,
.cid-ua2ZSYQkyB .field-input:hover:-moz-placeholder,
.cid-ua2ZSYQkyB .form-control:focus:-moz-placeholder,
.cid-ua2ZSYQkyB .field-input:focus:-moz-placeholder,
.cid-ua2ZSYQkyB .form-control:hover:-moz-placeholder,
.cid-ua2ZSYQkyB .field-input:hover:-moz-placeholder,
.cid-ua2ZSYQkyB .form-control:focus:-moz-placeholder,
.cid-ua2ZSYQkyB .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua2ZSYQkyB .jq-number__spin:hover,
.cid-ua2ZSYQkyB .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZSYQkyB .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua2ZSYQkyB .jq-selectbox li,
.cid-ua2ZSYQkyB .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua2ZSYQkyB .jq-selectbox li:hover,
.cid-ua2ZSYQkyB .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua2ZSYQkyB .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua2ZSYQkyB .jq-number__spin.minus:hover:after,
.cid-ua2ZSYQkyB .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua2ZSYQkyB .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua2ZSYQkyB .jq-number__spin.minus:after,
.cid-ua2ZSYQkyB .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua2ZSYQkyB input::-webkit-clear-button {
  display: none;
}
.cid-ua2ZSYQkyB input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua2ZSYQkyB input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua2ZSYQkyB input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua2ZSYQkyB H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua2ZSYQkyB P {
  color: #ffffff;
  text-align: center;
}
.cid-tH5h1F3hXd {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tH5h1F3hXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH5h1F3hXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH5h1F3hXd .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tH5h1F3hXd .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tH5h1F3hXd .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tH5h1F3hXd .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tH5h1F3hXd .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tH5h1F3hXd .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tH5h1F3hXd .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tH5h1F3hXd .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tH5h1F3hXd .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tH5h1F3hXd .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tH5h1F3hXd .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tH5h1F3hXd .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tH5h1F3hXd .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tH5h1F3hXd .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tH5h1F3hXd [class^="socicon-"]:before,
.cid-tH5h1F3hXd [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tH5h1F3hXd .mbr-section-title,
.cid-tH5h1F3hXd .mbr-social-likes {
  color: #b33100;
}
.cid-tBJ1k4XWr5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tBJ1k4XWr5 .container-fluid,
.cid-tBJ1k4XWr5 .container {
  position: relative;
}
.cid-tBJ1k4XWr5 .container-fluid::before,
.cid-tBJ1k4XWr5 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    display: none;
  }
}
.cid-tBJ1k4XWr5 .media-wrap {
  height: 300px;
}
.cid-tBJ1k4XWr5 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tBJ1k4XWr5 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tBJ1k4XWr5 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tBJ1k4XWr5 .list .item-wrap:hover {
  opacity: .7;
}
.cid-tBJ1k4XWr5 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright {
    background-color: #b33100;
  }
}
.cid-tBJ1k4XWr5 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .mbr-text {
  color: #bcbfca;
}
.cid-tBJ1k4XWr5 .mbr-desc {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-text,
.cid-tBJ1k4XWr5 .icon-wrapper {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tL1YqVK0Ef {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tL1YqVK0Ef nav.navbar {
  position: fixed;
}
.cid-tL1YqVK0Ef .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL1YqVK0Ef .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tL1YqVK0Ef .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL1YqVK0Ef .dropdown-item:hover,
.cid-tL1YqVK0Ef .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tL1YqVK0Ef .dropdown-item:hover span {
  color: white;
}
.cid-tL1YqVK0Ef .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tL1YqVK0Ef .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tL1YqVK0Ef .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tL1YqVK0Ef .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tL1YqVK0Ef .nav-link {
  position: relative;
}
.cid-tL1YqVK0Ef .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tL1YqVK0Ef .container {
    flex-wrap: wrap;
  }
}
.cid-tL1YqVK0Ef .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tL1YqVK0Ef .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tL1YqVK0Ef .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tL1YqVK0Ef .dropdown-menu,
.cid-tL1YqVK0Ef .navbar.opened {
  background: #ffffff !important;
}
.cid-tL1YqVK0Ef .nav-item:focus,
.cid-tL1YqVK0Ef .nav-link:focus {
  outline: none;
}
.cid-tL1YqVK0Ef .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tL1YqVK0Ef .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL1YqVK0Ef .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tL1YqVK0Ef .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL1YqVK0Ef .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL1YqVK0Ef .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tL1YqVK0Ef .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tL1YqVK0Ef .navbar.opened {
  transition: all 0.3s;
}
.cid-tL1YqVK0Ef .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tL1YqVK0Ef .navbar .navbar-logo img {
  width: auto;
}
.cid-tL1YqVK0Ef .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL1YqVK0Ef .navbar.collapsed {
  justify-content: center;
}
.cid-tL1YqVK0Ef .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL1YqVK0Ef .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL1YqVK0Ef .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tL1YqVK0Ef .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL1YqVK0Ef .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tL1YqVK0Ef .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tL1YqVK0Ef .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tL1YqVK0Ef .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tL1YqVK0Ef .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tL1YqVK0Ef .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL1YqVK0Ef .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL1YqVK0Ef .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL1YqVK0Ef .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tL1YqVK0Ef .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tL1YqVK0Ef .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tL1YqVK0Ef .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tL1YqVK0Ef .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tL1YqVK0Ef .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tL1YqVK0Ef .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tL1YqVK0Ef .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tL1YqVK0Ef .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tL1YqVK0Ef .navbar.navbar-short {
  min-height: 60px;
}
.cid-tL1YqVK0Ef .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tL1YqVK0Ef .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tL1YqVK0Ef .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;
}
.cid-tL1YqVK0Ef .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tL1YqVK0Ef .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL1YqVK0Ef .dropdown-item.active,
.cid-tL1YqVK0Ef .dropdown-item:active {
  background-color: transparent;
}
.cid-tL1YqVK0Ef .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tL1YqVK0Ef .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL1YqVK0Ef .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tL1YqVK0Ef .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tL1YqVK0Ef .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tL1YqVK0Ef .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL1YqVK0Ef ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL1YqVK0Ef .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tL1YqVK0Ef button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tL1YqVK0Ef button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tL1YqVK0Ef button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tL1YqVK0Ef button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL1YqVK0Ef button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL1YqVK0Ef button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tL1YqVK0Ef nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL1YqVK0Ef nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tL1YqVK0Ef nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tL1YqVK0Ef nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL1YqVK0Ef .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tL1YqVK0Ef a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL1YqVK0Ef .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL1YqVK0Ef .navbar {
    height: 70px;
  }
  .cid-tL1YqVK0Ef .navbar.opened {
    height: auto;
  }
  .cid-tL1YqVK0Ef .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL1Z1qJgGg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tL1Z1qJgGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL1Z1qJgGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL1Z1qJgGg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tL1Z1qJgGg .row {
    flex-direction: column-reverse;
  }
  .cid-tL1Z1qJgGg .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tL1Z1qJgGg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tL1Z1qJgGg .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tL1Z1qJgGg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tL1Z1qJgGg .card-title {
  color: #b33100;
}
.cid-tL2dzlJ9wZ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL1Yr0sSNh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-tL1Yr0sSNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL1Yr0sSNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL1Yr0sSNh .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tL1Yr0sSNh .container-fluid {
    padding: 0 16px;
  }
}
.cid-tL1Yr0sSNh .container-fluid .row {
  padding: 0;
}
.cid-tL1Yr0sSNh .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL1Yr0sSNh .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tL1Yr0sSNh .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tL1Yr0sSNh .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tL1Yr0sSNh .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tL1Yr0sSNh .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tL1Yr0sSNh .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tL1Yr0sSNh .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tL1Yr0sSNh .mbr-section-title {
  color: #495DFF;
}
.cid-tL1Yr0sSNh .mbr-text {
  color: #ffffff;
}
.cid-tL1Yr0sSNh .mbr-section-title,
.cid-tL1Yr0sSNh .mbr-section-btn {
  color: #ffffff;
}
.cid-tL1Yr0Utqv .container,
.cid-tL1Yr0Utqv .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua30WPZ3sd {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua30WPZ3sd .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua30WPZ3sd .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua30WPZ3sd .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua30WPZ3sd .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua30WPZ3sd form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua30WPZ3sd p {
  margin-bottom: 4rem;
}
.cid-ua30WPZ3sd h4 {
  margin-bottom: 1rem;
}
.cid-ua30WPZ3sd .form-control,
.cid-ua30WPZ3sd .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30WPZ3sd .form-control::-webkit-input-placeholder,
.cid-ua30WPZ3sd .field-input::-webkit-input-placeholder,
.cid-ua30WPZ3sd .form-control::-webkit-input-placeholder,
.cid-ua30WPZ3sd .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30WPZ3sd .form-control:-moz-placeholder,
.cid-ua30WPZ3sd .field-input:-moz-placeholder,
.cid-ua30WPZ3sd .form-control:-moz-placeholder,
.cid-ua30WPZ3sd .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua30WPZ3sd .form-control:hover,
.cid-ua30WPZ3sd .field-input:hover,
.cid-ua30WPZ3sd .form-control:focus,
.cid-ua30WPZ3sd .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua30WPZ3sd .form-control:hover::-webkit-input-placeholder,
.cid-ua30WPZ3sd .field-input:hover::-webkit-input-placeholder,
.cid-ua30WPZ3sd .form-control:focus::-webkit-input-placeholder,
.cid-ua30WPZ3sd .field-input:focus::-webkit-input-placeholder,
.cid-ua30WPZ3sd .form-control:hover::-webkit-input-placeholder,
.cid-ua30WPZ3sd .field-input:hover::-webkit-input-placeholder,
.cid-ua30WPZ3sd .form-control:focus::-webkit-input-placeholder,
.cid-ua30WPZ3sd .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30WPZ3sd .form-control:hover:-moz-placeholder,
.cid-ua30WPZ3sd .field-input:hover:-moz-placeholder,
.cid-ua30WPZ3sd .form-control:focus:-moz-placeholder,
.cid-ua30WPZ3sd .field-input:focus:-moz-placeholder,
.cid-ua30WPZ3sd .form-control:hover:-moz-placeholder,
.cid-ua30WPZ3sd .field-input:hover:-moz-placeholder,
.cid-ua30WPZ3sd .form-control:focus:-moz-placeholder,
.cid-ua30WPZ3sd .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua30WPZ3sd .jq-number__spin:hover,
.cid-ua30WPZ3sd .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua30WPZ3sd .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30WPZ3sd .jq-selectbox li,
.cid-ua30WPZ3sd .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua30WPZ3sd .jq-selectbox li:hover,
.cid-ua30WPZ3sd .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua30WPZ3sd .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua30WPZ3sd .jq-number__spin.minus:hover:after,
.cid-ua30WPZ3sd .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua30WPZ3sd .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua30WPZ3sd .jq-number__spin.minus:after,
.cid-ua30WPZ3sd .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua30WPZ3sd input::-webkit-clear-button {
  display: none;
}
.cid-ua30WPZ3sd input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua30WPZ3sd input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua30WPZ3sd input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua30WPZ3sd H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua30WPZ3sd P {
  color: #ffffff;
  text-align: center;
}
.cid-tL1Yr1DV0C .container,
.cid-tL1Yr1DV0C .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tL1Yr1X6ZE {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tL1Yr1X6ZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL1Yr1X6ZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL1Yr1X6ZE .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tL1Yr1X6ZE .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tL1Yr1X6ZE .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tL1Yr1X6ZE .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tL1Yr1X6ZE .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tL1Yr1X6ZE .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tL1Yr1X6ZE .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tL1Yr1X6ZE .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tL1Yr1X6ZE .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tL1Yr1X6ZE .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tL1Yr1X6ZE .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tL1Yr1X6ZE .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tL1Yr1X6ZE .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tL1Yr1X6ZE .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tL1Yr1X6ZE [class^="socicon-"]:before,
.cid-tL1Yr1X6ZE [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tL1Yr1X6ZE .mbr-section-title,
.cid-tL1Yr1X6ZE .mbr-social-likes {
  color: #b33100;
}
.cid-tL1Yr2ktdY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tL1Yr2ktdY .container-fluid,
.cid-tL1Yr2ktdY .container {
  position: relative;
}
.cid-tL1Yr2ktdY .container-fluid::before,
.cid-tL1Yr2ktdY .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tL1Yr2ktdY .container-fluid::before,
  .cid-tL1Yr2ktdY .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tL1Yr2ktdY .container-fluid::before,
  .cid-tL1Yr2ktdY .container::before {
    display: none;
  }
}
.cid-tL1Yr2ktdY .media-wrap {
  height: 300px;
}
.cid-tL1Yr2ktdY .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tL1Yr2ktdY .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tL1Yr2ktdY .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tL1Yr2ktdY .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tL1Yr2ktdY .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tL1Yr2ktdY .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tL1Yr2ktdY .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tL1Yr2ktdY .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tL1Yr2ktdY .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tL1Yr2ktdY .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tL1Yr2ktdY .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tL1Yr2ktdY .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tL1Yr2ktdY .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tL1Yr2ktdY .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tL1Yr2ktdY .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tL1Yr2ktdY .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tL1Yr2ktdY .list .item-wrap:hover {
  opacity: .7;
}
.cid-tL1Yr2ktdY .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tL1Yr2ktdY .copyright {
    background-color: #b33100;
  }
}
.cid-tL1Yr2ktdY .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tL1Yr2ktdY .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tL1Yr2ktdY .mbr-text {
  color: #bcbfca;
}
.cid-tL1Yr2ktdY .mbr-desc {
  color: #ffffff;
}
.cid-tL1Yr2ktdY .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tL1Yr2ktdY .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tL1Yr2ktdY .mbr-text,
.cid-tL1Yr2ktdY .icon-wrapper {
  color: #ffffff;
}
.cid-tL1Yr2ktdY .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tL29nuqhNt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tL29nuqhNt nav.navbar {
  position: fixed;
}
.cid-tL29nuqhNt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL29nuqhNt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tL29nuqhNt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL29nuqhNt .dropdown-item:hover,
.cid-tL29nuqhNt .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tL29nuqhNt .dropdown-item:hover span {
  color: white;
}
.cid-tL29nuqhNt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tL29nuqhNt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tL29nuqhNt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tL29nuqhNt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tL29nuqhNt .nav-link {
  position: relative;
}
.cid-tL29nuqhNt .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tL29nuqhNt .container {
    flex-wrap: wrap;
  }
}
.cid-tL29nuqhNt .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tL29nuqhNt .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tL29nuqhNt .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tL29nuqhNt .dropdown-menu,
.cid-tL29nuqhNt .navbar.opened {
  background: #ffffff !important;
}
.cid-tL29nuqhNt .nav-item:focus,
.cid-tL29nuqhNt .nav-link:focus {
  outline: none;
}
.cid-tL29nuqhNt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tL29nuqhNt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL29nuqhNt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tL29nuqhNt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL29nuqhNt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL29nuqhNt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tL29nuqhNt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tL29nuqhNt .navbar.opened {
  transition: all 0.3s;
}
.cid-tL29nuqhNt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tL29nuqhNt .navbar .navbar-logo img {
  width: auto;
}
.cid-tL29nuqhNt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL29nuqhNt .navbar.collapsed {
  justify-content: center;
}
.cid-tL29nuqhNt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL29nuqhNt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL29nuqhNt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tL29nuqhNt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL29nuqhNt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tL29nuqhNt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tL29nuqhNt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tL29nuqhNt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tL29nuqhNt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tL29nuqhNt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL29nuqhNt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL29nuqhNt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL29nuqhNt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tL29nuqhNt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tL29nuqhNt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tL29nuqhNt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tL29nuqhNt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tL29nuqhNt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tL29nuqhNt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tL29nuqhNt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tL29nuqhNt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tL29nuqhNt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tL29nuqhNt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tL29nuqhNt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tL29nuqhNt .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;
}
.cid-tL29nuqhNt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tL29nuqhNt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL29nuqhNt .dropdown-item.active,
.cid-tL29nuqhNt .dropdown-item:active {
  background-color: transparent;
}
.cid-tL29nuqhNt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tL29nuqhNt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL29nuqhNt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tL29nuqhNt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tL29nuqhNt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tL29nuqhNt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL29nuqhNt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL29nuqhNt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tL29nuqhNt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tL29nuqhNt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tL29nuqhNt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tL29nuqhNt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL29nuqhNt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL29nuqhNt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tL29nuqhNt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL29nuqhNt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tL29nuqhNt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tL29nuqhNt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL29nuqhNt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tL29nuqhNt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL29nuqhNt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL29nuqhNt .navbar {
    height: 70px;
  }
  .cid-tL29nuqhNt .navbar.opened {
    height: auto;
  }
  .cid-tL29nuqhNt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-5z {
  /* Type valid CSS here */
}
#custom-html-5z div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5z p {
  font-size: 60px;
  color: #777;
}
.cid-tL29nxXCz6 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tL29nxXCz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL29nxXCz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL29nxXCz6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tL29nxXCz6 .row {
    flex-direction: column-reverse;
  }
  .cid-tL29nxXCz6 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tL29nxXCz6 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tL29nxXCz6 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tL29nxXCz6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tL29nxXCz6 .card-title {
  color: #b33100;
}
.cid-tL29Vcse0g {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL29nCp42z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-tL29nCp42z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL29nCp42z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL29nCp42z .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tL29nCp42z .container-fluid {
    padding: 0 16px;
  }
}
.cid-tL29nCp42z .container-fluid .row {
  padding: 0;
}
.cid-tL29nCp42z .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL29nCp42z .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tL29nCp42z .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tL29nCp42z .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tL29nCp42z .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tL29nCp42z .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tL29nCp42z .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tL29nCp42z .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tL29nCp42z .mbr-section-title {
  color: #495DFF;
}
.cid-tL29nCp42z .mbr-text {
  color: #ffffff;
}
.cid-tL29nCp42z .mbr-section-title,
.cid-tL29nCp42z .mbr-section-btn {
  color: #ffffff;
}
.cid-tL29nCPY5k .container,
.cid-tL29nCPY5k .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua30U3Vp5v {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua30U3Vp5v .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua30U3Vp5v .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua30U3Vp5v .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua30U3Vp5v .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua30U3Vp5v form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua30U3Vp5v p {
  margin-bottom: 4rem;
}
.cid-ua30U3Vp5v h4 {
  margin-bottom: 1rem;
}
.cid-ua30U3Vp5v .form-control,
.cid-ua30U3Vp5v .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30U3Vp5v .form-control::-webkit-input-placeholder,
.cid-ua30U3Vp5v .field-input::-webkit-input-placeholder,
.cid-ua30U3Vp5v .form-control::-webkit-input-placeholder,
.cid-ua30U3Vp5v .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30U3Vp5v .form-control:-moz-placeholder,
.cid-ua30U3Vp5v .field-input:-moz-placeholder,
.cid-ua30U3Vp5v .form-control:-moz-placeholder,
.cid-ua30U3Vp5v .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua30U3Vp5v .form-control:hover,
.cid-ua30U3Vp5v .field-input:hover,
.cid-ua30U3Vp5v .form-control:focus,
.cid-ua30U3Vp5v .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua30U3Vp5v .form-control:hover::-webkit-input-placeholder,
.cid-ua30U3Vp5v .field-input:hover::-webkit-input-placeholder,
.cid-ua30U3Vp5v .form-control:focus::-webkit-input-placeholder,
.cid-ua30U3Vp5v .field-input:focus::-webkit-input-placeholder,
.cid-ua30U3Vp5v .form-control:hover::-webkit-input-placeholder,
.cid-ua30U3Vp5v .field-input:hover::-webkit-input-placeholder,
.cid-ua30U3Vp5v .form-control:focus::-webkit-input-placeholder,
.cid-ua30U3Vp5v .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30U3Vp5v .form-control:hover:-moz-placeholder,
.cid-ua30U3Vp5v .field-input:hover:-moz-placeholder,
.cid-ua30U3Vp5v .form-control:focus:-moz-placeholder,
.cid-ua30U3Vp5v .field-input:focus:-moz-placeholder,
.cid-ua30U3Vp5v .form-control:hover:-moz-placeholder,
.cid-ua30U3Vp5v .field-input:hover:-moz-placeholder,
.cid-ua30U3Vp5v .form-control:focus:-moz-placeholder,
.cid-ua30U3Vp5v .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua30U3Vp5v .jq-number__spin:hover,
.cid-ua30U3Vp5v .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua30U3Vp5v .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30U3Vp5v .jq-selectbox li,
.cid-ua30U3Vp5v .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua30U3Vp5v .jq-selectbox li:hover,
.cid-ua30U3Vp5v .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua30U3Vp5v .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua30U3Vp5v .jq-number__spin.minus:hover:after,
.cid-ua30U3Vp5v .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua30U3Vp5v .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua30U3Vp5v .jq-number__spin.minus:after,
.cid-ua30U3Vp5v .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua30U3Vp5v input::-webkit-clear-button {
  display: none;
}
.cid-ua30U3Vp5v input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua30U3Vp5v input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua30U3Vp5v input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua30U3Vp5v H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua30U3Vp5v P {
  color: #ffffff;
  text-align: center;
}
.cid-tL29nDJpWa .container,
.cid-tL29nDJpWa .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tL29nEa8NW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tL29nEa8NW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL29nEa8NW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL29nEa8NW .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tL29nEa8NW .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tL29nEa8NW .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tL29nEa8NW .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tL29nEa8NW .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tL29nEa8NW .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tL29nEa8NW .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tL29nEa8NW .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tL29nEa8NW .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tL29nEa8NW .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tL29nEa8NW .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tL29nEa8NW .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tL29nEa8NW .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tL29nEa8NW .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tL29nEa8NW [class^="socicon-"]:before,
.cid-tL29nEa8NW [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tL29nEa8NW .mbr-section-title,
.cid-tL29nEa8NW .mbr-social-likes {
  color: #b33100;
}
.cid-tL29nEDJuT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tL29nEDJuT .container-fluid,
.cid-tL29nEDJuT .container {
  position: relative;
}
.cid-tL29nEDJuT .container-fluid::before,
.cid-tL29nEDJuT .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tL29nEDJuT .container-fluid::before,
  .cid-tL29nEDJuT .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tL29nEDJuT .container-fluid::before,
  .cid-tL29nEDJuT .container::before {
    display: none;
  }
}
.cid-tL29nEDJuT .media-wrap {
  height: 300px;
}
.cid-tL29nEDJuT .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tL29nEDJuT .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tL29nEDJuT .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tL29nEDJuT .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tL29nEDJuT .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tL29nEDJuT .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tL29nEDJuT .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tL29nEDJuT .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tL29nEDJuT .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tL29nEDJuT .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tL29nEDJuT .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tL29nEDJuT .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tL29nEDJuT .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tL29nEDJuT .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tL29nEDJuT .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tL29nEDJuT .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tL29nEDJuT .list .item-wrap:hover {
  opacity: .7;
}
.cid-tL29nEDJuT .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tL29nEDJuT .copyright {
    background-color: #b33100;
  }
}
.cid-tL29nEDJuT .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tL29nEDJuT .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tL29nEDJuT .mbr-text {
  color: #bcbfca;
}
.cid-tL29nEDJuT .mbr-desc {
  color: #ffffff;
}
.cid-tL29nEDJuT .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tL29nEDJuT .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tL29nEDJuT .mbr-text,
.cid-tL29nEDJuT .icon-wrapper {
  color: #ffffff;
}
.cid-tL29nEDJuT .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tL2aeQTw4h {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tL2aeQTw4h nav.navbar {
  position: fixed;
}
.cid-tL2aeQTw4h .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL2aeQTw4h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tL2aeQTw4h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL2aeQTw4h .dropdown-item:hover,
.cid-tL2aeQTw4h .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tL2aeQTw4h .dropdown-item:hover span {
  color: white;
}
.cid-tL2aeQTw4h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tL2aeQTw4h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tL2aeQTw4h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tL2aeQTw4h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tL2aeQTw4h .nav-link {
  position: relative;
}
.cid-tL2aeQTw4h .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tL2aeQTw4h .container {
    flex-wrap: wrap;
  }
}
.cid-tL2aeQTw4h .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tL2aeQTw4h .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tL2aeQTw4h .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tL2aeQTw4h .dropdown-menu,
.cid-tL2aeQTw4h .navbar.opened {
  background: #ffffff !important;
}
.cid-tL2aeQTw4h .nav-item:focus,
.cid-tL2aeQTw4h .nav-link:focus {
  outline: none;
}
.cid-tL2aeQTw4h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tL2aeQTw4h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL2aeQTw4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tL2aeQTw4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL2aeQTw4h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL2aeQTw4h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tL2aeQTw4h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tL2aeQTw4h .navbar.opened {
  transition: all 0.3s;
}
.cid-tL2aeQTw4h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tL2aeQTw4h .navbar .navbar-logo img {
  width: auto;
}
.cid-tL2aeQTw4h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL2aeQTw4h .navbar.collapsed {
  justify-content: center;
}
.cid-tL2aeQTw4h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL2aeQTw4h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL2aeQTw4h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tL2aeQTw4h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL2aeQTw4h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tL2aeQTw4h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tL2aeQTw4h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tL2aeQTw4h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tL2aeQTw4h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tL2aeQTw4h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL2aeQTw4h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL2aeQTw4h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL2aeQTw4h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tL2aeQTw4h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tL2aeQTw4h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tL2aeQTw4h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tL2aeQTw4h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tL2aeQTw4h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tL2aeQTw4h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tL2aeQTw4h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tL2aeQTw4h .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tL2aeQTw4h .navbar.navbar-short {
  min-height: 60px;
}
.cid-tL2aeQTw4h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tL2aeQTw4h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tL2aeQTw4h .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;
}
.cid-tL2aeQTw4h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tL2aeQTw4h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL2aeQTw4h .dropdown-item.active,
.cid-tL2aeQTw4h .dropdown-item:active {
  background-color: transparent;
}
.cid-tL2aeQTw4h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tL2aeQTw4h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL2aeQTw4h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tL2aeQTw4h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tL2aeQTw4h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tL2aeQTw4h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL2aeQTw4h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL2aeQTw4h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tL2aeQTw4h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tL2aeQTw4h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tL2aeQTw4h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tL2aeQTw4h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL2aeQTw4h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL2aeQTw4h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tL2aeQTw4h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL2aeQTw4h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tL2aeQTw4h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tL2aeQTw4h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL2aeQTw4h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tL2aeQTw4h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL2aeQTw4h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL2aeQTw4h .navbar {
    height: 70px;
  }
  .cid-tL2aeQTw4h .navbar.opened {
    height: auto;
  }
  .cid-tL2aeQTw4h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL2aeUqLrd {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tL2aeUqLrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2aeUqLrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2aeUqLrd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tL2aeUqLrd .row {
    flex-direction: column-reverse;
  }
  .cid-tL2aeUqLrd .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tL2aeUqLrd .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tL2aeUqLrd .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tL2aeUqLrd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tL2aeUqLrd .card-title {
  color: #b33100;
}
.cid-tL2aG1MlFn {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL2aeXrcio {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-tL2aeXrcio .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2aeXrcio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2aeXrcio .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tL2aeXrcio .container-fluid {
    padding: 0 16px;
  }
}
.cid-tL2aeXrcio .container-fluid .row {
  padding: 0;
}
.cid-tL2aeXrcio .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL2aeXrcio .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tL2aeXrcio .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tL2aeXrcio .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tL2aeXrcio .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tL2aeXrcio .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tL2aeXrcio .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tL2aeXrcio .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tL2aeXrcio .mbr-section-title {
  color: #495DFF;
}
.cid-tL2aeXrcio .mbr-text {
  color: #ffffff;
}
.cid-tL2aeXrcio .mbr-section-title,
.cid-tL2aeXrcio .mbr-section-btn {
  color: #ffffff;
}
.cid-tL2aeXQlit .container,
.cid-tL2aeXQlit .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua30RgHux8 {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua30RgHux8 .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua30RgHux8 .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua30RgHux8 .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua30RgHux8 .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua30RgHux8 form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua30RgHux8 p {
  margin-bottom: 4rem;
}
.cid-ua30RgHux8 h4 {
  margin-bottom: 1rem;
}
.cid-ua30RgHux8 .form-control,
.cid-ua30RgHux8 .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30RgHux8 .form-control::-webkit-input-placeholder,
.cid-ua30RgHux8 .field-input::-webkit-input-placeholder,
.cid-ua30RgHux8 .form-control::-webkit-input-placeholder,
.cid-ua30RgHux8 .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30RgHux8 .form-control:-moz-placeholder,
.cid-ua30RgHux8 .field-input:-moz-placeholder,
.cid-ua30RgHux8 .form-control:-moz-placeholder,
.cid-ua30RgHux8 .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua30RgHux8 .form-control:hover,
.cid-ua30RgHux8 .field-input:hover,
.cid-ua30RgHux8 .form-control:focus,
.cid-ua30RgHux8 .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua30RgHux8 .form-control:hover::-webkit-input-placeholder,
.cid-ua30RgHux8 .field-input:hover::-webkit-input-placeholder,
.cid-ua30RgHux8 .form-control:focus::-webkit-input-placeholder,
.cid-ua30RgHux8 .field-input:focus::-webkit-input-placeholder,
.cid-ua30RgHux8 .form-control:hover::-webkit-input-placeholder,
.cid-ua30RgHux8 .field-input:hover::-webkit-input-placeholder,
.cid-ua30RgHux8 .form-control:focus::-webkit-input-placeholder,
.cid-ua30RgHux8 .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30RgHux8 .form-control:hover:-moz-placeholder,
.cid-ua30RgHux8 .field-input:hover:-moz-placeholder,
.cid-ua30RgHux8 .form-control:focus:-moz-placeholder,
.cid-ua30RgHux8 .field-input:focus:-moz-placeholder,
.cid-ua30RgHux8 .form-control:hover:-moz-placeholder,
.cid-ua30RgHux8 .field-input:hover:-moz-placeholder,
.cid-ua30RgHux8 .form-control:focus:-moz-placeholder,
.cid-ua30RgHux8 .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua30RgHux8 .jq-number__spin:hover,
.cid-ua30RgHux8 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua30RgHux8 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30RgHux8 .jq-selectbox li,
.cid-ua30RgHux8 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua30RgHux8 .jq-selectbox li:hover,
.cid-ua30RgHux8 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua30RgHux8 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua30RgHux8 .jq-number__spin.minus:hover:after,
.cid-ua30RgHux8 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua30RgHux8 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua30RgHux8 .jq-number__spin.minus:after,
.cid-ua30RgHux8 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua30RgHux8 input::-webkit-clear-button {
  display: none;
}
.cid-ua30RgHux8 input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua30RgHux8 input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua30RgHux8 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua30RgHux8 H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua30RgHux8 P {
  color: #ffffff;
  text-align: center;
}
.cid-tL2aeYGNUV .container,
.cid-tL2aeYGNUV .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tL2aeZ368F {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tL2aeZ368F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2aeZ368F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2aeZ368F .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tL2aeZ368F .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tL2aeZ368F .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tL2aeZ368F .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tL2aeZ368F .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tL2aeZ368F .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tL2aeZ368F .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tL2aeZ368F .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tL2aeZ368F .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tL2aeZ368F .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tL2aeZ368F .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tL2aeZ368F .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tL2aeZ368F .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tL2aeZ368F .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tL2aeZ368F [class^="socicon-"]:before,
.cid-tL2aeZ368F [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tL2aeZ368F .mbr-section-title,
.cid-tL2aeZ368F .mbr-social-likes {
  color: #b33100;
}
.cid-tL2aeZurhD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tL2aeZurhD .container-fluid,
.cid-tL2aeZurhD .container {
  position: relative;
}
.cid-tL2aeZurhD .container-fluid::before,
.cid-tL2aeZurhD .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tL2aeZurhD .container-fluid::before,
  .cid-tL2aeZurhD .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tL2aeZurhD .container-fluid::before,
  .cid-tL2aeZurhD .container::before {
    display: none;
  }
}
.cid-tL2aeZurhD .media-wrap {
  height: 300px;
}
.cid-tL2aeZurhD .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tL2aeZurhD .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tL2aeZurhD .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tL2aeZurhD .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tL2aeZurhD .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tL2aeZurhD .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tL2aeZurhD .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tL2aeZurhD .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tL2aeZurhD .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tL2aeZurhD .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tL2aeZurhD .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tL2aeZurhD .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tL2aeZurhD .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tL2aeZurhD .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tL2aeZurhD .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tL2aeZurhD .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tL2aeZurhD .list .item-wrap:hover {
  opacity: .7;
}
.cid-tL2aeZurhD .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tL2aeZurhD .copyright {
    background-color: #b33100;
  }
}
.cid-tL2aeZurhD .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tL2aeZurhD .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tL2aeZurhD .mbr-text {
  color: #bcbfca;
}
.cid-tL2aeZurhD .mbr-desc {
  color: #ffffff;
}
.cid-tL2aeZurhD .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tL2aeZurhD .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tL2aeZurhD .mbr-text,
.cid-tL2aeZurhD .icon-wrapper {
  color: #ffffff;
}
.cid-tL2aeZurhD .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tL2aSgJQFZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tL2aSgJQFZ nav.navbar {
  position: fixed;
}
.cid-tL2aSgJQFZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL2aSgJQFZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tL2aSgJQFZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL2aSgJQFZ .dropdown-item:hover,
.cid-tL2aSgJQFZ .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tL2aSgJQFZ .dropdown-item:hover span {
  color: white;
}
.cid-tL2aSgJQFZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tL2aSgJQFZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tL2aSgJQFZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tL2aSgJQFZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tL2aSgJQFZ .nav-link {
  position: relative;
}
.cid-tL2aSgJQFZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tL2aSgJQFZ .container {
    flex-wrap: wrap;
  }
}
.cid-tL2aSgJQFZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tL2aSgJQFZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tL2aSgJQFZ .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tL2aSgJQFZ .dropdown-menu,
.cid-tL2aSgJQFZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tL2aSgJQFZ .nav-item:focus,
.cid-tL2aSgJQFZ .nav-link:focus {
  outline: none;
}
.cid-tL2aSgJQFZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tL2aSgJQFZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL2aSgJQFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tL2aSgJQFZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL2aSgJQFZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL2aSgJQFZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tL2aSgJQFZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tL2aSgJQFZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tL2aSgJQFZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tL2aSgJQFZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tL2aSgJQFZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL2aSgJQFZ .navbar.collapsed {
  justify-content: center;
}
.cid-tL2aSgJQFZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL2aSgJQFZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL2aSgJQFZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tL2aSgJQFZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL2aSgJQFZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tL2aSgJQFZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tL2aSgJQFZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tL2aSgJQFZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tL2aSgJQFZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tL2aSgJQFZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL2aSgJQFZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL2aSgJQFZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL2aSgJQFZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tL2aSgJQFZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tL2aSgJQFZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tL2aSgJQFZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tL2aSgJQFZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tL2aSgJQFZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tL2aSgJQFZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tL2aSgJQFZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tL2aSgJQFZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tL2aSgJQFZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tL2aSgJQFZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tL2aSgJQFZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tL2aSgJQFZ .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;
}
.cid-tL2aSgJQFZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tL2aSgJQFZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL2aSgJQFZ .dropdown-item.active,
.cid-tL2aSgJQFZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tL2aSgJQFZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tL2aSgJQFZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL2aSgJQFZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tL2aSgJQFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tL2aSgJQFZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tL2aSgJQFZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL2aSgJQFZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL2aSgJQFZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tL2aSgJQFZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tL2aSgJQFZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tL2aSgJQFZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tL2aSgJQFZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL2aSgJQFZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL2aSgJQFZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tL2aSgJQFZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL2aSgJQFZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tL2aSgJQFZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tL2aSgJQFZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL2aSgJQFZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tL2aSgJQFZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL2aSgJQFZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL2aSgJQFZ .navbar {
    height: 70px;
  }
  .cid-tL2aSgJQFZ .navbar.opened {
    height: auto;
  }
  .cid-tL2aSgJQFZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL2aSkAwYq {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tL2aSkAwYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2aSkAwYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2aSkAwYq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tL2aSkAwYq .row {
    flex-direction: column-reverse;
  }
  .cid-tL2aSkAwYq .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tL2aSkAwYq .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tL2aSkAwYq .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tL2aSkAwYq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tL2aSkAwYq .card-title {
  color: #b33100;
}
.cid-tL2b8FgAKS {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL2aSmYepN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-tL2aSmYepN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2aSmYepN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2aSmYepN .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tL2aSmYepN .container-fluid {
    padding: 0 16px;
  }
}
.cid-tL2aSmYepN .container-fluid .row {
  padding: 0;
}
.cid-tL2aSmYepN .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL2aSmYepN .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tL2aSmYepN .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tL2aSmYepN .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tL2aSmYepN .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tL2aSmYepN .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tL2aSmYepN .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tL2aSmYepN .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tL2aSmYepN .mbr-section-title {
  color: #495DFF;
}
.cid-tL2aSmYepN .mbr-text {
  color: #ffffff;
}
.cid-tL2aSmYepN .mbr-section-title,
.cid-tL2aSmYepN .mbr-section-btn {
  color: #ffffff;
}
.cid-tL2aSnoiZr .container,
.cid-tL2aSnoiZr .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua30Osv8IW {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua30Osv8IW .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua30Osv8IW .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua30Osv8IW .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua30Osv8IW .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua30Osv8IW form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua30Osv8IW p {
  margin-bottom: 4rem;
}
.cid-ua30Osv8IW h4 {
  margin-bottom: 1rem;
}
.cid-ua30Osv8IW .form-control,
.cid-ua30Osv8IW .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30Osv8IW .form-control::-webkit-input-placeholder,
.cid-ua30Osv8IW .field-input::-webkit-input-placeholder,
.cid-ua30Osv8IW .form-control::-webkit-input-placeholder,
.cid-ua30Osv8IW .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30Osv8IW .form-control:-moz-placeholder,
.cid-ua30Osv8IW .field-input:-moz-placeholder,
.cid-ua30Osv8IW .form-control:-moz-placeholder,
.cid-ua30Osv8IW .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua30Osv8IW .form-control:hover,
.cid-ua30Osv8IW .field-input:hover,
.cid-ua30Osv8IW .form-control:focus,
.cid-ua30Osv8IW .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua30Osv8IW .form-control:hover::-webkit-input-placeholder,
.cid-ua30Osv8IW .field-input:hover::-webkit-input-placeholder,
.cid-ua30Osv8IW .form-control:focus::-webkit-input-placeholder,
.cid-ua30Osv8IW .field-input:focus::-webkit-input-placeholder,
.cid-ua30Osv8IW .form-control:hover::-webkit-input-placeholder,
.cid-ua30Osv8IW .field-input:hover::-webkit-input-placeholder,
.cid-ua30Osv8IW .form-control:focus::-webkit-input-placeholder,
.cid-ua30Osv8IW .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30Osv8IW .form-control:hover:-moz-placeholder,
.cid-ua30Osv8IW .field-input:hover:-moz-placeholder,
.cid-ua30Osv8IW .form-control:focus:-moz-placeholder,
.cid-ua30Osv8IW .field-input:focus:-moz-placeholder,
.cid-ua30Osv8IW .form-control:hover:-moz-placeholder,
.cid-ua30Osv8IW .field-input:hover:-moz-placeholder,
.cid-ua30Osv8IW .form-control:focus:-moz-placeholder,
.cid-ua30Osv8IW .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua30Osv8IW .jq-number__spin:hover,
.cid-ua30Osv8IW .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua30Osv8IW .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30Osv8IW .jq-selectbox li,
.cid-ua30Osv8IW .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua30Osv8IW .jq-selectbox li:hover,
.cid-ua30Osv8IW .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua30Osv8IW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua30Osv8IW .jq-number__spin.minus:hover:after,
.cid-ua30Osv8IW .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua30Osv8IW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua30Osv8IW .jq-number__spin.minus:after,
.cid-ua30Osv8IW .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua30Osv8IW input::-webkit-clear-button {
  display: none;
}
.cid-ua30Osv8IW input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua30Osv8IW input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua30Osv8IW input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua30Osv8IW H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua30Osv8IW P {
  color: #ffffff;
  text-align: center;
}
.cid-tL2aSohSXC .container,
.cid-tL2aSohSXC .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tL2aSoFGKw {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tL2aSoFGKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2aSoFGKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2aSoFGKw .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tL2aSoFGKw .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tL2aSoFGKw .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tL2aSoFGKw .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tL2aSoFGKw .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tL2aSoFGKw .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tL2aSoFGKw .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tL2aSoFGKw .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tL2aSoFGKw .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tL2aSoFGKw .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tL2aSoFGKw .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tL2aSoFGKw .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tL2aSoFGKw .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tL2aSoFGKw .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tL2aSoFGKw [class^="socicon-"]:before,
.cid-tL2aSoFGKw [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tL2aSoFGKw .mbr-section-title,
.cid-tL2aSoFGKw .mbr-social-likes {
  color: #b33100;
}
.cid-tL2aSp5EYS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tL2aSp5EYS .container-fluid,
.cid-tL2aSp5EYS .container {
  position: relative;
}
.cid-tL2aSp5EYS .container-fluid::before,
.cid-tL2aSp5EYS .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tL2aSp5EYS .container-fluid::before,
  .cid-tL2aSp5EYS .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tL2aSp5EYS .container-fluid::before,
  .cid-tL2aSp5EYS .container::before {
    display: none;
  }
}
.cid-tL2aSp5EYS .media-wrap {
  height: 300px;
}
.cid-tL2aSp5EYS .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tL2aSp5EYS .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tL2aSp5EYS .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tL2aSp5EYS .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tL2aSp5EYS .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tL2aSp5EYS .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tL2aSp5EYS .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tL2aSp5EYS .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tL2aSp5EYS .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tL2aSp5EYS .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tL2aSp5EYS .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tL2aSp5EYS .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tL2aSp5EYS .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tL2aSp5EYS .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tL2aSp5EYS .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tL2aSp5EYS .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tL2aSp5EYS .list .item-wrap:hover {
  opacity: .7;
}
.cid-tL2aSp5EYS .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tL2aSp5EYS .copyright {
    background-color: #b33100;
  }
}
.cid-tL2aSp5EYS .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tL2aSp5EYS .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tL2aSp5EYS .mbr-text {
  color: #bcbfca;
}
.cid-tL2aSp5EYS .mbr-desc {
  color: #ffffff;
}
.cid-tL2aSp5EYS .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tL2aSp5EYS .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tL2aSp5EYS .mbr-text,
.cid-tL2aSp5EYS .icon-wrapper {
  color: #ffffff;
}
.cid-tL2aSp5EYS .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tL2bk15lNW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tL2bk15lNW nav.navbar {
  position: fixed;
}
.cid-tL2bk15lNW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL2bk15lNW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tL2bk15lNW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL2bk15lNW .dropdown-item:hover,
.cid-tL2bk15lNW .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tL2bk15lNW .dropdown-item:hover span {
  color: white;
}
.cid-tL2bk15lNW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tL2bk15lNW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tL2bk15lNW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tL2bk15lNW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tL2bk15lNW .nav-link {
  position: relative;
}
.cid-tL2bk15lNW .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tL2bk15lNW .container {
    flex-wrap: wrap;
  }
}
.cid-tL2bk15lNW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tL2bk15lNW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tL2bk15lNW .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tL2bk15lNW .dropdown-menu,
.cid-tL2bk15lNW .navbar.opened {
  background: #ffffff !important;
}
.cid-tL2bk15lNW .nav-item:focus,
.cid-tL2bk15lNW .nav-link:focus {
  outline: none;
}
.cid-tL2bk15lNW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tL2bk15lNW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL2bk15lNW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tL2bk15lNW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL2bk15lNW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL2bk15lNW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tL2bk15lNW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tL2bk15lNW .navbar.opened {
  transition: all 0.3s;
}
.cid-tL2bk15lNW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tL2bk15lNW .navbar .navbar-logo img {
  width: auto;
}
.cid-tL2bk15lNW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL2bk15lNW .navbar.collapsed {
  justify-content: center;
}
.cid-tL2bk15lNW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL2bk15lNW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL2bk15lNW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tL2bk15lNW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL2bk15lNW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tL2bk15lNW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tL2bk15lNW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tL2bk15lNW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tL2bk15lNW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tL2bk15lNW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL2bk15lNW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL2bk15lNW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL2bk15lNW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tL2bk15lNW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tL2bk15lNW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tL2bk15lNW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tL2bk15lNW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tL2bk15lNW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tL2bk15lNW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tL2bk15lNW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tL2bk15lNW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tL2bk15lNW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tL2bk15lNW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tL2bk15lNW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tL2bk15lNW .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;
}
.cid-tL2bk15lNW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tL2bk15lNW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL2bk15lNW .dropdown-item.active,
.cid-tL2bk15lNW .dropdown-item:active {
  background-color: transparent;
}
.cid-tL2bk15lNW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tL2bk15lNW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL2bk15lNW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tL2bk15lNW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tL2bk15lNW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tL2bk15lNW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL2bk15lNW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL2bk15lNW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tL2bk15lNW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tL2bk15lNW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tL2bk15lNW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tL2bk15lNW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL2bk15lNW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL2bk15lNW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tL2bk15lNW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL2bk15lNW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tL2bk15lNW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tL2bk15lNW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL2bk15lNW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tL2bk15lNW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL2bk15lNW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL2bk15lNW .navbar {
    height: 70px;
  }
  .cid-tL2bk15lNW .navbar.opened {
    height: auto;
  }
  .cid-tL2bk15lNW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL2bk64lNv {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tL2bk64lNv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2bk64lNv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2bk64lNv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tL2bk64lNv .row {
    flex-direction: column-reverse;
  }
  .cid-tL2bk64lNv .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tL2bk64lNv .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tL2bk64lNv .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tL2bk64lNv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tL2bk64lNv .card-title {
  color: #b33100;
}
.cid-tL2bCh4xF9 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL2bk7XquK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-tL2bk7XquK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2bk7XquK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2bk7XquK .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tL2bk7XquK .container-fluid {
    padding: 0 16px;
  }
}
.cid-tL2bk7XquK .container-fluid .row {
  padding: 0;
}
.cid-tL2bk7XquK .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL2bk7XquK .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tL2bk7XquK .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tL2bk7XquK .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tL2bk7XquK .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tL2bk7XquK .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tL2bk7XquK .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tL2bk7XquK .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tL2bk7XquK .mbr-section-title {
  color: #495DFF;
}
.cid-tL2bk7XquK .mbr-text {
  color: #ffffff;
}
.cid-tL2bk7XquK .mbr-section-title,
.cid-tL2bk7XquK .mbr-section-btn {
  color: #ffffff;
}
.cid-tL2bk8m8vD .container,
.cid-tL2bk8m8vD .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua30LJqXrD {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua30LJqXrD .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua30LJqXrD .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua30LJqXrD .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua30LJqXrD .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua30LJqXrD form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua30LJqXrD p {
  margin-bottom: 4rem;
}
.cid-ua30LJqXrD h4 {
  margin-bottom: 1rem;
}
.cid-ua30LJqXrD .form-control,
.cid-ua30LJqXrD .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30LJqXrD .form-control::-webkit-input-placeholder,
.cid-ua30LJqXrD .field-input::-webkit-input-placeholder,
.cid-ua30LJqXrD .form-control::-webkit-input-placeholder,
.cid-ua30LJqXrD .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30LJqXrD .form-control:-moz-placeholder,
.cid-ua30LJqXrD .field-input:-moz-placeholder,
.cid-ua30LJqXrD .form-control:-moz-placeholder,
.cid-ua30LJqXrD .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua30LJqXrD .form-control:hover,
.cid-ua30LJqXrD .field-input:hover,
.cid-ua30LJqXrD .form-control:focus,
.cid-ua30LJqXrD .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua30LJqXrD .form-control:hover::-webkit-input-placeholder,
.cid-ua30LJqXrD .field-input:hover::-webkit-input-placeholder,
.cid-ua30LJqXrD .form-control:focus::-webkit-input-placeholder,
.cid-ua30LJqXrD .field-input:focus::-webkit-input-placeholder,
.cid-ua30LJqXrD .form-control:hover::-webkit-input-placeholder,
.cid-ua30LJqXrD .field-input:hover::-webkit-input-placeholder,
.cid-ua30LJqXrD .form-control:focus::-webkit-input-placeholder,
.cid-ua30LJqXrD .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30LJqXrD .form-control:hover:-moz-placeholder,
.cid-ua30LJqXrD .field-input:hover:-moz-placeholder,
.cid-ua30LJqXrD .form-control:focus:-moz-placeholder,
.cid-ua30LJqXrD .field-input:focus:-moz-placeholder,
.cid-ua30LJqXrD .form-control:hover:-moz-placeholder,
.cid-ua30LJqXrD .field-input:hover:-moz-placeholder,
.cid-ua30LJqXrD .form-control:focus:-moz-placeholder,
.cid-ua30LJqXrD .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua30LJqXrD .jq-number__spin:hover,
.cid-ua30LJqXrD .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua30LJqXrD .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30LJqXrD .jq-selectbox li,
.cid-ua30LJqXrD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua30LJqXrD .jq-selectbox li:hover,
.cid-ua30LJqXrD .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua30LJqXrD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua30LJqXrD .jq-number__spin.minus:hover:after,
.cid-ua30LJqXrD .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua30LJqXrD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua30LJqXrD .jq-number__spin.minus:after,
.cid-ua30LJqXrD .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua30LJqXrD input::-webkit-clear-button {
  display: none;
}
.cid-ua30LJqXrD input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua30LJqXrD input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua30LJqXrD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua30LJqXrD H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua30LJqXrD P {
  color: #ffffff;
  text-align: center;
}
.cid-tL2bk9cisv .container,
.cid-tL2bk9cisv .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tL2bk9yxMb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tL2bk9yxMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2bk9yxMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2bk9yxMb .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tL2bk9yxMb .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tL2bk9yxMb .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tL2bk9yxMb .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tL2bk9yxMb .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tL2bk9yxMb .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tL2bk9yxMb .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tL2bk9yxMb .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tL2bk9yxMb .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tL2bk9yxMb .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tL2bk9yxMb .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tL2bk9yxMb .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tL2bk9yxMb .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tL2bk9yxMb .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tL2bk9yxMb [class^="socicon-"]:before,
.cid-tL2bk9yxMb [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tL2bk9yxMb .mbr-section-title,
.cid-tL2bk9yxMb .mbr-social-likes {
  color: #b33100;
}
.cid-tL2bk9ZnQQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tL2bk9ZnQQ .container-fluid,
.cid-tL2bk9ZnQQ .container {
  position: relative;
}
.cid-tL2bk9ZnQQ .container-fluid::before,
.cid-tL2bk9ZnQQ .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tL2bk9ZnQQ .container-fluid::before,
  .cid-tL2bk9ZnQQ .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tL2bk9ZnQQ .container-fluid::before,
  .cid-tL2bk9ZnQQ .container::before {
    display: none;
  }
}
.cid-tL2bk9ZnQQ .media-wrap {
  height: 300px;
}
.cid-tL2bk9ZnQQ .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tL2bk9ZnQQ .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tL2bk9ZnQQ .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tL2bk9ZnQQ .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tL2bk9ZnQQ .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tL2bk9ZnQQ .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tL2bk9ZnQQ .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tL2bk9ZnQQ .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tL2bk9ZnQQ .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tL2bk9ZnQQ .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tL2bk9ZnQQ .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tL2bk9ZnQQ .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tL2bk9ZnQQ .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tL2bk9ZnQQ .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tL2bk9ZnQQ .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tL2bk9ZnQQ .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tL2bk9ZnQQ .list .item-wrap:hover {
  opacity: .7;
}
.cid-tL2bk9ZnQQ .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tL2bk9ZnQQ .copyright {
    background-color: #b33100;
  }
}
.cid-tL2bk9ZnQQ .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tL2bk9ZnQQ .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tL2bk9ZnQQ .mbr-text {
  color: #bcbfca;
}
.cid-tL2bk9ZnQQ .mbr-desc {
  color: #ffffff;
}
.cid-tL2bk9ZnQQ .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tL2bk9ZnQQ .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tL2bk9ZnQQ .mbr-text,
.cid-tL2bk9ZnQQ .icon-wrapper {
  color: #ffffff;
}
.cid-tL2bk9ZnQQ .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tL2bMh7Cig {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tL2bMh7Cig nav.navbar {
  position: fixed;
}
.cid-tL2bMh7Cig .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL2bMh7Cig .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tL2bMh7Cig .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL2bMh7Cig .dropdown-item:hover,
.cid-tL2bMh7Cig .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tL2bMh7Cig .dropdown-item:hover span {
  color: white;
}
.cid-tL2bMh7Cig .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tL2bMh7Cig .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tL2bMh7Cig .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tL2bMh7Cig .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tL2bMh7Cig .nav-link {
  position: relative;
}
.cid-tL2bMh7Cig .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tL2bMh7Cig .container {
    flex-wrap: wrap;
  }
}
.cid-tL2bMh7Cig .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tL2bMh7Cig .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tL2bMh7Cig .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tL2bMh7Cig .dropdown-menu,
.cid-tL2bMh7Cig .navbar.opened {
  background: #ffffff !important;
}
.cid-tL2bMh7Cig .nav-item:focus,
.cid-tL2bMh7Cig .nav-link:focus {
  outline: none;
}
.cid-tL2bMh7Cig .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tL2bMh7Cig .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL2bMh7Cig .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tL2bMh7Cig .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL2bMh7Cig .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL2bMh7Cig .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tL2bMh7Cig .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tL2bMh7Cig .navbar.opened {
  transition: all 0.3s;
}
.cid-tL2bMh7Cig .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tL2bMh7Cig .navbar .navbar-logo img {
  width: auto;
}
.cid-tL2bMh7Cig .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL2bMh7Cig .navbar.collapsed {
  justify-content: center;
}
.cid-tL2bMh7Cig .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL2bMh7Cig .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL2bMh7Cig .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tL2bMh7Cig .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL2bMh7Cig .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tL2bMh7Cig .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tL2bMh7Cig .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tL2bMh7Cig .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tL2bMh7Cig .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tL2bMh7Cig .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL2bMh7Cig .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL2bMh7Cig .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL2bMh7Cig .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tL2bMh7Cig .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tL2bMh7Cig .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tL2bMh7Cig .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tL2bMh7Cig .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tL2bMh7Cig .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tL2bMh7Cig .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tL2bMh7Cig .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tL2bMh7Cig .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tL2bMh7Cig .navbar.navbar-short {
  min-height: 60px;
}
.cid-tL2bMh7Cig .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tL2bMh7Cig .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tL2bMh7Cig .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;
}
.cid-tL2bMh7Cig .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tL2bMh7Cig .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL2bMh7Cig .dropdown-item.active,
.cid-tL2bMh7Cig .dropdown-item:active {
  background-color: transparent;
}
.cid-tL2bMh7Cig .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tL2bMh7Cig .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL2bMh7Cig .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tL2bMh7Cig .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tL2bMh7Cig .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tL2bMh7Cig .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL2bMh7Cig ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL2bMh7Cig .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tL2bMh7Cig button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tL2bMh7Cig button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tL2bMh7Cig button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tL2bMh7Cig button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL2bMh7Cig button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL2bMh7Cig button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tL2bMh7Cig nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL2bMh7Cig nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tL2bMh7Cig nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tL2bMh7Cig nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL2bMh7Cig .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tL2bMh7Cig a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL2bMh7Cig .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL2bMh7Cig .navbar {
    height: 70px;
  }
  .cid-tL2bMh7Cig .navbar.opened {
    height: auto;
  }
  .cid-tL2bMh7Cig .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL2bMnqchG {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tL2bMnqchG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2bMnqchG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2bMnqchG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tL2bMnqchG .row {
    flex-direction: column-reverse;
  }
  .cid-tL2bMnqchG .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tL2bMnqchG .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tL2bMnqchG .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tL2bMnqchG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tL2bMnqchG .card-title {
  color: #b33100;
}
.cid-tL2bYRWsrq {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL2bMoIN57 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-tL2bMoIN57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2bMoIN57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2bMoIN57 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tL2bMoIN57 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tL2bMoIN57 .container-fluid .row {
  padding: 0;
}
.cid-tL2bMoIN57 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL2bMoIN57 .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tL2bMoIN57 .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tL2bMoIN57 .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tL2bMoIN57 .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tL2bMoIN57 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tL2bMoIN57 .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tL2bMoIN57 .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tL2bMoIN57 .mbr-section-title {
  color: #495DFF;
}
.cid-tL2bMoIN57 .mbr-text {
  color: #ffffff;
}
.cid-tL2bMoIN57 .mbr-section-title,
.cid-tL2bMoIN57 .mbr-section-btn {
  color: #ffffff;
}
.cid-tL2bMpkyFi .container,
.cid-tL2bMpkyFi .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua30IuB2j1 {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua30IuB2j1 .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua30IuB2j1 .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua30IuB2j1 .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua30IuB2j1 .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua30IuB2j1 form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua30IuB2j1 p {
  margin-bottom: 4rem;
}
.cid-ua30IuB2j1 h4 {
  margin-bottom: 1rem;
}
.cid-ua30IuB2j1 .form-control,
.cid-ua30IuB2j1 .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30IuB2j1 .form-control::-webkit-input-placeholder,
.cid-ua30IuB2j1 .field-input::-webkit-input-placeholder,
.cid-ua30IuB2j1 .form-control::-webkit-input-placeholder,
.cid-ua30IuB2j1 .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30IuB2j1 .form-control:-moz-placeholder,
.cid-ua30IuB2j1 .field-input:-moz-placeholder,
.cid-ua30IuB2j1 .form-control:-moz-placeholder,
.cid-ua30IuB2j1 .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua30IuB2j1 .form-control:hover,
.cid-ua30IuB2j1 .field-input:hover,
.cid-ua30IuB2j1 .form-control:focus,
.cid-ua30IuB2j1 .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua30IuB2j1 .form-control:hover::-webkit-input-placeholder,
.cid-ua30IuB2j1 .field-input:hover::-webkit-input-placeholder,
.cid-ua30IuB2j1 .form-control:focus::-webkit-input-placeholder,
.cid-ua30IuB2j1 .field-input:focus::-webkit-input-placeholder,
.cid-ua30IuB2j1 .form-control:hover::-webkit-input-placeholder,
.cid-ua30IuB2j1 .field-input:hover::-webkit-input-placeholder,
.cid-ua30IuB2j1 .form-control:focus::-webkit-input-placeholder,
.cid-ua30IuB2j1 .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30IuB2j1 .form-control:hover:-moz-placeholder,
.cid-ua30IuB2j1 .field-input:hover:-moz-placeholder,
.cid-ua30IuB2j1 .form-control:focus:-moz-placeholder,
.cid-ua30IuB2j1 .field-input:focus:-moz-placeholder,
.cid-ua30IuB2j1 .form-control:hover:-moz-placeholder,
.cid-ua30IuB2j1 .field-input:hover:-moz-placeholder,
.cid-ua30IuB2j1 .form-control:focus:-moz-placeholder,
.cid-ua30IuB2j1 .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua30IuB2j1 .jq-number__spin:hover,
.cid-ua30IuB2j1 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua30IuB2j1 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30IuB2j1 .jq-selectbox li,
.cid-ua30IuB2j1 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua30IuB2j1 .jq-selectbox li:hover,
.cid-ua30IuB2j1 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua30IuB2j1 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua30IuB2j1 .jq-number__spin.minus:hover:after,
.cid-ua30IuB2j1 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua30IuB2j1 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua30IuB2j1 .jq-number__spin.minus:after,
.cid-ua30IuB2j1 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua30IuB2j1 input::-webkit-clear-button {
  display: none;
}
.cid-ua30IuB2j1 input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua30IuB2j1 input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua30IuB2j1 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua30IuB2j1 H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua30IuB2j1 P {
  color: #ffffff;
  text-align: center;
}
.cid-tL2bMqm5Mu .container,
.cid-tL2bMqm5Mu .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tL2bMr67DI {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tL2bMr67DI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2bMr67DI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2bMr67DI .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tL2bMr67DI .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tL2bMr67DI .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tL2bMr67DI .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tL2bMr67DI .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tL2bMr67DI .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tL2bMr67DI .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tL2bMr67DI .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tL2bMr67DI .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tL2bMr67DI .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tL2bMr67DI .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tL2bMr67DI .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tL2bMr67DI .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tL2bMr67DI .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tL2bMr67DI [class^="socicon-"]:before,
.cid-tL2bMr67DI [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tL2bMr67DI .mbr-section-title,
.cid-tL2bMr67DI .mbr-social-likes {
  color: #b33100;
}
.cid-tL2bMry4Bg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tL2bMry4Bg .container-fluid,
.cid-tL2bMry4Bg .container {
  position: relative;
}
.cid-tL2bMry4Bg .container-fluid::before,
.cid-tL2bMry4Bg .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tL2bMry4Bg .container-fluid::before,
  .cid-tL2bMry4Bg .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tL2bMry4Bg .container-fluid::before,
  .cid-tL2bMry4Bg .container::before {
    display: none;
  }
}
.cid-tL2bMry4Bg .media-wrap {
  height: 300px;
}
.cid-tL2bMry4Bg .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tL2bMry4Bg .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tL2bMry4Bg .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tL2bMry4Bg .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tL2bMry4Bg .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tL2bMry4Bg .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tL2bMry4Bg .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tL2bMry4Bg .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tL2bMry4Bg .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tL2bMry4Bg .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tL2bMry4Bg .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tL2bMry4Bg .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tL2bMry4Bg .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tL2bMry4Bg .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tL2bMry4Bg .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tL2bMry4Bg .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tL2bMry4Bg .list .item-wrap:hover {
  opacity: .7;
}
.cid-tL2bMry4Bg .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tL2bMry4Bg .copyright {
    background-color: #b33100;
  }
}
.cid-tL2bMry4Bg .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tL2bMry4Bg .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tL2bMry4Bg .mbr-text {
  color: #bcbfca;
}
.cid-tL2bMry4Bg .mbr-desc {
  color: #ffffff;
}
.cid-tL2bMry4Bg .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tL2bMry4Bg .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tL2bMry4Bg .mbr-text,
.cid-tL2bMry4Bg .icon-wrapper {
  color: #ffffff;
}
.cid-tL2bMry4Bg .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tL2cg7oCDy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tL2cg7oCDy nav.navbar {
  position: fixed;
}
.cid-tL2cg7oCDy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL2cg7oCDy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tL2cg7oCDy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL2cg7oCDy .dropdown-item:hover,
.cid-tL2cg7oCDy .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tL2cg7oCDy .dropdown-item:hover span {
  color: white;
}
.cid-tL2cg7oCDy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tL2cg7oCDy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tL2cg7oCDy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tL2cg7oCDy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tL2cg7oCDy .nav-link {
  position: relative;
}
.cid-tL2cg7oCDy .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tL2cg7oCDy .container {
    flex-wrap: wrap;
  }
}
.cid-tL2cg7oCDy .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tL2cg7oCDy .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tL2cg7oCDy .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tL2cg7oCDy .dropdown-menu,
.cid-tL2cg7oCDy .navbar.opened {
  background: #ffffff !important;
}
.cid-tL2cg7oCDy .nav-item:focus,
.cid-tL2cg7oCDy .nav-link:focus {
  outline: none;
}
.cid-tL2cg7oCDy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tL2cg7oCDy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL2cg7oCDy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tL2cg7oCDy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL2cg7oCDy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL2cg7oCDy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tL2cg7oCDy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tL2cg7oCDy .navbar.opened {
  transition: all 0.3s;
}
.cid-tL2cg7oCDy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tL2cg7oCDy .navbar .navbar-logo img {
  width: auto;
}
.cid-tL2cg7oCDy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL2cg7oCDy .navbar.collapsed {
  justify-content: center;
}
.cid-tL2cg7oCDy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL2cg7oCDy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL2cg7oCDy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tL2cg7oCDy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL2cg7oCDy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tL2cg7oCDy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tL2cg7oCDy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tL2cg7oCDy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tL2cg7oCDy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tL2cg7oCDy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL2cg7oCDy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL2cg7oCDy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL2cg7oCDy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tL2cg7oCDy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tL2cg7oCDy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tL2cg7oCDy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tL2cg7oCDy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tL2cg7oCDy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tL2cg7oCDy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tL2cg7oCDy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tL2cg7oCDy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tL2cg7oCDy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tL2cg7oCDy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tL2cg7oCDy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tL2cg7oCDy .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;
}
.cid-tL2cg7oCDy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tL2cg7oCDy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL2cg7oCDy .dropdown-item.active,
.cid-tL2cg7oCDy .dropdown-item:active {
  background-color: transparent;
}
.cid-tL2cg7oCDy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tL2cg7oCDy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL2cg7oCDy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tL2cg7oCDy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tL2cg7oCDy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tL2cg7oCDy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL2cg7oCDy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL2cg7oCDy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tL2cg7oCDy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tL2cg7oCDy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tL2cg7oCDy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tL2cg7oCDy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL2cg7oCDy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL2cg7oCDy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tL2cg7oCDy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL2cg7oCDy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tL2cg7oCDy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tL2cg7oCDy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL2cg7oCDy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tL2cg7oCDy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL2cg7oCDy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL2cg7oCDy .navbar {
    height: 70px;
  }
  .cid-tL2cg7oCDy .navbar.opened {
    height: auto;
  }
  .cid-tL2cg7oCDy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL2cgdWeIJ {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tL2cgdWeIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2cgdWeIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2cgdWeIJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tL2cgdWeIJ .row {
    flex-direction: column-reverse;
  }
  .cid-tL2cgdWeIJ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tL2cgdWeIJ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tL2cgdWeIJ .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tL2cgdWeIJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tL2cgdWeIJ .card-title {
  color: #b33100;
}
.cid-tL2cvo936R {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL2cgeAjfi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-tL2cgeAjfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2cgeAjfi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2cgeAjfi .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tL2cgeAjfi .container-fluid {
    padding: 0 16px;
  }
}
.cid-tL2cgeAjfi .container-fluid .row {
  padding: 0;
}
.cid-tL2cgeAjfi .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL2cgeAjfi .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tL2cgeAjfi .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tL2cgeAjfi .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tL2cgeAjfi .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tL2cgeAjfi .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tL2cgeAjfi .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tL2cgeAjfi .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tL2cgeAjfi .mbr-section-title {
  color: #495DFF;
}
.cid-tL2cgeAjfi .mbr-text {
  color: #ffffff;
}
.cid-tL2cgeAjfi .mbr-section-title,
.cid-tL2cgeAjfi .mbr-section-btn {
  color: #ffffff;
}
.cid-tL2cgf8gzx .container,
.cid-tL2cgf8gzx .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua30FPRy5N {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua30FPRy5N .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua30FPRy5N .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua30FPRy5N .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua30FPRy5N .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua30FPRy5N form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua30FPRy5N p {
  margin-bottom: 4rem;
}
.cid-ua30FPRy5N h4 {
  margin-bottom: 1rem;
}
.cid-ua30FPRy5N .form-control,
.cid-ua30FPRy5N .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30FPRy5N .form-control::-webkit-input-placeholder,
.cid-ua30FPRy5N .field-input::-webkit-input-placeholder,
.cid-ua30FPRy5N .form-control::-webkit-input-placeholder,
.cid-ua30FPRy5N .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30FPRy5N .form-control:-moz-placeholder,
.cid-ua30FPRy5N .field-input:-moz-placeholder,
.cid-ua30FPRy5N .form-control:-moz-placeholder,
.cid-ua30FPRy5N .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua30FPRy5N .form-control:hover,
.cid-ua30FPRy5N .field-input:hover,
.cid-ua30FPRy5N .form-control:focus,
.cid-ua30FPRy5N .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua30FPRy5N .form-control:hover::-webkit-input-placeholder,
.cid-ua30FPRy5N .field-input:hover::-webkit-input-placeholder,
.cid-ua30FPRy5N .form-control:focus::-webkit-input-placeholder,
.cid-ua30FPRy5N .field-input:focus::-webkit-input-placeholder,
.cid-ua30FPRy5N .form-control:hover::-webkit-input-placeholder,
.cid-ua30FPRy5N .field-input:hover::-webkit-input-placeholder,
.cid-ua30FPRy5N .form-control:focus::-webkit-input-placeholder,
.cid-ua30FPRy5N .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30FPRy5N .form-control:hover:-moz-placeholder,
.cid-ua30FPRy5N .field-input:hover:-moz-placeholder,
.cid-ua30FPRy5N .form-control:focus:-moz-placeholder,
.cid-ua30FPRy5N .field-input:focus:-moz-placeholder,
.cid-ua30FPRy5N .form-control:hover:-moz-placeholder,
.cid-ua30FPRy5N .field-input:hover:-moz-placeholder,
.cid-ua30FPRy5N .form-control:focus:-moz-placeholder,
.cid-ua30FPRy5N .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua30FPRy5N .jq-number__spin:hover,
.cid-ua30FPRy5N .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua30FPRy5N .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30FPRy5N .jq-selectbox li,
.cid-ua30FPRy5N .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua30FPRy5N .jq-selectbox li:hover,
.cid-ua30FPRy5N .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua30FPRy5N .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua30FPRy5N .jq-number__spin.minus:hover:after,
.cid-ua30FPRy5N .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua30FPRy5N .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua30FPRy5N .jq-number__spin.minus:after,
.cid-ua30FPRy5N .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua30FPRy5N input::-webkit-clear-button {
  display: none;
}
.cid-ua30FPRy5N input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua30FPRy5N input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua30FPRy5N input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua30FPRy5N H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua30FPRy5N P {
  color: #ffffff;
  text-align: center;
}
.cid-tL2cgfY6xz .container,
.cid-tL2cgfY6xz .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tL2cggnKBp {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tL2cggnKBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL2cggnKBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL2cggnKBp .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tL2cggnKBp .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tL2cggnKBp .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tL2cggnKBp .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tL2cggnKBp .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tL2cggnKBp .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tL2cggnKBp .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tL2cggnKBp .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tL2cggnKBp .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tL2cggnKBp .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tL2cggnKBp .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tL2cggnKBp .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tL2cggnKBp .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tL2cggnKBp .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tL2cggnKBp [class^="socicon-"]:before,
.cid-tL2cggnKBp [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tL2cggnKBp .mbr-section-title,
.cid-tL2cggnKBp .mbr-social-likes {
  color: #b33100;
}
.cid-tL2cggYxhl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tL2cggYxhl .container-fluid,
.cid-tL2cggYxhl .container {
  position: relative;
}
.cid-tL2cggYxhl .container-fluid::before,
.cid-tL2cggYxhl .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tL2cggYxhl .container-fluid::before,
  .cid-tL2cggYxhl .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tL2cggYxhl .container-fluid::before,
  .cid-tL2cggYxhl .container::before {
    display: none;
  }
}
.cid-tL2cggYxhl .media-wrap {
  height: 300px;
}
.cid-tL2cggYxhl .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tL2cggYxhl .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tL2cggYxhl .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tL2cggYxhl .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tL2cggYxhl .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tL2cggYxhl .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tL2cggYxhl .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tL2cggYxhl .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tL2cggYxhl .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tL2cggYxhl .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tL2cggYxhl .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tL2cggYxhl .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tL2cggYxhl .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tL2cggYxhl .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tL2cggYxhl .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tL2cggYxhl .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tL2cggYxhl .list .item-wrap:hover {
  opacity: .7;
}
.cid-tL2cggYxhl .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tL2cggYxhl .copyright {
    background-color: #b33100;
  }
}
.cid-tL2cggYxhl .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tL2cggYxhl .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tL2cggYxhl .mbr-text {
  color: #bcbfca;
}
.cid-tL2cggYxhl .mbr-desc {
  color: #ffffff;
}
.cid-tL2cggYxhl .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tL2cggYxhl .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tL2cggYxhl .mbr-text,
.cid-tL2cggYxhl .icon-wrapper {
  color: #ffffff;
}
.cid-tL2cggYxhl .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tSnW9riyr9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tSnW9riyr9 nav.navbar {
  position: fixed;
}
.cid-tSnW9riyr9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSnW9riyr9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSnW9riyr9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSnW9riyr9 .dropdown-item:hover,
.cid-tSnW9riyr9 .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tSnW9riyr9 .dropdown-item:hover span {
  color: white;
}
.cid-tSnW9riyr9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSnW9riyr9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSnW9riyr9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSnW9riyr9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSnW9riyr9 .nav-link {
  position: relative;
}
.cid-tSnW9riyr9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSnW9riyr9 .container {
    flex-wrap: wrap;
  }
}
.cid-tSnW9riyr9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tSnW9riyr9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tSnW9riyr9 .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSnW9riyr9 .dropdown-menu,
.cid-tSnW9riyr9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tSnW9riyr9 .nav-item:focus,
.cid-tSnW9riyr9 .nav-link:focus {
  outline: none;
}
.cid-tSnW9riyr9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSnW9riyr9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSnW9riyr9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSnW9riyr9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSnW9riyr9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSnW9riyr9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSnW9riyr9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tSnW9riyr9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tSnW9riyr9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSnW9riyr9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tSnW9riyr9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSnW9riyr9 .navbar.collapsed {
  justify-content: center;
}
.cid-tSnW9riyr9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSnW9riyr9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSnW9riyr9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tSnW9riyr9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSnW9riyr9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSnW9riyr9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tSnW9riyr9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSnW9riyr9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSnW9riyr9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSnW9riyr9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSnW9riyr9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSnW9riyr9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSnW9riyr9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSnW9riyr9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tSnW9riyr9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSnW9riyr9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSnW9riyr9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSnW9riyr9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSnW9riyr9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSnW9riyr9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tSnW9riyr9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tSnW9riyr9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSnW9riyr9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSnW9riyr9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSnW9riyr9 .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;
}
.cid-tSnW9riyr9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSnW9riyr9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSnW9riyr9 .dropdown-item.active,
.cid-tSnW9riyr9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tSnW9riyr9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSnW9riyr9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSnW9riyr9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSnW9riyr9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSnW9riyr9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSnW9riyr9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSnW9riyr9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSnW9riyr9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSnW9riyr9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSnW9riyr9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tSnW9riyr9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSnW9riyr9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSnW9riyr9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSnW9riyr9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSnW9riyr9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSnW9riyr9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSnW9riyr9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSnW9riyr9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSnW9riyr9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSnW9riyr9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSnW9riyr9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tSnW9riyr9 .navbar {
    height: 70px;
  }
  .cid-tSnW9riyr9 .navbar.opened {
    height: auto;
  }
  .cid-tSnW9riyr9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSoJcZBz74 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSoJcZBz74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSoJcZBz74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSoJcZBz74 .mbr-section-title {
  color: #c30a15;
}
.cid-tSoI9DW5ID {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tSoI9DW5ID .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSoI9DW5ID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tSoI9DW5ID .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tSoI9DW5ID .row {
  flex-direction: row-reverse;
}
.cid-tSoI9DW5ID img {
  width: 100%;
}
.cid-tSnW9s7Hp3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-tSnW9s7Hp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSnW9s7Hp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSnW9s7Hp3 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tSnW9s7Hp3 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tSnW9s7Hp3 .container-fluid .row {
  padding: 0;
}
.cid-tSnW9s7Hp3 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSnW9s7Hp3 .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tSnW9s7Hp3 .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tSnW9s7Hp3 .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tSnW9s7Hp3 .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tSnW9s7Hp3 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tSnW9s7Hp3 .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tSnW9s7Hp3 .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tSnW9s7Hp3 .mbr-section-title {
  color: #495DFF;
}
.cid-tSnW9s7Hp3 .mbr-text {
  color: #ffffff;
}
.cid-tSnW9s7Hp3 .mbr-section-title,
.cid-tSnW9s7Hp3 .mbr-section-btn {
  color: #ffffff;
}
.cid-tSnW9soGUO .container,
.cid-tSnW9soGUO .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua3106yoZc {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua3106yoZc .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua3106yoZc .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua3106yoZc .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua3106yoZc .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua3106yoZc form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua3106yoZc p {
  margin-bottom: 4rem;
}
.cid-ua3106yoZc h4 {
  margin-bottom: 1rem;
}
.cid-ua3106yoZc .form-control,
.cid-ua3106yoZc .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua3106yoZc .form-control::-webkit-input-placeholder,
.cid-ua3106yoZc .field-input::-webkit-input-placeholder,
.cid-ua3106yoZc .form-control::-webkit-input-placeholder,
.cid-ua3106yoZc .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua3106yoZc .form-control:-moz-placeholder,
.cid-ua3106yoZc .field-input:-moz-placeholder,
.cid-ua3106yoZc .form-control:-moz-placeholder,
.cid-ua3106yoZc .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua3106yoZc .form-control:hover,
.cid-ua3106yoZc .field-input:hover,
.cid-ua3106yoZc .form-control:focus,
.cid-ua3106yoZc .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua3106yoZc .form-control:hover::-webkit-input-placeholder,
.cid-ua3106yoZc .field-input:hover::-webkit-input-placeholder,
.cid-ua3106yoZc .form-control:focus::-webkit-input-placeholder,
.cid-ua3106yoZc .field-input:focus::-webkit-input-placeholder,
.cid-ua3106yoZc .form-control:hover::-webkit-input-placeholder,
.cid-ua3106yoZc .field-input:hover::-webkit-input-placeholder,
.cid-ua3106yoZc .form-control:focus::-webkit-input-placeholder,
.cid-ua3106yoZc .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua3106yoZc .form-control:hover:-moz-placeholder,
.cid-ua3106yoZc .field-input:hover:-moz-placeholder,
.cid-ua3106yoZc .form-control:focus:-moz-placeholder,
.cid-ua3106yoZc .field-input:focus:-moz-placeholder,
.cid-ua3106yoZc .form-control:hover:-moz-placeholder,
.cid-ua3106yoZc .field-input:hover:-moz-placeholder,
.cid-ua3106yoZc .form-control:focus:-moz-placeholder,
.cid-ua3106yoZc .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua3106yoZc .jq-number__spin:hover,
.cid-ua3106yoZc .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua3106yoZc .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua3106yoZc .jq-selectbox li,
.cid-ua3106yoZc .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua3106yoZc .jq-selectbox li:hover,
.cid-ua3106yoZc .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua3106yoZc .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua3106yoZc .jq-number__spin.minus:hover:after,
.cid-ua3106yoZc .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua3106yoZc .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua3106yoZc .jq-number__spin.minus:after,
.cid-ua3106yoZc .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua3106yoZc input::-webkit-clear-button {
  display: none;
}
.cid-ua3106yoZc input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua3106yoZc input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua3106yoZc input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua3106yoZc H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua3106yoZc P {
  color: #ffffff;
  text-align: center;
}
.cid-tSnW9sUoCZ .container,
.cid-tSnW9sUoCZ .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tSnW9taPG4 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tSnW9taPG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSnW9taPG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSnW9taPG4 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tSnW9taPG4 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tSnW9taPG4 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tSnW9taPG4 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tSnW9taPG4 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tSnW9taPG4 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tSnW9taPG4 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tSnW9taPG4 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tSnW9taPG4 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tSnW9taPG4 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tSnW9taPG4 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tSnW9taPG4 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tSnW9taPG4 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tSnW9taPG4 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tSnW9taPG4 [class^="socicon-"]:before,
.cid-tSnW9taPG4 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tSnW9taPG4 .mbr-section-title,
.cid-tSnW9taPG4 .mbr-social-likes {
  color: #b33100;
}
.cid-tSnW9tqB0m {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tSnW9tqB0m .container-fluid,
.cid-tSnW9tqB0m .container {
  position: relative;
}
.cid-tSnW9tqB0m .container-fluid::before,
.cid-tSnW9tqB0m .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tSnW9tqB0m .container-fluid::before,
  .cid-tSnW9tqB0m .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tSnW9tqB0m .container-fluid::before,
  .cid-tSnW9tqB0m .container::before {
    display: none;
  }
}
.cid-tSnW9tqB0m .media-wrap {
  height: 300px;
}
.cid-tSnW9tqB0m .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tSnW9tqB0m .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tSnW9tqB0m .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tSnW9tqB0m .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tSnW9tqB0m .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tSnW9tqB0m .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tSnW9tqB0m .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tSnW9tqB0m .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tSnW9tqB0m .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tSnW9tqB0m .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tSnW9tqB0m .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tSnW9tqB0m .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tSnW9tqB0m .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tSnW9tqB0m .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tSnW9tqB0m .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tSnW9tqB0m .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tSnW9tqB0m .list .item-wrap:hover {
  opacity: .7;
}
.cid-tSnW9tqB0m .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tSnW9tqB0m .copyright {
    background-color: #b33100;
  }
}
.cid-tSnW9tqB0m .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tSnW9tqB0m .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tSnW9tqB0m .mbr-text {
  color: #bcbfca;
}
.cid-tSnW9tqB0m .mbr-desc {
  color: #ffffff;
}
.cid-tSnW9tqB0m .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tSnW9tqB0m .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tSnW9tqB0m .mbr-text,
.cid-tSnW9tqB0m .icon-wrapper {
  color: #ffffff;
}
.cid-tSnW9tqB0m .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tUodhlvG8m {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUodhlvG8m nav.navbar {
  position: fixed;
}
.cid-tUodhlvG8m .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUodhlvG8m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUodhlvG8m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUodhlvG8m .dropdown-item:hover,
.cid-tUodhlvG8m .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tUodhlvG8m .dropdown-item:hover span {
  color: white;
}
.cid-tUodhlvG8m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUodhlvG8m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUodhlvG8m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUodhlvG8m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUodhlvG8m .nav-link {
  position: relative;
}
.cid-tUodhlvG8m .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUodhlvG8m .container {
    flex-wrap: wrap;
  }
}
.cid-tUodhlvG8m .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUodhlvG8m .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tUodhlvG8m .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUodhlvG8m .dropdown-menu,
.cid-tUodhlvG8m .navbar.opened {
  background: #ffffff !important;
}
.cid-tUodhlvG8m .nav-item:focus,
.cid-tUodhlvG8m .nav-link:focus {
  outline: none;
}
.cid-tUodhlvG8m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUodhlvG8m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUodhlvG8m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUodhlvG8m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUodhlvG8m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUodhlvG8m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUodhlvG8m .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tUodhlvG8m .navbar.opened {
  transition: all 0.3s;
}
.cid-tUodhlvG8m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUodhlvG8m .navbar .navbar-logo img {
  width: auto;
}
.cid-tUodhlvG8m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUodhlvG8m .navbar.collapsed {
  justify-content: center;
}
.cid-tUodhlvG8m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUodhlvG8m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUodhlvG8m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tUodhlvG8m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUodhlvG8m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUodhlvG8m .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUodhlvG8m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUodhlvG8m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUodhlvG8m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUodhlvG8m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUodhlvG8m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUodhlvG8m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUodhlvG8m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUodhlvG8m .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUodhlvG8m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUodhlvG8m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUodhlvG8m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUodhlvG8m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUodhlvG8m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUodhlvG8m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUodhlvG8m .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUodhlvG8m .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUodhlvG8m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUodhlvG8m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUodhlvG8m .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;
}
.cid-tUodhlvG8m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUodhlvG8m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUodhlvG8m .dropdown-item.active,
.cid-tUodhlvG8m .dropdown-item:active {
  background-color: transparent;
}
.cid-tUodhlvG8m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUodhlvG8m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUodhlvG8m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUodhlvG8m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUodhlvG8m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUodhlvG8m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUodhlvG8m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUodhlvG8m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUodhlvG8m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUodhlvG8m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tUodhlvG8m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUodhlvG8m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUodhlvG8m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUodhlvG8m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUodhlvG8m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUodhlvG8m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUodhlvG8m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUodhlvG8m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUodhlvG8m .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUodhlvG8m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUodhlvG8m .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUodhlvG8m .navbar {
    height: 70px;
  }
  .cid-tUodhlvG8m .navbar.opened {
    height: auto;
  }
  .cid-tUodhlvG8m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUodhkXnD6 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tUodhkXnD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUodhkXnD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUodhkXnD6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tUodhkXnD6 .row {
    flex-direction: column-reverse;
  }
  .cid-tUodhkXnD6 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tUodhkXnD6 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tUodhkXnD6 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tUodhkXnD6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tUodhkXnD6 .card-title {
  color: #b33100;
}
.cid-tUodhlgfmF {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUodhlRRC2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-tUodhlRRC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUodhlRRC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUodhlRRC2 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tUodhlRRC2 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tUodhlRRC2 .container-fluid .row {
  padding: 0;
}
.cid-tUodhlRRC2 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUodhlRRC2 .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tUodhlRRC2 .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tUodhlRRC2 .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tUodhlRRC2 .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tUodhlRRC2 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tUodhlRRC2 .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tUodhlRRC2 .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tUodhlRRC2 .mbr-section-title {
  color: #495DFF;
}
.cid-tUodhlRRC2 .mbr-text {
  color: #ffffff;
}
.cid-tUodhlRRC2 .mbr-section-title,
.cid-tUodhlRRC2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tUodhm9K9r .container,
.cid-tUodhm9K9r .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua30D5xTLT {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua30D5xTLT .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua30D5xTLT .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua30D5xTLT .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua30D5xTLT .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua30D5xTLT form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua30D5xTLT p {
  margin-bottom: 4rem;
}
.cid-ua30D5xTLT h4 {
  margin-bottom: 1rem;
}
.cid-ua30D5xTLT .form-control,
.cid-ua30D5xTLT .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30D5xTLT .form-control::-webkit-input-placeholder,
.cid-ua30D5xTLT .field-input::-webkit-input-placeholder,
.cid-ua30D5xTLT .form-control::-webkit-input-placeholder,
.cid-ua30D5xTLT .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30D5xTLT .form-control:-moz-placeholder,
.cid-ua30D5xTLT .field-input:-moz-placeholder,
.cid-ua30D5xTLT .form-control:-moz-placeholder,
.cid-ua30D5xTLT .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua30D5xTLT .form-control:hover,
.cid-ua30D5xTLT .field-input:hover,
.cid-ua30D5xTLT .form-control:focus,
.cid-ua30D5xTLT .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua30D5xTLT .form-control:hover::-webkit-input-placeholder,
.cid-ua30D5xTLT .field-input:hover::-webkit-input-placeholder,
.cid-ua30D5xTLT .form-control:focus::-webkit-input-placeholder,
.cid-ua30D5xTLT .field-input:focus::-webkit-input-placeholder,
.cid-ua30D5xTLT .form-control:hover::-webkit-input-placeholder,
.cid-ua30D5xTLT .field-input:hover::-webkit-input-placeholder,
.cid-ua30D5xTLT .form-control:focus::-webkit-input-placeholder,
.cid-ua30D5xTLT .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30D5xTLT .form-control:hover:-moz-placeholder,
.cid-ua30D5xTLT .field-input:hover:-moz-placeholder,
.cid-ua30D5xTLT .form-control:focus:-moz-placeholder,
.cid-ua30D5xTLT .field-input:focus:-moz-placeholder,
.cid-ua30D5xTLT .form-control:hover:-moz-placeholder,
.cid-ua30D5xTLT .field-input:hover:-moz-placeholder,
.cid-ua30D5xTLT .form-control:focus:-moz-placeholder,
.cid-ua30D5xTLT .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua30D5xTLT .jq-number__spin:hover,
.cid-ua30D5xTLT .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua30D5xTLT .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30D5xTLT .jq-selectbox li,
.cid-ua30D5xTLT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua30D5xTLT .jq-selectbox li:hover,
.cid-ua30D5xTLT .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua30D5xTLT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua30D5xTLT .jq-number__spin.minus:hover:after,
.cid-ua30D5xTLT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua30D5xTLT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua30D5xTLT .jq-number__spin.minus:after,
.cid-ua30D5xTLT .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua30D5xTLT input::-webkit-clear-button {
  display: none;
}
.cid-ua30D5xTLT input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua30D5xTLT input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua30D5xTLT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua30D5xTLT H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua30D5xTLT P {
  color: #ffffff;
  text-align: center;
}
.cid-tUodhmH5Gm .container,
.cid-tUodhmH5Gm .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tUodhmX2c5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tUodhmX2c5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUodhmX2c5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUodhmX2c5 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tUodhmX2c5 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tUodhmX2c5 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tUodhmX2c5 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tUodhmX2c5 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tUodhmX2c5 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tUodhmX2c5 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tUodhmX2c5 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tUodhmX2c5 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tUodhmX2c5 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tUodhmX2c5 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tUodhmX2c5 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tUodhmX2c5 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tUodhmX2c5 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tUodhmX2c5 [class^="socicon-"]:before,
.cid-tUodhmX2c5 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tUodhmX2c5 .mbr-section-title,
.cid-tUodhmX2c5 .mbr-social-likes {
  color: #b33100;
}
.cid-tUodhnfwLh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tUodhnfwLh .container-fluid,
.cid-tUodhnfwLh .container {
  position: relative;
}
.cid-tUodhnfwLh .container-fluid::before,
.cid-tUodhnfwLh .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tUodhnfwLh .container-fluid::before,
  .cid-tUodhnfwLh .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tUodhnfwLh .container-fluid::before,
  .cid-tUodhnfwLh .container::before {
    display: none;
  }
}
.cid-tUodhnfwLh .media-wrap {
  height: 300px;
}
.cid-tUodhnfwLh .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tUodhnfwLh .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tUodhnfwLh .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tUodhnfwLh .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tUodhnfwLh .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tUodhnfwLh .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tUodhnfwLh .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tUodhnfwLh .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tUodhnfwLh .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tUodhnfwLh .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tUodhnfwLh .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tUodhnfwLh .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tUodhnfwLh .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tUodhnfwLh .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tUodhnfwLh .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tUodhnfwLh .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tUodhnfwLh .list .item-wrap:hover {
  opacity: .7;
}
.cid-tUodhnfwLh .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tUodhnfwLh .copyright {
    background-color: #b33100;
  }
}
.cid-tUodhnfwLh .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tUodhnfwLh .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tUodhnfwLh .mbr-text {
  color: #bcbfca;
}
.cid-tUodhnfwLh .mbr-desc {
  color: #ffffff;
}
.cid-tUodhnfwLh .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tUodhnfwLh .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tUodhnfwLh .mbr-text,
.cid-tUodhnfwLh .icon-wrapper {
  color: #ffffff;
}
.cid-tUodhnfwLh .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tYOeaTkqEW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYOeaTkqEW nav.navbar {
  position: fixed;
}
.cid-tYOeaTkqEW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYOeaTkqEW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYOeaTkqEW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYOeaTkqEW .dropdown-item:hover,
.cid-tYOeaTkqEW .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tYOeaTkqEW .dropdown-item:hover span {
  color: white;
}
.cid-tYOeaTkqEW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYOeaTkqEW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYOeaTkqEW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYOeaTkqEW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYOeaTkqEW .nav-link {
  position: relative;
}
.cid-tYOeaTkqEW .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYOeaTkqEW .container {
    flex-wrap: wrap;
  }
}
.cid-tYOeaTkqEW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYOeaTkqEW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tYOeaTkqEW .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYOeaTkqEW .dropdown-menu,
.cid-tYOeaTkqEW .navbar.opened {
  background: #ffffff !important;
}
.cid-tYOeaTkqEW .nav-item:focus,
.cid-tYOeaTkqEW .nav-link:focus {
  outline: none;
}
.cid-tYOeaTkqEW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYOeaTkqEW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYOeaTkqEW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYOeaTkqEW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYOeaTkqEW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYOeaTkqEW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYOeaTkqEW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tYOeaTkqEW .navbar.opened {
  transition: all 0.3s;
}
.cid-tYOeaTkqEW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYOeaTkqEW .navbar .navbar-logo img {
  width: auto;
}
.cid-tYOeaTkqEW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYOeaTkqEW .navbar.collapsed {
  justify-content: center;
}
.cid-tYOeaTkqEW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYOeaTkqEW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYOeaTkqEW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tYOeaTkqEW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYOeaTkqEW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYOeaTkqEW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tYOeaTkqEW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYOeaTkqEW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYOeaTkqEW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYOeaTkqEW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYOeaTkqEW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYOeaTkqEW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYOeaTkqEW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYOeaTkqEW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tYOeaTkqEW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYOeaTkqEW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYOeaTkqEW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYOeaTkqEW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYOeaTkqEW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYOeaTkqEW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tYOeaTkqEW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tYOeaTkqEW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYOeaTkqEW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYOeaTkqEW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYOeaTkqEW .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;
}
.cid-tYOeaTkqEW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYOeaTkqEW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYOeaTkqEW .dropdown-item.active,
.cid-tYOeaTkqEW .dropdown-item:active {
  background-color: transparent;
}
.cid-tYOeaTkqEW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYOeaTkqEW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYOeaTkqEW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYOeaTkqEW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYOeaTkqEW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYOeaTkqEW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYOeaTkqEW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYOeaTkqEW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYOeaTkqEW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYOeaTkqEW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tYOeaTkqEW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYOeaTkqEW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYOeaTkqEW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYOeaTkqEW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYOeaTkqEW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYOeaTkqEW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYOeaTkqEW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYOeaTkqEW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYOeaTkqEW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYOeaTkqEW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYOeaTkqEW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYOeaTkqEW .navbar {
    height: 70px;
  }
  .cid-tYOeaTkqEW .navbar.opened {
    height: auto;
  }
  .cid-tYOeaTkqEW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYOhyyPBGJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYOhyyPBGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYOhyyPBGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYOhyyPBGJ .video-wrapper iframe {
  width: 100%;
}
.cid-tYOhyyPBGJ .mbr-section-title,
.cid-tYOhyyPBGJ .mbr-section-subtitle,
.cid-tYOhyyPBGJ .mbr-text {
  text-align: center;
}
.cid-tYOhyyPBGJ .mbr-section-title {
  color: #c30a15;
}
.cid-tYOhyyPBGJ .mbr-section-subtitle {
  color: #002d69;
}
.cid-tYOeaU9Gpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-tYOeaU9Gpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYOeaU9Gpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYOeaU9Gpv .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tYOeaU9Gpv .container-fluid {
    padding: 0 16px;
  }
}
.cid-tYOeaU9Gpv .container-fluid .row {
  padding: 0;
}
.cid-tYOeaU9Gpv .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYOeaU9Gpv .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tYOeaU9Gpv .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tYOeaU9Gpv .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tYOeaU9Gpv .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tYOeaU9Gpv .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tYOeaU9Gpv .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tYOeaU9Gpv .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tYOeaU9Gpv .mbr-section-title {
  color: #495DFF;
}
.cid-tYOeaU9Gpv .mbr-text {
  color: #ffffff;
}
.cid-tYOeaU9Gpv .mbr-section-title,
.cid-tYOeaU9Gpv .mbr-section-btn {
  color: #ffffff;
}
.cid-tYOeaUpO7y .container,
.cid-tYOeaUpO7y .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua313FqtDT {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua313FqtDT .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua313FqtDT .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua313FqtDT .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua313FqtDT .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua313FqtDT form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua313FqtDT p {
  margin-bottom: 4rem;
}
.cid-ua313FqtDT h4 {
  margin-bottom: 1rem;
}
.cid-ua313FqtDT .form-control,
.cid-ua313FqtDT .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua313FqtDT .form-control::-webkit-input-placeholder,
.cid-ua313FqtDT .field-input::-webkit-input-placeholder,
.cid-ua313FqtDT .form-control::-webkit-input-placeholder,
.cid-ua313FqtDT .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua313FqtDT .form-control:-moz-placeholder,
.cid-ua313FqtDT .field-input:-moz-placeholder,
.cid-ua313FqtDT .form-control:-moz-placeholder,
.cid-ua313FqtDT .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua313FqtDT .form-control:hover,
.cid-ua313FqtDT .field-input:hover,
.cid-ua313FqtDT .form-control:focus,
.cid-ua313FqtDT .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua313FqtDT .form-control:hover::-webkit-input-placeholder,
.cid-ua313FqtDT .field-input:hover::-webkit-input-placeholder,
.cid-ua313FqtDT .form-control:focus::-webkit-input-placeholder,
.cid-ua313FqtDT .field-input:focus::-webkit-input-placeholder,
.cid-ua313FqtDT .form-control:hover::-webkit-input-placeholder,
.cid-ua313FqtDT .field-input:hover::-webkit-input-placeholder,
.cid-ua313FqtDT .form-control:focus::-webkit-input-placeholder,
.cid-ua313FqtDT .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua313FqtDT .form-control:hover:-moz-placeholder,
.cid-ua313FqtDT .field-input:hover:-moz-placeholder,
.cid-ua313FqtDT .form-control:focus:-moz-placeholder,
.cid-ua313FqtDT .field-input:focus:-moz-placeholder,
.cid-ua313FqtDT .form-control:hover:-moz-placeholder,
.cid-ua313FqtDT .field-input:hover:-moz-placeholder,
.cid-ua313FqtDT .form-control:focus:-moz-placeholder,
.cid-ua313FqtDT .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua313FqtDT .jq-number__spin:hover,
.cid-ua313FqtDT .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua313FqtDT .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua313FqtDT .jq-selectbox li,
.cid-ua313FqtDT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua313FqtDT .jq-selectbox li:hover,
.cid-ua313FqtDT .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua313FqtDT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua313FqtDT .jq-number__spin.minus:hover:after,
.cid-ua313FqtDT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua313FqtDT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua313FqtDT .jq-number__spin.minus:after,
.cid-ua313FqtDT .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua313FqtDT input::-webkit-clear-button {
  display: none;
}
.cid-ua313FqtDT input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua313FqtDT input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua313FqtDT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua313FqtDT H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua313FqtDT P {
  color: #ffffff;
  text-align: center;
}
.cid-tYOeaUSQeC .container,
.cid-tYOeaUSQeC .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-tYOeaV5682 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tYOeaV5682 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYOeaV5682 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYOeaV5682 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tYOeaV5682 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tYOeaV5682 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tYOeaV5682 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tYOeaV5682 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tYOeaV5682 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tYOeaV5682 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tYOeaV5682 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tYOeaV5682 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tYOeaV5682 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tYOeaV5682 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tYOeaV5682 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tYOeaV5682 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tYOeaV5682 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tYOeaV5682 [class^="socicon-"]:before,
.cid-tYOeaV5682 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tYOeaV5682 .mbr-section-title,
.cid-tYOeaV5682 .mbr-social-likes {
  color: #b33100;
}
.cid-tYOeaVmCmk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tYOeaVmCmk .container-fluid,
.cid-tYOeaVmCmk .container {
  position: relative;
}
.cid-tYOeaVmCmk .container-fluid::before,
.cid-tYOeaVmCmk .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tYOeaVmCmk .container-fluid::before,
  .cid-tYOeaVmCmk .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tYOeaVmCmk .container-fluid::before,
  .cid-tYOeaVmCmk .container::before {
    display: none;
  }
}
.cid-tYOeaVmCmk .media-wrap {
  height: 300px;
}
.cid-tYOeaVmCmk .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tYOeaVmCmk .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tYOeaVmCmk .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tYOeaVmCmk .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tYOeaVmCmk .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tYOeaVmCmk .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tYOeaVmCmk .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tYOeaVmCmk .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tYOeaVmCmk .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tYOeaVmCmk .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYOeaVmCmk .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tYOeaVmCmk .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tYOeaVmCmk .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tYOeaVmCmk .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tYOeaVmCmk .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tYOeaVmCmk .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tYOeaVmCmk .list .item-wrap:hover {
  opacity: .7;
}
.cid-tYOeaVmCmk .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tYOeaVmCmk .copyright {
    background-color: #b33100;
  }
}
.cid-tYOeaVmCmk .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tYOeaVmCmk .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tYOeaVmCmk .mbr-text {
  color: #bcbfca;
}
.cid-tYOeaVmCmk .mbr-desc {
  color: #ffffff;
}
.cid-tYOeaVmCmk .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tYOeaVmCmk .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tYOeaVmCmk .mbr-text,
.cid-tYOeaVmCmk .icon-wrapper {
  color: #ffffff;
}
.cid-tYOeaVmCmk .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-u0TMRBM5Ca {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0TMRBM5Ca nav.navbar {
  position: fixed;
}
.cid-u0TMRBM5Ca .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0TMRBM5Ca .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0TMRBM5Ca .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0TMRBM5Ca .dropdown-item:hover,
.cid-u0TMRBM5Ca .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-u0TMRBM5Ca .dropdown-item:hover span {
  color: white;
}
.cid-u0TMRBM5Ca .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0TMRBM5Ca .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0TMRBM5Ca .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0TMRBM5Ca .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0TMRBM5Ca .nav-link {
  position: relative;
}
.cid-u0TMRBM5Ca .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0TMRBM5Ca .container {
    flex-wrap: wrap;
  }
}
.cid-u0TMRBM5Ca .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0TMRBM5Ca .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u0TMRBM5Ca .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0TMRBM5Ca .dropdown-menu,
.cid-u0TMRBM5Ca .navbar.opened {
  background: #ffffff !important;
}
.cid-u0TMRBM5Ca .nav-item:focus,
.cid-u0TMRBM5Ca .nav-link:focus {
  outline: none;
}
.cid-u0TMRBM5Ca .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0TMRBM5Ca .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0TMRBM5Ca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0TMRBM5Ca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0TMRBM5Ca .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0TMRBM5Ca .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0TMRBM5Ca .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u0TMRBM5Ca .navbar.opened {
  transition: all 0.3s;
}
.cid-u0TMRBM5Ca .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0TMRBM5Ca .navbar .navbar-logo img {
  width: auto;
}
.cid-u0TMRBM5Ca .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0TMRBM5Ca .navbar.collapsed {
  justify-content: center;
}
.cid-u0TMRBM5Ca .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0TMRBM5Ca .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0TMRBM5Ca .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u0TMRBM5Ca .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0TMRBM5Ca .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0TMRBM5Ca .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u0TMRBM5Ca .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0TMRBM5Ca .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0TMRBM5Ca .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0TMRBM5Ca .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0TMRBM5Ca .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0TMRBM5Ca .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0TMRBM5Ca .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0TMRBM5Ca .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u0TMRBM5Ca .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0TMRBM5Ca .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0TMRBM5Ca .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0TMRBM5Ca .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0TMRBM5Ca .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0TMRBM5Ca .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u0TMRBM5Ca .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u0TMRBM5Ca .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0TMRBM5Ca .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0TMRBM5Ca .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0TMRBM5Ca .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;
}
.cid-u0TMRBM5Ca .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0TMRBM5Ca .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0TMRBM5Ca .dropdown-item.active,
.cid-u0TMRBM5Ca .dropdown-item:active {
  background-color: transparent;
}
.cid-u0TMRBM5Ca .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0TMRBM5Ca .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0TMRBM5Ca .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0TMRBM5Ca .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0TMRBM5Ca .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0TMRBM5Ca .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0TMRBM5Ca ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0TMRBM5Ca .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0TMRBM5Ca button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0TMRBM5Ca button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-u0TMRBM5Ca button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0TMRBM5Ca button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0TMRBM5Ca button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0TMRBM5Ca button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0TMRBM5Ca nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0TMRBM5Ca nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0TMRBM5Ca nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0TMRBM5Ca nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0TMRBM5Ca .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0TMRBM5Ca a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0TMRBM5Ca .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0TMRBM5Ca .navbar {
    height: 70px;
  }
  .cid-u0TMRBM5Ca .navbar.opened {
    height: auto;
  }
  .cid-u0TMRBM5Ca .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0TMRC4LUi {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u0TMRC4LUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0TMRC4LUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0TMRC4LUi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u0TMRC4LUi .row {
    flex-direction: column-reverse;
  }
  .cid-u0TMRC4LUi .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u0TMRC4LUi .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u0TMRC4LUi .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-u0TMRC4LUi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u0TMRC4LUi .card-title {
  color: #b33100;
}
.cid-u0TMRCj4VT {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0TMRCvHtP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-u0TMRCvHtP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0TMRCvHtP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0TMRCvHtP .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-u0TMRCvHtP .container-fluid {
    padding: 0 16px;
  }
}
.cid-u0TMRCvHtP .container-fluid .row {
  padding: 0;
}
.cid-u0TMRCvHtP .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0TMRCvHtP .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0TMRCvHtP .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-u0TMRCvHtP .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u0TMRCvHtP .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-u0TMRCvHtP .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-u0TMRCvHtP .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-u0TMRCvHtP .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-u0TMRCvHtP .mbr-section-title {
  color: #495DFF;
}
.cid-u0TMRCvHtP .mbr-text {
  color: #ffffff;
}
.cid-u0TMRCvHtP .mbr-section-title,
.cid-u0TMRCvHtP .mbr-section-btn {
  color: #ffffff;
}
.cid-u0TMRCKDlV .container,
.cid-u0TMRCKDlV .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua30AqlQ0x {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua30AqlQ0x .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua30AqlQ0x .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua30AqlQ0x .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua30AqlQ0x .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua30AqlQ0x form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua30AqlQ0x p {
  margin-bottom: 4rem;
}
.cid-ua30AqlQ0x h4 {
  margin-bottom: 1rem;
}
.cid-ua30AqlQ0x .form-control,
.cid-ua30AqlQ0x .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30AqlQ0x .form-control::-webkit-input-placeholder,
.cid-ua30AqlQ0x .field-input::-webkit-input-placeholder,
.cid-ua30AqlQ0x .form-control::-webkit-input-placeholder,
.cid-ua30AqlQ0x .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30AqlQ0x .form-control:-moz-placeholder,
.cid-ua30AqlQ0x .field-input:-moz-placeholder,
.cid-ua30AqlQ0x .form-control:-moz-placeholder,
.cid-ua30AqlQ0x .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua30AqlQ0x .form-control:hover,
.cid-ua30AqlQ0x .field-input:hover,
.cid-ua30AqlQ0x .form-control:focus,
.cid-ua30AqlQ0x .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua30AqlQ0x .form-control:hover::-webkit-input-placeholder,
.cid-ua30AqlQ0x .field-input:hover::-webkit-input-placeholder,
.cid-ua30AqlQ0x .form-control:focus::-webkit-input-placeholder,
.cid-ua30AqlQ0x .field-input:focus::-webkit-input-placeholder,
.cid-ua30AqlQ0x .form-control:hover::-webkit-input-placeholder,
.cid-ua30AqlQ0x .field-input:hover::-webkit-input-placeholder,
.cid-ua30AqlQ0x .form-control:focus::-webkit-input-placeholder,
.cid-ua30AqlQ0x .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30AqlQ0x .form-control:hover:-moz-placeholder,
.cid-ua30AqlQ0x .field-input:hover:-moz-placeholder,
.cid-ua30AqlQ0x .form-control:focus:-moz-placeholder,
.cid-ua30AqlQ0x .field-input:focus:-moz-placeholder,
.cid-ua30AqlQ0x .form-control:hover:-moz-placeholder,
.cid-ua30AqlQ0x .field-input:hover:-moz-placeholder,
.cid-ua30AqlQ0x .form-control:focus:-moz-placeholder,
.cid-ua30AqlQ0x .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua30AqlQ0x .jq-number__spin:hover,
.cid-ua30AqlQ0x .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua30AqlQ0x .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30AqlQ0x .jq-selectbox li,
.cid-ua30AqlQ0x .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua30AqlQ0x .jq-selectbox li:hover,
.cid-ua30AqlQ0x .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua30AqlQ0x .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua30AqlQ0x .jq-number__spin.minus:hover:after,
.cid-ua30AqlQ0x .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua30AqlQ0x .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua30AqlQ0x .jq-number__spin.minus:after,
.cid-ua30AqlQ0x .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua30AqlQ0x input::-webkit-clear-button {
  display: none;
}
.cid-ua30AqlQ0x input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua30AqlQ0x input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua30AqlQ0x input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua30AqlQ0x H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua30AqlQ0x P {
  color: #ffffff;
  text-align: center;
}
.cid-u0TMRDgsqV .container,
.cid-u0TMRDgsqV .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u0TMRDuDqV {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u0TMRDuDqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0TMRDuDqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0TMRDuDqV .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u0TMRDuDqV .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u0TMRDuDqV .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u0TMRDuDqV .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u0TMRDuDqV .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u0TMRDuDqV .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u0TMRDuDqV .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u0TMRDuDqV .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u0TMRDuDqV .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u0TMRDuDqV .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u0TMRDuDqV .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u0TMRDuDqV .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u0TMRDuDqV .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u0TMRDuDqV .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u0TMRDuDqV [class^="socicon-"]:before,
.cid-u0TMRDuDqV [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u0TMRDuDqV .mbr-section-title,
.cid-u0TMRDuDqV .mbr-social-likes {
  color: #b33100;
}
.cid-u0TMRDKz1D {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-u0TMRDKz1D .container-fluid,
.cid-u0TMRDKz1D .container {
  position: relative;
}
.cid-u0TMRDKz1D .container-fluid::before,
.cid-u0TMRDKz1D .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u0TMRDKz1D .container-fluid::before,
  .cid-u0TMRDKz1D .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-u0TMRDKz1D .container-fluid::before,
  .cid-u0TMRDKz1D .container::before {
    display: none;
  }
}
.cid-u0TMRDKz1D .media-wrap {
  height: 300px;
}
.cid-u0TMRDKz1D .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u0TMRDKz1D .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-u0TMRDKz1D .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0TMRDKz1D .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-u0TMRDKz1D .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-u0TMRDKz1D .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-u0TMRDKz1D .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u0TMRDKz1D .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u0TMRDKz1D .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-u0TMRDKz1D .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u0TMRDKz1D .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-u0TMRDKz1D .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-u0TMRDKz1D .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-u0TMRDKz1D .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u0TMRDKz1D .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-u0TMRDKz1D .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-u0TMRDKz1D .list .item-wrap:hover {
  opacity: .7;
}
.cid-u0TMRDKz1D .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-u0TMRDKz1D .copyright {
    background-color: #b33100;
  }
}
.cid-u0TMRDKz1D .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u0TMRDKz1D .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-u0TMRDKz1D .mbr-text {
  color: #bcbfca;
}
.cid-u0TMRDKz1D .mbr-desc {
  color: #ffffff;
}
.cid-u0TMRDKz1D .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-u0TMRDKz1D .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-u0TMRDKz1D .mbr-text,
.cid-u0TMRDKz1D .icon-wrapper {
  color: #ffffff;
}
.cid-u0TMRDKz1D .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tCseCESu05 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCseCESu05 nav.navbar {
  position: fixed;
}
.cid-tCseCESu05 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCseCESu05 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCseCESu05 .dropdown-item:hover,
.cid-tCseCESu05 .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tCseCESu05 .dropdown-item:hover span {
  color: white;
}
.cid-tCseCESu05 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCseCESu05 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCseCESu05 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCseCESu05 .nav-link {
  position: relative;
}
.cid-tCseCESu05 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCseCESu05 .dropdown-menu,
.cid-tCseCESu05 .navbar.opened {
  background: #ffffff !important;
}
.cid-tCseCESu05 .nav-item:focus,
.cid-tCseCESu05 .nav-link:focus {
  outline: none;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCseCESu05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCseCESu05 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCseCESu05 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCseCESu05 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCseCESu05 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCseCESu05 .navbar.collapsed {
  justify-content: center;
}
.cid-tCseCESu05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCseCESu05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCseCESu05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCseCESu05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCseCESu05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCseCESu05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tCseCESu05 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCseCESu05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCseCESu05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCseCESu05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCseCESu05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCseCESu05 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCseCESu05 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCseCESu05 .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;
}
.cid-tCseCESu05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCseCESu05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCseCESu05 .dropdown-item.active,
.cid-tCseCESu05 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCseCESu05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCseCESu05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCseCESu05 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCseCESu05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCseCESu05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCseCESu05 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCseCESu05 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCseCESu05 .navbar {
    height: 70px;
  }
  .cid-tCseCESu05 .navbar.opened {
    height: auto;
  }
  .cid-tCseCESu05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0TS328ZNe {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-u0TS328ZNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0TS328ZNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0TS328ZNe .mbr-section-title {
  color: #ffffff;
}
.cid-u0TS328ZNe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0TSA6kTNE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u0TSA6kTNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0TSA6kTNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u0TSA6kTNE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0TSA6kTNE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0TSA6kTNE .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0TSA6kTNE .mbr-section-title {
  color: #c30a15;
}
.cid-u0TSA6kTNE .mbr-description {
  color: #c30a15;
}
.cid-u0TW6IeMo1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002d69;
}
.cid-u0TW6IeMo1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0TW6IeMo1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0TW6IeMo1 .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-u0TW6IeMo1 .number {
  color: #6592e6;
}
.cid-u0TW6IeMo1 .period {
  display: block;
}
.cid-u0TW6IeMo1 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u0TW6IeMo1 .period {
    font-size: 0.8rem;
  }
}
.cid-u0TW6IeMo1 .btn {
  height: 100%;
  margin: 0;
}
.cid-u0TW6IeMo1 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u0TW6IeMo1 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u0TW6IeMo1 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u0TW6IeMo1 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u0TW6IeMo1 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-u0TW6IeMo1 H3 {
  color: #ffffff;
}
.cid-u0TW6IeMo1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u0TW6IeMo1 .mbr-text,
.cid-u0TW6IeMo1 .mbr-section-btn {
  color: #ffffff;
}
.cid-u0TXJhOLwH {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u0TXJhOLwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0TXJhOLwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0TXJhOLwH .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u0TXJhOLwH .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u0TXJhOLwH .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u0TXJhOLwH .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u0TXJhOLwH .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u0TXJhOLwH .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u0TXJhOLwH .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u0TXJhOLwH .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u0TXJhOLwH .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u0TXJhOLwH .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u0TXJhOLwH .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u0TXJhOLwH .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u0TXJhOLwH .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u0TXJhOLwH .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u0TXJhOLwH [class^="socicon-"]:before,
.cid-u0TXJhOLwH [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u0TXJhOLwH .mbr-section-title,
.cid-u0TXJhOLwH .mbr-social-likes {
  color: #b33100;
}
.cid-tBJ1k4XWr5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tBJ1k4XWr5 .container-fluid,
.cid-tBJ1k4XWr5 .container {
  position: relative;
}
.cid-tBJ1k4XWr5 .container-fluid::before,
.cid-tBJ1k4XWr5 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    display: none;
  }
}
.cid-tBJ1k4XWr5 .media-wrap {
  height: 300px;
}
.cid-tBJ1k4XWr5 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tBJ1k4XWr5 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tBJ1k4XWr5 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tBJ1k4XWr5 .list .item-wrap:hover {
  opacity: .7;
}
.cid-tBJ1k4XWr5 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright {
    background-color: #b33100;
  }
}
.cid-tBJ1k4XWr5 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .mbr-text {
  color: #bcbfca;
}
.cid-tBJ1k4XWr5 .mbr-desc {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-text,
.cid-tBJ1k4XWr5 .icon-wrapper {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-u1KzRdK9B8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u1KzRdK9B8 nav.navbar {
  position: fixed;
}
.cid-u1KzRdK9B8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1KzRdK9B8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1KzRdK9B8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1KzRdK9B8 .dropdown-item:hover,
.cid-u1KzRdK9B8 .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-u1KzRdK9B8 .dropdown-item:hover span {
  color: white;
}
.cid-u1KzRdK9B8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1KzRdK9B8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1KzRdK9B8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1KzRdK9B8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1KzRdK9B8 .nav-link {
  position: relative;
}
.cid-u1KzRdK9B8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1KzRdK9B8 .container {
    flex-wrap: wrap;
  }
}
.cid-u1KzRdK9B8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1KzRdK9B8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u1KzRdK9B8 .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1KzRdK9B8 .dropdown-menu,
.cid-u1KzRdK9B8 .navbar.opened {
  background: #ffffff !important;
}
.cid-u1KzRdK9B8 .nav-item:focus,
.cid-u1KzRdK9B8 .nav-link:focus {
  outline: none;
}
.cid-u1KzRdK9B8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1KzRdK9B8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1KzRdK9B8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1KzRdK9B8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1KzRdK9B8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1KzRdK9B8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1KzRdK9B8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u1KzRdK9B8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u1KzRdK9B8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1KzRdK9B8 .navbar .navbar-logo img {
  width: auto;
}
.cid-u1KzRdK9B8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1KzRdK9B8 .navbar.collapsed {
  justify-content: center;
}
.cid-u1KzRdK9B8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1KzRdK9B8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1KzRdK9B8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u1KzRdK9B8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1KzRdK9B8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1KzRdK9B8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u1KzRdK9B8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1KzRdK9B8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1KzRdK9B8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1KzRdK9B8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1KzRdK9B8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1KzRdK9B8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1KzRdK9B8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1KzRdK9B8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u1KzRdK9B8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1KzRdK9B8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1KzRdK9B8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1KzRdK9B8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1KzRdK9B8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1KzRdK9B8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1KzRdK9B8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1KzRdK9B8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1KzRdK9B8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1KzRdK9B8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1KzRdK9B8 .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;
}
.cid-u1KzRdK9B8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1KzRdK9B8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1KzRdK9B8 .dropdown-item.active,
.cid-u1KzRdK9B8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u1KzRdK9B8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1KzRdK9B8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1KzRdK9B8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1KzRdK9B8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1KzRdK9B8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1KzRdK9B8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1KzRdK9B8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1KzRdK9B8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1KzRdK9B8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1KzRdK9B8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-u1KzRdK9B8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1KzRdK9B8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1KzRdK9B8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1KzRdK9B8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1KzRdK9B8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1KzRdK9B8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1KzRdK9B8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1KzRdK9B8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1KzRdK9B8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1KzRdK9B8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1KzRdK9B8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1KzRdK9B8 .navbar {
    height: 70px;
  }
  .cid-u1KzRdK9B8 .navbar.opened {
    height: auto;
  }
  .cid-u1KzRdK9B8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1KzRe6P3Z {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-u1KzRe6P3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1KzRe6P3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1KzRe6P3Z .mbr-section-title {
  color: #ffffff;
}
.cid-u1KzRe6P3Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u1KzRepi08 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1KzRepi08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1KzRepi08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1KzRepi08 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1KzRepi08 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1KzRepi08 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1KzRepi08 .mbr-section-title {
  color: #c30a15;
}
.cid-u1KzRepi08 .mbr-description {
  color: #c30a15;
}
.cid-u1KzReHjRv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002d69;
}
.cid-u1KzReHjRv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1KzReHjRv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1KzReHjRv .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-u1KzReHjRv .number {
  color: #6592e6;
}
.cid-u1KzReHjRv .period {
  display: block;
}
.cid-u1KzReHjRv .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u1KzReHjRv .period {
    font-size: 0.8rem;
  }
}
.cid-u1KzReHjRv .btn {
  height: 100%;
  margin: 0;
}
.cid-u1KzReHjRv .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u1KzReHjRv .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u1KzReHjRv .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u1KzReHjRv .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u1KzReHjRv .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-u1KzReHjRv H3 {
  color: #ffffff;
}
.cid-u1KzReHjRv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u1KzReHjRv .mbr-text,
.cid-u1KzReHjRv .mbr-section-btn {
  color: #ffffff;
}
.cid-u1KzRf4eFn {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u1KzRf4eFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1KzRf4eFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1KzRf4eFn .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u1KzRf4eFn .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u1KzRf4eFn .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u1KzRf4eFn .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u1KzRf4eFn .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u1KzRf4eFn .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u1KzRf4eFn .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u1KzRf4eFn .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u1KzRf4eFn .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u1KzRf4eFn .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u1KzRf4eFn .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u1KzRf4eFn .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u1KzRf4eFn .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u1KzRf4eFn .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u1KzRf4eFn [class^="socicon-"]:before,
.cid-u1KzRf4eFn [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u1KzRf4eFn .mbr-section-title,
.cid-u1KzRf4eFn .mbr-social-likes {
  color: #b33100;
}
.cid-u1KzRflBZb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-u1KzRflBZb .container-fluid,
.cid-u1KzRflBZb .container {
  position: relative;
}
.cid-u1KzRflBZb .container-fluid::before,
.cid-u1KzRflBZb .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u1KzRflBZb .container-fluid::before,
  .cid-u1KzRflBZb .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-u1KzRflBZb .container-fluid::before,
  .cid-u1KzRflBZb .container::before {
    display: none;
  }
}
.cid-u1KzRflBZb .media-wrap {
  height: 300px;
}
.cid-u1KzRflBZb .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u1KzRflBZb .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-u1KzRflBZb .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1KzRflBZb .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-u1KzRflBZb .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-u1KzRflBZb .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-u1KzRflBZb .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u1KzRflBZb .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u1KzRflBZb .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-u1KzRflBZb .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u1KzRflBZb .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-u1KzRflBZb .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-u1KzRflBZb .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-u1KzRflBZb .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u1KzRflBZb .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-u1KzRflBZb .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-u1KzRflBZb .list .item-wrap:hover {
  opacity: .7;
}
.cid-u1KzRflBZb .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-u1KzRflBZb .copyright {
    background-color: #b33100;
  }
}
.cid-u1KzRflBZb .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u1KzRflBZb .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-u1KzRflBZb .mbr-text {
  color: #bcbfca;
}
.cid-u1KzRflBZb .mbr-desc {
  color: #ffffff;
}
.cid-u1KzRflBZb .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-u1KzRflBZb .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-u1KzRflBZb .mbr-text,
.cid-u1KzRflBZb .icon-wrapper {
  color: #ffffff;
}
.cid-u1KzRflBZb .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-u5vRjA2L4F {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5vRjA2L4F nav.navbar {
  position: fixed;
}
.cid-u5vRjA2L4F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5vRjA2L4F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5vRjA2L4F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5vRjA2L4F .dropdown-item:hover,
.cid-u5vRjA2L4F .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-u5vRjA2L4F .dropdown-item:hover span {
  color: white;
}
.cid-u5vRjA2L4F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5vRjA2L4F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5vRjA2L4F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5vRjA2L4F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5vRjA2L4F .nav-link {
  position: relative;
}
.cid-u5vRjA2L4F .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5vRjA2L4F .container {
    flex-wrap: wrap;
  }
}
.cid-u5vRjA2L4F .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5vRjA2L4F .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u5vRjA2L4F .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5vRjA2L4F .dropdown-menu,
.cid-u5vRjA2L4F .navbar.opened {
  background: #ffffff !important;
}
.cid-u5vRjA2L4F .nav-item:focus,
.cid-u5vRjA2L4F .nav-link:focus {
  outline: none;
}
.cid-u5vRjA2L4F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5vRjA2L4F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5vRjA2L4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5vRjA2L4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5vRjA2L4F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5vRjA2L4F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5vRjA2L4F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u5vRjA2L4F .navbar.opened {
  transition: all 0.3s;
}
.cid-u5vRjA2L4F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5vRjA2L4F .navbar .navbar-logo img {
  width: auto;
}
.cid-u5vRjA2L4F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5vRjA2L4F .navbar.collapsed {
  justify-content: center;
}
.cid-u5vRjA2L4F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5vRjA2L4F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5vRjA2L4F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u5vRjA2L4F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5vRjA2L4F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5vRjA2L4F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5vRjA2L4F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5vRjA2L4F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5vRjA2L4F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5vRjA2L4F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5vRjA2L4F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5vRjA2L4F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5vRjA2L4F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5vRjA2L4F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5vRjA2L4F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5vRjA2L4F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5vRjA2L4F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5vRjA2L4F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5vRjA2L4F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5vRjA2L4F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5vRjA2L4F .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5vRjA2L4F .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5vRjA2L4F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5vRjA2L4F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5vRjA2L4F .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;
}
.cid-u5vRjA2L4F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5vRjA2L4F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5vRjA2L4F .dropdown-item.active,
.cid-u5vRjA2L4F .dropdown-item:active {
  background-color: transparent;
}
.cid-u5vRjA2L4F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5vRjA2L4F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5vRjA2L4F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5vRjA2L4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5vRjA2L4F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5vRjA2L4F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5vRjA2L4F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5vRjA2L4F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5vRjA2L4F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5vRjA2L4F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-u5vRjA2L4F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5vRjA2L4F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5vRjA2L4F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5vRjA2L4F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5vRjA2L4F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5vRjA2L4F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5vRjA2L4F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5vRjA2L4F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5vRjA2L4F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5vRjA2L4F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5vRjA2L4F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5vRjA2L4F .navbar {
    height: 70px;
  }
  .cid-u5vRjA2L4F .navbar.opened {
    height: auto;
  }
  .cid-u5vRjA2L4F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5vRjArTK1 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5vRjArTK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vRjArTK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vRjArTK1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u5vRjArTK1 .row {
    flex-direction: column-reverse;
  }
  .cid-u5vRjArTK1 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u5vRjArTK1 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u5vRjArTK1 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-u5vRjArTK1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5vRjArTK1 .card-title {
  color: #b33100;
}
.cid-u5B79s6llP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u5B79s6llP .video-wrapper iframe {
  width: 100%;
}
.cid-u5B79s6llP .mbr-section-title {
  align-self: left;
  width: 100%;
}
.cid-u5B79s6llP .mbr-text {
  align-self: right;
  color: #9b9ba5;
}
@media (max-width: 767px) {
  .cid-u5B79s6llP .mbr-section-title,
  .cid-u5B79s6llP .mbr-text {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-u5B79s6llP .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u5vRjANGbQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5vRjB4dPT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-u5vRjB4dPT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vRjB4dPT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vRjB4dPT .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-u5vRjB4dPT .container-fluid {
    padding: 0 16px;
  }
}
.cid-u5vRjB4dPT .container-fluid .row {
  padding: 0;
}
.cid-u5vRjB4dPT .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5vRjB4dPT .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u5vRjB4dPT .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-u5vRjB4dPT .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u5vRjB4dPT .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-u5vRjB4dPT .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-u5vRjB4dPT .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-u5vRjB4dPT .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-u5vRjB4dPT .mbr-section-title {
  color: #495DFF;
}
.cid-u5vRjB4dPT .mbr-text {
  color: #ffffff;
}
.cid-u5vRjB4dPT .mbr-section-title,
.cid-u5vRjB4dPT .mbr-section-btn {
  color: #ffffff;
}
.cid-u5vRjBo0gZ .container,
.cid-u5vRjBo0gZ .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua30rFCIdW {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua30rFCIdW .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua30rFCIdW .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua30rFCIdW .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua30rFCIdW .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua30rFCIdW form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua30rFCIdW p {
  margin-bottom: 4rem;
}
.cid-ua30rFCIdW h4 {
  margin-bottom: 1rem;
}
.cid-ua30rFCIdW .form-control,
.cid-ua30rFCIdW .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30rFCIdW .form-control::-webkit-input-placeholder,
.cid-ua30rFCIdW .field-input::-webkit-input-placeholder,
.cid-ua30rFCIdW .form-control::-webkit-input-placeholder,
.cid-ua30rFCIdW .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30rFCIdW .form-control:-moz-placeholder,
.cid-ua30rFCIdW .field-input:-moz-placeholder,
.cid-ua30rFCIdW .form-control:-moz-placeholder,
.cid-ua30rFCIdW .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua30rFCIdW .form-control:hover,
.cid-ua30rFCIdW .field-input:hover,
.cid-ua30rFCIdW .form-control:focus,
.cid-ua30rFCIdW .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua30rFCIdW .form-control:hover::-webkit-input-placeholder,
.cid-ua30rFCIdW .field-input:hover::-webkit-input-placeholder,
.cid-ua30rFCIdW .form-control:focus::-webkit-input-placeholder,
.cid-ua30rFCIdW .field-input:focus::-webkit-input-placeholder,
.cid-ua30rFCIdW .form-control:hover::-webkit-input-placeholder,
.cid-ua30rFCIdW .field-input:hover::-webkit-input-placeholder,
.cid-ua30rFCIdW .form-control:focus::-webkit-input-placeholder,
.cid-ua30rFCIdW .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30rFCIdW .form-control:hover:-moz-placeholder,
.cid-ua30rFCIdW .field-input:hover:-moz-placeholder,
.cid-ua30rFCIdW .form-control:focus:-moz-placeholder,
.cid-ua30rFCIdW .field-input:focus:-moz-placeholder,
.cid-ua30rFCIdW .form-control:hover:-moz-placeholder,
.cid-ua30rFCIdW .field-input:hover:-moz-placeholder,
.cid-ua30rFCIdW .form-control:focus:-moz-placeholder,
.cid-ua30rFCIdW .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua30rFCIdW .jq-number__spin:hover,
.cid-ua30rFCIdW .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua30rFCIdW .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30rFCIdW .jq-selectbox li,
.cid-ua30rFCIdW .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua30rFCIdW .jq-selectbox li:hover,
.cid-ua30rFCIdW .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua30rFCIdW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua30rFCIdW .jq-number__spin.minus:hover:after,
.cid-ua30rFCIdW .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua30rFCIdW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua30rFCIdW .jq-number__spin.minus:after,
.cid-ua30rFCIdW .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua30rFCIdW input::-webkit-clear-button {
  display: none;
}
.cid-ua30rFCIdW input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua30rFCIdW input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua30rFCIdW input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua30rFCIdW H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua30rFCIdW P {
  color: #ffffff;
  text-align: center;
}
.cid-u5vRjC59u0 .container,
.cid-u5vRjC59u0 .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u5vRjCn6WO {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u5vRjCn6WO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vRjCn6WO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vRjCn6WO .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u5vRjCn6WO .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u5vRjCn6WO .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u5vRjCn6WO .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u5vRjCn6WO .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u5vRjCn6WO .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u5vRjCn6WO .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u5vRjCn6WO .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u5vRjCn6WO .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u5vRjCn6WO .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u5vRjCn6WO .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u5vRjCn6WO .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u5vRjCn6WO .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u5vRjCn6WO .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u5vRjCn6WO [class^="socicon-"]:before,
.cid-u5vRjCn6WO [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u5vRjCn6WO .mbr-section-title,
.cid-u5vRjCn6WO .mbr-social-likes {
  color: #b33100;
}
.cid-u5vRjCHL03 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-u5vRjCHL03 .container-fluid,
.cid-u5vRjCHL03 .container {
  position: relative;
}
.cid-u5vRjCHL03 .container-fluid::before,
.cid-u5vRjCHL03 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u5vRjCHL03 .container-fluid::before,
  .cid-u5vRjCHL03 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-u5vRjCHL03 .container-fluid::before,
  .cid-u5vRjCHL03 .container::before {
    display: none;
  }
}
.cid-u5vRjCHL03 .media-wrap {
  height: 300px;
}
.cid-u5vRjCHL03 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u5vRjCHL03 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-u5vRjCHL03 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u5vRjCHL03 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-u5vRjCHL03 .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-u5vRjCHL03 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-u5vRjCHL03 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u5vRjCHL03 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u5vRjCHL03 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-u5vRjCHL03 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u5vRjCHL03 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-u5vRjCHL03 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-u5vRjCHL03 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-u5vRjCHL03 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u5vRjCHL03 .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-u5vRjCHL03 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-u5vRjCHL03 .list .item-wrap:hover {
  opacity: .7;
}
.cid-u5vRjCHL03 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-u5vRjCHL03 .copyright {
    background-color: #b33100;
  }
}
.cid-u5vRjCHL03 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u5vRjCHL03 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-u5vRjCHL03 .mbr-text {
  color: #bcbfca;
}
.cid-u5vRjCHL03 .mbr-desc {
  color: #ffffff;
}
.cid-u5vRjCHL03 .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-u5vRjCHL03 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-u5vRjCHL03 .mbr-text,
.cid-u5vRjCHL03 .icon-wrapper {
  color: #ffffff;
}
.cid-u5vRjCHL03 .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-u5vUBqIN5l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5vUBqIN5l nav.navbar {
  position: fixed;
}
.cid-u5vUBqIN5l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5vUBqIN5l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5vUBqIN5l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5vUBqIN5l .dropdown-item:hover,
.cid-u5vUBqIN5l .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-u5vUBqIN5l .dropdown-item:hover span {
  color: white;
}
.cid-u5vUBqIN5l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5vUBqIN5l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5vUBqIN5l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5vUBqIN5l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5vUBqIN5l .nav-link {
  position: relative;
}
.cid-u5vUBqIN5l .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5vUBqIN5l .container {
    flex-wrap: wrap;
  }
}
.cid-u5vUBqIN5l .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5vUBqIN5l .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u5vUBqIN5l .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5vUBqIN5l .dropdown-menu,
.cid-u5vUBqIN5l .navbar.opened {
  background: #ffffff !important;
}
.cid-u5vUBqIN5l .nav-item:focus,
.cid-u5vUBqIN5l .nav-link:focus {
  outline: none;
}
.cid-u5vUBqIN5l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5vUBqIN5l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5vUBqIN5l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5vUBqIN5l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5vUBqIN5l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5vUBqIN5l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5vUBqIN5l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u5vUBqIN5l .navbar.opened {
  transition: all 0.3s;
}
.cid-u5vUBqIN5l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5vUBqIN5l .navbar .navbar-logo img {
  width: auto;
}
.cid-u5vUBqIN5l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5vUBqIN5l .navbar.collapsed {
  justify-content: center;
}
.cid-u5vUBqIN5l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5vUBqIN5l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5vUBqIN5l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u5vUBqIN5l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5vUBqIN5l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5vUBqIN5l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5vUBqIN5l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5vUBqIN5l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5vUBqIN5l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5vUBqIN5l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5vUBqIN5l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5vUBqIN5l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5vUBqIN5l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5vUBqIN5l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5vUBqIN5l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5vUBqIN5l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5vUBqIN5l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5vUBqIN5l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5vUBqIN5l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5vUBqIN5l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5vUBqIN5l .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5vUBqIN5l .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5vUBqIN5l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5vUBqIN5l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5vUBqIN5l .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;
}
.cid-u5vUBqIN5l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5vUBqIN5l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5vUBqIN5l .dropdown-item.active,
.cid-u5vUBqIN5l .dropdown-item:active {
  background-color: transparent;
}
.cid-u5vUBqIN5l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5vUBqIN5l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5vUBqIN5l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5vUBqIN5l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5vUBqIN5l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5vUBqIN5l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5vUBqIN5l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5vUBqIN5l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5vUBqIN5l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5vUBqIN5l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-u5vUBqIN5l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5vUBqIN5l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5vUBqIN5l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5vUBqIN5l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5vUBqIN5l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5vUBqIN5l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5vUBqIN5l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5vUBqIN5l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5vUBqIN5l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5vUBqIN5l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5vUBqIN5l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5vUBqIN5l .navbar {
    height: 70px;
  }
  .cid-u5vUBqIN5l .navbar.opened {
    height: auto;
  }
  .cid-u5vUBqIN5l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5vUBr6DM4 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5vUBr6DM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vUBr6DM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vUBr6DM4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u5vUBr6DM4 .row {
    flex-direction: column-reverse;
  }
  .cid-u5vUBr6DM4 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u5vUBr6DM4 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u5vUBr6DM4 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-u5vUBr6DM4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5vUBr6DM4 .card-title {
  color: #b33100;
}
.cid-u5vUBrrnUs {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5vUBrIndU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-u5vUBrIndU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vUBrIndU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vUBrIndU .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-u5vUBrIndU .container-fluid {
    padding: 0 16px;
  }
}
.cid-u5vUBrIndU .container-fluid .row {
  padding: 0;
}
.cid-u5vUBrIndU .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5vUBrIndU .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u5vUBrIndU .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-u5vUBrIndU .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u5vUBrIndU .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-u5vUBrIndU .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-u5vUBrIndU .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-u5vUBrIndU .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-u5vUBrIndU .mbr-section-title {
  color: #495DFF;
}
.cid-u5vUBrIndU .mbr-text {
  color: #ffffff;
}
.cid-u5vUBrIndU .mbr-section-title,
.cid-u5vUBrIndU .mbr-section-btn {
  color: #ffffff;
}
.cid-u5vUBs1LII .container,
.cid-u5vUBs1LII .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua30xIS6sY {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua30xIS6sY .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua30xIS6sY .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua30xIS6sY .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua30xIS6sY .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua30xIS6sY form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua30xIS6sY p {
  margin-bottom: 4rem;
}
.cid-ua30xIS6sY h4 {
  margin-bottom: 1rem;
}
.cid-ua30xIS6sY .form-control,
.cid-ua30xIS6sY .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30xIS6sY .form-control::-webkit-input-placeholder,
.cid-ua30xIS6sY .field-input::-webkit-input-placeholder,
.cid-ua30xIS6sY .form-control::-webkit-input-placeholder,
.cid-ua30xIS6sY .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30xIS6sY .form-control:-moz-placeholder,
.cid-ua30xIS6sY .field-input:-moz-placeholder,
.cid-ua30xIS6sY .form-control:-moz-placeholder,
.cid-ua30xIS6sY .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua30xIS6sY .form-control:hover,
.cid-ua30xIS6sY .field-input:hover,
.cid-ua30xIS6sY .form-control:focus,
.cid-ua30xIS6sY .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua30xIS6sY .form-control:hover::-webkit-input-placeholder,
.cid-ua30xIS6sY .field-input:hover::-webkit-input-placeholder,
.cid-ua30xIS6sY .form-control:focus::-webkit-input-placeholder,
.cid-ua30xIS6sY .field-input:focus::-webkit-input-placeholder,
.cid-ua30xIS6sY .form-control:hover::-webkit-input-placeholder,
.cid-ua30xIS6sY .field-input:hover::-webkit-input-placeholder,
.cid-ua30xIS6sY .form-control:focus::-webkit-input-placeholder,
.cid-ua30xIS6sY .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30xIS6sY .form-control:hover:-moz-placeholder,
.cid-ua30xIS6sY .field-input:hover:-moz-placeholder,
.cid-ua30xIS6sY .form-control:focus:-moz-placeholder,
.cid-ua30xIS6sY .field-input:focus:-moz-placeholder,
.cid-ua30xIS6sY .form-control:hover:-moz-placeholder,
.cid-ua30xIS6sY .field-input:hover:-moz-placeholder,
.cid-ua30xIS6sY .form-control:focus:-moz-placeholder,
.cid-ua30xIS6sY .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua30xIS6sY .jq-number__spin:hover,
.cid-ua30xIS6sY .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua30xIS6sY .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30xIS6sY .jq-selectbox li,
.cid-ua30xIS6sY .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua30xIS6sY .jq-selectbox li:hover,
.cid-ua30xIS6sY .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua30xIS6sY .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua30xIS6sY .jq-number__spin.minus:hover:after,
.cid-ua30xIS6sY .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua30xIS6sY .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua30xIS6sY .jq-number__spin.minus:after,
.cid-ua30xIS6sY .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua30xIS6sY input::-webkit-clear-button {
  display: none;
}
.cid-ua30xIS6sY input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua30xIS6sY input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua30xIS6sY input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua30xIS6sY H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua30xIS6sY P {
  color: #ffffff;
  text-align: center;
}
.cid-u5vUBsAJI1 .container,
.cid-u5vUBsAJI1 .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u5vUBsSdu7 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u5vUBsSdu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vUBsSdu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vUBsSdu7 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u5vUBsSdu7 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u5vUBsSdu7 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u5vUBsSdu7 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u5vUBsSdu7 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u5vUBsSdu7 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u5vUBsSdu7 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u5vUBsSdu7 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u5vUBsSdu7 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u5vUBsSdu7 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u5vUBsSdu7 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u5vUBsSdu7 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u5vUBsSdu7 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u5vUBsSdu7 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u5vUBsSdu7 [class^="socicon-"]:before,
.cid-u5vUBsSdu7 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u5vUBsSdu7 .mbr-section-title,
.cid-u5vUBsSdu7 .mbr-social-likes {
  color: #b33100;
}
.cid-u5vUBtcSdE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-u5vUBtcSdE .container-fluid,
.cid-u5vUBtcSdE .container {
  position: relative;
}
.cid-u5vUBtcSdE .container-fluid::before,
.cid-u5vUBtcSdE .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u5vUBtcSdE .container-fluid::before,
  .cid-u5vUBtcSdE .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-u5vUBtcSdE .container-fluid::before,
  .cid-u5vUBtcSdE .container::before {
    display: none;
  }
}
.cid-u5vUBtcSdE .media-wrap {
  height: 300px;
}
.cid-u5vUBtcSdE .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u5vUBtcSdE .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-u5vUBtcSdE .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u5vUBtcSdE .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-u5vUBtcSdE .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-u5vUBtcSdE .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-u5vUBtcSdE .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u5vUBtcSdE .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u5vUBtcSdE .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-u5vUBtcSdE .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u5vUBtcSdE .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-u5vUBtcSdE .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-u5vUBtcSdE .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-u5vUBtcSdE .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u5vUBtcSdE .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-u5vUBtcSdE .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-u5vUBtcSdE .list .item-wrap:hover {
  opacity: .7;
}
.cid-u5vUBtcSdE .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-u5vUBtcSdE .copyright {
    background-color: #b33100;
  }
}
.cid-u5vUBtcSdE .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u5vUBtcSdE .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-u5vUBtcSdE .mbr-text {
  color: #bcbfca;
}
.cid-u5vUBtcSdE .mbr-desc {
  color: #ffffff;
}
.cid-u5vUBtcSdE .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-u5vUBtcSdE .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-u5vUBtcSdE .mbr-text,
.cid-u5vUBtcSdE .icon-wrapper {
  color: #ffffff;
}
.cid-u5vUBtcSdE .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-u5AfMeBAHd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5AfMeBAHd nav.navbar {
  position: fixed;
}
.cid-u5AfMeBAHd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5AfMeBAHd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5AfMeBAHd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5AfMeBAHd .dropdown-item:hover,
.cid-u5AfMeBAHd .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-u5AfMeBAHd .dropdown-item:hover span {
  color: white;
}
.cid-u5AfMeBAHd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5AfMeBAHd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5AfMeBAHd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5AfMeBAHd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5AfMeBAHd .nav-link {
  position: relative;
}
.cid-u5AfMeBAHd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5AfMeBAHd .container {
    flex-wrap: wrap;
  }
}
.cid-u5AfMeBAHd .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u5AfMeBAHd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u5AfMeBAHd .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5AfMeBAHd .dropdown-menu,
.cid-u5AfMeBAHd .navbar.opened {
  background: #ffffff !important;
}
.cid-u5AfMeBAHd .nav-item:focus,
.cid-u5AfMeBAHd .nav-link:focus {
  outline: none;
}
.cid-u5AfMeBAHd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5AfMeBAHd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5AfMeBAHd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5AfMeBAHd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5AfMeBAHd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5AfMeBAHd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5AfMeBAHd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u5AfMeBAHd .navbar.opened {
  transition: all 0.3s;
}
.cid-u5AfMeBAHd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5AfMeBAHd .navbar .navbar-logo img {
  width: auto;
}
.cid-u5AfMeBAHd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5AfMeBAHd .navbar.collapsed {
  justify-content: center;
}
.cid-u5AfMeBAHd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5AfMeBAHd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5AfMeBAHd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u5AfMeBAHd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5AfMeBAHd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5AfMeBAHd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5AfMeBAHd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5AfMeBAHd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5AfMeBAHd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5AfMeBAHd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5AfMeBAHd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5AfMeBAHd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5AfMeBAHd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5AfMeBAHd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5AfMeBAHd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5AfMeBAHd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5AfMeBAHd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5AfMeBAHd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5AfMeBAHd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5AfMeBAHd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5AfMeBAHd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5AfMeBAHd .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5AfMeBAHd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5AfMeBAHd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5AfMeBAHd .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;
}
.cid-u5AfMeBAHd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5AfMeBAHd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5AfMeBAHd .dropdown-item.active,
.cid-u5AfMeBAHd .dropdown-item:active {
  background-color: transparent;
}
.cid-u5AfMeBAHd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5AfMeBAHd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5AfMeBAHd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5AfMeBAHd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5AfMeBAHd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5AfMeBAHd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5AfMeBAHd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5AfMeBAHd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5AfMeBAHd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5AfMeBAHd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-u5AfMeBAHd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5AfMeBAHd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5AfMeBAHd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5AfMeBAHd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5AfMeBAHd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5AfMeBAHd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5AfMeBAHd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5AfMeBAHd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5AfMeBAHd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5AfMeBAHd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5AfMeBAHd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5AfMeBAHd .navbar {
    height: 70px;
  }
  .cid-u5AfMeBAHd .navbar.opened {
    height: auto;
  }
  .cid-u5AfMeBAHd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5AfMf12fJ {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5AfMf12fJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5AfMf12fJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5AfMf12fJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u5AfMf12fJ .row {
    flex-direction: column-reverse;
  }
  .cid-u5AfMf12fJ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u5AfMf12fJ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u5AfMf12fJ .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-u5AfMf12fJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5AfMf12fJ .card-title {
  color: #b33100;
}
.cid-u5AfMfnADE {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5AfMfEAPX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-u5AfMfEAPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5AfMfEAPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5AfMfEAPX .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-u5AfMfEAPX .container-fluid {
    padding: 0 16px;
  }
}
.cid-u5AfMfEAPX .container-fluid .row {
  padding: 0;
}
.cid-u5AfMfEAPX .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5AfMfEAPX .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u5AfMfEAPX .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-u5AfMfEAPX .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u5AfMfEAPX .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-u5AfMfEAPX .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-u5AfMfEAPX .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-u5AfMfEAPX .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-u5AfMfEAPX .mbr-section-title {
  color: #495DFF;
}
.cid-u5AfMfEAPX .mbr-text {
  color: #ffffff;
}
.cid-u5AfMfEAPX .mbr-section-title,
.cid-u5AfMfEAPX .mbr-section-btn {
  color: #ffffff;
}
.cid-u5AfMfWHCh .container,
.cid-u5AfMfWHCh .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua30uRBCoO {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua30uRBCoO .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua30uRBCoO .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua30uRBCoO .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua30uRBCoO .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua30uRBCoO form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua30uRBCoO p {
  margin-bottom: 4rem;
}
.cid-ua30uRBCoO h4 {
  margin-bottom: 1rem;
}
.cid-ua30uRBCoO .form-control,
.cid-ua30uRBCoO .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30uRBCoO .form-control::-webkit-input-placeholder,
.cid-ua30uRBCoO .field-input::-webkit-input-placeholder,
.cid-ua30uRBCoO .form-control::-webkit-input-placeholder,
.cid-ua30uRBCoO .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30uRBCoO .form-control:-moz-placeholder,
.cid-ua30uRBCoO .field-input:-moz-placeholder,
.cid-ua30uRBCoO .form-control:-moz-placeholder,
.cid-ua30uRBCoO .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua30uRBCoO .form-control:hover,
.cid-ua30uRBCoO .field-input:hover,
.cid-ua30uRBCoO .form-control:focus,
.cid-ua30uRBCoO .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua30uRBCoO .form-control:hover::-webkit-input-placeholder,
.cid-ua30uRBCoO .field-input:hover::-webkit-input-placeholder,
.cid-ua30uRBCoO .form-control:focus::-webkit-input-placeholder,
.cid-ua30uRBCoO .field-input:focus::-webkit-input-placeholder,
.cid-ua30uRBCoO .form-control:hover::-webkit-input-placeholder,
.cid-ua30uRBCoO .field-input:hover::-webkit-input-placeholder,
.cid-ua30uRBCoO .form-control:focus::-webkit-input-placeholder,
.cid-ua30uRBCoO .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30uRBCoO .form-control:hover:-moz-placeholder,
.cid-ua30uRBCoO .field-input:hover:-moz-placeholder,
.cid-ua30uRBCoO .form-control:focus:-moz-placeholder,
.cid-ua30uRBCoO .field-input:focus:-moz-placeholder,
.cid-ua30uRBCoO .form-control:hover:-moz-placeholder,
.cid-ua30uRBCoO .field-input:hover:-moz-placeholder,
.cid-ua30uRBCoO .form-control:focus:-moz-placeholder,
.cid-ua30uRBCoO .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua30uRBCoO .jq-number__spin:hover,
.cid-ua30uRBCoO .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua30uRBCoO .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30uRBCoO .jq-selectbox li,
.cid-ua30uRBCoO .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua30uRBCoO .jq-selectbox li:hover,
.cid-ua30uRBCoO .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua30uRBCoO .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua30uRBCoO .jq-number__spin.minus:hover:after,
.cid-ua30uRBCoO .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua30uRBCoO .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua30uRBCoO .jq-number__spin.minus:after,
.cid-ua30uRBCoO .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua30uRBCoO input::-webkit-clear-button {
  display: none;
}
.cid-ua30uRBCoO input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua30uRBCoO input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua30uRBCoO input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua30uRBCoO H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua30uRBCoO P {
  color: #ffffff;
  text-align: center;
}
.cid-u5AfMgxi10 .container,
.cid-u5AfMgxi10 .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u5AfMgPtty {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u5AfMgPtty .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5AfMgPtty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5AfMgPtty .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u5AfMgPtty .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u5AfMgPtty .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u5AfMgPtty .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u5AfMgPtty .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u5AfMgPtty .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u5AfMgPtty .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u5AfMgPtty .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u5AfMgPtty .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u5AfMgPtty .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u5AfMgPtty .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u5AfMgPtty .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u5AfMgPtty .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u5AfMgPtty .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u5AfMgPtty [class^="socicon-"]:before,
.cid-u5AfMgPtty [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u5AfMgPtty .mbr-section-title,
.cid-u5AfMgPtty .mbr-social-likes {
  color: #b33100;
}
.cid-u5AfMhbrzA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-u5AfMhbrzA .container-fluid,
.cid-u5AfMhbrzA .container {
  position: relative;
}
.cid-u5AfMhbrzA .container-fluid::before,
.cid-u5AfMhbrzA .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u5AfMhbrzA .container-fluid::before,
  .cid-u5AfMhbrzA .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-u5AfMhbrzA .container-fluid::before,
  .cid-u5AfMhbrzA .container::before {
    display: none;
  }
}
.cid-u5AfMhbrzA .media-wrap {
  height: 300px;
}
.cid-u5AfMhbrzA .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u5AfMhbrzA .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-u5AfMhbrzA .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u5AfMhbrzA .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-u5AfMhbrzA .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-u5AfMhbrzA .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-u5AfMhbrzA .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u5AfMhbrzA .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u5AfMhbrzA .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-u5AfMhbrzA .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u5AfMhbrzA .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-u5AfMhbrzA .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-u5AfMhbrzA .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-u5AfMhbrzA .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u5AfMhbrzA .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-u5AfMhbrzA .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-u5AfMhbrzA .list .item-wrap:hover {
  opacity: .7;
}
.cid-u5AfMhbrzA .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-u5AfMhbrzA .copyright {
    background-color: #b33100;
  }
}
.cid-u5AfMhbrzA .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u5AfMhbrzA .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-u5AfMhbrzA .mbr-text {
  color: #bcbfca;
}
.cid-u5AfMhbrzA .mbr-desc {
  color: #ffffff;
}
.cid-u5AfMhbrzA .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-u5AfMhbrzA .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-u5AfMhbrzA .mbr-text,
.cid-u5AfMhbrzA .icon-wrapper {
  color: #ffffff;
}
.cid-u5AfMhbrzA .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-u75QDYDCo7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u75QDYDCo7 nav.navbar {
  position: fixed;
}
.cid-u75QDYDCo7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u75QDYDCo7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u75QDYDCo7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u75QDYDCo7 .dropdown-item:hover,
.cid-u75QDYDCo7 .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-u75QDYDCo7 .dropdown-item:hover span {
  color: white;
}
.cid-u75QDYDCo7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u75QDYDCo7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u75QDYDCo7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u75QDYDCo7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u75QDYDCo7 .nav-link {
  position: relative;
}
.cid-u75QDYDCo7 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u75QDYDCo7 .container {
    flex-wrap: wrap;
  }
}
.cid-u75QDYDCo7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u75QDYDCo7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u75QDYDCo7 .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u75QDYDCo7 .dropdown-menu,
.cid-u75QDYDCo7 .navbar.opened {
  background: #ffffff !important;
}
.cid-u75QDYDCo7 .nav-item:focus,
.cid-u75QDYDCo7 .nav-link:focus {
  outline: none;
}
.cid-u75QDYDCo7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u75QDYDCo7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u75QDYDCo7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u75QDYDCo7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u75QDYDCo7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u75QDYDCo7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u75QDYDCo7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u75QDYDCo7 .navbar.opened {
  transition: all 0.3s;
}
.cid-u75QDYDCo7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u75QDYDCo7 .navbar .navbar-logo img {
  width: auto;
}
.cid-u75QDYDCo7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u75QDYDCo7 .navbar.collapsed {
  justify-content: center;
}
.cid-u75QDYDCo7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u75QDYDCo7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u75QDYDCo7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u75QDYDCo7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u75QDYDCo7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u75QDYDCo7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u75QDYDCo7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u75QDYDCo7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u75QDYDCo7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u75QDYDCo7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u75QDYDCo7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u75QDYDCo7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u75QDYDCo7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u75QDYDCo7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u75QDYDCo7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u75QDYDCo7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u75QDYDCo7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u75QDYDCo7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u75QDYDCo7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u75QDYDCo7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u75QDYDCo7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u75QDYDCo7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u75QDYDCo7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u75QDYDCo7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u75QDYDCo7 .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;
}
.cid-u75QDYDCo7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u75QDYDCo7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u75QDYDCo7 .dropdown-item.active,
.cid-u75QDYDCo7 .dropdown-item:active {
  background-color: transparent;
}
.cid-u75QDYDCo7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u75QDYDCo7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u75QDYDCo7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u75QDYDCo7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u75QDYDCo7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u75QDYDCo7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u75QDYDCo7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u75QDYDCo7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u75QDYDCo7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u75QDYDCo7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-u75QDYDCo7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u75QDYDCo7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u75QDYDCo7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u75QDYDCo7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u75QDYDCo7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u75QDYDCo7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u75QDYDCo7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u75QDYDCo7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u75QDYDCo7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u75QDYDCo7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u75QDYDCo7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u75QDYDCo7 .navbar {
    height: 70px;
  }
  .cid-u75QDYDCo7 .navbar.opened {
    height: auto;
  }
  .cid-u75QDYDCo7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u75R0w4keo {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u75R0w4keo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75R0w4keo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75R0w4keo .video-wrapper iframe {
  width: 100%;
}
.cid-u75R0w4keo .mbr-section-title,
.cid-u75R0w4keo .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u75R0w4keo .text-wrapper {
    padding: 2rem;
  }
}
.cid-u75R0w4keo .mbr-section-subtitle {
  color: #002d69;
}
.cid-u75R0w4keo .mbr-description {
  color: #002d69;
}
.cid-u75QDZMIDQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u75QE02evE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-u75QE02evE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75QE02evE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75QE02evE .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-u75QE02evE .container-fluid {
    padding: 0 16px;
  }
}
.cid-u75QE02evE .container-fluid .row {
  padding: 0;
}
.cid-u75QE02evE .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u75QE02evE .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u75QE02evE .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-u75QE02evE .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u75QE02evE .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-u75QE02evE .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-u75QE02evE .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-u75QE02evE .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-u75QE02evE .mbr-section-title {
  color: #495DFF;
}
.cid-u75QE02evE .mbr-text {
  color: #ffffff;
}
.cid-u75QE02evE .mbr-section-title,
.cid-u75QE02evE .mbr-section-btn {
  color: #ffffff;
}
.cid-u75QE0nlZa .container,
.cid-u75QE0nlZa .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua30ipZcOv {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua30ipZcOv .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua30ipZcOv .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua30ipZcOv .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua30ipZcOv .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua30ipZcOv form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua30ipZcOv p {
  margin-bottom: 4rem;
}
.cid-ua30ipZcOv h4 {
  margin-bottom: 1rem;
}
.cid-ua30ipZcOv .form-control,
.cid-ua30ipZcOv .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30ipZcOv .form-control::-webkit-input-placeholder,
.cid-ua30ipZcOv .field-input::-webkit-input-placeholder,
.cid-ua30ipZcOv .form-control::-webkit-input-placeholder,
.cid-ua30ipZcOv .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30ipZcOv .form-control:-moz-placeholder,
.cid-ua30ipZcOv .field-input:-moz-placeholder,
.cid-ua30ipZcOv .form-control:-moz-placeholder,
.cid-ua30ipZcOv .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua30ipZcOv .form-control:hover,
.cid-ua30ipZcOv .field-input:hover,
.cid-ua30ipZcOv .form-control:focus,
.cid-ua30ipZcOv .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua30ipZcOv .form-control:hover::-webkit-input-placeholder,
.cid-ua30ipZcOv .field-input:hover::-webkit-input-placeholder,
.cid-ua30ipZcOv .form-control:focus::-webkit-input-placeholder,
.cid-ua30ipZcOv .field-input:focus::-webkit-input-placeholder,
.cid-ua30ipZcOv .form-control:hover::-webkit-input-placeholder,
.cid-ua30ipZcOv .field-input:hover::-webkit-input-placeholder,
.cid-ua30ipZcOv .form-control:focus::-webkit-input-placeholder,
.cid-ua30ipZcOv .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30ipZcOv .form-control:hover:-moz-placeholder,
.cid-ua30ipZcOv .field-input:hover:-moz-placeholder,
.cid-ua30ipZcOv .form-control:focus:-moz-placeholder,
.cid-ua30ipZcOv .field-input:focus:-moz-placeholder,
.cid-ua30ipZcOv .form-control:hover:-moz-placeholder,
.cid-ua30ipZcOv .field-input:hover:-moz-placeholder,
.cid-ua30ipZcOv .form-control:focus:-moz-placeholder,
.cid-ua30ipZcOv .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua30ipZcOv .jq-number__spin:hover,
.cid-ua30ipZcOv .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua30ipZcOv .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30ipZcOv .jq-selectbox li,
.cid-ua30ipZcOv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua30ipZcOv .jq-selectbox li:hover,
.cid-ua30ipZcOv .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua30ipZcOv .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua30ipZcOv .jq-number__spin.minus:hover:after,
.cid-ua30ipZcOv .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua30ipZcOv .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua30ipZcOv .jq-number__spin.minus:after,
.cid-ua30ipZcOv .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua30ipZcOv input::-webkit-clear-button {
  display: none;
}
.cid-ua30ipZcOv input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua30ipZcOv input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua30ipZcOv input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua30ipZcOv H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua30ipZcOv P {
  color: #ffffff;
  text-align: center;
}
.cid-u75QE10ua3 .container,
.cid-u75QE10ua3 .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u75QE1ihM1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u75QE1ihM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75QE1ihM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75QE1ihM1 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u75QE1ihM1 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u75QE1ihM1 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u75QE1ihM1 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u75QE1ihM1 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u75QE1ihM1 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u75QE1ihM1 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u75QE1ihM1 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u75QE1ihM1 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u75QE1ihM1 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u75QE1ihM1 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u75QE1ihM1 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u75QE1ihM1 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u75QE1ihM1 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u75QE1ihM1 [class^="socicon-"]:before,
.cid-u75QE1ihM1 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u75QE1ihM1 .mbr-section-title,
.cid-u75QE1ihM1 .mbr-social-likes {
  color: #b33100;
}
.cid-u75QE1DHNc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-u75QE1DHNc .container-fluid,
.cid-u75QE1DHNc .container {
  position: relative;
}
.cid-u75QE1DHNc .container-fluid::before,
.cid-u75QE1DHNc .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u75QE1DHNc .container-fluid::before,
  .cid-u75QE1DHNc .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-u75QE1DHNc .container-fluid::before,
  .cid-u75QE1DHNc .container::before {
    display: none;
  }
}
.cid-u75QE1DHNc .media-wrap {
  height: 300px;
}
.cid-u75QE1DHNc .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u75QE1DHNc .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-u75QE1DHNc .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u75QE1DHNc .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-u75QE1DHNc .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-u75QE1DHNc .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-u75QE1DHNc .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u75QE1DHNc .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u75QE1DHNc .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-u75QE1DHNc .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u75QE1DHNc .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-u75QE1DHNc .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-u75QE1DHNc .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-u75QE1DHNc .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u75QE1DHNc .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-u75QE1DHNc .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-u75QE1DHNc .list .item-wrap:hover {
  opacity: .7;
}
.cid-u75QE1DHNc .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-u75QE1DHNc .copyright {
    background-color: #b33100;
  }
}
.cid-u75QE1DHNc .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u75QE1DHNc .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-u75QE1DHNc .mbr-text {
  color: #bcbfca;
}
.cid-u75QE1DHNc .mbr-desc {
  color: #ffffff;
}
.cid-u75QE1DHNc .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-u75QE1DHNc .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-u75QE1DHNc .mbr-text,
.cid-u75QE1DHNc .icon-wrapper {
  color: #ffffff;
}
.cid-u75QE1DHNc .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-u75XeBGLea {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u75XeBGLea nav.navbar {
  position: fixed;
}
.cid-u75XeBGLea .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u75XeBGLea .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u75XeBGLea .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u75XeBGLea .dropdown-item:hover,
.cid-u75XeBGLea .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-u75XeBGLea .dropdown-item:hover span {
  color: white;
}
.cid-u75XeBGLea .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u75XeBGLea .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u75XeBGLea .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u75XeBGLea .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u75XeBGLea .nav-link {
  position: relative;
}
.cid-u75XeBGLea .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u75XeBGLea .container {
    flex-wrap: wrap;
  }
}
.cid-u75XeBGLea .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u75XeBGLea .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u75XeBGLea .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u75XeBGLea .dropdown-menu,
.cid-u75XeBGLea .navbar.opened {
  background: #ffffff !important;
}
.cid-u75XeBGLea .nav-item:focus,
.cid-u75XeBGLea .nav-link:focus {
  outline: none;
}
.cid-u75XeBGLea .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u75XeBGLea .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u75XeBGLea .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u75XeBGLea .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u75XeBGLea .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u75XeBGLea .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u75XeBGLea .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u75XeBGLea .navbar.opened {
  transition: all 0.3s;
}
.cid-u75XeBGLea .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u75XeBGLea .navbar .navbar-logo img {
  width: auto;
}
.cid-u75XeBGLea .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u75XeBGLea .navbar.collapsed {
  justify-content: center;
}
.cid-u75XeBGLea .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u75XeBGLea .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u75XeBGLea .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-u75XeBGLea .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u75XeBGLea .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u75XeBGLea .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u75XeBGLea .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u75XeBGLea .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u75XeBGLea .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u75XeBGLea .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u75XeBGLea .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u75XeBGLea .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u75XeBGLea .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u75XeBGLea .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u75XeBGLea .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u75XeBGLea .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u75XeBGLea .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u75XeBGLea .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u75XeBGLea .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u75XeBGLea .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u75XeBGLea .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u75XeBGLea .navbar.navbar-short {
  min-height: 60px;
}
.cid-u75XeBGLea .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u75XeBGLea .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u75XeBGLea .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;
}
.cid-u75XeBGLea .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u75XeBGLea .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u75XeBGLea .dropdown-item.active,
.cid-u75XeBGLea .dropdown-item:active {
  background-color: transparent;
}
.cid-u75XeBGLea .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u75XeBGLea .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u75XeBGLea .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u75XeBGLea .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u75XeBGLea .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u75XeBGLea .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u75XeBGLea ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u75XeBGLea .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u75XeBGLea button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u75XeBGLea button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-u75XeBGLea button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u75XeBGLea button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u75XeBGLea button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u75XeBGLea button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u75XeBGLea nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u75XeBGLea nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u75XeBGLea nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u75XeBGLea nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u75XeBGLea .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u75XeBGLea a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u75XeBGLea .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u75XeBGLea .navbar {
    height: 70px;
  }
  .cid-u75XeBGLea .navbar.opened {
    height: auto;
  }
  .cid-u75XeBGLea .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u75XeC61OK {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u75XeC61OK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75XeC61OK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75XeC61OK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u75XeC61OK .row {
    flex-direction: column-reverse;
  }
  .cid-u75XeC61OK .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u75XeC61OK .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u75XeC61OK .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-u75XeC61OK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u75XeC61OK .card-title {
  color: #b33100;
}
.cid-u75XeCTmLZ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u75XeDcJNg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-u75XeDcJNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75XeDcJNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75XeDcJNg .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-u75XeDcJNg .container-fluid {
    padding: 0 16px;
  }
}
.cid-u75XeDcJNg .container-fluid .row {
  padding: 0;
}
.cid-u75XeDcJNg .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u75XeDcJNg .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u75XeDcJNg .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-u75XeDcJNg .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u75XeDcJNg .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-u75XeDcJNg .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-u75XeDcJNg .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-u75XeDcJNg .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-u75XeDcJNg .mbr-section-title {
  color: #495DFF;
}
.cid-u75XeDcJNg .mbr-text {
  color: #ffffff;
}
.cid-u75XeDcJNg .mbr-section-title,
.cid-u75XeDcJNg .mbr-section-btn {
  color: #ffffff;
}
.cid-u75XeDxdJK .container,
.cid-u75XeDxdJK .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ua30njRc1t {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ua30njRc1t .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ua30njRc1t .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ua30njRc1t .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ua30njRc1t .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ua30njRc1t form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ua30njRc1t p {
  margin-bottom: 4rem;
}
.cid-ua30njRc1t h4 {
  margin-bottom: 1rem;
}
.cid-ua30njRc1t .form-control,
.cid-ua30njRc1t .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30njRc1t .form-control::-webkit-input-placeholder,
.cid-ua30njRc1t .field-input::-webkit-input-placeholder,
.cid-ua30njRc1t .form-control::-webkit-input-placeholder,
.cid-ua30njRc1t .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30njRc1t .form-control:-moz-placeholder,
.cid-ua30njRc1t .field-input:-moz-placeholder,
.cid-ua30njRc1t .form-control:-moz-placeholder,
.cid-ua30njRc1t .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ua30njRc1t .form-control:hover,
.cid-ua30njRc1t .field-input:hover,
.cid-ua30njRc1t .form-control:focus,
.cid-ua30njRc1t .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ua30njRc1t .form-control:hover::-webkit-input-placeholder,
.cid-ua30njRc1t .field-input:hover::-webkit-input-placeholder,
.cid-ua30njRc1t .form-control:focus::-webkit-input-placeholder,
.cid-ua30njRc1t .field-input:focus::-webkit-input-placeholder,
.cid-ua30njRc1t .form-control:hover::-webkit-input-placeholder,
.cid-ua30njRc1t .field-input:hover::-webkit-input-placeholder,
.cid-ua30njRc1t .form-control:focus::-webkit-input-placeholder,
.cid-ua30njRc1t .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ua30njRc1t .form-control:hover:-moz-placeholder,
.cid-ua30njRc1t .field-input:hover:-moz-placeholder,
.cid-ua30njRc1t .form-control:focus:-moz-placeholder,
.cid-ua30njRc1t .field-input:focus:-moz-placeholder,
.cid-ua30njRc1t .form-control:hover:-moz-placeholder,
.cid-ua30njRc1t .field-input:hover:-moz-placeholder,
.cid-ua30njRc1t .form-control:focus:-moz-placeholder,
.cid-ua30njRc1t .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ua30njRc1t .jq-number__spin:hover,
.cid-ua30njRc1t .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ua30njRc1t .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua30njRc1t .jq-selectbox li,
.cid-ua30njRc1t .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua30njRc1t .jq-selectbox li:hover,
.cid-ua30njRc1t .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ua30njRc1t .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua30njRc1t .jq-number__spin.minus:hover:after,
.cid-ua30njRc1t .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua30njRc1t .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua30njRc1t .jq-number__spin.minus:after,
.cid-ua30njRc1t .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ua30njRc1t input::-webkit-clear-button {
  display: none;
}
.cid-ua30njRc1t input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua30njRc1t input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua30njRc1t input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua30njRc1t H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ua30njRc1t P {
  color: #ffffff;
  text-align: center;
}
.cid-u75XeEa8b3 .container,
.cid-u75XeEa8b3 .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-u75XeEuzp9 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u75XeEuzp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75XeEuzp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75XeEuzp9 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u75XeEuzp9 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u75XeEuzp9 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u75XeEuzp9 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u75XeEuzp9 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u75XeEuzp9 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u75XeEuzp9 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u75XeEuzp9 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u75XeEuzp9 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u75XeEuzp9 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u75XeEuzp9 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u75XeEuzp9 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u75XeEuzp9 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u75XeEuzp9 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u75XeEuzp9 [class^="socicon-"]:before,
.cid-u75XeEuzp9 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u75XeEuzp9 .mbr-section-title,
.cid-u75XeEuzp9 .mbr-social-likes {
  color: #b33100;
}
.cid-u75XeEPGZM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-u75XeEPGZM .container-fluid,
.cid-u75XeEPGZM .container {
  position: relative;
}
.cid-u75XeEPGZM .container-fluid::before,
.cid-u75XeEPGZM .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-u75XeEPGZM .container-fluid::before,
  .cid-u75XeEPGZM .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-u75XeEPGZM .container-fluid::before,
  .cid-u75XeEPGZM .container::before {
    display: none;
  }
}
.cid-u75XeEPGZM .media-wrap {
  height: 300px;
}
.cid-u75XeEPGZM .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u75XeEPGZM .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-u75XeEPGZM .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u75XeEPGZM .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-u75XeEPGZM .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-u75XeEPGZM .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-u75XeEPGZM .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u75XeEPGZM .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u75XeEPGZM .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-u75XeEPGZM .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u75XeEPGZM .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-u75XeEPGZM .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-u75XeEPGZM .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-u75XeEPGZM .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u75XeEPGZM .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-u75XeEPGZM .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-u75XeEPGZM .list .item-wrap:hover {
  opacity: .7;
}
.cid-u75XeEPGZM .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-u75XeEPGZM .copyright {
    background-color: #b33100;
  }
}
.cid-u75XeEPGZM .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u75XeEPGZM .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-u75XeEPGZM .mbr-text {
  color: #bcbfca;
}
.cid-u75XeEPGZM .mbr-desc {
  color: #ffffff;
}
.cid-u75XeEPGZM .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-u75XeEPGZM .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-u75XeEPGZM .mbr-text,
.cid-u75XeEPGZM .icon-wrapper {
  color: #ffffff;
}
.cid-u75XeEPGZM .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-uaShxLHgJP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaShxLHgJP nav.navbar {
  position: fixed;
}
.cid-uaShxLHgJP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaShxLHgJP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaShxLHgJP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaShxLHgJP .dropdown-item:hover,
.cid-uaShxLHgJP .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-uaShxLHgJP .dropdown-item:hover span {
  color: white;
}
.cid-uaShxLHgJP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaShxLHgJP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaShxLHgJP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaShxLHgJP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaShxLHgJP .nav-link {
  position: relative;
}
.cid-uaShxLHgJP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uaShxLHgJP .container {
    flex-wrap: wrap;
  }
}
.cid-uaShxLHgJP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uaShxLHgJP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uaShxLHgJP .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaShxLHgJP .dropdown-menu,
.cid-uaShxLHgJP .navbar.opened {
  background: #ffffff !important;
}
.cid-uaShxLHgJP .nav-item:focus,
.cid-uaShxLHgJP .nav-link:focus {
  outline: none;
}
.cid-uaShxLHgJP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaShxLHgJP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaShxLHgJP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaShxLHgJP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaShxLHgJP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaShxLHgJP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaShxLHgJP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uaShxLHgJP .navbar.opened {
  transition: all 0.3s;
}
.cid-uaShxLHgJP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaShxLHgJP .navbar .navbar-logo img {
  width: auto;
}
.cid-uaShxLHgJP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaShxLHgJP .navbar.collapsed {
  justify-content: center;
}
.cid-uaShxLHgJP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaShxLHgJP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaShxLHgJP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uaShxLHgJP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaShxLHgJP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaShxLHgJP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaShxLHgJP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaShxLHgJP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaShxLHgJP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaShxLHgJP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaShxLHgJP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaShxLHgJP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaShxLHgJP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaShxLHgJP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaShxLHgJP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaShxLHgJP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaShxLHgJP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaShxLHgJP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaShxLHgJP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaShxLHgJP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uaShxLHgJP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uaShxLHgJP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaShxLHgJP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaShxLHgJP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaShxLHgJP .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;
}
.cid-uaShxLHgJP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaShxLHgJP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaShxLHgJP .dropdown-item.active,
.cid-uaShxLHgJP .dropdown-item:active {
  background-color: transparent;
}
.cid-uaShxLHgJP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaShxLHgJP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaShxLHgJP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaShxLHgJP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaShxLHgJP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaShxLHgJP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaShxLHgJP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaShxLHgJP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaShxLHgJP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaShxLHgJP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-uaShxLHgJP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaShxLHgJP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaShxLHgJP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaShxLHgJP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaShxLHgJP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaShxLHgJP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaShxLHgJP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaShxLHgJP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaShxLHgJP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaShxLHgJP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaShxLHgJP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaShxLHgJP .navbar {
    height: 70px;
  }
  .cid-uaShxLHgJP .navbar.opened {
    height: auto;
  }
  .cid-uaShxLHgJP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaShxMgkYU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaShxMgkYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaShxMgkYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaShxMgkYU .video-wrapper iframe {
  width: 100%;
}
.cid-uaShxMgkYU .mbr-section-title,
.cid-uaShxMgkYU .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uaShxMgkYU .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaShxMgkYU .mbr-section-subtitle {
  color: #002d69;
}
.cid-uaShxMgkYU .mbr-description {
  color: #002d69;
}
.cid-uaSihy9aB5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaShxMKRuz {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaShxNaqNF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-uaShxNaqNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaShxNaqNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaShxNaqNF .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uaShxNaqNF .container-fluid {
    padding: 0 16px;
  }
}
.cid-uaShxNaqNF .container-fluid .row {
  padding: 0;
}
.cid-uaShxNaqNF .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaShxNaqNF .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uaShxNaqNF .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-uaShxNaqNF .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uaShxNaqNF .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-uaShxNaqNF .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uaShxNaqNF .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uaShxNaqNF .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uaShxNaqNF .mbr-section-title {
  color: #495DFF;
}
.cid-uaShxNaqNF .mbr-text {
  color: #ffffff;
}
.cid-uaShxNaqNF .mbr-section-title,
.cid-uaShxNaqNF .mbr-section-btn {
  color: #ffffff;
}
.cid-uaShxNBDHa .container,
.cid-uaShxNBDHa .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-uaShxO1wVI {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-uaShxO1wVI .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-uaShxO1wVI .btn {
  height: 100%;
  min-height: 70px;
}
.cid-uaShxO1wVI .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-uaShxO1wVI .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-uaShxO1wVI form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uaShxO1wVI p {
  margin-bottom: 4rem;
}
.cid-uaShxO1wVI h4 {
  margin-bottom: 1rem;
}
.cid-uaShxO1wVI .form-control,
.cid-uaShxO1wVI .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uaShxO1wVI .form-control::-webkit-input-placeholder,
.cid-uaShxO1wVI .field-input::-webkit-input-placeholder,
.cid-uaShxO1wVI .form-control::-webkit-input-placeholder,
.cid-uaShxO1wVI .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-uaShxO1wVI .form-control:-moz-placeholder,
.cid-uaShxO1wVI .field-input:-moz-placeholder,
.cid-uaShxO1wVI .form-control:-moz-placeholder,
.cid-uaShxO1wVI .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-uaShxO1wVI .form-control:hover,
.cid-uaShxO1wVI .field-input:hover,
.cid-uaShxO1wVI .form-control:focus,
.cid-uaShxO1wVI .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-uaShxO1wVI .form-control:hover::-webkit-input-placeholder,
.cid-uaShxO1wVI .field-input:hover::-webkit-input-placeholder,
.cid-uaShxO1wVI .form-control:focus::-webkit-input-placeholder,
.cid-uaShxO1wVI .field-input:focus::-webkit-input-placeholder,
.cid-uaShxO1wVI .form-control:hover::-webkit-input-placeholder,
.cid-uaShxO1wVI .field-input:hover::-webkit-input-placeholder,
.cid-uaShxO1wVI .form-control:focus::-webkit-input-placeholder,
.cid-uaShxO1wVI .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-uaShxO1wVI .form-control:hover:-moz-placeholder,
.cid-uaShxO1wVI .field-input:hover:-moz-placeholder,
.cid-uaShxO1wVI .form-control:focus:-moz-placeholder,
.cid-uaShxO1wVI .field-input:focus:-moz-placeholder,
.cid-uaShxO1wVI .form-control:hover:-moz-placeholder,
.cid-uaShxO1wVI .field-input:hover:-moz-placeholder,
.cid-uaShxO1wVI .form-control:focus:-moz-placeholder,
.cid-uaShxO1wVI .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-uaShxO1wVI .jq-number__spin:hover,
.cid-uaShxO1wVI .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uaShxO1wVI .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uaShxO1wVI .jq-selectbox li,
.cid-uaShxO1wVI .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uaShxO1wVI .jq-selectbox li:hover,
.cid-uaShxO1wVI .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uaShxO1wVI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uaShxO1wVI .jq-number__spin.minus:hover:after,
.cid-uaShxO1wVI .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uaShxO1wVI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uaShxO1wVI .jq-number__spin.minus:after,
.cid-uaShxO1wVI .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uaShxO1wVI input::-webkit-clear-button {
  display: none;
}
.cid-uaShxO1wVI input::-webkit-inner-spin-button {
  display: none;
}
.cid-uaShxO1wVI input::-webkit-outer-spin-button {
  display: none;
}
.cid-uaShxO1wVI input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uaShxO1wVI H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uaShxO1wVI P {
  color: #ffffff;
  text-align: center;
}
.cid-uaShxOraWm .container,
.cid-uaShxOraWm .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-uaShxOQbuE {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uaShxOQbuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaShxOQbuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaShxOQbuE .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uaShxOQbuE .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uaShxOQbuE .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uaShxOQbuE .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uaShxOQbuE .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uaShxOQbuE .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uaShxOQbuE .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uaShxOQbuE .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uaShxOQbuE .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uaShxOQbuE .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uaShxOQbuE .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uaShxOQbuE .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uaShxOQbuE .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uaShxOQbuE .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uaShxOQbuE [class^="socicon-"]:before,
.cid-uaShxOQbuE [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uaShxOQbuE .mbr-section-title,
.cid-uaShxOQbuE .mbr-social-likes {
  color: #b33100;
}
.cid-uaShxPhRZH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-uaShxPhRZH .container-fluid,
.cid-uaShxPhRZH .container {
  position: relative;
}
.cid-uaShxPhRZH .container-fluid::before,
.cid-uaShxPhRZH .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uaShxPhRZH .container-fluid::before,
  .cid-uaShxPhRZH .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-uaShxPhRZH .container-fluid::before,
  .cid-uaShxPhRZH .container::before {
    display: none;
  }
}
.cid-uaShxPhRZH .media-wrap {
  height: 300px;
}
.cid-uaShxPhRZH .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uaShxPhRZH .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-uaShxPhRZH .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uaShxPhRZH .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-uaShxPhRZH .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-uaShxPhRZH .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-uaShxPhRZH .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uaShxPhRZH .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uaShxPhRZH .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-uaShxPhRZH .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uaShxPhRZH .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-uaShxPhRZH .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-uaShxPhRZH .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-uaShxPhRZH .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uaShxPhRZH .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-uaShxPhRZH .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-uaShxPhRZH .list .item-wrap:hover {
  opacity: .7;
}
.cid-uaShxPhRZH .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uaShxPhRZH .copyright {
    background-color: #b33100;
  }
}
.cid-uaShxPhRZH .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uaShxPhRZH .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-uaShxPhRZH .mbr-text {
  color: #bcbfca;
}
.cid-uaShxPhRZH .mbr-desc {
  color: #ffffff;
}
.cid-uaShxPhRZH .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-uaShxPhRZH .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uaShxPhRZH .mbr-text,
.cid-uaShxPhRZH .icon-wrapper {
  color: #ffffff;
}
.cid-uaShxPhRZH .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-udwLWefKHl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udwLWefKHl nav.navbar {
  position: fixed;
}
.cid-udwLWefKHl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udwLWefKHl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udwLWefKHl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udwLWefKHl .dropdown-item:hover,
.cid-udwLWefKHl .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-udwLWefKHl .dropdown-item:hover span {
  color: white;
}
.cid-udwLWefKHl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udwLWefKHl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udwLWefKHl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udwLWefKHl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udwLWefKHl .nav-link {
  position: relative;
}
.cid-udwLWefKHl .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udwLWefKHl .container {
    flex-wrap: wrap;
  }
}
.cid-udwLWefKHl .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udwLWefKHl .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-udwLWefKHl .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udwLWefKHl .dropdown-menu,
.cid-udwLWefKHl .navbar.opened {
  background: #ffffff !important;
}
.cid-udwLWefKHl .nav-item:focus,
.cid-udwLWefKHl .nav-link:focus {
  outline: none;
}
.cid-udwLWefKHl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udwLWefKHl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udwLWefKHl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udwLWefKHl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udwLWefKHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udwLWefKHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udwLWefKHl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-udwLWefKHl .navbar.opened {
  transition: all 0.3s;
}
.cid-udwLWefKHl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udwLWefKHl .navbar .navbar-logo img {
  width: auto;
}
.cid-udwLWefKHl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udwLWefKHl .navbar.collapsed {
  justify-content: center;
}
.cid-udwLWefKHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udwLWefKHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udwLWefKHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-udwLWefKHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udwLWefKHl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udwLWefKHl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udwLWefKHl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udwLWefKHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udwLWefKHl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udwLWefKHl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udwLWefKHl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udwLWefKHl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udwLWefKHl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udwLWefKHl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udwLWefKHl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udwLWefKHl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udwLWefKHl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udwLWefKHl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udwLWefKHl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udwLWefKHl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udwLWefKHl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udwLWefKHl .navbar.navbar-short {
  min-height: 60px;
}
.cid-udwLWefKHl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udwLWefKHl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udwLWefKHl .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;
}
.cid-udwLWefKHl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udwLWefKHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udwLWefKHl .dropdown-item.active,
.cid-udwLWefKHl .dropdown-item:active {
  background-color: transparent;
}
.cid-udwLWefKHl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udwLWefKHl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udwLWefKHl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udwLWefKHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udwLWefKHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udwLWefKHl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udwLWefKHl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udwLWefKHl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udwLWefKHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udwLWefKHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-udwLWefKHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udwLWefKHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udwLWefKHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udwLWefKHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udwLWefKHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udwLWefKHl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udwLWefKHl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udwLWefKHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udwLWefKHl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udwLWefKHl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udwLWefKHl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udwLWefKHl .navbar {
    height: 70px;
  }
  .cid-udwLWefKHl .navbar.opened {
    height: auto;
  }
  .cid-udwLWefKHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udwLWeJNTr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udwLWeJNTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-udwLWeJNTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udwLWeJNTr .video-wrapper iframe {
  width: 100%;
}
.cid-udwLWeJNTr .mbr-section-title,
.cid-udwLWeJNTr .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udwLWeJNTr .text-wrapper {
    padding: 2rem;
  }
}
.cid-udwLWeJNTr .mbr-section-subtitle {
  color: #002d69;
}
.cid-udwLWeJNTr .mbr-description {
  color: #002d69;
}
.cid-udwLWf7OSG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-udwLWfx202 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udwLWg7xGA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-udwLWg7xGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-udwLWg7xGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udwLWg7xGA .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-udwLWg7xGA .container-fluid {
    padding: 0 16px;
  }
}
.cid-udwLWg7xGA .container-fluid .row {
  padding: 0;
}
.cid-udwLWg7xGA .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udwLWg7xGA .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-udwLWg7xGA .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-udwLWg7xGA .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-udwLWg7xGA .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-udwLWg7xGA .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-udwLWg7xGA .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-udwLWg7xGA .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-udwLWg7xGA .mbr-section-title {
  color: #495DFF;
}
.cid-udwLWg7xGA .mbr-text {
  color: #ffffff;
}
.cid-udwLWg7xGA .mbr-section-title,
.cid-udwLWg7xGA .mbr-section-btn {
  color: #ffffff;
}
.cid-udwLWgJe4x .container,
.cid-udwLWgJe4x .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-udwLWhbl37 {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-udwLWhbl37 .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-udwLWhbl37 .btn {
  height: 100%;
  min-height: 70px;
}
.cid-udwLWhbl37 .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-udwLWhbl37 .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-udwLWhbl37 form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-udwLWhbl37 p {
  margin-bottom: 4rem;
}
.cid-udwLWhbl37 h4 {
  margin-bottom: 1rem;
}
.cid-udwLWhbl37 .form-control,
.cid-udwLWhbl37 .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-udwLWhbl37 .form-control::-webkit-input-placeholder,
.cid-udwLWhbl37 .field-input::-webkit-input-placeholder,
.cid-udwLWhbl37 .form-control::-webkit-input-placeholder,
.cid-udwLWhbl37 .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-udwLWhbl37 .form-control:-moz-placeholder,
.cid-udwLWhbl37 .field-input:-moz-placeholder,
.cid-udwLWhbl37 .form-control:-moz-placeholder,
.cid-udwLWhbl37 .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-udwLWhbl37 .form-control:hover,
.cid-udwLWhbl37 .field-input:hover,
.cid-udwLWhbl37 .form-control:focus,
.cid-udwLWhbl37 .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-udwLWhbl37 .form-control:hover::-webkit-input-placeholder,
.cid-udwLWhbl37 .field-input:hover::-webkit-input-placeholder,
.cid-udwLWhbl37 .form-control:focus::-webkit-input-placeholder,
.cid-udwLWhbl37 .field-input:focus::-webkit-input-placeholder,
.cid-udwLWhbl37 .form-control:hover::-webkit-input-placeholder,
.cid-udwLWhbl37 .field-input:hover::-webkit-input-placeholder,
.cid-udwLWhbl37 .form-control:focus::-webkit-input-placeholder,
.cid-udwLWhbl37 .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-udwLWhbl37 .form-control:hover:-moz-placeholder,
.cid-udwLWhbl37 .field-input:hover:-moz-placeholder,
.cid-udwLWhbl37 .form-control:focus:-moz-placeholder,
.cid-udwLWhbl37 .field-input:focus:-moz-placeholder,
.cid-udwLWhbl37 .form-control:hover:-moz-placeholder,
.cid-udwLWhbl37 .field-input:hover:-moz-placeholder,
.cid-udwLWhbl37 .form-control:focus:-moz-placeholder,
.cid-udwLWhbl37 .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-udwLWhbl37 .jq-number__spin:hover,
.cid-udwLWhbl37 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-udwLWhbl37 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-udwLWhbl37 .jq-selectbox li,
.cid-udwLWhbl37 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-udwLWhbl37 .jq-selectbox li:hover,
.cid-udwLWhbl37 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-udwLWhbl37 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-udwLWhbl37 .jq-number__spin.minus:hover:after,
.cid-udwLWhbl37 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-udwLWhbl37 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-udwLWhbl37 .jq-number__spin.minus:after,
.cid-udwLWhbl37 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-udwLWhbl37 input::-webkit-clear-button {
  display: none;
}
.cid-udwLWhbl37 input::-webkit-inner-spin-button {
  display: none;
}
.cid-udwLWhbl37 input::-webkit-outer-spin-button {
  display: none;
}
.cid-udwLWhbl37 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-udwLWhbl37 H4 {
  color: #ffffff;
  text-align: center;
}
.cid-udwLWhbl37 P {
  color: #ffffff;
  text-align: center;
}
.cid-udwLWhzAzx .container,
.cid-udwLWhzAzx .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-udwLWhY5S3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-udwLWhY5S3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udwLWhY5S3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udwLWhY5S3 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-udwLWhY5S3 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-udwLWhY5S3 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-udwLWhY5S3 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-udwLWhY5S3 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-udwLWhY5S3 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-udwLWhY5S3 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-udwLWhY5S3 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-udwLWhY5S3 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-udwLWhY5S3 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-udwLWhY5S3 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-udwLWhY5S3 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-udwLWhY5S3 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-udwLWhY5S3 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-udwLWhY5S3 [class^="socicon-"]:before,
.cid-udwLWhY5S3 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-udwLWhY5S3 .mbr-section-title,
.cid-udwLWhY5S3 .mbr-social-likes {
  color: #b33100;
}
.cid-udwLWimKRW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-udwLWimKRW .container-fluid,
.cid-udwLWimKRW .container {
  position: relative;
}
.cid-udwLWimKRW .container-fluid::before,
.cid-udwLWimKRW .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-udwLWimKRW .container-fluid::before,
  .cid-udwLWimKRW .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-udwLWimKRW .container-fluid::before,
  .cid-udwLWimKRW .container::before {
    display: none;
  }
}
.cid-udwLWimKRW .media-wrap {
  height: 300px;
}
.cid-udwLWimKRW .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-udwLWimKRW .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-udwLWimKRW .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-udwLWimKRW .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-udwLWimKRW .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-udwLWimKRW .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-udwLWimKRW .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-udwLWimKRW .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-udwLWimKRW .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-udwLWimKRW .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-udwLWimKRW .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-udwLWimKRW .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-udwLWimKRW .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-udwLWimKRW .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-udwLWimKRW .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-udwLWimKRW .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-udwLWimKRW .list .item-wrap:hover {
  opacity: .7;
}
.cid-udwLWimKRW .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-udwLWimKRW .copyright {
    background-color: #b33100;
  }
}
.cid-udwLWimKRW .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-udwLWimKRW .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-udwLWimKRW .mbr-text {
  color: #bcbfca;
}
.cid-udwLWimKRW .mbr-desc {
  color: #ffffff;
}
.cid-udwLWimKRW .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-udwLWimKRW .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-udwLWimKRW .mbr-text,
.cid-udwLWimKRW .icon-wrapper {
  color: #ffffff;
}
.cid-udwLWimKRW .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-tCseCESu05 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCseCESu05 nav.navbar {
  position: fixed;
}
.cid-tCseCESu05 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCseCESu05 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCseCESu05 .dropdown-item:hover,
.cid-tCseCESu05 .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-tCseCESu05 .dropdown-item:hover span {
  color: white;
}
.cid-tCseCESu05 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCseCESu05 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCseCESu05 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCseCESu05 .nav-link {
  position: relative;
}
.cid-tCseCESu05 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCseCESu05 .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCseCESu05 .dropdown-menu,
.cid-tCseCESu05 .navbar.opened {
  background: #ffffff !important;
}
.cid-tCseCESu05 .nav-item:focus,
.cid-tCseCESu05 .nav-link:focus {
  outline: none;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCseCESu05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCseCESu05 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCseCESu05 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCseCESu05 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCseCESu05 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCseCESu05 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCseCESu05 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCseCESu05 .navbar.collapsed {
  justify-content: center;
}
.cid-tCseCESu05 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCseCESu05 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCseCESu05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCseCESu05 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCseCESu05 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCseCESu05 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCseCESu05 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCseCESu05 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tCseCESu05 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCseCESu05 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCseCESu05 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCseCESu05 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCseCESu05 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCseCESu05 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCseCESu05 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCseCESu05 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCseCESu05 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCseCESu05 .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;
}
.cid-tCseCESu05 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCseCESu05 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCseCESu05 .dropdown-item.active,
.cid-tCseCESu05 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCseCESu05 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCseCESu05 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCseCESu05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCseCESu05 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCseCESu05 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCseCESu05 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCseCESu05 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCseCESu05 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCseCESu05 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCseCESu05 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCseCESu05 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCseCESu05 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCseCESu05 .navbar {
    height: 70px;
  }
  .cid-tCseCESu05 .navbar.opened {
    height: auto;
  }
  .cid-tCseCESu05 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui28rEcdBG {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #002d69;
}
.cid-ui28rEcdBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui28rEcdBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui28rEcdBG .mbr-section-title {
  color: #ffffff;
}
.cid-ui28rEcdBG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ui2ajgH5T0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui2ajgH5T0 .mbr-section-subtitle {
  text-align: center;
  color: #002d69;
}
.cid-ui2ajgH5T0 .mbr-text {
  color: #c30a15;
}
.cid-ui40a0hgy0 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ui40a0hgy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui40a0hgy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ui40a0hgy0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ui40a0hgy0 .row {
  flex-direction: row-reverse;
}
.cid-ui40a0hgy0 img {
  width: 100%;
}
#custom-html-hh {
  /* Type valid CSS here */
}
#custom-html-hh div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-hh p {
  font-size: 60px;
  color: #777;
}
.cid-ui29YmgU8w {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui29YmgU8w .mbr-section-subtitle {
  text-align: center;
  color: #002d69;
}
.cid-ui29YmgU8w .mbr-text {
  color: #c30a15;
}
#custom-html-fk {
  /* Type valid CSS here */
}
#custom-html-fk div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-fk p {
  font-size: 60px;
  color: #777;
}
.cid-ui2aafHy4S {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui2aafHy4S .mbr-section-subtitle {
  text-align: center;
  color: #002d69;
}
.cid-ui2aafHy4S .mbr-text {
  color: #c30a15;
}
#custom-html-fo {
  /* Type valid CSS here */
}
#custom-html-fo div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-fo p {
  font-size: 60px;
  color: #777;
}
.cid-ui44II1CdW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui44II1CdW .mbr-section-subtitle {
  text-align: center;
  color: #002d69;
}
.cid-ui44II1CdW .mbr-text {
  color: #c30a15;
}
#custom-html-hj {
  /* Type valid CSS here */
}
#custom-html-hj div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-hj p {
  font-size: 60px;
  color: #777;
}
.cid-ui2aCzM8b9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui2aCzM8b9 .mbr-section-subtitle {
  text-align: center;
  color: #002d69;
}
.cid-ui2aCzM8b9 .mbr-text {
  color: #c30a15;
}
#custom-html-fq {
  /* Type valid CSS here */
}
#custom-html-fq div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-fq p {
  font-size: 60px;
  color: #777;
}
.cid-ui2aOzw2s0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui2aOzw2s0 .mbr-section-subtitle {
  text-align: center;
  color: #002d69;
}
.cid-ui2aOzw2s0 .mbr-text {
  color: #c30a15;
}
#custom-html-hd {
  /* Type valid CSS here */
}
#custom-html-hd div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-hd p {
  font-size: 60px;
  color: #777;
}
.cid-ui2b1V9pIL {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ui2b1V9pIL .mbr-section-subtitle {
  text-align: center;
  color: #002d69;
}
.cid-ui2b1V9pIL .mbr-text {
  color: #c30a15;
}
.cid-ui29sAaPdW {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ui29sAaPdW .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ui29sAaPdW .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ui29sAaPdW .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ui29sAaPdW .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ui29sAaPdW form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ui29sAaPdW p {
  margin-bottom: 4rem;
}
.cid-ui29sAaPdW h4 {
  margin-bottom: 1rem;
}
.cid-ui29sAaPdW .form-control,
.cid-ui29sAaPdW .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ui29sAaPdW .form-control::-webkit-input-placeholder,
.cid-ui29sAaPdW .field-input::-webkit-input-placeholder,
.cid-ui29sAaPdW .form-control::-webkit-input-placeholder,
.cid-ui29sAaPdW .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ui29sAaPdW .form-control:-moz-placeholder,
.cid-ui29sAaPdW .field-input:-moz-placeholder,
.cid-ui29sAaPdW .form-control:-moz-placeholder,
.cid-ui29sAaPdW .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ui29sAaPdW .form-control:hover,
.cid-ui29sAaPdW .field-input:hover,
.cid-ui29sAaPdW .form-control:focus,
.cid-ui29sAaPdW .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ui29sAaPdW .form-control:hover::-webkit-input-placeholder,
.cid-ui29sAaPdW .field-input:hover::-webkit-input-placeholder,
.cid-ui29sAaPdW .form-control:focus::-webkit-input-placeholder,
.cid-ui29sAaPdW .field-input:focus::-webkit-input-placeholder,
.cid-ui29sAaPdW .form-control:hover::-webkit-input-placeholder,
.cid-ui29sAaPdW .field-input:hover::-webkit-input-placeholder,
.cid-ui29sAaPdW .form-control:focus::-webkit-input-placeholder,
.cid-ui29sAaPdW .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ui29sAaPdW .form-control:hover:-moz-placeholder,
.cid-ui29sAaPdW .field-input:hover:-moz-placeholder,
.cid-ui29sAaPdW .form-control:focus:-moz-placeholder,
.cid-ui29sAaPdW .field-input:focus:-moz-placeholder,
.cid-ui29sAaPdW .form-control:hover:-moz-placeholder,
.cid-ui29sAaPdW .field-input:hover:-moz-placeholder,
.cid-ui29sAaPdW .form-control:focus:-moz-placeholder,
.cid-ui29sAaPdW .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ui29sAaPdW .jq-number__spin:hover,
.cid-ui29sAaPdW .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ui29sAaPdW .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ui29sAaPdW .jq-selectbox li,
.cid-ui29sAaPdW .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ui29sAaPdW .jq-selectbox li:hover,
.cid-ui29sAaPdW .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ui29sAaPdW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ui29sAaPdW .jq-number__spin.minus:hover:after,
.cid-ui29sAaPdW .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ui29sAaPdW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ui29sAaPdW .jq-number__spin.minus:after,
.cid-ui29sAaPdW .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ui29sAaPdW input::-webkit-clear-button {
  display: none;
}
.cid-ui29sAaPdW input::-webkit-inner-spin-button {
  display: none;
}
.cid-ui29sAaPdW input::-webkit-outer-spin-button {
  display: none;
}
.cid-ui29sAaPdW input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ui29sAaPdW H4 {
  color: #ffffff;
}
.cid-ui29sAaPdW P {
  color: #ffffff;
}
.cid-ui29rM103w {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ui29rM103w .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui29rM103w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui29rM103w .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ui29rM103w .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-ui29rM103w .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-ui29rM103w .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-ui29rM103w .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-ui29rM103w .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-ui29rM103w .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-ui29rM103w .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-ui29rM103w .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-ui29rM103w .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-ui29rM103w .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-ui29rM103w .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-ui29rM103w .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-ui29rM103w .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-ui29rM103w [class^="socicon-"]:before,
.cid-ui29rM103w [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ui29rM103w .mbr-section-title,
.cid-ui29rM103w .mbr-social-likes {
  color: #b33100;
}
.cid-tBJ1k4XWr5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-tBJ1k4XWr5 .container-fluid,
.cid-tBJ1k4XWr5 .container {
  position: relative;
}
.cid-tBJ1k4XWr5 .container-fluid::before,
.cid-tBJ1k4XWr5 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .container-fluid::before,
  .cid-tBJ1k4XWr5 .container::before {
    display: none;
  }
}
.cid-tBJ1k4XWr5 .media-wrap {
  height: 300px;
}
.cid-tBJ1k4XWr5 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tBJ1k4XWr5 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tBJ1k4XWr5 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tBJ1k4XWr5 .list .item-wrap:hover {
  opacity: .7;
}
.cid-tBJ1k4XWr5 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright {
    background-color: #b33100;
  }
}
.cid-tBJ1k4XWr5 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJ1k4XWr5 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tBJ1k4XWr5 .mbr-text {
  color: #bcbfca;
}
.cid-tBJ1k4XWr5 .mbr-desc {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-tBJ1k4XWr5 .mbr-text,
.cid-tBJ1k4XWr5 .icon-wrapper {
  color: #ffffff;
}
.cid-tBJ1k4XWr5 .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-ui2ujSpTVp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ui2ujSpTVp nav.navbar {
  position: fixed;
}
.cid-ui2ujSpTVp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui2ujSpTVp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui2ujSpTVp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui2ujSpTVp .dropdown-item:hover,
.cid-ui2ujSpTVp .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-ui2ujSpTVp .dropdown-item:hover span {
  color: white;
}
.cid-ui2ujSpTVp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui2ujSpTVp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui2ujSpTVp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ui2ujSpTVp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui2ujSpTVp .nav-link {
  position: relative;
}
.cid-ui2ujSpTVp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ui2ujSpTVp .container {
    flex-wrap: wrap;
  }
}
.cid-ui2ujSpTVp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ui2ujSpTVp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ui2ujSpTVp .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui2ujSpTVp .dropdown-menu,
.cid-ui2ujSpTVp .navbar.opened {
  background: #ffffff !important;
}
.cid-ui2ujSpTVp .nav-item:focus,
.cid-ui2ujSpTVp .nav-link:focus {
  outline: none;
}
.cid-ui2ujSpTVp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ui2ujSpTVp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui2ujSpTVp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui2ujSpTVp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui2ujSpTVp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui2ujSpTVp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui2ujSpTVp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ui2ujSpTVp .navbar.opened {
  transition: all 0.3s;
}
.cid-ui2ujSpTVp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui2ujSpTVp .navbar .navbar-logo img {
  width: auto;
}
.cid-ui2ujSpTVp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ui2ujSpTVp .navbar.collapsed {
  justify-content: center;
}
.cid-ui2ujSpTVp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ui2ujSpTVp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ui2ujSpTVp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-ui2ujSpTVp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui2ujSpTVp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui2ujSpTVp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ui2ujSpTVp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ui2ujSpTVp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ui2ujSpTVp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ui2ujSpTVp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui2ujSpTVp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui2ujSpTVp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui2ujSpTVp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui2ujSpTVp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ui2ujSpTVp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui2ujSpTVp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ui2ujSpTVp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui2ujSpTVp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui2ujSpTVp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui2ujSpTVp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ui2ujSpTVp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ui2ujSpTVp .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui2ujSpTVp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui2ujSpTVp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui2ujSpTVp .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;
}
.cid-ui2ujSpTVp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui2ujSpTVp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui2ujSpTVp .dropdown-item.active,
.cid-ui2ujSpTVp .dropdown-item:active {
  background-color: transparent;
}
.cid-ui2ujSpTVp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui2ujSpTVp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui2ujSpTVp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui2ujSpTVp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ui2ujSpTVp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui2ujSpTVp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui2ujSpTVp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui2ujSpTVp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui2ujSpTVp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui2ujSpTVp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-ui2ujSpTVp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui2ujSpTVp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui2ujSpTVp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui2ujSpTVp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui2ujSpTVp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui2ujSpTVp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui2ujSpTVp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui2ujSpTVp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui2ujSpTVp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ui2ujSpTVp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui2ujSpTVp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ui2ujSpTVp .navbar {
    height: 70px;
  }
  .cid-ui2ujSpTVp .navbar.opened {
    height: auto;
  }
  .cid-ui2ujSpTVp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui2PhQBOut {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui2PhQBOut .row {
  justify-content: center;
}
.cid-ui2PhQBOut img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-ui2PhQBOut .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 450px;
}
@media (max-width: 991px) {
  .cid-ui2PhQBOut .image-wrapper {
    padding: 1rem;
  }
}
.cid-ui2PhQBOut .image-wrapper:hover img {
  transform: scale(1.1) rotate(-2deg);
}
.cid-ui2PhQBOut .image-wrapper:hover .img-link {
  background: #c30a15;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ui2PhQBOut .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ui2PhQBOut .img-link {
  background: #002d69;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ui2PhQBOut .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ui2PhQBOut .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2PhQBOut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2PvXInn6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui2PXruKdk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui2PXruKdk .row {
  justify-content: center;
}
.cid-ui2PXruKdk img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-ui2PXruKdk .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 450px;
}
@media (max-width: 991px) {
  .cid-ui2PXruKdk .image-wrapper {
    padding: 1rem;
  }
}
.cid-ui2PXruKdk .image-wrapper:hover img {
  transform: scale(1.1) rotate(-2deg);
}
.cid-ui2PXruKdk .image-wrapper:hover .img-link {
  background: #c30a15;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ui2PXruKdk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ui2PXruKdk .img-link {
  background: #002d69;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ui2PXruKdk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ui2PXruKdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2PXruKdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2JfDbJwn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui2Qq5tvLV {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ui2Qq5tvLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2Qq5tvLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ui2Qq5tvLV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ui2Qq5tvLV .row {
  flex-direction: row-reverse;
}
.cid-ui2Qq5tvLV img {
  width: 100%;
}
.cid-ui2QBLqhSt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui2QBLqhSt .mbr-section-subtitle {
  color: #c30a15;
}
.cid-ui2QJOIndN {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui2QJOIndN .row {
  justify-content: center;
}
.cid-ui2QJOIndN img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-ui2QJOIndN .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 450px;
}
@media (max-width: 991px) {
  .cid-ui2QJOIndN .image-wrapper {
    padding: 1rem;
  }
}
.cid-ui2QJOIndN .image-wrapper:hover img {
  transform: scale(1.1) rotate(-2deg);
}
.cid-ui2QJOIndN .image-wrapper:hover .img-link {
  background: #c30a15;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ui2QJOIndN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ui2QJOIndN .img-link {
  background: #002d69;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ui2QJOIndN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ui2QJOIndN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2QJOIndN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2QS8Cogq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui2QS8Cogq .mbr-section-subtitle {
  color: #c30a15;
}
.cid-ui2R5Cf5Bn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui2R5Cf5Bn .mbr-section-subtitle {
  color: #c30a15;
}
.cid-ui2RkaeEAP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui2RkaeEAP .mbr-section-subtitle {
  color: #c30a15;
}
.cid-ui2RDkmQRZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui2RDkmQRZ .mbr-section-subtitle {
  color: #c30a15;
}
.cid-ui2RPytHlT {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ui2RPytHlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2RPytHlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2RPytHlT .video-wrapper iframe {
  width: 100%;
}
.cid-ui2RPytHlT .mbr-section-title,
.cid-ui2RPytHlT .mbr-section-subtitle,
.cid-ui2RPytHlT .mbr-text {
  text-align: center;
}
.cid-ui2ujWLLOH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-ui2ujWLLOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2ujWLLOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2ujWLLOH .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-ui2ujWLLOH .container-fluid {
    padding: 0 16px;
  }
}
.cid-ui2ujWLLOH .container-fluid .row {
  padding: 0;
}
.cid-ui2ujWLLOH .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui2ujWLLOH .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ui2ujWLLOH .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-ui2ujWLLOH .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ui2ujWLLOH .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-ui2ujWLLOH .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-ui2ujWLLOH .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-ui2ujWLLOH .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-ui2ujWLLOH .mbr-section-title {
  color: #495DFF;
}
.cid-ui2ujWLLOH .mbr-text {
  color: #ffffff;
}
.cid-ui2ujWLLOH .mbr-section-title,
.cid-ui2ujWLLOH .mbr-section-btn {
  color: #ffffff;
}
.cid-ui2ujXe663 .container,
.cid-ui2ujXe663 .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ui2ujXIqo3 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #b33100;
}
.cid-ui2ujXIqo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2ujXIqo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2ujXIqo3 .mbr-section-title {
  color: #ffffff;
}
.cid-ui2ujYj7lo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #b33100;
}
.cid-ui2ujYj7lo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2ujYj7lo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2ujYj7lo .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #c30a15;
  margin-bottom: 2rem;
}
.cid-ui2ujYj7lo .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #033372;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ui2ujYj7lo .card-title,
.cid-ui2ujYj7lo .card-box {
  color: #ffffff;
}
.cid-ui2ujYYTA6 .container,
.cid-ui2ujYYTA6 .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ui2ujZs7YY {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ui2ujZs7YY .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ui2ujZs7YY .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ui2ujZs7YY .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ui2ujZs7YY .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ui2ujZs7YY form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ui2ujZs7YY p {
  margin-bottom: 4rem;
}
.cid-ui2ujZs7YY h4 {
  margin-bottom: 1rem;
}
.cid-ui2ujZs7YY .form-control,
.cid-ui2ujZs7YY .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ui2ujZs7YY .form-control::-webkit-input-placeholder,
.cid-ui2ujZs7YY .field-input::-webkit-input-placeholder,
.cid-ui2ujZs7YY .form-control::-webkit-input-placeholder,
.cid-ui2ujZs7YY .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ui2ujZs7YY .form-control:-moz-placeholder,
.cid-ui2ujZs7YY .field-input:-moz-placeholder,
.cid-ui2ujZs7YY .form-control:-moz-placeholder,
.cid-ui2ujZs7YY .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ui2ujZs7YY .form-control:hover,
.cid-ui2ujZs7YY .field-input:hover,
.cid-ui2ujZs7YY .form-control:focus,
.cid-ui2ujZs7YY .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ui2ujZs7YY .form-control:hover::-webkit-input-placeholder,
.cid-ui2ujZs7YY .field-input:hover::-webkit-input-placeholder,
.cid-ui2ujZs7YY .form-control:focus::-webkit-input-placeholder,
.cid-ui2ujZs7YY .field-input:focus::-webkit-input-placeholder,
.cid-ui2ujZs7YY .form-control:hover::-webkit-input-placeholder,
.cid-ui2ujZs7YY .field-input:hover::-webkit-input-placeholder,
.cid-ui2ujZs7YY .form-control:focus::-webkit-input-placeholder,
.cid-ui2ujZs7YY .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ui2ujZs7YY .form-control:hover:-moz-placeholder,
.cid-ui2ujZs7YY .field-input:hover:-moz-placeholder,
.cid-ui2ujZs7YY .form-control:focus:-moz-placeholder,
.cid-ui2ujZs7YY .field-input:focus:-moz-placeholder,
.cid-ui2ujZs7YY .form-control:hover:-moz-placeholder,
.cid-ui2ujZs7YY .field-input:hover:-moz-placeholder,
.cid-ui2ujZs7YY .form-control:focus:-moz-placeholder,
.cid-ui2ujZs7YY .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ui2ujZs7YY .jq-number__spin:hover,
.cid-ui2ujZs7YY .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ui2ujZs7YY .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ui2ujZs7YY .jq-selectbox li,
.cid-ui2ujZs7YY .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ui2ujZs7YY .jq-selectbox li:hover,
.cid-ui2ujZs7YY .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ui2ujZs7YY .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ui2ujZs7YY .jq-number__spin.minus:hover:after,
.cid-ui2ujZs7YY .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ui2ujZs7YY .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ui2ujZs7YY .jq-number__spin.minus:after,
.cid-ui2ujZs7YY .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ui2ujZs7YY input::-webkit-clear-button {
  display: none;
}
.cid-ui2ujZs7YY input::-webkit-inner-spin-button {
  display: none;
}
.cid-ui2ujZs7YY input::-webkit-outer-spin-button {
  display: none;
}
.cid-ui2ujZs7YY input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ui2ujZs7YY H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ui2ujZs7YY P {
  color: #ffffff;
  text-align: center;
}
.cid-ui2ujZZG8H {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ui2ujZZG8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2ujZZG8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2ujZZG8H .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ui2ujZZG8H .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-ui2ujZZG8H .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-ui2ujZZG8H .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-ui2ujZZG8H .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-ui2ujZZG8H .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-ui2ujZZG8H .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-ui2ujZZG8H .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-ui2ujZZG8H .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-ui2ujZZG8H .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-ui2ujZZG8H .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-ui2ujZZG8H .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-ui2ujZZG8H .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-ui2ujZZG8H .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-ui2ujZZG8H [class^="socicon-"]:before,
.cid-ui2ujZZG8H [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ui2ujZZG8H .mbr-section-title,
.cid-ui2ujZZG8H .mbr-social-likes {
  color: #b33100;
}
.cid-ui2uk0y1dm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-ui2uk0y1dm .container-fluid,
.cid-ui2uk0y1dm .container {
  position: relative;
}
.cid-ui2uk0y1dm .container-fluid::before,
.cid-ui2uk0y1dm .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ui2uk0y1dm .container-fluid::before,
  .cid-ui2uk0y1dm .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-ui2uk0y1dm .container-fluid::before,
  .cid-ui2uk0y1dm .container::before {
    display: none;
  }
}
.cid-ui2uk0y1dm .media-wrap {
  height: 300px;
}
.cid-ui2uk0y1dm .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ui2uk0y1dm .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-ui2uk0y1dm .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ui2uk0y1dm .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-ui2uk0y1dm .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-ui2uk0y1dm .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-ui2uk0y1dm .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-ui2uk0y1dm .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ui2uk0y1dm .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-ui2uk0y1dm .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ui2uk0y1dm .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-ui2uk0y1dm .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-ui2uk0y1dm .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-ui2uk0y1dm .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ui2uk0y1dm .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-ui2uk0y1dm .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-ui2uk0y1dm .list .item-wrap:hover {
  opacity: .7;
}
.cid-ui2uk0y1dm .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-ui2uk0y1dm .copyright {
    background-color: #b33100;
  }
}
.cid-ui2uk0y1dm .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ui2uk0y1dm .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-ui2uk0y1dm .mbr-text {
  color: #bcbfca;
}
.cid-ui2uk0y1dm .mbr-desc {
  color: #ffffff;
}
.cid-ui2uk0y1dm .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-ui2uk0y1dm .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-ui2uk0y1dm .mbr-text,
.cid-ui2uk0y1dm .icon-wrapper {
  color: #ffffff;
}
.cid-ui2uk0y1dm .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-ui2wDxMC27 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ui2wDxMC27 nav.navbar {
  position: fixed;
}
.cid-ui2wDxMC27 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui2wDxMC27 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui2wDxMC27 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui2wDxMC27 .dropdown-item:hover,
.cid-ui2wDxMC27 .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-ui2wDxMC27 .dropdown-item:hover span {
  color: white;
}
.cid-ui2wDxMC27 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui2wDxMC27 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui2wDxMC27 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ui2wDxMC27 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui2wDxMC27 .nav-link {
  position: relative;
}
.cid-ui2wDxMC27 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ui2wDxMC27 .container {
    flex-wrap: wrap;
  }
}
.cid-ui2wDxMC27 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ui2wDxMC27 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ui2wDxMC27 .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui2wDxMC27 .dropdown-menu,
.cid-ui2wDxMC27 .navbar.opened {
  background: #ffffff !important;
}
.cid-ui2wDxMC27 .nav-item:focus,
.cid-ui2wDxMC27 .nav-link:focus {
  outline: none;
}
.cid-ui2wDxMC27 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ui2wDxMC27 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui2wDxMC27 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui2wDxMC27 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui2wDxMC27 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui2wDxMC27 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui2wDxMC27 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ui2wDxMC27 .navbar.opened {
  transition: all 0.3s;
}
.cid-ui2wDxMC27 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui2wDxMC27 .navbar .navbar-logo img {
  width: auto;
}
.cid-ui2wDxMC27 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ui2wDxMC27 .navbar.collapsed {
  justify-content: center;
}
.cid-ui2wDxMC27 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ui2wDxMC27 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ui2wDxMC27 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-ui2wDxMC27 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui2wDxMC27 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui2wDxMC27 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ui2wDxMC27 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ui2wDxMC27 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ui2wDxMC27 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ui2wDxMC27 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui2wDxMC27 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui2wDxMC27 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui2wDxMC27 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui2wDxMC27 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ui2wDxMC27 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui2wDxMC27 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ui2wDxMC27 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui2wDxMC27 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui2wDxMC27 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui2wDxMC27 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ui2wDxMC27 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ui2wDxMC27 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui2wDxMC27 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui2wDxMC27 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui2wDxMC27 .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;
}
.cid-ui2wDxMC27 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui2wDxMC27 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui2wDxMC27 .dropdown-item.active,
.cid-ui2wDxMC27 .dropdown-item:active {
  background-color: transparent;
}
.cid-ui2wDxMC27 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui2wDxMC27 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui2wDxMC27 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui2wDxMC27 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ui2wDxMC27 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui2wDxMC27 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui2wDxMC27 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui2wDxMC27 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui2wDxMC27 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui2wDxMC27 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-ui2wDxMC27 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui2wDxMC27 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui2wDxMC27 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui2wDxMC27 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui2wDxMC27 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui2wDxMC27 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui2wDxMC27 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui2wDxMC27 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui2wDxMC27 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ui2wDxMC27 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui2wDxMC27 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ui2wDxMC27 .navbar {
    height: 70px;
  }
  .cid-ui2wDxMC27 .navbar.opened {
    height: auto;
  }
  .cid-ui2wDxMC27 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui2wDyjRGr {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #002d69;
}
.cid-ui2wDyjRGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2wDyjRGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2wDyjRGr .mbr-section-title {
  color: #ffffff;
}
.cid-ui2wDyjRGr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ui2wDyLDcT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ui2wDzdgzb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-ui2wDzdgzb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2wDzdgzb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2wDzdgzb .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-ui2wDzdgzb .container-fluid {
    padding: 0 16px;
  }
}
.cid-ui2wDzdgzb .container-fluid .row {
  padding: 0;
}
.cid-ui2wDzdgzb .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui2wDzdgzb .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ui2wDzdgzb .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-ui2wDzdgzb .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ui2wDzdgzb .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-ui2wDzdgzb .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-ui2wDzdgzb .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-ui2wDzdgzb .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-ui2wDzdgzb .mbr-section-title {
  color: #495DFF;
}
.cid-ui2wDzdgzb .mbr-text {
  color: #ffffff;
}
.cid-ui2wDzdgzb .mbr-section-title,
.cid-ui2wDzdgzb .mbr-section-btn {
  color: #ffffff;
}
.cid-ui2wDzDmug .container,
.cid-ui2wDzDmug .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ui2wDA0Eoi {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #b33100;
}
.cid-ui2wDA0Eoi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2wDA0Eoi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2wDA0Eoi .mbr-section-title {
  color: #ffffff;
}
.cid-ui2wDAszp0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #b33100;
}
.cid-ui2wDAszp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2wDAszp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2wDAszp0 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #c30a15;
  margin-bottom: 2rem;
}
.cid-ui2wDAszp0 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #033372;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ui2wDAszp0 .card-title,
.cid-ui2wDAszp0 .card-box {
  color: #ffffff;
}
.cid-ui2wDAZY8n .container,
.cid-ui2wDAZY8n .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ui2wDBmMa5 {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ui2wDBmMa5 .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ui2wDBmMa5 .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ui2wDBmMa5 .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ui2wDBmMa5 .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ui2wDBmMa5 form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ui2wDBmMa5 p {
  margin-bottom: 4rem;
}
.cid-ui2wDBmMa5 h4 {
  margin-bottom: 1rem;
}
.cid-ui2wDBmMa5 .form-control,
.cid-ui2wDBmMa5 .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ui2wDBmMa5 .form-control::-webkit-input-placeholder,
.cid-ui2wDBmMa5 .field-input::-webkit-input-placeholder,
.cid-ui2wDBmMa5 .form-control::-webkit-input-placeholder,
.cid-ui2wDBmMa5 .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ui2wDBmMa5 .form-control:-moz-placeholder,
.cid-ui2wDBmMa5 .field-input:-moz-placeholder,
.cid-ui2wDBmMa5 .form-control:-moz-placeholder,
.cid-ui2wDBmMa5 .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ui2wDBmMa5 .form-control:hover,
.cid-ui2wDBmMa5 .field-input:hover,
.cid-ui2wDBmMa5 .form-control:focus,
.cid-ui2wDBmMa5 .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ui2wDBmMa5 .form-control:hover::-webkit-input-placeholder,
.cid-ui2wDBmMa5 .field-input:hover::-webkit-input-placeholder,
.cid-ui2wDBmMa5 .form-control:focus::-webkit-input-placeholder,
.cid-ui2wDBmMa5 .field-input:focus::-webkit-input-placeholder,
.cid-ui2wDBmMa5 .form-control:hover::-webkit-input-placeholder,
.cid-ui2wDBmMa5 .field-input:hover::-webkit-input-placeholder,
.cid-ui2wDBmMa5 .form-control:focus::-webkit-input-placeholder,
.cid-ui2wDBmMa5 .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ui2wDBmMa5 .form-control:hover:-moz-placeholder,
.cid-ui2wDBmMa5 .field-input:hover:-moz-placeholder,
.cid-ui2wDBmMa5 .form-control:focus:-moz-placeholder,
.cid-ui2wDBmMa5 .field-input:focus:-moz-placeholder,
.cid-ui2wDBmMa5 .form-control:hover:-moz-placeholder,
.cid-ui2wDBmMa5 .field-input:hover:-moz-placeholder,
.cid-ui2wDBmMa5 .form-control:focus:-moz-placeholder,
.cid-ui2wDBmMa5 .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ui2wDBmMa5 .jq-number__spin:hover,
.cid-ui2wDBmMa5 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ui2wDBmMa5 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ui2wDBmMa5 .jq-selectbox li,
.cid-ui2wDBmMa5 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ui2wDBmMa5 .jq-selectbox li:hover,
.cid-ui2wDBmMa5 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ui2wDBmMa5 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ui2wDBmMa5 .jq-number__spin.minus:hover:after,
.cid-ui2wDBmMa5 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ui2wDBmMa5 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ui2wDBmMa5 .jq-number__spin.minus:after,
.cid-ui2wDBmMa5 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ui2wDBmMa5 input::-webkit-clear-button {
  display: none;
}
.cid-ui2wDBmMa5 input::-webkit-inner-spin-button {
  display: none;
}
.cid-ui2wDBmMa5 input::-webkit-outer-spin-button {
  display: none;
}
.cid-ui2wDBmMa5 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ui2wDBmMa5 H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ui2wDBmMa5 P {
  color: #ffffff;
  text-align: center;
}
.cid-ui2wDBNKXt {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ui2wDBNKXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2wDBNKXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2wDBNKXt .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ui2wDBNKXt .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-ui2wDBNKXt .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-ui2wDBNKXt .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-ui2wDBNKXt .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-ui2wDBNKXt .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-ui2wDBNKXt .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-ui2wDBNKXt .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-ui2wDBNKXt .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-ui2wDBNKXt .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-ui2wDBNKXt .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-ui2wDBNKXt .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-ui2wDBNKXt .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-ui2wDBNKXt .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-ui2wDBNKXt [class^="socicon-"]:before,
.cid-ui2wDBNKXt [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ui2wDBNKXt .mbr-section-title,
.cid-ui2wDBNKXt .mbr-social-likes {
  color: #b33100;
}
.cid-ui2wDCh14Z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-ui2wDCh14Z .container-fluid,
.cid-ui2wDCh14Z .container {
  position: relative;
}
.cid-ui2wDCh14Z .container-fluid::before,
.cid-ui2wDCh14Z .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ui2wDCh14Z .container-fluid::before,
  .cid-ui2wDCh14Z .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-ui2wDCh14Z .container-fluid::before,
  .cid-ui2wDCh14Z .container::before {
    display: none;
  }
}
.cid-ui2wDCh14Z .media-wrap {
  height: 300px;
}
.cid-ui2wDCh14Z .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ui2wDCh14Z .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-ui2wDCh14Z .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ui2wDCh14Z .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-ui2wDCh14Z .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-ui2wDCh14Z .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-ui2wDCh14Z .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-ui2wDCh14Z .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ui2wDCh14Z .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-ui2wDCh14Z .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ui2wDCh14Z .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-ui2wDCh14Z .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-ui2wDCh14Z .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-ui2wDCh14Z .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ui2wDCh14Z .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-ui2wDCh14Z .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-ui2wDCh14Z .list .item-wrap:hover {
  opacity: .7;
}
.cid-ui2wDCh14Z .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-ui2wDCh14Z .copyright {
    background-color: #b33100;
  }
}
.cid-ui2wDCh14Z .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ui2wDCh14Z .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-ui2wDCh14Z .mbr-text {
  color: #bcbfca;
}
.cid-ui2wDCh14Z .mbr-desc {
  color: #ffffff;
}
.cid-ui2wDCh14Z .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-ui2wDCh14Z .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-ui2wDCh14Z .mbr-text,
.cid-ui2wDCh14Z .icon-wrapper {
  color: #ffffff;
}
.cid-ui2wDCh14Z .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-ui4pUuzAwG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ui4pUuzAwG nav.navbar {
  position: fixed;
}
.cid-ui4pUuzAwG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui4pUuzAwG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui4pUuzAwG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui4pUuzAwG .dropdown-item:hover,
.cid-ui4pUuzAwG .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-ui4pUuzAwG .dropdown-item:hover span {
  color: white;
}
.cid-ui4pUuzAwG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui4pUuzAwG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui4pUuzAwG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ui4pUuzAwG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui4pUuzAwG .nav-link {
  position: relative;
}
.cid-ui4pUuzAwG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ui4pUuzAwG .container {
    flex-wrap: wrap;
  }
}
.cid-ui4pUuzAwG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ui4pUuzAwG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ui4pUuzAwG .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui4pUuzAwG .dropdown-menu,
.cid-ui4pUuzAwG .navbar.opened {
  background: #ffffff !important;
}
.cid-ui4pUuzAwG .nav-item:focus,
.cid-ui4pUuzAwG .nav-link:focus {
  outline: none;
}
.cid-ui4pUuzAwG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ui4pUuzAwG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui4pUuzAwG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui4pUuzAwG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui4pUuzAwG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui4pUuzAwG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui4pUuzAwG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ui4pUuzAwG .navbar.opened {
  transition: all 0.3s;
}
.cid-ui4pUuzAwG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui4pUuzAwG .navbar .navbar-logo img {
  width: auto;
}
.cid-ui4pUuzAwG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ui4pUuzAwG .navbar.collapsed {
  justify-content: center;
}
.cid-ui4pUuzAwG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ui4pUuzAwG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ui4pUuzAwG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-ui4pUuzAwG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui4pUuzAwG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui4pUuzAwG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ui4pUuzAwG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ui4pUuzAwG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ui4pUuzAwG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ui4pUuzAwG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui4pUuzAwG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui4pUuzAwG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui4pUuzAwG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui4pUuzAwG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ui4pUuzAwG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui4pUuzAwG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ui4pUuzAwG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui4pUuzAwG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui4pUuzAwG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui4pUuzAwG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ui4pUuzAwG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ui4pUuzAwG .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui4pUuzAwG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui4pUuzAwG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui4pUuzAwG .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;
}
.cid-ui4pUuzAwG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui4pUuzAwG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui4pUuzAwG .dropdown-item.active,
.cid-ui4pUuzAwG .dropdown-item:active {
  background-color: transparent;
}
.cid-ui4pUuzAwG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui4pUuzAwG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui4pUuzAwG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui4pUuzAwG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ui4pUuzAwG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui4pUuzAwG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui4pUuzAwG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui4pUuzAwG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui4pUuzAwG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui4pUuzAwG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-ui4pUuzAwG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui4pUuzAwG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui4pUuzAwG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui4pUuzAwG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui4pUuzAwG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui4pUuzAwG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui4pUuzAwG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui4pUuzAwG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui4pUuzAwG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ui4pUuzAwG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui4pUuzAwG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ui4pUuzAwG .navbar {
    height: 70px;
  }
  .cid-ui4pUuzAwG .navbar.opened {
    height: auto;
  }
  .cid-ui4pUuzAwG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui4pUvq6TG {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #002d69;
}
.cid-ui4pUvq6TG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui4pUvq6TG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui4pUvq6TG .mbr-section-title {
  color: #ffffff;
}
.cid-ui4pUvq6TG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ui4pUwvacf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui4pUwvacf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui4pUwvacf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ui4pUwvacf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ui4pUwvacf .row {
  flex-direction: row-reverse;
}
.cid-ui4pUwvacf img {
  width: 100%;
}
.cid-ui4qApE0OW {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ui4pUDEdN0 {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ui4pUDEdN0 .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ui4pUDEdN0 .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ui4pUDEdN0 .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ui4pUDEdN0 .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ui4pUDEdN0 form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ui4pUDEdN0 p {
  margin-bottom: 4rem;
}
.cid-ui4pUDEdN0 h4 {
  margin-bottom: 1rem;
}
.cid-ui4pUDEdN0 .form-control,
.cid-ui4pUDEdN0 .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ui4pUDEdN0 .form-control::-webkit-input-placeholder,
.cid-ui4pUDEdN0 .field-input::-webkit-input-placeholder,
.cid-ui4pUDEdN0 .form-control::-webkit-input-placeholder,
.cid-ui4pUDEdN0 .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ui4pUDEdN0 .form-control:-moz-placeholder,
.cid-ui4pUDEdN0 .field-input:-moz-placeholder,
.cid-ui4pUDEdN0 .form-control:-moz-placeholder,
.cid-ui4pUDEdN0 .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ui4pUDEdN0 .form-control:hover,
.cid-ui4pUDEdN0 .field-input:hover,
.cid-ui4pUDEdN0 .form-control:focus,
.cid-ui4pUDEdN0 .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ui4pUDEdN0 .form-control:hover::-webkit-input-placeholder,
.cid-ui4pUDEdN0 .field-input:hover::-webkit-input-placeholder,
.cid-ui4pUDEdN0 .form-control:focus::-webkit-input-placeholder,
.cid-ui4pUDEdN0 .field-input:focus::-webkit-input-placeholder,
.cid-ui4pUDEdN0 .form-control:hover::-webkit-input-placeholder,
.cid-ui4pUDEdN0 .field-input:hover::-webkit-input-placeholder,
.cid-ui4pUDEdN0 .form-control:focus::-webkit-input-placeholder,
.cid-ui4pUDEdN0 .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ui4pUDEdN0 .form-control:hover:-moz-placeholder,
.cid-ui4pUDEdN0 .field-input:hover:-moz-placeholder,
.cid-ui4pUDEdN0 .form-control:focus:-moz-placeholder,
.cid-ui4pUDEdN0 .field-input:focus:-moz-placeholder,
.cid-ui4pUDEdN0 .form-control:hover:-moz-placeholder,
.cid-ui4pUDEdN0 .field-input:hover:-moz-placeholder,
.cid-ui4pUDEdN0 .form-control:focus:-moz-placeholder,
.cid-ui4pUDEdN0 .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ui4pUDEdN0 .jq-number__spin:hover,
.cid-ui4pUDEdN0 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ui4pUDEdN0 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ui4pUDEdN0 .jq-selectbox li,
.cid-ui4pUDEdN0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ui4pUDEdN0 .jq-selectbox li:hover,
.cid-ui4pUDEdN0 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ui4pUDEdN0 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ui4pUDEdN0 .jq-number__spin.minus:hover:after,
.cid-ui4pUDEdN0 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ui4pUDEdN0 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ui4pUDEdN0 .jq-number__spin.minus:after,
.cid-ui4pUDEdN0 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ui4pUDEdN0 input::-webkit-clear-button {
  display: none;
}
.cid-ui4pUDEdN0 input::-webkit-inner-spin-button {
  display: none;
}
.cid-ui4pUDEdN0 input::-webkit-outer-spin-button {
  display: none;
}
.cid-ui4pUDEdN0 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ui4pUDEdN0 H4 {
  color: #ffffff;
}
.cid-ui4pUDEdN0 P {
  color: #ffffff;
}
.cid-ui4pUEmheI {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ui4pUEmheI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui4pUEmheI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui4pUEmheI .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ui4pUEmheI .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-ui4pUEmheI .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-ui4pUEmheI .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-ui4pUEmheI .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-ui4pUEmheI .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-ui4pUEmheI .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-ui4pUEmheI .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-ui4pUEmheI .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-ui4pUEmheI .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-ui4pUEmheI .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-ui4pUEmheI .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-ui4pUEmheI .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-ui4pUEmheI .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-ui4pUEmheI [class^="socicon-"]:before,
.cid-ui4pUEmheI [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ui4pUEmheI .mbr-section-title,
.cid-ui4pUEmheI .mbr-social-likes {
  color: #b33100;
}
.cid-ui4pUF1lRi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-ui4pUF1lRi .container-fluid,
.cid-ui4pUF1lRi .container {
  position: relative;
}
.cid-ui4pUF1lRi .container-fluid::before,
.cid-ui4pUF1lRi .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ui4pUF1lRi .container-fluid::before,
  .cid-ui4pUF1lRi .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-ui4pUF1lRi .container-fluid::before,
  .cid-ui4pUF1lRi .container::before {
    display: none;
  }
}
.cid-ui4pUF1lRi .media-wrap {
  height: 300px;
}
.cid-ui4pUF1lRi .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ui4pUF1lRi .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-ui4pUF1lRi .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ui4pUF1lRi .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-ui4pUF1lRi .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-ui4pUF1lRi .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-ui4pUF1lRi .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-ui4pUF1lRi .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ui4pUF1lRi .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-ui4pUF1lRi .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ui4pUF1lRi .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-ui4pUF1lRi .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-ui4pUF1lRi .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-ui4pUF1lRi .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ui4pUF1lRi .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-ui4pUF1lRi .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-ui4pUF1lRi .list .item-wrap:hover {
  opacity: .7;
}
.cid-ui4pUF1lRi .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-ui4pUF1lRi .copyright {
    background-color: #b33100;
  }
}
.cid-ui4pUF1lRi .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ui4pUF1lRi .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-ui4pUF1lRi .mbr-text {
  color: #bcbfca;
}
.cid-ui4pUF1lRi .mbr-desc {
  color: #ffffff;
}
.cid-ui4pUF1lRi .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-ui4pUF1lRi .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-ui4pUF1lRi .mbr-text,
.cid-ui4pUF1lRi .icon-wrapper {
  color: #ffffff;
}
.cid-ui4pUF1lRi .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
.cid-ui8XaJcP9G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ui8XaJcP9G nav.navbar {
  position: fixed;
}
.cid-ui8XaJcP9G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui8XaJcP9G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui8XaJcP9G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui8XaJcP9G .dropdown-item:hover,
.cid-ui8XaJcP9G .dropdown-item:focus {
  background: #c30a15 !important;
  color: white !important;
}
.cid-ui8XaJcP9G .dropdown-item:hover span {
  color: white;
}
.cid-ui8XaJcP9G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui8XaJcP9G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui8XaJcP9G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ui8XaJcP9G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui8XaJcP9G .nav-link {
  position: relative;
}
.cid-ui8XaJcP9G .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ui8XaJcP9G .container {
    flex-wrap: wrap;
  }
}
.cid-ui8XaJcP9G .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ui8XaJcP9G .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ui8XaJcP9G .iconfont-wrapper {
  color: #002d69 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui8XaJcP9G .dropdown-menu,
.cid-ui8XaJcP9G .navbar.opened {
  background: #ffffff !important;
}
.cid-ui8XaJcP9G .nav-item:focus,
.cid-ui8XaJcP9G .nav-link:focus {
  outline: none;
}
.cid-ui8XaJcP9G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ui8XaJcP9G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui8XaJcP9G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui8XaJcP9G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui8XaJcP9G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui8XaJcP9G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui8XaJcP9G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ui8XaJcP9G .navbar.opened {
  transition: all 0.3s;
}
.cid-ui8XaJcP9G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui8XaJcP9G .navbar .navbar-logo img {
  width: auto;
}
.cid-ui8XaJcP9G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ui8XaJcP9G .navbar.collapsed {
  justify-content: center;
}
.cid-ui8XaJcP9G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ui8XaJcP9G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ui8XaJcP9G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-ui8XaJcP9G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui8XaJcP9G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui8XaJcP9G .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ui8XaJcP9G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ui8XaJcP9G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ui8XaJcP9G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ui8XaJcP9G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui8XaJcP9G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui8XaJcP9G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui8XaJcP9G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui8XaJcP9G .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ui8XaJcP9G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui8XaJcP9G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ui8XaJcP9G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui8XaJcP9G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui8XaJcP9G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui8XaJcP9G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ui8XaJcP9G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ui8XaJcP9G .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui8XaJcP9G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui8XaJcP9G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui8XaJcP9G .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;
}
.cid-ui8XaJcP9G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui8XaJcP9G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui8XaJcP9G .dropdown-item.active,
.cid-ui8XaJcP9G .dropdown-item:active {
  background-color: transparent;
}
.cid-ui8XaJcP9G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui8XaJcP9G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui8XaJcP9G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui8XaJcP9G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ui8XaJcP9G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui8XaJcP9G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui8XaJcP9G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui8XaJcP9G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui8XaJcP9G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui8XaJcP9G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b22825;
}
.cid-ui8XaJcP9G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui8XaJcP9G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui8XaJcP9G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui8XaJcP9G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui8XaJcP9G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui8XaJcP9G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui8XaJcP9G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui8XaJcP9G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui8XaJcP9G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ui8XaJcP9G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui8XaJcP9G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ui8XaJcP9G .navbar {
    height: 70px;
  }
  .cid-ui8XaJcP9G .navbar.opened {
    height: auto;
  }
  .cid-ui8XaJcP9G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui8XaJHcPO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ui8XaJHcPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui8XaJHcPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui8XaJHcPO .video-wrapper iframe {
  width: 100%;
}
.cid-ui8XaJHcPO .mbr-section-title,
.cid-ui8XaJHcPO .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ui8XaJHcPO .text-wrapper {
    padding: 2rem;
  }
}
.cid-ui8XaJHcPO .mbr-section-subtitle {
  color: #002d69;
}
.cid-ui8XaJHcPO .mbr-description {
  color: #002d69;
}
.cid-ui8XaK9LYm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ui8XaKz17R {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ui8XaL3Cky {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033372;
}
.cid-ui8XaL3Cky .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui8XaL3Cky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui8XaL3Cky .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-ui8XaL3Cky .container-fluid {
    padding: 0 16px;
  }
}
.cid-ui8XaL3Cky .container-fluid .row {
  padding: 0;
}
.cid-ui8XaL3Cky .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui8XaL3Cky .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-ui8XaL3Cky .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-ui8XaL3Cky .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ui8XaL3Cky .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-ui8XaL3Cky .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-ui8XaL3Cky .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-ui8XaL3Cky .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-ui8XaL3Cky .mbr-section-title {
  color: #495DFF;
}
.cid-ui8XaL3Cky .mbr-text {
  color: #ffffff;
}
.cid-ui8XaL3Cky .mbr-section-title,
.cid-ui8XaL3Cky .mbr-section-btn {
  color: #ffffff;
}
.cid-ui8XaLs9dR .container,
.cid-ui8XaLs9dR .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ui8XaLMBYR {
  padding-top: 75px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/newsletter-hero-1920x600.png");
}
.cid-ui8XaLMBYR .mbr-overlay {
  background-color: #17003b;
  opacity: 0.4;
}
.cid-ui8XaLMBYR .btn {
  height: 100%;
  min-height: 70px;
}
.cid-ui8XaLMBYR .form-group {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .cid-ui8XaLMBYR .form-group {
    min-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.cid-ui8XaLMBYR form .row [class*=col] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ui8XaLMBYR p {
  margin-bottom: 4rem;
}
.cid-ui8XaLMBYR h4 {
  margin-bottom: 1rem;
}
.cid-ui8XaLMBYR .form-control,
.cid-ui8XaLMBYR .field-input {
  padding: 1.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ui8XaLMBYR .form-control::-webkit-input-placeholder,
.cid-ui8XaLMBYR .field-input::-webkit-input-placeholder,
.cid-ui8XaLMBYR .form-control::-webkit-input-placeholder,
.cid-ui8XaLMBYR .field-input::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ui8XaLMBYR .form-control:-moz-placeholder,
.cid-ui8XaLMBYR .field-input:-moz-placeholder,
.cid-ui8XaLMBYR .form-control:-moz-placeholder,
.cid-ui8XaLMBYR .field-input:-moz-placeholder {
  color: #17003b;
}
.cid-ui8XaLMBYR .form-control:hover,
.cid-ui8XaLMBYR .field-input:hover,
.cid-ui8XaLMBYR .form-control:focus,
.cid-ui8XaLMBYR .field-input:focus {
  background-color: #efefef;
  border-color: #ffffff !important;
  color: #17003b;
  box-shadow: none;
  outline: none;
}
.cid-ui8XaLMBYR .form-control:hover::-webkit-input-placeholder,
.cid-ui8XaLMBYR .field-input:hover::-webkit-input-placeholder,
.cid-ui8XaLMBYR .form-control:focus::-webkit-input-placeholder,
.cid-ui8XaLMBYR .field-input:focus::-webkit-input-placeholder,
.cid-ui8XaLMBYR .form-control:hover::-webkit-input-placeholder,
.cid-ui8XaLMBYR .field-input:hover::-webkit-input-placeholder,
.cid-ui8XaLMBYR .form-control:focus::-webkit-input-placeholder,
.cid-ui8XaLMBYR .field-input:focus::-webkit-input-placeholder {
  color: #17003b;
}
.cid-ui8XaLMBYR .form-control:hover:-moz-placeholder,
.cid-ui8XaLMBYR .field-input:hover:-moz-placeholder,
.cid-ui8XaLMBYR .form-control:focus:-moz-placeholder,
.cid-ui8XaLMBYR .field-input:focus:-moz-placeholder,
.cid-ui8XaLMBYR .form-control:hover:-moz-placeholder,
.cid-ui8XaLMBYR .field-input:hover:-moz-placeholder,
.cid-ui8XaLMBYR .form-control:focus:-moz-placeholder,
.cid-ui8XaLMBYR .field-input:focus:-moz-placeholder {
  color: #17003b;
}
.cid-ui8XaLMBYR .jq-number__spin:hover,
.cid-ui8XaLMBYR .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ui8XaLMBYR .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #17003b;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ui8XaLMBYR .jq-selectbox li,
.cid-ui8XaLMBYR .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ui8XaLMBYR .jq-selectbox li:hover,
.cid-ui8XaLMBYR .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-ui8XaLMBYR .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ui8XaLMBYR .jq-number__spin.minus:hover:after,
.cid-ui8XaLMBYR .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ui8XaLMBYR .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ui8XaLMBYR .jq-number__spin.minus:after,
.cid-ui8XaLMBYR .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-ui8XaLMBYR input::-webkit-clear-button {
  display: none;
}
.cid-ui8XaLMBYR input::-webkit-inner-spin-button {
  display: none;
}
.cid-ui8XaLMBYR input::-webkit-outer-spin-button {
  display: none;
}
.cid-ui8XaLMBYR input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ui8XaLMBYR H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ui8XaLMBYR P {
  color: #ffffff;
  text-align: center;
}
.cid-ui8XaMea6y .container,
.cid-ui8XaMea6y .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-ui8XaMzhCn {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ui8XaMzhCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui8XaMzhCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui8XaMzhCn .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ui8XaMzhCn .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-ui8XaMzhCn .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-ui8XaMzhCn .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-ui8XaMzhCn .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-ui8XaMzhCn .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-ui8XaMzhCn .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-ui8XaMzhCn .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-ui8XaMzhCn .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-ui8XaMzhCn .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-ui8XaMzhCn .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-ui8XaMzhCn .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-ui8XaMzhCn .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-ui8XaMzhCn .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-ui8XaMzhCn [class^="socicon-"]:before,
.cid-ui8XaMzhCn [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ui8XaMzhCn .mbr-section-title,
.cid-ui8XaMzhCn .mbr-social-likes {
  color: #b33100;
}
.cid-ui8XaMZWpd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #033372;
}
.cid-ui8XaMZWpd .container-fluid,
.cid-ui8XaMZWpd .container {
  position: relative;
}
.cid-ui8XaMZWpd .container-fluid::before,
.cid-ui8XaMZWpd .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #b33100;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-ui8XaMZWpd .container-fluid::before,
  .cid-ui8XaMZWpd .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-ui8XaMZWpd .container-fluid::before,
  .cid-ui8XaMZWpd .container::before {
    display: none;
  }
}
.cid-ui8XaMZWpd .media-wrap {
  height: 300px;
}
.cid-ui8XaMZWpd .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ui8XaMZWpd .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-ui8XaMZWpd .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ui8XaMZWpd .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-ui8XaMZWpd .text-wrapper {
    background-color: #b33100;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-ui8XaMZWpd .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-ui8XaMZWpd .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-ui8XaMZWpd .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-ui8XaMZWpd .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-ui8XaMZWpd .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ui8XaMZWpd .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-ui8XaMZWpd .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-ui8XaMZWpd .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-ui8XaMZWpd .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-ui8XaMZWpd .list {
    background-color: #b33100;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-ui8XaMZWpd .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-ui8XaMZWpd .list .item-wrap:hover {
  opacity: .7;
}
.cid-ui8XaMZWpd .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-ui8XaMZWpd .copyright {
    background-color: #b33100;
  }
}
.cid-ui8XaMZWpd .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ui8XaMZWpd .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-ui8XaMZWpd .mbr-text {
  color: #bcbfca;
}
.cid-ui8XaMZWpd .mbr-desc {
  color: #ffffff;
}
.cid-ui8XaMZWpd .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-ui8XaMZWpd .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-ui8XaMZWpd .mbr-text,
.cid-ui8XaMZWpd .icon-wrapper {
  color: #ffffff;
}
.cid-ui8XaMZWpd .borderdisclaimer {
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
}
