body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 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: #587ab9 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #587ab9 !important;
  border-color: #587ab9 !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: #375283 !important;
  border-color: #375283 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #375283 !important;
  border-color: #375283 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #44659f !important;
  border-color: #44659f !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: #2a3e62 !important;
  border-color: #2a3e62 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2a3e62 !important;
  border-color: #2a3e62 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #587ab9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #375283 !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: #587ab9 !important;
  border-color: #587ab9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #44659f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2a3e62 !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: #44659f !important;
  border-color: #44659f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #587ab9 !important;
}
.text-secondary {
  color: #44659f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #334b78 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #253858 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #587ab9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #587ab9;
  border-color: #587ab9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #587ab9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b2c2df;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', 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: #587ab9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', 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: #587ab9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #587ab9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #587ab9;
}
.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: #587ab9;
  border-bottom-color: #587ab9;
}
.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: #587ab9 !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: #44659f !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='%23587ab9' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-taI7d8B1mG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-taI7d8B1mG nav.navbar {
  position: fixed;
}
.cid-taI7d8B1mG .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-taI7d8B1mG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taI7d8B1mG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taI7d8B1mG .dropdown-item:hover,
.cid-taI7d8B1mG .dropdown-item:focus {
  background: #587ab9 !important;
  color: white !important;
}
.cid-taI7d8B1mG .dropdown-item:hover span {
  color: white;
}
.cid-taI7d8B1mG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taI7d8B1mG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taI7d8B1mG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taI7d8B1mG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taI7d8B1mG .nav-link {
  position: relative;
}
.cid-taI7d8B1mG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taI7d8B1mG .container {
    flex-wrap: nowrap;
  }
}
.cid-taI7d8B1mG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taI7d8B1mG .dropdown-menu,
.cid-taI7d8B1mG .navbar.opened {
  background: #ffffff !important;
}
.cid-taI7d8B1mG .nav-item:focus,
.cid-taI7d8B1mG .nav-link:focus {
  outline: none;
}
.cid-taI7d8B1mG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taI7d8B1mG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taI7d8B1mG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taI7d8B1mG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taI7d8B1mG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taI7d8B1mG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taI7d8B1mG .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-taI7d8B1mG .navbar.opened {
  transition: all 0.3s;
}
.cid-taI7d8B1mG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taI7d8B1mG .navbar .navbar-logo img {
  width: auto;
}
.cid-taI7d8B1mG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taI7d8B1mG .navbar.collapsed {
  justify-content: center;
}
.cid-taI7d8B1mG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taI7d8B1mG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taI7d8B1mG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-taI7d8B1mG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taI7d8B1mG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taI7d8B1mG .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-taI7d8B1mG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taI7d8B1mG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taI7d8B1mG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taI7d8B1mG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taI7d8B1mG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taI7d8B1mG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taI7d8B1mG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taI7d8B1mG .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-taI7d8B1mG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taI7d8B1mG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taI7d8B1mG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taI7d8B1mG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taI7d8B1mG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taI7d8B1mG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taI7d8B1mG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taI7d8B1mG .navbar.navbar-short {
  min-height: 60px;
}
.cid-taI7d8B1mG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taI7d8B1mG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taI7d8B1mG .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-taI7d8B1mG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taI7d8B1mG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taI7d8B1mG .dropdown-item.active,
.cid-taI7d8B1mG .dropdown-item:active {
  background-color: transparent;
}
.cid-taI7d8B1mG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taI7d8B1mG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taI7d8B1mG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taI7d8B1mG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-taI7d8B1mG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taI7d8B1mG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taI7d8B1mG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taI7d8B1mG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taI7d8B1mG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taI7d8B1mG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-taI7d8B1mG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taI7d8B1mG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taI7d8B1mG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taI7d8B1mG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taI7d8B1mG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taI7d8B1mG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taI7d8B1mG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taI7d8B1mG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taI7d8B1mG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taI7d8B1mG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taI7d8B1mG .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-taI7d8B1mG .navbar {
    height: 70px;
  }
  .cid-taI7d8B1mG .navbar.opened {
    height: auto;
  }
  .cid-taI7d8B1mG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uziuKU8W23 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-taI2nnT2Gm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #587ab9;
}
.cid-taI2nnT2Gm .mbr-fallback-image.disabled {
  display: none;
}
.cid-taI2nnT2Gm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taI2nnT2Gm .video-wrapper iframe {
  width: 100%;
}
.cid-taI2nnT2Gm .mbr-section-title,
.cid-taI2nnT2Gm .mbr-section-subtitle,
.cid-taI2nnT2Gm .mbr-text {
  text-align: center;
}
.cid-taI2nnT2Gm .mbr-section-title {
  color: #ffffff;
}
.cid-taI2nnT2Gm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tAxiQsVBDt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tAxiQsVBDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAxiQsVBDt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAxiQsVBDt .mbr-section-title {
  color: #d60a0a;
}
.cid-uOnNozxfJ7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOnNozxfJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnNozxfJ7 .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-uOnNozxfJ7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOnNozxfJ7 .row {
  flex-direction: row-reverse;
}
.cid-uOnNozxfJ7 img {
  width: 100%;
}
.cid-uOnds6RwXB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOnds6RwXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnds6RwXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnds6RwXB .mbr-section-title {
  color: #d60a0a;
}
.cid-ucaglZSUSB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucaglZSUSB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucaglZSUSB .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-ucaglZSUSB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucaglZSUSB .row {
  flex-direction: row-reverse;
}
.cid-ucaglZSUSB img {
  width: 100%;
}
.cid-uLPDqVPNiy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-uLPDqVPNiy img,
.cid-uLPDqVPNiy .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLPDqVPNiy .item:focus,
.cid-uLPDqVPNiy span:focus {
  outline: none;
}
.cid-uLPDqVPNiy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLPDqVPNiy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLPDqVPNiy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLPDqVPNiy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLPDqVPNiy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLPDqVPNiy .mbr-section-title {
  color: #d60a0a;
}
.cid-uLPDqVPNiy .mbr-text,
.cid-uLPDqVPNiy .mbr-section-btn {
  text-align: left;
}
.cid-uLPDqVPNiy .item-title {
  text-align: left;
}
.cid-uLPDqVPNiy .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uziv02dO5M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-taHWI4D1aC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #44659f;
}
.cid-taHWI4D1aC .mbr-fallback-image.disabled {
  display: none;
}
.cid-taHWI4D1aC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taHWI4D1aC .content-wrapper {
  background: #44659f;
}
@media (max-width: 991px) {
  .cid-taHWI4D1aC .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-taHWI4D1aC .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-taHWI4D1aC .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-taHWI4D1aC .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-taHWI4D1aC .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-taHWI4D1aC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-taHWI4D1aC .card-title {
  color: #ffffff;
}
.cid-taHWI4D1aC .mbr-text,
.cid-taHWI4D1aC .mbr-section-btn {
  color: #ffffff;
}
.cid-uOnfB5Cwff {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uOnfB5Cwff .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-taHXhQl9Ip {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-taI7d8B1mG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-taI7d8B1mG nav.navbar {
  position: fixed;
}
.cid-taI7d8B1mG .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-taI7d8B1mG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taI7d8B1mG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taI7d8B1mG .dropdown-item:hover,
.cid-taI7d8B1mG .dropdown-item:focus {
  background: #587ab9 !important;
  color: white !important;
}
.cid-taI7d8B1mG .dropdown-item:hover span {
  color: white;
}
.cid-taI7d8B1mG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taI7d8B1mG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taI7d8B1mG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taI7d8B1mG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taI7d8B1mG .nav-link {
  position: relative;
}
.cid-taI7d8B1mG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taI7d8B1mG .container {
    flex-wrap: nowrap;
  }
}
.cid-taI7d8B1mG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taI7d8B1mG .dropdown-menu,
.cid-taI7d8B1mG .navbar.opened {
  background: #ffffff !important;
}
.cid-taI7d8B1mG .nav-item:focus,
.cid-taI7d8B1mG .nav-link:focus {
  outline: none;
}
.cid-taI7d8B1mG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taI7d8B1mG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taI7d8B1mG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taI7d8B1mG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taI7d8B1mG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taI7d8B1mG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taI7d8B1mG .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-taI7d8B1mG .navbar.opened {
  transition: all 0.3s;
}
.cid-taI7d8B1mG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taI7d8B1mG .navbar .navbar-logo img {
  width: auto;
}
.cid-taI7d8B1mG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taI7d8B1mG .navbar.collapsed {
  justify-content: center;
}
.cid-taI7d8B1mG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taI7d8B1mG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taI7d8B1mG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-taI7d8B1mG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taI7d8B1mG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taI7d8B1mG .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-taI7d8B1mG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taI7d8B1mG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taI7d8B1mG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taI7d8B1mG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taI7d8B1mG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taI7d8B1mG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taI7d8B1mG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taI7d8B1mG .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-taI7d8B1mG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taI7d8B1mG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taI7d8B1mG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taI7d8B1mG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taI7d8B1mG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taI7d8B1mG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taI7d8B1mG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taI7d8B1mG .navbar.navbar-short {
  min-height: 60px;
}
.cid-taI7d8B1mG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taI7d8B1mG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taI7d8B1mG .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-taI7d8B1mG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taI7d8B1mG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taI7d8B1mG .dropdown-item.active,
.cid-taI7d8B1mG .dropdown-item:active {
  background-color: transparent;
}
.cid-taI7d8B1mG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taI7d8B1mG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taI7d8B1mG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taI7d8B1mG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-taI7d8B1mG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taI7d8B1mG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taI7d8B1mG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taI7d8B1mG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taI7d8B1mG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taI7d8B1mG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-taI7d8B1mG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taI7d8B1mG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taI7d8B1mG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taI7d8B1mG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taI7d8B1mG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taI7d8B1mG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taI7d8B1mG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taI7d8B1mG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taI7d8B1mG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taI7d8B1mG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taI7d8B1mG .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-taI7d8B1mG .navbar {
    height: 70px;
  }
  .cid-taI7d8B1mG .navbar.opened {
    height: auto;
  }
  .cid-taI7d8B1mG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taI4hM4V8z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f15306;
}
.cid-taI4hM4V8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-taI4hM4V8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taI4hM4V8z .mbr-section-title {
  color: #ffffff;
}
.cid-taI4hM4V8z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uziv3OUbqx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tpfaoFGYip {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tpfaoFGYip .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpfaoFGYip .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-tpfaoFGYip .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tpfaoFGYip .row {
  flex-direction: row-reverse;
}
.cid-tpfaoFGYip img {
  width: 100%;
}
.cid-u6HJXG5mMt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-u6HJXG5mMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6HJXG5mMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6HJXG5mMt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6HJXG5mMt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6HJXG5mMt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6HJXG5mMt .mbr-section-title {
  text-align: left;
}
.cid-u6HJXG5mMt .mbr-text,
.cid-u6HJXG5mMt .mbr-section-btn {
  text-align: left;
}
.cid-tEYtjpDKjP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
.cid-tEYtjpDKjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEYtjpDKjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEYtjpDKjP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tEYtjpDKjP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tEYtjpDKjP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tEYtjpDKjP .mbr-section-title {
  text-align: left;
}
.cid-tEYtjpDKjP .mbr-text,
.cid-tEYtjpDKjP .mbr-section-btn {
  text-align: left;
}
.cid-tBN7TUH1Cs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-tBN7TUH1Cs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBN7TUH1Cs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBN7TUH1Cs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tBN7TUH1Cs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tBN7TUH1Cs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tBN7TUH1Cs .mbr-section-title {
  text-align: left;
}
.cid-tBN7TUH1Cs .mbr-text,
.cid-tBN7TUH1Cs .mbr-section-btn {
  text-align: left;
}
.cid-uL0vfhKkkG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
.cid-uL0vfhKkkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0vfhKkkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0vfhKkkG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL0vfhKkkG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0vfhKkkG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0vfhKkkG .mbr-section-title {
  text-align: left;
}
.cid-uL0vfhKkkG .mbr-text,
.cid-uL0vfhKkkG .mbr-section-btn {
  text-align: left;
}
.cid-uziM6mDmOp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-uziM6mDmOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziM6mDmOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziM6mDmOp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziM6mDmOp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziM6mDmOp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziM6mDmOp .mbr-section-title {
  text-align: left;
}
.cid-uziM6mDmOp .mbr-text,
.cid-uziM6mDmOp .mbr-section-btn {
  text-align: left;
}
.cid-uziMgHQLo0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
.cid-uziMgHQLo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziMgHQLo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziMgHQLo0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziMgHQLo0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziMgHQLo0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziMgHQLo0 .mbr-section-title {
  text-align: left;
}
.cid-uziMgHQLo0 .mbr-text,
.cid-uziMgHQLo0 .mbr-section-btn {
  text-align: left;
}
.cid-uziMt2WrXp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-uziMt2WrXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziMt2WrXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziMt2WrXp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziMt2WrXp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziMt2WrXp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziMt2WrXp .mbr-section-title {
  text-align: left;
}
.cid-uziMt2WrXp .mbr-text,
.cid-uziMt2WrXp .mbr-section-btn {
  text-align: left;
}
.cid-uziT7jMflN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-uziT7jMflN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziT7jMflN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziT7jMflN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziT7jMflN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziT7jMflN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziT7jMflN .mbr-section-title {
  text-align: left;
}
.cid-uziT7jMflN .mbr-text,
.cid-uziT7jMflN .mbr-section-btn {
  text-align: left;
}
.cid-uziN6EJOj9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
.cid-uziN6EJOj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziN6EJOj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziN6EJOj9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziN6EJOj9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziN6EJOj9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziN6EJOj9 .mbr-section-title {
  text-align: left;
}
.cid-uziN6EJOj9 .mbr-text,
.cid-uziN6EJOj9 .mbr-section-btn {
  text-align: left;
}
.cid-uKpRkdgBWh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-uKpRkdgBWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpRkdgBWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpRkdgBWh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKpRkdgBWh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpRkdgBWh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpRkdgBWh .mbr-section-title {
  text-align: left;
}
.cid-uKpRkdgBWh .mbr-text,
.cid-uKpRkdgBWh .mbr-section-btn {
  text-align: left;
}
.cid-uKpRlgw6o0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e43f3f;
}
.cid-uKpRlgw6o0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpRlgw6o0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpRlgw6o0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKpRlgw6o0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpRlgw6o0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpRlgw6o0 .mbr-section-title {
  text-align: left;
}
.cid-uKpRlgw6o0 .mbr-text,
.cid-uKpRlgw6o0 .mbr-section-btn {
  text-align: left;
}
.cid-uPTfAMZSts {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-uPTfAMZSts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTfAMZSts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTfAMZSts .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPTfAMZSts .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPTfAMZSts .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPTfAMZSts .mbr-section-title {
  text-align: left;
}
.cid-uPTfAMZSts .mbr-text,
.cid-uPTfAMZSts .mbr-section-btn {
  text-align: left;
}
.cid-tPCAR3VxtF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6666;
}
.cid-tPCAR3VxtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPCAR3VxtF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPCAR3VxtF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tPCAR3VxtF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tPCAR3VxtF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tPCAR3VxtF .mbr-section-title {
  text-align: left;
}
.cid-tPCAR3VxtF .mbr-text,
.cid-tPCAR3VxtF .mbr-section-btn {
  text-align: left;
}
.cid-uziKjyrGBR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-uziKjyrGBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziKjyrGBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziKjyrGBR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziKjyrGBR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziKjyrGBR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziKjyrGBR .mbr-section-title {
  text-align: left;
}
.cid-uziKjyrGBR .mbr-text,
.cid-uziKjyrGBR .mbr-section-btn {
  text-align: left;
}
.cid-uaFQB3l8G9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e43f3f;
}
.cid-uaFQB3l8G9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaFQB3l8G9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaFQB3l8G9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaFQB3l8G9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaFQB3l8G9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uaFQB3l8G9 .mbr-section-title {
  text-align: left;
}
.cid-uaFQB3l8G9 .mbr-text,
.cid-uaFQB3l8G9 .mbr-section-btn {
  text-align: left;
}
.cid-uzdLx44xx2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6666;
}
.cid-uzdLx44xx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzdLx44xx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzdLx44xx2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzdLx44xx2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzdLx44xx2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzdLx44xx2 .mbr-section-title {
  text-align: left;
}
.cid-uzdLx44xx2 .mbr-text,
.cid-uzdLx44xx2 .mbr-section-btn {
  text-align: left;
}
.cid-uzdFw2uQTw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-uzdFw2uQTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzdFw2uQTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzdFw2uQTw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzdFw2uQTw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzdFw2uQTw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzdFw2uQTw .mbr-section-title {
  text-align: left;
}
.cid-uzdFw2uQTw .mbr-text,
.cid-uzdFw2uQTw .mbr-section-btn {
  text-align: left;
}
.cid-uziNRnL1qp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e43f3f;
}
.cid-uziNRnL1qp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziNRnL1qp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziNRnL1qp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziNRnL1qp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziNRnL1qp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziNRnL1qp .mbr-section-title {
  text-align: left;
}
.cid-uziNRnL1qp .mbr-text,
.cid-uziNRnL1qp .mbr-section-btn {
  text-align: left;
}
.cid-tpeNsT22Ry {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6666;
}
.cid-tpeNsT22Ry .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpeNsT22Ry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpeNsT22Ry .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tpeNsT22Ry .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tpeNsT22Ry .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpeNsT22Ry .mbr-section-title {
  text-align: left;
}
.cid-tpeNsT22Ry .mbr-text,
.cid-tpeNsT22Ry .mbr-section-btn {
  text-align: left;
}
.cid-uLPDDqz1kS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e43f3f;
}
.cid-uLPDDqz1kS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPDDqz1kS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLPDDqz1kS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLPDDqz1kS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLPDDqz1kS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLPDDqz1kS .mbr-section-title {
  text-align: left;
}
.cid-uLPDDqz1kS .mbr-text,
.cid-uLPDDqz1kS .mbr-section-btn {
  text-align: left;
}
.cid-tpeO8Gv9Sk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-tpeO8Gv9Sk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpeO8Gv9Sk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpeO8Gv9Sk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tpeO8Gv9Sk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tpeO8Gv9Sk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpeO8Gv9Sk .mbr-section-title {
  text-align: left;
}
.cid-tpeO8Gv9Sk .mbr-text,
.cid-tpeO8Gv9Sk .mbr-section-btn {
  text-align: left;
}
.cid-uaQhb1snNq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e43f3f;
}
.cid-uaQhb1snNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaQhb1snNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaQhb1snNq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uaQhb1snNq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaQhb1snNq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uaQhb1snNq .mbr-section-title {
  text-align: left;
}
.cid-uaQhb1snNq .mbr-text,
.cid-uaQhb1snNq .mbr-section-btn {
  text-align: left;
}
.cid-tEYtZylDhd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6666;
}
.cid-tEYtZylDhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEYtZylDhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEYtZylDhd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tEYtZylDhd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tEYtZylDhd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tEYtZylDhd .mbr-section-title {
  text-align: left;
}
.cid-tEYtZylDhd .mbr-text,
.cid-tEYtZylDhd .mbr-section-btn {
  text-align: left;
}
.cid-tpeOtNQ4DL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-tpeOtNQ4DL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpeOtNQ4DL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpeOtNQ4DL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tpeOtNQ4DL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tpeOtNQ4DL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpeOtNQ4DL .mbr-section-title {
  text-align: left;
}
.cid-tpeOtNQ4DL .mbr-text,
.cid-tpeOtNQ4DL .mbr-section-btn {
  text-align: left;
}
.cid-taN8PS0T2S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e43f3f;
}
.cid-taN8PS0T2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-taN8PS0T2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taN8PS0T2S .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-taN8PS0T2S .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-taN8PS0T2S .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-taN8PS0T2S .mbr-section-title {
  text-align: left;
}
.cid-taN8PS0T2S .mbr-text,
.cid-taN8PS0T2S .mbr-section-btn {
  text-align: left;
}
.cid-uzdJ3gfyZE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6666;
}
.cid-uzdJ3gfyZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzdJ3gfyZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzdJ3gfyZE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzdJ3gfyZE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzdJ3gfyZE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzdJ3gfyZE .mbr-section-title {
  text-align: left;
}
.cid-uzdJ3gfyZE .mbr-text,
.cid-uzdJ3gfyZE .mbr-section-btn {
  text-align: left;
}
.cid-uzdID9BuQG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-uzdID9BuQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzdID9BuQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzdID9BuQG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzdID9BuQG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzdID9BuQG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzdID9BuQG .mbr-section-title {
  text-align: left;
}
.cid-uzdID9BuQG .mbr-text,
.cid-uzdID9BuQG .mbr-section-btn {
  text-align: left;
}
.cid-uzdIvDwHp9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e43f3f;
}
.cid-uzdIvDwHp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzdIvDwHp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzdIvDwHp9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzdIvDwHp9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzdIvDwHp9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzdIvDwHp9 .mbr-section-title {
  text-align: left;
}
.cid-uzdIvDwHp9 .mbr-text,
.cid-uzdIvDwHp9 .mbr-section-btn {
  text-align: left;
}
.cid-taNfn34dUS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6666;
}
.cid-taNfn34dUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-taNfn34dUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taNfn34dUS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-taNfn34dUS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-taNfn34dUS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-taNfn34dUS .mbr-section-title {
  text-align: left;
}
.cid-taNfn34dUS .mbr-text,
.cid-taNfn34dUS .mbr-section-btn {
  text-align: left;
}
.cid-uziR6eWmyh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b57e;
}
.cid-uziR6eWmyh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziR6eWmyh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziR6eWmyh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziR6eWmyh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziR6eWmyh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziR6eWmyh .mbr-section-title {
  text-align: left;
}
.cid-uziR6eWmyh .mbr-text,
.cid-uziR6eWmyh .mbr-section-btn {
  text-align: left;
}
.cid-uziPWon0Vq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uziPWon0Vq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziPWon0Vq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziPWon0Vq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziPWon0Vq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziPWon0Vq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziPWon0Vq .mbr-section-title {
  text-align: left;
}
.cid-uziPWon0Vq .mbr-text,
.cid-uziPWon0Vq .mbr-section-btn {
  text-align: left;
}
.cid-uLQ4TtsKjV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b57e;
}
.cid-uLQ4TtsKjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQ4TtsKjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQ4TtsKjV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLQ4TtsKjV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLQ4TtsKjV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLQ4TtsKjV .mbr-section-title {
  text-align: left;
}
.cid-uLQ4TtsKjV .mbr-text,
.cid-uLQ4TtsKjV .mbr-section-btn {
  text-align: left;
}
.cid-uziQ6sUW6N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2299aa;
}
.cid-uziQ6sUW6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziQ6sUW6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziQ6sUW6N .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziQ6sUW6N .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziQ6sUW6N .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziQ6sUW6N .mbr-section-title {
  text-align: left;
}
.cid-uziQ6sUW6N .mbr-text,
.cid-uziQ6sUW6N .mbr-section-btn {
  text-align: left;
}
.cid-uziQhq4jGi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b57e;
}
.cid-uziQhq4jGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziQhq4jGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziQhq4jGi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziQhq4jGi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziQhq4jGi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziQhq4jGi .mbr-section-title {
  text-align: left;
}
.cid-uziQhq4jGi .mbr-text,
.cid-uziQhq4jGi .mbr-section-btn {
  text-align: left;
}
.cid-uMERpJAwDd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65c6d4;
}
.cid-uMERpJAwDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMERpJAwDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMERpJAwDd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMERpJAwDd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMERpJAwDd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMERpJAwDd .mbr-section-title {
  text-align: left;
}
.cid-uMERpJAwDd .mbr-text,
.cid-uMERpJAwDd .mbr-section-btn {
  text-align: left;
}
.cid-uziQtpmr2u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uziQtpmr2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziQtpmr2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziQtpmr2u .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziQtpmr2u .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziQtpmr2u .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziQtpmr2u .mbr-section-title {
  text-align: left;
}
.cid-uziQtpmr2u .mbr-text,
.cid-uziQtpmr2u .mbr-section-btn {
  text-align: left;
}
.cid-uziQEqg3lN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2299aa;
}
.cid-uziQEqg3lN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziQEqg3lN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziQEqg3lN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziQEqg3lN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziQEqg3lN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziQEqg3lN .mbr-section-title {
  text-align: left;
}
.cid-uziQEqg3lN .mbr-text,
.cid-uziQEqg3lN .mbr-section-btn {
  text-align: left;
}
.cid-uzo3Ngs46u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b57e;
}
.cid-uzo3Ngs46u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzo3Ngs46u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzo3Ngs46u .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzo3Ngs46u .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzo3Ngs46u .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzo3Ngs46u .mbr-section-title {
  text-align: left;
}
.cid-uzo3Ngs46u .mbr-text,
.cid-uzo3Ngs46u .mbr-section-btn {
  text-align: left;
}
.cid-uOnnG3ghKF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65c6d4;
}
.cid-uOnnG3ghKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnnG3ghKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnnG3ghKF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOnnG3ghKF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOnnG3ghKF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOnnG3ghKF .mbr-section-title {
  text-align: left;
}
.cid-uOnnG3ghKF .mbr-text,
.cid-uOnnG3ghKF .mbr-section-btn {
  text-align: left;
}
.cid-uziQOtjpoz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uziQOtjpoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziQOtjpoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziQOtjpoz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziQOtjpoz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziQOtjpoz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziQOtjpoz .mbr-section-title {
  text-align: left;
}
.cid-uziQOtjpoz .mbr-text,
.cid-uziQOtjpoz .mbr-section-btn {
  text-align: left;
}
.cid-uM5LK7upAp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b57e;
}
.cid-uM5LK7upAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM5LK7upAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM5LK7upAp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uM5LK7upAp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uM5LK7upAp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM5LK7upAp .mbr-section-title {
  text-align: left;
}
.cid-uM5LK7upAp .mbr-text,
.cid-uM5LK7upAp .mbr-section-btn {
  text-align: left;
}
.cid-uziRAU8DLC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-uziRAU8DLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziRAU8DLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziRAU8DLC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziRAU8DLC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziRAU8DLC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziRAU8DLC .mbr-section-title {
  text-align: left;
}
.cid-uziRAU8DLC .mbr-text,
.cid-uziRAU8DLC .mbr-section-btn {
  text-align: left;
}
.cid-uVCnW7Ah1U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f15306;
}
.cid-uVCnW7Ah1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVCnW7Ah1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVCnW7Ah1U .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVCnW7Ah1U .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVCnW7Ah1U .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVCnW7Ah1U .mbr-section-title {
  text-align: left;
}
.cid-uVCnW7Ah1U .mbr-text,
.cid-uVCnW7Ah1U .mbr-section-btn {
  text-align: left;
}
.cid-uOnnURxnns {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d60a0a;
}
.cid-uOnnURxnns .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnnURxnns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnnURxnns .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOnnURxnns .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOnnURxnns .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOnnURxnns .mbr-section-title {
  text-align: left;
}
.cid-uOnnURxnns .mbr-text,
.cid-uOnnURxnns .mbr-section-btn {
  text-align: left;
}
.cid-uziTQYN7Qy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f15306;
}
.cid-uziTQYN7Qy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziTQYN7Qy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziTQYN7Qy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziTQYN7Qy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziTQYN7Qy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziTQYN7Qy .mbr-section-title {
  text-align: left;
}
.cid-uziTQYN7Qy .mbr-text,
.cid-uziTQYN7Qy .mbr-section-btn {
  text-align: left;
}
.cid-uziTZsmqUS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d60a0a;
}
.cid-uziTZsmqUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziTZsmqUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziTZsmqUS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziTZsmqUS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziTZsmqUS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziTZsmqUS .mbr-section-title {
  text-align: left;
}
.cid-uziTZsmqUS .mbr-text,
.cid-uziTZsmqUS .mbr-section-btn {
  text-align: left;
}
.cid-uziUaqSeMI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-uziUaqSeMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziUaqSeMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziUaqSeMI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziUaqSeMI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziUaqSeMI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziUaqSeMI .mbr-section-title {
  text-align: left;
}
.cid-uziUaqSeMI .mbr-text,
.cid-uziUaqSeMI .mbr-section-btn {
  text-align: left;
}
.cid-uziUzAjwNV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f15306;
}
.cid-uziUzAjwNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziUzAjwNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziUzAjwNV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziUzAjwNV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziUzAjwNV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziUzAjwNV .mbr-section-title {
  text-align: left;
}
.cid-uziUzAjwNV .mbr-text,
.cid-uziUzAjwNV .mbr-section-btn {
  text-align: left;
}
.cid-uziZ2S80WJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d60a0a;
}
.cid-uziZ2S80WJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziZ2S80WJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziZ2S80WJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziZ2S80WJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziZ2S80WJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziZ2S80WJ .mbr-section-title {
  text-align: left;
}
.cid-uziZ2S80WJ .mbr-text,
.cid-uziZ2S80WJ .mbr-section-btn {
  text-align: left;
}
.cid-u25icRIVW0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-u25icRIVW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u25icRIVW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u25icRIVW0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u25icRIVW0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u25icRIVW0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u25icRIVW0 .mbr-section-title {
  text-align: left;
}
.cid-u25icRIVW0 .mbr-text,
.cid-u25icRIVW0 .mbr-section-btn {
  text-align: left;
}
.cid-uziZtJqVAI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f15306;
}
.cid-uziZtJqVAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziZtJqVAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziZtJqVAI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziZtJqVAI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziZtJqVAI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziZtJqVAI .mbr-section-title {
  text-align: left;
}
.cid-uziZtJqVAI .mbr-text,
.cid-uziZtJqVAI .mbr-section-btn {
  text-align: left;
}
.cid-tpeVlEO2cb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d60a0a;
}
.cid-tpeVlEO2cb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpeVlEO2cb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpeVlEO2cb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tpeVlEO2cb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tpeVlEO2cb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpeVlEO2cb .mbr-section-title {
  text-align: left;
}
.cid-tpeVlEO2cb .mbr-text,
.cid-tpeVlEO2cb .mbr-section-btn {
  text-align: left;
}
.cid-taNgRdrXYB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-taNgRdrXYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-taNgRdrXYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taNgRdrXYB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-taNgRdrXYB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-taNgRdrXYB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-taNgRdrXYB .mbr-section-title {
  text-align: left;
}
.cid-taNgRdrXYB .mbr-text,
.cid-taNgRdrXYB .mbr-section-btn {
  text-align: left;
}
.cid-taNkbGJ1mj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f15306;
}
.cid-taNkbGJ1mj .mbr-fallback-image.disabled {
  display: none;
}
.cid-taNkbGJ1mj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taNkbGJ1mj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-taNkbGJ1mj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-taNkbGJ1mj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-taNkbGJ1mj .mbr-section-title {
  text-align: left;
}
.cid-taNkbGJ1mj .mbr-text,
.cid-taNkbGJ1mj .mbr-section-btn {
  text-align: left;
}
.cid-uziK62EYUF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d60a0a;
}
.cid-uziK62EYUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziK62EYUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziK62EYUF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziK62EYUF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziK62EYUF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziK62EYUF .mbr-section-title {
  text-align: left;
}
.cid-uziK62EYUF .mbr-text,
.cid-uziK62EYUF .mbr-section-btn {
  text-align: left;
}
.cid-uziZdJOgf2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-uziZdJOgf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziZdJOgf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziZdJOgf2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziZdJOgf2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziZdJOgf2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziZdJOgf2 .mbr-section-title {
  text-align: left;
}
.cid-uziZdJOgf2 .mbr-text,
.cid-uziZdJOgf2 .mbr-section-btn {
  text-align: left;
}
.cid-uziZXMpCpj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f15306;
}
.cid-uziZXMpCpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uziZXMpCpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uziZXMpCpj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uziZXMpCpj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uziZXMpCpj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uziZXMpCpj .mbr-section-title {
  text-align: left;
}
.cid-uziZXMpCpj .mbr-text,
.cid-uziZXMpCpj .mbr-section-btn {
  text-align: left;
}
.cid-uzj0iXhMib {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d60a0a;
}
.cid-uzj0iXhMib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzj0iXhMib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzj0iXhMib .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzj0iXhMib .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzj0iXhMib .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzj0iXhMib .mbr-section-title {
  text-align: left;
}
.cid-uzj0iXhMib .mbr-text,
.cid-uzj0iXhMib .mbr-section-btn {
  text-align: left;
}
.cid-uzj0tf1B51 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-uzj0tf1B51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzj0tf1B51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzj0tf1B51 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzj0tf1B51 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzj0tf1B51 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzj0tf1B51 .mbr-section-title {
  text-align: left;
}
.cid-uzj0tf1B51 .mbr-text,
.cid-uzj0tf1B51 .mbr-section-btn {
  text-align: left;
}
.cid-uKAFfXd4Z1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d60a0a;
}
.cid-uKAFfXd4Z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKAFfXd4Z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKAFfXd4Z1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKAFfXd4Z1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKAFfXd4Z1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKAFfXd4Z1 .mbr-section-title {
  text-align: left;
}
.cid-uKAFfXd4Z1 .mbr-text,
.cid-uKAFfXd4Z1 .mbr-section-btn {
  text-align: left;
}
.cid-uzj0BYJc0b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f15306;
}
.cid-uzj0BYJc0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzj0BYJc0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzj0BYJc0b .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzj0BYJc0b .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzj0BYJc0b .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzj0BYJc0b .mbr-section-title {
  text-align: left;
}
.cid-uzj0BYJc0b .mbr-text,
.cid-uzj0BYJc0b .mbr-section-btn {
  text-align: left;
}
.cid-uNdZ7Tqu7n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-uNdZ7Tqu7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNdZ7Tqu7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNdZ7Tqu7n .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNdZ7Tqu7n .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uNdZ7Tqu7n .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNdZ7Tqu7n .mbr-section-title {
  text-align: left;
}
.cid-uNdZ7Tqu7n .mbr-text,
.cid-uNdZ7Tqu7n .mbr-section-btn {
  text-align: left;
}
.cid-uzntp5e5Co {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d60a0a;
}
.cid-uzntp5e5Co .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzntp5e5Co .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzntp5e5Co .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzntp5e5Co .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzntp5e5Co .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzntp5e5Co .mbr-section-title {
  text-align: left;
}
.cid-uzntp5e5Co .mbr-text,
.cid-uzntp5e5Co .mbr-section-btn {
  text-align: left;
}
.cid-uzj144tAC9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-uzj144tAC9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzj144tAC9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzj144tAC9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzj144tAC9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzj144tAC9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzj144tAC9 .mbr-section-title {
  text-align: left;
}
.cid-uzj144tAC9 .mbr-text,
.cid-uzj144tAC9 .mbr-section-btn {
  text-align: left;
}
.cid-uzj1bQEFWv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f15306;
}
.cid-uzj1bQEFWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzj1bQEFWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzj1bQEFWv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzj1bQEFWv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzj1bQEFWv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzj1bQEFWv .mbr-section-title {
  text-align: left;
}
.cid-uzj1bQEFWv .mbr-text,
.cid-uzj1bQEFWv .mbr-section-btn {
  text-align: left;
}
.cid-uzj1yICRsn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d60a0a;
}
.cid-uzj1yICRsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzj1yICRsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzj1yICRsn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzj1yICRsn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzj1yICRsn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzj1yICRsn .mbr-section-title {
  text-align: left;
}
.cid-uzj1yICRsn .mbr-text,
.cid-uzj1yICRsn .mbr-section-btn {
  text-align: left;
}
.cid-tpeXqmJD54 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-tpeXqmJD54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpeXqmJD54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpeXqmJD54 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tpeXqmJD54 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tpeXqmJD54 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpeXqmJD54 .mbr-section-title {
  text-align: left;
}
.cid-tpeXqmJD54 .mbr-text,
.cid-tpeXqmJD54 .mbr-section-btn {
  text-align: left;
}
.cid-uzdFqO78hl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f15306;
}
.cid-uzdFqO78hl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzdFqO78hl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzdFqO78hl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzdFqO78hl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzdFqO78hl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzdFqO78hl .mbr-section-title {
  text-align: left;
}
.cid-uzdFqO78hl .mbr-text,
.cid-uzdFqO78hl .mbr-section-btn {
  text-align: left;
}
.cid-uzj1GKeGqQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d60a0a;
}
.cid-uzj1GKeGqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzj1GKeGqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzj1GKeGqQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzj1GKeGqQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzj1GKeGqQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzj1GKeGqQ .mbr-section-title {
  text-align: left;
}
.cid-uzj1GKeGqQ .mbr-text,
.cid-uzj1GKeGqQ .mbr-section-btn {
  text-align: left;
}
.cid-uzdKg0IRV2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-uzdKg0IRV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzdKg0IRV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzdKg0IRV2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzdKg0IRV2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzdKg0IRV2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzdKg0IRV2 .mbr-section-title {
  text-align: left;
}
.cid-uzdKg0IRV2 .mbr-text,
.cid-uzdKg0IRV2 .mbr-section-btn {
  text-align: left;
}
.cid-uzFhilJzz3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f15306;
}
.cid-uzFhilJzz3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFhilJzz3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFhilJzz3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzFhilJzz3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzFhilJzz3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzFhilJzz3 .mbr-section-title {
  text-align: left;
}
.cid-uzFhilJzz3 .mbr-text,
.cid-uzFhilJzz3 .mbr-section-btn {
  text-align: left;
}
.cid-uzFhjqBHfW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f15306;
}
.cid-uzFhjqBHfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFhjqBHfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFhjqBHfW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzFhjqBHfW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzFhjqBHfW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzFhjqBHfW .mbr-section-title {
  text-align: left;
}
.cid-uzFhjqBHfW .mbr-text,
.cid-uzFhjqBHfW .mbr-section-btn {
  text-align: left;
}
.cid-uzj3kI0NYY {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-uzj3kI0NYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzj3kI0NYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzj3kI0NYY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzj3kI0NYY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzj3kI0NYY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzj3kI0NYY .mbr-section-title {
  text-align: left;
}
.cid-uzj3kI0NYY .mbr-text,
.cid-uzj3kI0NYY .mbr-section-btn {
  text-align: left;
}
.cid-uZ2EE23a0y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-uZ2EE23a0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ2EE23a0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ2EE23a0y .item {
  padding-bottom: 2rem;
}
.cid-uZ2EE23a0y .item-wrapper {
  position: relative;
}
.cid-uZ2EE23a0y .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZ2EE23a0y .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZ2EE23a0y .carousel-control,
.cid-uZ2EE23a0y .close {
  background: #1b1b1b;
}
.cid-uZ2EE23a0y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZ2EE23a0y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZ2EE23a0y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZ2EE23a0y .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZ2EE23a0y .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZ2EE23a0y .close::before {
  content: '\e91a';
}
.cid-uZ2EE23a0y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZ2EE23a0y .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZ2EE23a0y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ2EE23a0y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ2EE23a0y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZ2EE23a0y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZ2EE23a0y .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZ2EE23a0y .carousel-indicators li.active,
.cid-uZ2EE23a0y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZ2EE23a0y .carousel-indicators li::after,
.cid-uZ2EE23a0y .carousel-indicators li::before {
  content: none;
}
.cid-uZ2EE23a0y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZ2EE23a0y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ2EE23a0y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ2EE23a0y .carousel-indicators {
    display: none;
  }
}
.cid-uZ2EE23a0y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZ2EE23a0y .carousel-inner > .active {
  display: block;
}
.cid-uZ2EE23a0y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ2EE23a0y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZ2EE23a0y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZ2EE23a0y .carousel-control,
  .cid-uZ2EE23a0y .carousel-indicators,
  .cid-uZ2EE23a0y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZ2EE23a0y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZ2EE23a0y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZ2EE23a0y .carousel-indicators .active,
.cid-uZ2EE23a0y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZ2EE23a0y .carousel-indicators .active {
  background: #fff;
}
.cid-uZ2EE23a0y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZ2EE23a0y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZ2EE23a0y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZ2EE23a0y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZ2EE23a0y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZ2EE23a0y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZ2EE23a0y .carousel {
  width: 100%;
}
.cid-uZ2EE23a0y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZ2EE23a0y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZ2EE23a0y .modal.fade .modal-dialog,
.cid-uZ2EE23a0y .modal.in .modal-dialog {
  transform: none;
}
.cid-uZ2EE23a0y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZ2EE23a0y H6 {
  text-align: center;
}
.cid-uzj4bQr80X {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #f15306;
}
.cid-uzj4bQr80X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzj4bQr80X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzj4bQr80X .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzj4bQr80X .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzj4bQr80X .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzj4bQr80X .mbr-section-title {
  text-align: left;
}
.cid-uzj4bQr80X .mbr-text,
.cid-uzj4bQr80X .mbr-section-btn {
  text-align: left;
}
.cid-uKpR3SsfXA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-uKpR3SsfXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpR3SsfXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpR3SsfXA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKpR3SsfXA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpR3SsfXA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpR3SsfXA .mbr-section-title {
  text-align: left;
}
.cid-uKpR3SsfXA .mbr-text,
.cid-uKpR3SsfXA .mbr-section-btn {
  text-align: left;
}
.cid-uKpR9FQkmm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
.cid-uKpR9FQkmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpR9FQkmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpR9FQkmm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKpR9FQkmm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpR9FQkmm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpR9FQkmm .mbr-section-title {
  text-align: left;
}
.cid-uKpR9FQkmm .mbr-text,
.cid-uKpR9FQkmm .mbr-section-btn {
  text-align: left;
}
.cid-uKpRaFLj4n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-uKpRaFLj4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpRaFLj4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpRaFLj4n .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKpRaFLj4n .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpRaFLj4n .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpRaFLj4n .mbr-section-title {
  text-align: left;
}
.cid-uKpRaFLj4n .mbr-text,
.cid-uKpRaFLj4n .mbr-section-btn {
  text-align: left;
}
.cid-uKpRbBDgcM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-uKpRbBDgcM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpRbBDgcM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpRbBDgcM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKpRbBDgcM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpRbBDgcM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpRbBDgcM .mbr-section-title {
  text-align: left;
}
.cid-uKpRbBDgcM .mbr-text,
.cid-uKpRbBDgcM .mbr-section-btn {
  text-align: left;
}
.cid-uKpRcrM0PZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
.cid-uKpRcrM0PZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpRcrM0PZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpRcrM0PZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKpRcrM0PZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpRcrM0PZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpRcrM0PZ .mbr-section-title {
  text-align: left;
}
.cid-uKpRcrM0PZ .mbr-text,
.cid-uKpRcrM0PZ .mbr-section-btn {
  text-align: left;
}
.cid-uKpRdrcMed {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-uKpRdrcMed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpRdrcMed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpRdrcMed .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKpRdrcMed .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpRdrcMed .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpRdrcMed .mbr-section-title {
  text-align: left;
}
.cid-uKpRdrcMed .mbr-text,
.cid-uKpRdrcMed .mbr-section-btn {
  text-align: left;
}
.cid-uKpReoN5By {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-uKpReoN5By .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpReoN5By .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpReoN5By .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKpReoN5By .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpReoN5By .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpReoN5By .mbr-section-title {
  text-align: left;
}
.cid-uKpReoN5By .mbr-text,
.cid-uKpReoN5By .mbr-section-btn {
  text-align: left;
}
.cid-uPTfMPGBcW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
.cid-uPTfMPGBcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTfMPGBcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTfMPGBcW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPTfMPGBcW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPTfMPGBcW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPTfMPGBcW .mbr-section-title {
  text-align: left;
}
.cid-uPTfMPGBcW .mbr-text,
.cid-uPTfMPGBcW .mbr-section-btn {
  text-align: left;
}
.cid-uPTfNWfEei {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
.cid-uPTfNWfEei .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTfNWfEei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTfNWfEei .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPTfNWfEei .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPTfNWfEei .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPTfNWfEei .mbr-section-title {
  text-align: left;
}
.cid-uPTfNWfEei .mbr-text,
.cid-uPTfNWfEei .mbr-section-btn {
  text-align: left;
}
.cid-uziv7xDYA7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-taI4a548PD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-taI7d8B1mG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-taI7d8B1mG nav.navbar {
  position: fixed;
}
.cid-taI7d8B1mG .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-taI7d8B1mG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taI7d8B1mG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taI7d8B1mG .dropdown-item:hover,
.cid-taI7d8B1mG .dropdown-item:focus {
  background: #587ab9 !important;
  color: white !important;
}
.cid-taI7d8B1mG .dropdown-item:hover span {
  color: white;
}
.cid-taI7d8B1mG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taI7d8B1mG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taI7d8B1mG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taI7d8B1mG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taI7d8B1mG .nav-link {
  position: relative;
}
.cid-taI7d8B1mG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taI7d8B1mG .container {
    flex-wrap: nowrap;
  }
}
.cid-taI7d8B1mG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taI7d8B1mG .dropdown-menu,
.cid-taI7d8B1mG .navbar.opened {
  background: #ffffff !important;
}
.cid-taI7d8B1mG .nav-item:focus,
.cid-taI7d8B1mG .nav-link:focus {
  outline: none;
}
.cid-taI7d8B1mG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taI7d8B1mG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taI7d8B1mG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taI7d8B1mG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taI7d8B1mG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taI7d8B1mG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taI7d8B1mG .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-taI7d8B1mG .navbar.opened {
  transition: all 0.3s;
}
.cid-taI7d8B1mG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taI7d8B1mG .navbar .navbar-logo img {
  width: auto;
}
.cid-taI7d8B1mG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taI7d8B1mG .navbar.collapsed {
  justify-content: center;
}
.cid-taI7d8B1mG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taI7d8B1mG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taI7d8B1mG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-taI7d8B1mG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taI7d8B1mG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taI7d8B1mG .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-taI7d8B1mG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taI7d8B1mG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taI7d8B1mG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taI7d8B1mG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taI7d8B1mG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taI7d8B1mG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taI7d8B1mG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taI7d8B1mG .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-taI7d8B1mG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taI7d8B1mG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taI7d8B1mG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taI7d8B1mG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taI7d8B1mG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taI7d8B1mG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taI7d8B1mG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taI7d8B1mG .navbar.navbar-short {
  min-height: 60px;
}
.cid-taI7d8B1mG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taI7d8B1mG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taI7d8B1mG .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-taI7d8B1mG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taI7d8B1mG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taI7d8B1mG .dropdown-item.active,
.cid-taI7d8B1mG .dropdown-item:active {
  background-color: transparent;
}
.cid-taI7d8B1mG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taI7d8B1mG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taI7d8B1mG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taI7d8B1mG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-taI7d8B1mG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taI7d8B1mG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taI7d8B1mG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taI7d8B1mG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taI7d8B1mG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taI7d8B1mG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-taI7d8B1mG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taI7d8B1mG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taI7d8B1mG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taI7d8B1mG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taI7d8B1mG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taI7d8B1mG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taI7d8B1mG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taI7d8B1mG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taI7d8B1mG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taI7d8B1mG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taI7d8B1mG .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-taI7d8B1mG .navbar {
    height: 70px;
  }
  .cid-taI7d8B1mG .navbar.opened {
    height: auto;
  }
  .cid-taI7d8B1mG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taI6B9HZv0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #44659f;
}
.cid-taI6B9HZv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-taI6B9HZv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taI6B9HZv0 .mbr-section-title {
  color: #ffffff;
}
.cid-taI6B9HZv0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uziveJMCRw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-taI6Wd6wfL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d60a0a;
}
.cid-taI6Wd6wfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-taI6Wd6wfL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taI6Wd6wfL .item {
  padding-bottom: 2rem;
}
.cid-taI6Wd6wfL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-taI6Wd6wfL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-taI6Wd6wfL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-taI6Wd6wfL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-taI6Wd6wfL .carousel-control,
.cid-taI6Wd6wfL .close {
  background: #1b1b1b;
}
.cid-taI6Wd6wfL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-taI6Wd6wfL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-taI6Wd6wfL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-taI6Wd6wfL .carousel-control-next span {
  margin-left: 5px;
}
.cid-taI6Wd6wfL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-taI6Wd6wfL .close::before {
  content: '\e91a';
}
.cid-taI6Wd6wfL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-taI6Wd6wfL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-taI6Wd6wfL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taI6Wd6wfL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-taI6Wd6wfL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-taI6Wd6wfL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-taI6Wd6wfL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-taI6Wd6wfL .carousel-indicators li.active,
.cid-taI6Wd6wfL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-taI6Wd6wfL .carousel-indicators li::after,
.cid-taI6Wd6wfL .carousel-indicators li::before {
  content: none;
}
.cid-taI6Wd6wfL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-taI6Wd6wfL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-taI6Wd6wfL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-taI6Wd6wfL .carousel-indicators {
    display: none;
  }
}
.cid-taI6Wd6wfL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-taI6Wd6wfL .carousel-inner > .active {
  display: block;
}
.cid-taI6Wd6wfL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taI6Wd6wfL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taI6Wd6wfL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-taI6Wd6wfL .carousel-control,
  .cid-taI6Wd6wfL .carousel-indicators,
  .cid-taI6Wd6wfL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-taI6Wd6wfL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-taI6Wd6wfL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-taI6Wd6wfL .carousel-indicators .active,
.cid-taI6Wd6wfL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-taI6Wd6wfL .carousel-indicators .active {
  background: #fff;
}
.cid-taI6Wd6wfL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-taI6Wd6wfL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-taI6Wd6wfL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-taI6Wd6wfL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-taI6Wd6wfL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-taI6Wd6wfL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-taI6Wd6wfL .carousel {
  width: 100%;
}
.cid-taI6Wd6wfL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-taI6Wd6wfL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-taI6Wd6wfL .modal.fade .modal-dialog,
.cid-taI6Wd6wfL .modal.in .modal-dialog {
  transform: none;
}
.cid-taI6Wd6wfL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-taI6Wd6wfL H6 {
  text-align: center;
}
.cid-taI6BaLIqm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-ttXIm8xCE0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ttXIm8xCE0 nav.navbar {
  position: fixed;
}
.cid-ttXIm8xCE0 .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-ttXIm8xCE0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttXIm8xCE0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttXIm8xCE0 .dropdown-item:hover,
.cid-ttXIm8xCE0 .dropdown-item:focus {
  background: #587ab9 !important;
  color: white !important;
}
.cid-ttXIm8xCE0 .dropdown-item:hover span {
  color: white;
}
.cid-ttXIm8xCE0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttXIm8xCE0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttXIm8xCE0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttXIm8xCE0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttXIm8xCE0 .nav-link {
  position: relative;
}
.cid-ttXIm8xCE0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttXIm8xCE0 .container {
    flex-wrap: nowrap;
  }
}
.cid-ttXIm8xCE0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttXIm8xCE0 .dropdown-menu,
.cid-ttXIm8xCE0 .navbar.opened {
  background: #ffffff !important;
}
.cid-ttXIm8xCE0 .nav-item:focus,
.cid-ttXIm8xCE0 .nav-link:focus {
  outline: none;
}
.cid-ttXIm8xCE0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttXIm8xCE0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttXIm8xCE0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttXIm8xCE0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttXIm8xCE0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttXIm8xCE0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttXIm8xCE0 .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-ttXIm8xCE0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ttXIm8xCE0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttXIm8xCE0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ttXIm8xCE0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttXIm8xCE0 .navbar.collapsed {
  justify-content: center;
}
.cid-ttXIm8xCE0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttXIm8xCE0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttXIm8xCE0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ttXIm8xCE0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttXIm8xCE0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttXIm8xCE0 .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-ttXIm8xCE0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttXIm8xCE0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttXIm8xCE0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttXIm8xCE0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttXIm8xCE0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttXIm8xCE0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttXIm8xCE0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttXIm8xCE0 .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-ttXIm8xCE0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttXIm8xCE0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttXIm8xCE0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttXIm8xCE0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttXIm8xCE0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttXIm8xCE0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ttXIm8xCE0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ttXIm8xCE0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttXIm8xCE0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttXIm8xCE0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttXIm8xCE0 .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-ttXIm8xCE0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttXIm8xCE0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttXIm8xCE0 .dropdown-item.active,
.cid-ttXIm8xCE0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ttXIm8xCE0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttXIm8xCE0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttXIm8xCE0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttXIm8xCE0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttXIm8xCE0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttXIm8xCE0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttXIm8xCE0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttXIm8xCE0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttXIm8xCE0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttXIm8xCE0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttXIm8xCE0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttXIm8xCE0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttXIm8xCE0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttXIm8xCE0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttXIm8xCE0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttXIm8xCE0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttXIm8xCE0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttXIm8xCE0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttXIm8xCE0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttXIm8xCE0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttXIm8xCE0 .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-ttXIm8xCE0 .navbar {
    height: 70px;
  }
  .cid-ttXIm8xCE0 .navbar.opened {
    height: auto;
  }
  .cid-ttXIm8xCE0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzFl5qMro0 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-uzFl5qMro0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFl5qMro0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFl5qMro0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzFl5qMro0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzFl5qMro0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzFl5qMro0 .mbr-section-title {
  text-align: left;
}
.cid-uzFl5qMro0 .mbr-text,
.cid-uzFl5qMro0 .mbr-section-btn {
  text-align: left;
}
.cid-uZ0AEFVb7B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-uZ0AEFVb7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0AEFVb7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0AEFVb7B .item {
  padding-bottom: 2rem;
}
.cid-uZ0AEFVb7B .item-wrapper {
  position: relative;
}
.cid-uZ0AEFVb7B .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uZ0AEFVb7B .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZ0AEFVb7B .carousel-control,
.cid-uZ0AEFVb7B .close {
  background: #1b1b1b;
}
.cid-uZ0AEFVb7B .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZ0AEFVb7B .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZ0AEFVb7B .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZ0AEFVb7B .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZ0AEFVb7B .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uZ0AEFVb7B .close::before {
  content: '\e91a';
}
.cid-uZ0AEFVb7B .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZ0AEFVb7B .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZ0AEFVb7B .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ0AEFVb7B .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ0AEFVb7B .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZ0AEFVb7B .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZ0AEFVb7B .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZ0AEFVb7B .carousel-indicators li.active,
.cid-uZ0AEFVb7B .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZ0AEFVb7B .carousel-indicators li::after,
.cid-uZ0AEFVb7B .carousel-indicators li::before {
  content: none;
}
.cid-uZ0AEFVb7B .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZ0AEFVb7B .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ0AEFVb7B .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ0AEFVb7B .carousel-indicators {
    display: none;
  }
}
.cid-uZ0AEFVb7B .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZ0AEFVb7B .carousel-inner > .active {
  display: block;
}
.cid-uZ0AEFVb7B .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ0AEFVb7B .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZ0AEFVb7B .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZ0AEFVb7B .carousel-control,
  .cid-uZ0AEFVb7B .carousel-indicators,
  .cid-uZ0AEFVb7B .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZ0AEFVb7B .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZ0AEFVb7B .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZ0AEFVb7B .carousel-indicators .active,
.cid-uZ0AEFVb7B .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZ0AEFVb7B .carousel-indicators .active {
  background: #fff;
}
.cid-uZ0AEFVb7B .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZ0AEFVb7B .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZ0AEFVb7B .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZ0AEFVb7B .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZ0AEFVb7B .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZ0AEFVb7B .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZ0AEFVb7B .carousel {
  width: 100%;
}
.cid-uZ0AEFVb7B .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZ0AEFVb7B .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZ0AEFVb7B .modal.fade .modal-dialog,
.cid-uZ0AEFVb7B .modal.in .modal-dialog {
  transform: none;
}
.cid-uZ0AEFVb7B .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZ0AEFVb7B H6 {
  text-align: center;
}
.cid-uzFl6dUNBz {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #f15306;
}
.cid-uzFl6dUNBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzFl6dUNBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzFl6dUNBz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzFl6dUNBz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzFl6dUNBz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzFl6dUNBz .mbr-section-title {
  text-align: left;
}
.cid-uzFl6dUNBz .mbr-text,
.cid-uzFl6dUNBz .mbr-section-btn {
  text-align: left;
}
.cid-uzivgzkBuR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ttXIm8i1Nd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tyGFA9qFuU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyGFA9qFuU nav.navbar {
  position: fixed;
}
.cid-tyGFA9qFuU .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-tyGFA9qFuU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyGFA9qFuU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyGFA9qFuU .dropdown-item:hover,
.cid-tyGFA9qFuU .dropdown-item:focus {
  background: #587ab9 !important;
  color: white !important;
}
.cid-tyGFA9qFuU .dropdown-item:hover span {
  color: white;
}
.cid-tyGFA9qFuU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyGFA9qFuU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyGFA9qFuU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyGFA9qFuU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyGFA9qFuU .nav-link {
  position: relative;
}
.cid-tyGFA9qFuU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tyGFA9qFuU .container {
    flex-wrap: nowrap;
  }
}
.cid-tyGFA9qFuU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyGFA9qFuU .dropdown-menu,
.cid-tyGFA9qFuU .navbar.opened {
  background: #ffffff !important;
}
.cid-tyGFA9qFuU .nav-item:focus,
.cid-tyGFA9qFuU .nav-link:focus {
  outline: none;
}
.cid-tyGFA9qFuU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyGFA9qFuU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyGFA9qFuU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyGFA9qFuU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyGFA9qFuU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyGFA9qFuU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyGFA9qFuU .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-tyGFA9qFuU .navbar.opened {
  transition: all 0.3s;
}
.cid-tyGFA9qFuU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyGFA9qFuU .navbar .navbar-logo img {
  width: auto;
}
.cid-tyGFA9qFuU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyGFA9qFuU .navbar.collapsed {
  justify-content: center;
}
.cid-tyGFA9qFuU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyGFA9qFuU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyGFA9qFuU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tyGFA9qFuU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyGFA9qFuU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyGFA9qFuU .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-tyGFA9qFuU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyGFA9qFuU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyGFA9qFuU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyGFA9qFuU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyGFA9qFuU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyGFA9qFuU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyGFA9qFuU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyGFA9qFuU .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-tyGFA9qFuU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyGFA9qFuU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyGFA9qFuU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyGFA9qFuU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyGFA9qFuU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyGFA9qFuU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tyGFA9qFuU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tyGFA9qFuU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyGFA9qFuU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyGFA9qFuU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyGFA9qFuU .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-tyGFA9qFuU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyGFA9qFuU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyGFA9qFuU .dropdown-item.active,
.cid-tyGFA9qFuU .dropdown-item:active {
  background-color: transparent;
}
.cid-tyGFA9qFuU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyGFA9qFuU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyGFA9qFuU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyGFA9qFuU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyGFA9qFuU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyGFA9qFuU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyGFA9qFuU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyGFA9qFuU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyGFA9qFuU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyGFA9qFuU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tyGFA9qFuU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyGFA9qFuU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyGFA9qFuU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyGFA9qFuU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyGFA9qFuU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyGFA9qFuU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyGFA9qFuU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyGFA9qFuU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyGFA9qFuU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyGFA9qFuU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyGFA9qFuU .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-tyGFA9qFuU .navbar {
    height: 70px;
  }
  .cid-tyGFA9qFuU .navbar.opened {
    height: auto;
  }
  .cid-tyGFA9qFuU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyGFNX7BZe {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tyGFNX7BZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyGFNX7BZe .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-tyGFNX7BZe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyGFNX7BZe .row {
  flex-direction: row-reverse;
}
.cid-tyGFNX7BZe img {
  width: 100%;
}
.cid-tyGFUGExPj {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyGFUGExPj .mbr-section-subtitle {
  text-align: center;
}
.cid-tyGFUGExPj .mbr-text {
  text-align: center;
}
.cid-tz1MxTgjNI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tz1MxTgjNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz1MxTgjNI .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-tz1MxTgjNI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tz1MxTgjNI .row {
  flex-direction: row-reverse;
}
.cid-tz1MxTgjNI img {
  width: 100%;
}
.cid-uziviMhvIt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyGFA99MzK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uzo4gRvQKE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzo4gRvQKE nav.navbar {
  position: fixed;
}
.cid-uzo4gRvQKE .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-uzo4gRvQKE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzo4gRvQKE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzo4gRvQKE .dropdown-item:hover,
.cid-uzo4gRvQKE .dropdown-item:focus {
  background: #587ab9 !important;
  color: white !important;
}
.cid-uzo4gRvQKE .dropdown-item:hover span {
  color: white;
}
.cid-uzo4gRvQKE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzo4gRvQKE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzo4gRvQKE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzo4gRvQKE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzo4gRvQKE .nav-link {
  position: relative;
}
.cid-uzo4gRvQKE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzo4gRvQKE .container {
    flex-wrap: nowrap;
  }
}
.cid-uzo4gRvQKE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzo4gRvQKE .dropdown-menu,
.cid-uzo4gRvQKE .navbar.opened {
  background: #ffffff !important;
}
.cid-uzo4gRvQKE .nav-item:focus,
.cid-uzo4gRvQKE .nav-link:focus {
  outline: none;
}
.cid-uzo4gRvQKE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzo4gRvQKE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzo4gRvQKE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzo4gRvQKE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzo4gRvQKE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzo4gRvQKE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzo4gRvQKE .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-uzo4gRvQKE .navbar.opened {
  transition: all 0.3s;
}
.cid-uzo4gRvQKE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzo4gRvQKE .navbar .navbar-logo img {
  width: auto;
}
.cid-uzo4gRvQKE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzo4gRvQKE .navbar.collapsed {
  justify-content: center;
}
.cid-uzo4gRvQKE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzo4gRvQKE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzo4gRvQKE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uzo4gRvQKE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzo4gRvQKE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzo4gRvQKE .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-uzo4gRvQKE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzo4gRvQKE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzo4gRvQKE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzo4gRvQKE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzo4gRvQKE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzo4gRvQKE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzo4gRvQKE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzo4gRvQKE .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-uzo4gRvQKE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzo4gRvQKE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzo4gRvQKE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzo4gRvQKE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzo4gRvQKE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzo4gRvQKE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzo4gRvQKE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzo4gRvQKE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzo4gRvQKE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzo4gRvQKE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzo4gRvQKE .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-uzo4gRvQKE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzo4gRvQKE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzo4gRvQKE .dropdown-item.active,
.cid-uzo4gRvQKE .dropdown-item:active {
  background-color: transparent;
}
.cid-uzo4gRvQKE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzo4gRvQKE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzo4gRvQKE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzo4gRvQKE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uzo4gRvQKE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzo4gRvQKE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzo4gRvQKE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzo4gRvQKE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzo4gRvQKE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzo4gRvQKE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uzo4gRvQKE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzo4gRvQKE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzo4gRvQKE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzo4gRvQKE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzo4gRvQKE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzo4gRvQKE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzo4gRvQKE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzo4gRvQKE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzo4gRvQKE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzo4gRvQKE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzo4gRvQKE .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-uzo4gRvQKE .navbar {
    height: 70px;
  }
  .cid-uzo4gRvQKE .navbar.opened {
    height: auto;
  }
  .cid-uzo4gRvQKE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzo4gPQ9v6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #44659f;
}
.cid-uzo4gPQ9v6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzo4gPQ9v6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzo4gPQ9v6 .mbr-section-title {
  color: #ffffff;
}
.cid-uzo4gPQ9v6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzo4PH8kR2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzo4gQ93J5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzo4gRgV9D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
