body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'NunitoSans-Light';
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'NunitoSans-Light';
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'NunitoSans-Light';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'NunitoSans-Light';
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'NunitoSans-Light';
  font-size: 1.14rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.824rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #7a0808 !important;
}
.bg-success {
  background-color: #354151 !important;
}
.bg-info {
  background-color: #556074 !important;
}
.bg-warning {
  background-color: #9f9fa1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7a0808 !important;
  border-color: #7a0808 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #320303 !important;
  border-color: #320303 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #320303 !important;
  border-color: #320303 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7a0808 !important;
  border-color: #7a0808 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #320303 !important;
  border-color: #320303 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #320303 !important;
  border-color: #320303 !important;
}
.btn-info,
.btn-info:active {
  background-color: #556074 !important;
  border-color: #556074 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #353b48 !important;
  border-color: #353b48 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #353b48 !important;
  border-color: #353b48 !important;
}
.btn-success,
.btn-success:active {
  background-color: #354151 !important;
  border-color: #354151 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #171c23 !important;
  border-color: #171c23 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #171c23 !important;
  border-color: #171c23 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9f9fa1 !important;
  border-color: #9f9fa1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #78787b !important;
  border-color: #78787b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #78787b !important;
  border-color: #78787b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #1a0202;
  color: #1a0202;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #7a0808;
  border-color: #7a0808;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7a0808 !important;
  border-color: #7a0808 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1a0202;
  color: #1a0202;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7a0808;
  border-color: #7a0808;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7a0808 !important;
  border-color: #7a0808 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2a2f39;
  color: #2a2f39;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #556074;
  border-color: #556074;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #556074 !important;
  border-color: #556074 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0d1013;
  color: #0d1013;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #354151;
  border-color: #354151;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #354151 !important;
  border-color: #354151 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #6c6c6e;
  color: #6c6c6e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #9f9fa1;
  border-color: #9f9fa1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9f9fa1 !important;
  border-color: #9f9fa1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.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: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #7a0808 !important;
}
.text-secondary {
  color: #7a0808 !important;
}
.text-success {
  color: #354151 !important;
}
.text-info {
  color: #556074 !important;
}
.text-warning {
  color: #9f9fa1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1a0202 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1a0202 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0d1013 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2a2f39 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #6c6c6e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #556074;
}
.alert-warning {
  background-color: #9f9fa1;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7a0808;
  border-color: #7a0808;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7a0808;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ef1212;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a6b4c5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #96a0b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dfdfe0;
}
.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: 'NunitoSans-Light';
  font-size: 1.14rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.824rem;
}
blockquote {
  border-color: #7a0808;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #7a0808;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #7a0808;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7a0808;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7a0808;
  border-bottom-color: #7a0808;
}
.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: #7a0808 !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: #7a0808 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%237a0808' %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.3;
}
.cid-tWUI3Durk0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWUI3Durk0 nav.navbar {
  position: fixed;
}
.cid-tWUI3Durk0 .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-tWUI3Durk0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWUI3Durk0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWUI3Durk0 .dropdown-item:hover,
.cid-tWUI3Durk0 .dropdown-item:focus {
  background: #7a0808 !important;
  color: white !important;
}
.cid-tWUI3Durk0 .dropdown-item:hover span {
  color: white;
}
.cid-tWUI3Durk0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWUI3Durk0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWUI3Durk0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWUI3Durk0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWUI3Durk0 .nav-link {
  position: relative;
}
.cid-tWUI3Durk0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWUI3Durk0 .container {
    flex-wrap: wrap;
  }
}
.cid-tWUI3Durk0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWUI3Durk0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tWUI3Durk0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWUI3Durk0 .dropdown-menu,
.cid-tWUI3Durk0 .navbar.opened {
  background: #7a0808 !important;
}
.cid-tWUI3Durk0 .nav-item:focus,
.cid-tWUI3Durk0 .nav-link:focus {
  outline: none;
}
.cid-tWUI3Durk0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWUI3Durk0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWUI3Durk0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWUI3Durk0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWUI3Durk0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWUI3Durk0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWUI3Durk0 .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: #7a0808;
}
.cid-tWUI3Durk0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWUI3Durk0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWUI3Durk0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWUI3Durk0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWUI3Durk0 .navbar.collapsed {
  justify-content: center;
}
.cid-tWUI3Durk0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWUI3Durk0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWUI3Durk0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tWUI3Durk0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWUI3Durk0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWUI3Durk0 .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-tWUI3Durk0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWUI3Durk0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWUI3Durk0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWUI3Durk0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWUI3Durk0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWUI3Durk0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWUI3Durk0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWUI3Durk0 .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-tWUI3Durk0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWUI3Durk0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWUI3Durk0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWUI3Durk0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWUI3Durk0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWUI3Durk0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWUI3Durk0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWUI3Durk0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWUI3Durk0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWUI3Durk0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWUI3Durk0 .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-tWUI3Durk0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWUI3Durk0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWUI3Durk0 .dropdown-item.active,
.cid-tWUI3Durk0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWUI3Durk0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWUI3Durk0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWUI3Durk0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWUI3Durk0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7a0808;
}
.cid-tWUI3Durk0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWUI3Durk0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWUI3Durk0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWUI3Durk0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWUI3Durk0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWUI3Durk0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWUI3Durk0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWUI3Durk0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWUI3Durk0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWUI3Durk0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWUI3Durk0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWUI3Durk0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWUI3Durk0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWUI3Durk0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWUI3Durk0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWUI3Durk0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWUI3Durk0 .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-tWUI3Durk0 .navbar {
    height: 70px;
  }
  .cid-tWUI3Durk0 .navbar.opened {
    height: auto;
  }
  .cid-tWUI3Durk0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rHr5JH7i0L {
  background-image: url("../../../assets/images/bsf-start.jpeg");
}
.cid-rHr5JH7i0L h1 {
  color: #616161;
}
.cid-rHr5JH7i0L h2,
.cid-rHr5JH7i0L h3,
.cid-rHr5JH7i0L p {
  color: #767676;
}
.cid-rHr5JH7i0L .mbr-section-subtitle {
  font-style: italic;
}
.cid-rHr5JH7i0L H1 {
  color: #253652;
}
.cid-rHr5JH7i0L H3 {
  color: #354151;
}
.cid-rI2gGQ4hXY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #556074;
}
.cid-rI2gGQ4hXY .mbr-text,
.cid-rI2gGQ4hXY blockquote {
  color: #767676;
}
.cid-tWQUpRUfkm {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWQUpRUfkm h3 {
  font-weight: 300;
}
.cid-tWQUpRUfkm .card-img {
  width: initial;
}
.cid-tWQUpRUfkm .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tWQUpRUfkm .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-tWQUpRUfkm .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tWQUpRUfkm .mbr-section-subtitle {
  color: #556074;
  text-align: center;
}
.cid-tWQUpRUfkm .mbr-text {
  color: #556074;
}
.cid-tWQUpRUfkm .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-tWQUpRUfkm .mbr-al-i-c {
  align-items: center;
}
.cid-tWQUpRUfkm .mbr-section-title {
  color: #354151;
}
.cid-tWQUpRUfkm .card-title {
  color: #354151;
}
.cid-tWQUpRUfkm .card-title,
.cid-tWQUpRUfkm .card-img {
  text-align: left;
  color: #354151;
}
.cid-tWQWka3g7o {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tWQWka3g7o .mbr-section-subtitle {
  color: #556074;
  text-align: center;
}
.cid-tWQWka3g7o H2 {
  color: #354151;
}
.cid-tYeNDi1pzE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tYeNDi1pzE .mbr-section-subtitle {
  color: #767676;
}
.cid-tYeN349NUd {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tYeN349NUd .counter-container {
  color: #767676;
}
.cid-tYeN349NUd .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tYeN349NUd .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tYeN349NUd .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tYeN349NUd .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tWQYbc4ixn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #354151;
}
.cid-tWQYbc4ixn .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWQYbc4ixn .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWQYbc4ixn .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tWQYbc4ixn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tWQYbc4ixn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tWQYbc4ixn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tWQYbc4ixn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWQYbc4ixn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tWQYbc4ixn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tWQYbc4ixn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tWQYbc4ixn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWQYbc4ixn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWQYbc4ixn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tWQYbc4ixn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tWUI3Durk0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWUI3Durk0 nav.navbar {
  position: fixed;
}
.cid-tWUI3Durk0 .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-tWUI3Durk0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWUI3Durk0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWUI3Durk0 .dropdown-item:hover,
.cid-tWUI3Durk0 .dropdown-item:focus {
  background: #7a0808 !important;
  color: white !important;
}
.cid-tWUI3Durk0 .dropdown-item:hover span {
  color: white;
}
.cid-tWUI3Durk0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWUI3Durk0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWUI3Durk0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWUI3Durk0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWUI3Durk0 .nav-link {
  position: relative;
}
.cid-tWUI3Durk0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWUI3Durk0 .container {
    flex-wrap: wrap;
  }
}
.cid-tWUI3Durk0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWUI3Durk0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tWUI3Durk0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWUI3Durk0 .dropdown-menu,
.cid-tWUI3Durk0 .navbar.opened {
  background: #7a0808 !important;
}
.cid-tWUI3Durk0 .nav-item:focus,
.cid-tWUI3Durk0 .nav-link:focus {
  outline: none;
}
.cid-tWUI3Durk0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWUI3Durk0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWUI3Durk0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWUI3Durk0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWUI3Durk0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWUI3Durk0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWUI3Durk0 .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: #7a0808;
}
.cid-tWUI3Durk0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWUI3Durk0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWUI3Durk0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWUI3Durk0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWUI3Durk0 .navbar.collapsed {
  justify-content: center;
}
.cid-tWUI3Durk0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWUI3Durk0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWUI3Durk0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tWUI3Durk0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWUI3Durk0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWUI3Durk0 .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-tWUI3Durk0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWUI3Durk0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWUI3Durk0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWUI3Durk0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWUI3Durk0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWUI3Durk0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWUI3Durk0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWUI3Durk0 .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-tWUI3Durk0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWUI3Durk0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWUI3Durk0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWUI3Durk0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWUI3Durk0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWUI3Durk0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWUI3Durk0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWUI3Durk0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWUI3Durk0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWUI3Durk0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWUI3Durk0 .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-tWUI3Durk0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWUI3Durk0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWUI3Durk0 .dropdown-item.active,
.cid-tWUI3Durk0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWUI3Durk0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWUI3Durk0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWUI3Durk0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWUI3Durk0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7a0808;
}
.cid-tWUI3Durk0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWUI3Durk0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWUI3Durk0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWUI3Durk0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWUI3Durk0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWUI3Durk0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWUI3Durk0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWUI3Durk0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWUI3Durk0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWUI3Durk0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWUI3Durk0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWUI3Durk0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWUI3Durk0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWUI3Durk0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWUI3Durk0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWUI3Durk0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWUI3Durk0 .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-tWUI3Durk0 .navbar {
    height: 70px;
  }
  .cid-tWUI3Durk0 .navbar.opened {
    height: auto;
  }
  .cid-tWUI3Durk0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNjFACK2tD {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #556074;
}
.cid-rNjFACK2tD .mbr-section-subtitle {
  color: #767676;
}
.cid-rNjFACK2tD H2 {
  color: #ffffff;
}
.cid-rNj5X2zAS8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #354151;
}
.cid-rNj5X2zAS8 .mbr-section-subtitle {
  color: #767676;
}
.cid-rNj5X2zAS8 H2 {
  color: #ffffff;
}
.cid-rNjcS6TONN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rNjcS6TONN .line {
  background-color: #7a0808;
  color: #7a0808;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rNjcS6TONN .section-text {
  padding: 2rem 0;
  color: #354151;
}
.cid-rNjcS6TONN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rNjcS6TONN .inner-container {
    width: 100% !important;
  }
}
.cid-rNjca74PRv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #354151;
}
.cid-rNjca74PRv .mbr-section-subtitle {
  color: #767676;
}
.cid-rNjca74PRv H2 {
  color: #ffffff;
}
.cid-rNjabIAUDQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rNjabIAUDQ .line {
  background-color: #7a0808;
  color: #7a0808;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rNjabIAUDQ .section-text {
  padding: 2rem 0;
  color: #253652;
}
.cid-rNjabIAUDQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rNjabIAUDQ .inner-container {
    width: 100% !important;
  }
}
.cid-rNjabIAUDQ .section-text DIV {
  text-align: center;
}
.cid-rNjCQnWEZg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #7a0808;
}
.cid-rNjCQnWEZg .mbr-section-subtitle {
  color: #767676;
}
.cid-rNjCQnWEZg H2 {
  color: #ffffff;
}
.cid-tWQYbc4ixn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #354151;
}
.cid-tWQYbc4ixn .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWQYbc4ixn .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWQYbc4ixn .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tWQYbc4ixn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tWQYbc4ixn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tWQYbc4ixn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tWQYbc4ixn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWQYbc4ixn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tWQYbc4ixn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tWQYbc4ixn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tWQYbc4ixn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWQYbc4ixn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWQYbc4ixn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tWQYbc4ixn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tWUI3Durk0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWUI3Durk0 nav.navbar {
  position: fixed;
}
.cid-tWUI3Durk0 .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-tWUI3Durk0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWUI3Durk0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWUI3Durk0 .dropdown-item:hover,
.cid-tWUI3Durk0 .dropdown-item:focus {
  background: #7a0808 !important;
  color: white !important;
}
.cid-tWUI3Durk0 .dropdown-item:hover span {
  color: white;
}
.cid-tWUI3Durk0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWUI3Durk0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWUI3Durk0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWUI3Durk0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWUI3Durk0 .nav-link {
  position: relative;
}
.cid-tWUI3Durk0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWUI3Durk0 .container {
    flex-wrap: wrap;
  }
}
.cid-tWUI3Durk0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWUI3Durk0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tWUI3Durk0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWUI3Durk0 .dropdown-menu,
.cid-tWUI3Durk0 .navbar.opened {
  background: #7a0808 !important;
}
.cid-tWUI3Durk0 .nav-item:focus,
.cid-tWUI3Durk0 .nav-link:focus {
  outline: none;
}
.cid-tWUI3Durk0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWUI3Durk0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWUI3Durk0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWUI3Durk0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWUI3Durk0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWUI3Durk0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWUI3Durk0 .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: #7a0808;
}
.cid-tWUI3Durk0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWUI3Durk0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWUI3Durk0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWUI3Durk0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWUI3Durk0 .navbar.collapsed {
  justify-content: center;
}
.cid-tWUI3Durk0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWUI3Durk0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWUI3Durk0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tWUI3Durk0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWUI3Durk0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWUI3Durk0 .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-tWUI3Durk0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWUI3Durk0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWUI3Durk0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWUI3Durk0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWUI3Durk0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWUI3Durk0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWUI3Durk0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWUI3Durk0 .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-tWUI3Durk0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWUI3Durk0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWUI3Durk0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWUI3Durk0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWUI3Durk0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWUI3Durk0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWUI3Durk0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWUI3Durk0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWUI3Durk0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWUI3Durk0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWUI3Durk0 .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-tWUI3Durk0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWUI3Durk0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWUI3Durk0 .dropdown-item.active,
.cid-tWUI3Durk0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWUI3Durk0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWUI3Durk0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWUI3Durk0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWUI3Durk0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7a0808;
}
.cid-tWUI3Durk0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWUI3Durk0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWUI3Durk0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWUI3Durk0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWUI3Durk0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWUI3Durk0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tWUI3Durk0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWUI3Durk0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWUI3Durk0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWUI3Durk0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWUI3Durk0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWUI3Durk0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWUI3Durk0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWUI3Durk0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWUI3Durk0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWUI3Durk0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWUI3Durk0 .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-tWUI3Durk0 .navbar {
    height: 70px;
  }
  .cid-tWUI3Durk0 .navbar.opened {
    height: auto;
  }
  .cid-tWUI3Durk0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNjuEepTSn {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #556074;
}
.cid-rNjuEepTSn .mbr-section-subtitle {
  color: #767676;
}
.cid-rNjuEepTSn H2 {
  color: #ffffff;
}
.cid-rNjrq1bG04 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #354151;
}
.cid-rNjrq1bG04 .mbr-section-subtitle {
  color: #767676;
}
.cid-rNjrq1bG04 H2 {
  color: #ffffff;
}
.cid-rNjrq3MtrP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rNjrq3MtrP .line {
  background-color: #7a0808;
  color: #7a0808;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rNjrq3MtrP .section-text {
  padding: 2rem 0;
  color: #253652;
  text-align: left;
}
.cid-rNjrq3MtrP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rNjrq3MtrP .inner-container {
    width: 100% !important;
  }
}
.cid-rNjrq3MtrP .section-text DIV {
  text-align: left;
}
.cid-rNjsDXLMyo {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #354151;
}
.cid-rNjsDXLMyo .mbr-section-subtitle {
  color: #767676;
}
.cid-rNjsDXLMyo H2 {
  color: #ffffff;
}
.cid-rNjsEFFxqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rNjsEFFxqG .line {
  background-color: #7a0808;
  color: #7a0808;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rNjsEFFxqG .section-text {
  padding: 2rem 0;
  color: #253652;
  text-align: left;
}
.cid-rNjsEFFxqG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rNjsEFFxqG .inner-container {
    width: 100% !important;
  }
}
.cid-rNjsEFFxqG .section-text DIV {
  text-align: left;
}
.cid-rNjrq5nasx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #354151;
}
.cid-rNjrq5nasx .mbr-section-subtitle {
  color: #767676;
}
.cid-rNjrq5nasx H2 {
  color: #ffffff;
}
.cid-rNjrq6NjC4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rNjrq6NjC4 .line {
  background-color: #7a0808;
  color: #7a0808;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rNjrq6NjC4 .section-text {
  padding: 2rem 0;
  color: #253652;
  text-align: left;
}
.cid-rNjrq6NjC4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rNjrq6NjC4 .inner-container {
    width: 100% !important;
  }
}
.cid-rNjrq6NjC4 .section-text DIV {
  text-align: left;
}
.cid-rNjsBEtx0y {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #354151;
}
.cid-rNjsBEtx0y .mbr-section-subtitle {
  color: #767676;
}
.cid-rNjsBEtx0y H2 {
  color: #ffffff;
}
.cid-rNjsCxZ7ae {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rNjsCxZ7ae .line {
  background-color: #7a0808;
  color: #7a0808;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rNjsCxZ7ae .section-text {
  padding: 2rem 0;
  color: #253652;
  text-align: left;
}
.cid-rNjsCxZ7ae .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rNjsCxZ7ae .inner-container {
    width: 100% !important;
  }
}
.cid-rNjsCxZ7ae .section-text DIV {
  text-align: left;
}
.cid-rNjszrhszP {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #354151;
}
.cid-rNjszrhszP .mbr-section-subtitle {
  color: #767676;
}
.cid-rNjszrhszP H2 {
  color: #ffffff;
}
.cid-rNjsAuDauX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rNjsAuDauX .line {
  background-color: #7a0808;
  color: #7a0808;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rNjsAuDauX .section-text {
  padding: 2rem 0;
  color: #253652;
  text-align: left;
}
.cid-rNjsAuDauX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rNjsAuDauX .inner-container {
    width: 100% !important;
  }
}
.cid-rNjsAuDauX .section-text DIV {
  text-align: left;
}
.cid-rNjswO8Nw4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #7a0808;
}
.cid-rNjswO8Nw4 .mbr-section-subtitle {
  color: #767676;
}
.cid-rNjswO8Nw4 H2 {
  color: #ffffff;
}
.cid-tWQYbc4ixn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #354151;
}
.cid-tWQYbc4ixn .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWQYbc4ixn .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWQYbc4ixn .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tWQYbc4ixn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tWQYbc4ixn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tWQYbc4ixn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tWQYbc4ixn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tWQYbc4ixn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tWQYbc4ixn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tWQYbc4ixn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tWQYbc4ixn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tWQYbc4ixn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tWQYbc4ixn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tWQYbc4ixn .media-container-row .row-copirayt p {
  width: 100%;
}
