body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', 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: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: #080eed !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ac0cf5 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #080eed !important;
  border-color: #080eed !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: #050999 !important;
  border-color: #050999 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #050999 !important;
  border-color: #050999 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #ac0cf5 !important;
  border-color: #ac0cf5 !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: #7207a4 !important;
  border-color: #7207a4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7207a4 !important;
  border-color: #7207a4 !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: #080eed;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #050999 !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: #080eed !important;
  border-color: #080eed !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !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: #ac0cf5;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7207a4 !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: #ac0cf5 !important;
  border-color: #ac0cf5 !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: #080eed !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ac0cf5 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #05088a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #680695 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #080eed;
}
.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: #ac0cf5;
}
.mbr-gallery-filter li.active .btn {
  background-color: #080eed;
  border-color: #080eed;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #080eed;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c4c5fd;
}
.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: #efd0fd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', 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: #080eed !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #080eed;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #080eed;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #080eed;
}
.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: #080eed;
  border-bottom-color: #080eed;
}
.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: #080eed !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23080eed' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sU0vldLOUX {
  background-image: url("../../../assets/images/mbr-1920x1252.jpg");
}
.cid-sU0vldLOUX .mbr-section-title {
  text-align: center;
  color: #080eed;
}
.cid-sU0vldLOUX .mbr-text,
.cid-sU0vldLOUX .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sU0vldLOUX .mbr-section-title,
  .cid-sU0vldLOUX .mbr-section-btn,
  .cid-sU0vldLOUX .mbr-text {
    text-align: center;
  }
}
.cid-sU0vldLOUX .mbr-section-title P {
  text-align: center;
}
.cid-sU0MaXhQ3w {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sU0MaXhQ3w .mbr-section-subtitle {
  color: #080eed;
}
.cid-sU0MaXhQ3w .mbr-section-title {
  color: #080eed;
}
.cid-sU0P1qG5Cl {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sU0P1qG5Cl .mbr-section-title {
  color: #080eed;
}
.cid-sU0P1qG5Cl .mbr-section-subtitle {
  color: #080eed;
}
.cid-sU0P2ff6lU {
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-sU0P2ff6lU .mbr-section-title {
  color: #080eed;
}
.cid-sU0P2ff6lU .mbr-section-subtitle {
  color: #080eed;
}
.cid-sU0vlgygCI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sU0vlgygCI nav.navbar {
  position: fixed;
}
.cid-sU0vlgygCI .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-sU0vlgygCI .dropdown-menu {
  padding: 0;
}
.cid-sU0vlgygCI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sU0vlgygCI .dropdown-item:hover,
.cid-sU0vlgygCI .dropdown-item:focus {
  background: #080eed !important;
  color: white !important;
}
.cid-sU0vlgygCI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sU0vlgygCI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sU0vlgygCI .nav-link {
  position: relative;
}
.cid-sU0vlgygCI .container {
  display: flex;
  margin: auto;
}
.cid-sU0vlgygCI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sU0vlgygCI .navbar-caption {
  padding-right: 4rem;
}
.cid-sU0vlgygCI .dropdown-menu,
.cid-sU0vlgygCI .navbar.opened {
  background: #10f5f5 !important;
}
.cid-sU0vlgygCI .nav-item:focus,
.cid-sU0vlgygCI .nav-link:focus {
  outline: none;
}
.cid-sU0vlgygCI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sU0vlgygCI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sU0vlgygCI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sU0vlgygCI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sU0vlgygCI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sU0vlgygCI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sU0vlgygCI .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #10f5f5;
}
.cid-sU0vlgygCI .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sU0vlgygCI .navbar.opened {
  transition: all .3s;
}
.cid-sU0vlgygCI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sU0vlgygCI .navbar .navbar-logo img {
  width: auto;
}
.cid-sU0vlgygCI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sU0vlgygCI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sU0vlgygCI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sU0vlgygCI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sU0vlgygCI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sU0vlgygCI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sU0vlgygCI .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: 55%;
}
.cid-sU0vlgygCI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sU0vlgygCI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sU0vlgygCI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sU0vlgygCI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sU0vlgygCI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sU0vlgygCI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sU0vlgygCI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sU0vlgygCI .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: 55%;
  }
  .cid-sU0vlgygCI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sU0vlgygCI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sU0vlgygCI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sU0vlgygCI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sU0vlgygCI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sU0vlgygCI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sU0vlgygCI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sU0vlgygCI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sU0vlgygCI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sU0vlgygCI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sU0vlgygCI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sU0vlgygCI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sU0vlgygCI .dropdown-item.active,
.cid-sU0vlgygCI .dropdown-item:active {
  background-color: transparent;
}
.cid-sU0vlgygCI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sU0vlgygCI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sU0vlgygCI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sU0vlgygCI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #10f5f5;
}
.cid-sU0vlgygCI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sU0vlgygCI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sU0vlgygCI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sU0vlgygCI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sU0vlgygCI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sU0vlgygCI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sU0vlgygCI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sU0vlgygCI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sU0vlgygCI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sU0vlgygCI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sU0vlgygCI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sU0vlgygCI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sU0vlgygCI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sU0vlgygCI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sU0vlgygCI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sU0vlgygCI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sU0vlgygCI .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-sU0vlgygCI .navbar {
    height: 77px;
  }
  .cid-sU0vlgygCI .navbar.opened {
    height: auto;
  }
  .cid-sU0vlgygCI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sU5yVEKjPU {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-sU5yVEKjPU .mbr-section-title {
  text-align: center;
  color: #080eed;
}
.cid-sU5yVEKjPU .mbr-text,
.cid-sU5yVEKjPU .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sU5yVEKjPU .mbr-section-title,
  .cid-sU5yVEKjPU .mbr-section-btn,
  .cid-sU5yVEKjPU .mbr-text {
    text-align: center;
  }
}
.cid-sU5yVEKjPU .mbr-section-title P {
  text-align: center;
}
.cid-sU5yVF3R5a {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1173.jpg");
}
.cid-sU5yVF3R5a .mbr-section-subtitle {
  color: #080eed;
}
.cid-sU5yVF3R5a .mbr-section-title {
  color: #080eed;
}
.cid-sU5yVFoKXu {
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-sU5yVFoKXu .mbr-section-title {
  color: #080eed;
}
.cid-sU5yVFoKXu .mbr-section-subtitle {
  color: #080eed;
}
.cid-sU5yVFJTID {
  background-image: url("../../../assets/images/mbr-1-1920x1272.jpg");
}
.cid-sU5yVFJTID .mbr-section-title {
  color: #080eed;
}
.cid-sU5yVFJTID .mbr-section-subtitle {
  color: #080eed;
}
.cid-sU5yVG6zZs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sU5yVG6zZs nav.navbar {
  position: fixed;
}
.cid-sU5yVG6zZs .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-sU5yVG6zZs .dropdown-menu {
  padding: 0;
}
.cid-sU5yVG6zZs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sU5yVG6zZs .dropdown-item:hover,
.cid-sU5yVG6zZs .dropdown-item:focus {
  background: #080eed !important;
  color: white !important;
}
.cid-sU5yVG6zZs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sU5yVG6zZs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sU5yVG6zZs .nav-link {
  position: relative;
}
.cid-sU5yVG6zZs .container {
  display: flex;
  margin: auto;
}
.cid-sU5yVG6zZs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sU5yVG6zZs .navbar-caption {
  padding-right: 4rem;
}
.cid-sU5yVG6zZs .dropdown-menu,
.cid-sU5yVG6zZs .navbar.opened {
  background: #10f5f5 !important;
}
.cid-sU5yVG6zZs .nav-item:focus,
.cid-sU5yVG6zZs .nav-link:focus {
  outline: none;
}
.cid-sU5yVG6zZs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sU5yVG6zZs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sU5yVG6zZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sU5yVG6zZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sU5yVG6zZs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sU5yVG6zZs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sU5yVG6zZs .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #10f5f5;
}
.cid-sU5yVG6zZs .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sU5yVG6zZs .navbar.opened {
  transition: all .3s;
}
.cid-sU5yVG6zZs .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sU5yVG6zZs .navbar .navbar-logo img {
  width: auto;
}
.cid-sU5yVG6zZs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sU5yVG6zZs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sU5yVG6zZs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sU5yVG6zZs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sU5yVG6zZs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sU5yVG6zZs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sU5yVG6zZs .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: 55%;
}
.cid-sU5yVG6zZs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sU5yVG6zZs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sU5yVG6zZs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sU5yVG6zZs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sU5yVG6zZs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sU5yVG6zZs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sU5yVG6zZs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sU5yVG6zZs .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: 55%;
  }
  .cid-sU5yVG6zZs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sU5yVG6zZs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sU5yVG6zZs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sU5yVG6zZs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sU5yVG6zZs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sU5yVG6zZs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sU5yVG6zZs .navbar.navbar-short {
  min-height: 60px;
}
.cid-sU5yVG6zZs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sU5yVG6zZs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sU5yVG6zZs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sU5yVG6zZs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sU5yVG6zZs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sU5yVG6zZs .dropdown-item.active,
.cid-sU5yVG6zZs .dropdown-item:active {
  background-color: transparent;
}
.cid-sU5yVG6zZs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sU5yVG6zZs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sU5yVG6zZs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sU5yVG6zZs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #10f5f5;
}
.cid-sU5yVG6zZs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sU5yVG6zZs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sU5yVG6zZs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sU5yVG6zZs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sU5yVG6zZs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sU5yVG6zZs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sU5yVG6zZs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sU5yVG6zZs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sU5yVG6zZs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sU5yVG6zZs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sU5yVG6zZs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sU5yVG6zZs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sU5yVG6zZs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sU5yVG6zZs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sU5yVG6zZs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sU5yVG6zZs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sU5yVG6zZs .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-sU5yVG6zZs .navbar {
    height: 77px;
  }
  .cid-sU5yVG6zZs .navbar.opened {
    height: auto;
  }
  .cid-sU5yVG6zZs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sU7LyCz1tN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sU7LyCz1tN nav.navbar {
  position: fixed;
}
.cid-sU7LyCz1tN .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-sU7LyCz1tN .dropdown-menu {
  padding: 0;
}
.cid-sU7LyCz1tN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sU7LyCz1tN .dropdown-item:hover,
.cid-sU7LyCz1tN .dropdown-item:focus {
  background: #080eed !important;
  color: white !important;
}
.cid-sU7LyCz1tN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sU7LyCz1tN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sU7LyCz1tN .nav-link {
  position: relative;
}
.cid-sU7LyCz1tN .container {
  display: flex;
  margin: auto;
}
.cid-sU7LyCz1tN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sU7LyCz1tN .navbar-caption {
  padding-right: 4rem;
}
.cid-sU7LyCz1tN .dropdown-menu,
.cid-sU7LyCz1tN .navbar.opened {
  background: #10f5f5 !important;
}
.cid-sU7LyCz1tN .nav-item:focus,
.cid-sU7LyCz1tN .nav-link:focus {
  outline: none;
}
.cid-sU7LyCz1tN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sU7LyCz1tN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sU7LyCz1tN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sU7LyCz1tN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sU7LyCz1tN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sU7LyCz1tN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sU7LyCz1tN .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #10f5f5;
}
.cid-sU7LyCz1tN .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sU7LyCz1tN .navbar.opened {
  transition: all .3s;
}
.cid-sU7LyCz1tN .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sU7LyCz1tN .navbar .navbar-logo img {
  width: auto;
}
.cid-sU7LyCz1tN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sU7LyCz1tN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sU7LyCz1tN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sU7LyCz1tN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sU7LyCz1tN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sU7LyCz1tN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sU7LyCz1tN .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: 55%;
}
.cid-sU7LyCz1tN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sU7LyCz1tN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sU7LyCz1tN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sU7LyCz1tN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sU7LyCz1tN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sU7LyCz1tN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sU7LyCz1tN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sU7LyCz1tN .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: 55%;
  }
  .cid-sU7LyCz1tN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sU7LyCz1tN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sU7LyCz1tN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sU7LyCz1tN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sU7LyCz1tN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sU7LyCz1tN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sU7LyCz1tN .navbar.navbar-short {
  min-height: 60px;
}
.cid-sU7LyCz1tN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sU7LyCz1tN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sU7LyCz1tN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sU7LyCz1tN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sU7LyCz1tN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sU7LyCz1tN .dropdown-item.active,
.cid-sU7LyCz1tN .dropdown-item:active {
  background-color: transparent;
}
.cid-sU7LyCz1tN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sU7LyCz1tN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sU7LyCz1tN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sU7LyCz1tN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #10f5f5;
}
.cid-sU7LyCz1tN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sU7LyCz1tN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sU7LyCz1tN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sU7LyCz1tN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sU7LyCz1tN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sU7LyCz1tN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sU7LyCz1tN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sU7LyCz1tN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sU7LyCz1tN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sU7LyCz1tN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sU7LyCz1tN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sU7LyCz1tN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sU7LyCz1tN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sU7LyCz1tN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sU7LyCz1tN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sU7LyCz1tN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sU7LyCz1tN .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-sU7LyCz1tN .navbar {
    height: 77px;
  }
  .cid-sU7LyCz1tN .navbar.opened {
    height: auto;
  }
  .cid-sU7LyCz1tN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUo5Kj2cRZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUo5Kj2cRZ .item {
  padding-bottom: 2rem;
}
.cid-sUo5Kj2cRZ .item-wrapper {
  position: relative;
}
.cid-sUo5Kj2cRZ .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-sUo5Kj2cRZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sUo5Kj2cRZ .carousel-control,
.cid-sUo5Kj2cRZ .close {
  background: #1b1b1b;
}
.cid-sUo5Kj2cRZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sUo5Kj2cRZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sUo5Kj2cRZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sUo5Kj2cRZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sUo5Kj2cRZ .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-sUo5Kj2cRZ .close::before {
  content: '\e91a';
}
.cid-sUo5Kj2cRZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sUo5Kj2cRZ .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-sUo5Kj2cRZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUo5Kj2cRZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUo5Kj2cRZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUo5Kj2cRZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sUo5Kj2cRZ .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-sUo5Kj2cRZ .carousel-indicators li.active,
.cid-sUo5Kj2cRZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUo5Kj2cRZ .carousel-indicators li::after,
.cid-sUo5Kj2cRZ .carousel-indicators li::before {
  content: none;
}
.cid-sUo5Kj2cRZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUo5Kj2cRZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sUo5Kj2cRZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sUo5Kj2cRZ .carousel-indicators {
    display: none;
  }
}
.cid-sUo5Kj2cRZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sUo5Kj2cRZ .carousel-inner > .active {
  display: block;
}
.cid-sUo5Kj2cRZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUo5Kj2cRZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUo5Kj2cRZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sUo5Kj2cRZ .carousel-control,
  .cid-sUo5Kj2cRZ .carousel-indicators,
  .cid-sUo5Kj2cRZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sUo5Kj2cRZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sUo5Kj2cRZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sUo5Kj2cRZ .carousel-indicators .active,
.cid-sUo5Kj2cRZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sUo5Kj2cRZ .carousel-indicators .active {
  background: #fff;
}
.cid-sUo5Kj2cRZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sUo5Kj2cRZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sUo5Kj2cRZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sUo5Kj2cRZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sUo5Kj2cRZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sUo5Kj2cRZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sUo5Kj2cRZ .carousel {
  width: 100%;
}
.cid-sUo5Kj2cRZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sUo5Kj2cRZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sUo5Kj2cRZ .modal.fade .modal-dialog,
.cid-sUo5Kj2cRZ .modal.in .modal-dialog {
  transform: none;
}
.cid-sUo5Kj2cRZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sUo5Kj2cRZ H6 {
  text-align: center;
  color: #080eed;
}
.cid-sUo5Kj2cRZ H3 {
  color: #080eed;
}
.cid-sUo5Kj2cRZ H4 {
  color: #080eed;
}
.cid-sUodemtH7l {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUodemtH7l .item {
  padding-bottom: 2rem;
}
.cid-sUodemtH7l .item-wrapper {
  position: relative;
}
.cid-sUodemtH7l .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-sUodemtH7l .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sUodemtH7l .carousel-control,
.cid-sUodemtH7l .close {
  background: #1b1b1b;
}
.cid-sUodemtH7l .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sUodemtH7l .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sUodemtH7l .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sUodemtH7l .carousel-control-next span {
  margin-left: 5px;
}
.cid-sUodemtH7l .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-sUodemtH7l .close::before {
  content: '\e91a';
}
.cid-sUodemtH7l .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sUodemtH7l .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-sUodemtH7l .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUodemtH7l .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUodemtH7l .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUodemtH7l .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sUodemtH7l .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-sUodemtH7l .carousel-indicators li.active,
.cid-sUodemtH7l .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUodemtH7l .carousel-indicators li::after,
.cid-sUodemtH7l .carousel-indicators li::before {
  content: none;
}
.cid-sUodemtH7l .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUodemtH7l .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sUodemtH7l .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sUodemtH7l .carousel-indicators {
    display: none;
  }
}
.cid-sUodemtH7l .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sUodemtH7l .carousel-inner > .active {
  display: block;
}
.cid-sUodemtH7l .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUodemtH7l .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUodemtH7l .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sUodemtH7l .carousel-control,
  .cid-sUodemtH7l .carousel-indicators,
  .cid-sUodemtH7l .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sUodemtH7l .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sUodemtH7l .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sUodemtH7l .carousel-indicators .active,
.cid-sUodemtH7l .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sUodemtH7l .carousel-indicators .active {
  background: #fff;
}
.cid-sUodemtH7l .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sUodemtH7l .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sUodemtH7l .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sUodemtH7l .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sUodemtH7l .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sUodemtH7l .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sUodemtH7l .carousel {
  width: 100%;
}
.cid-sUodemtH7l .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sUodemtH7l .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sUodemtH7l .modal.fade .modal-dialog,
.cid-sUodemtH7l .modal.in .modal-dialog {
  transform: none;
}
.cid-sUodemtH7l .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sUodemtH7l H6 {
  text-align: center;
  color: #080eed;
}
.cid-sUodeKQfYZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUodeKQfYZ .item {
  padding-bottom: 2rem;
}
.cid-sUodeKQfYZ .item-wrapper {
  position: relative;
}
.cid-sUodeKQfYZ .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-sUodeKQfYZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sUodeKQfYZ .carousel-control,
.cid-sUodeKQfYZ .close {
  background: #1b1b1b;
}
.cid-sUodeKQfYZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sUodeKQfYZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sUodeKQfYZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sUodeKQfYZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sUodeKQfYZ .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-sUodeKQfYZ .close::before {
  content: '\e91a';
}
.cid-sUodeKQfYZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sUodeKQfYZ .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-sUodeKQfYZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUodeKQfYZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUodeKQfYZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUodeKQfYZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sUodeKQfYZ .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-sUodeKQfYZ .carousel-indicators li.active,
.cid-sUodeKQfYZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUodeKQfYZ .carousel-indicators li::after,
.cid-sUodeKQfYZ .carousel-indicators li::before {
  content: none;
}
.cid-sUodeKQfYZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUodeKQfYZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sUodeKQfYZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sUodeKQfYZ .carousel-indicators {
    display: none;
  }
}
.cid-sUodeKQfYZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sUodeKQfYZ .carousel-inner > .active {
  display: block;
}
.cid-sUodeKQfYZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUodeKQfYZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUodeKQfYZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sUodeKQfYZ .carousel-control,
  .cid-sUodeKQfYZ .carousel-indicators,
  .cid-sUodeKQfYZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sUodeKQfYZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sUodeKQfYZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sUodeKQfYZ .carousel-indicators .active,
.cid-sUodeKQfYZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sUodeKQfYZ .carousel-indicators .active {
  background: #fff;
}
.cid-sUodeKQfYZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sUodeKQfYZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sUodeKQfYZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sUodeKQfYZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sUodeKQfYZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sUodeKQfYZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sUodeKQfYZ .carousel {
  width: 100%;
}
.cid-sUodeKQfYZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sUodeKQfYZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sUodeKQfYZ .modal.fade .modal-dialog,
.cid-sUodeKQfYZ .modal.in .modal-dialog {
  transform: none;
}
.cid-sUodeKQfYZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sUodeKQfYZ H6 {
  text-align: center;
  color: #080eed;
}
.cid-sUodeSI7AP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUodeSI7AP .item {
  padding-bottom: 2rem;
}
.cid-sUodeSI7AP .item-wrapper {
  position: relative;
}
.cid-sUodeSI7AP .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-sUodeSI7AP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sUodeSI7AP .carousel-control,
.cid-sUodeSI7AP .close {
  background: #1b1b1b;
}
.cid-sUodeSI7AP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sUodeSI7AP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sUodeSI7AP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sUodeSI7AP .carousel-control-next span {
  margin-left: 5px;
}
.cid-sUodeSI7AP .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-sUodeSI7AP .close::before {
  content: '\e91a';
}
.cid-sUodeSI7AP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sUodeSI7AP .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-sUodeSI7AP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUodeSI7AP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUodeSI7AP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUodeSI7AP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sUodeSI7AP .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-sUodeSI7AP .carousel-indicators li.active,
.cid-sUodeSI7AP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUodeSI7AP .carousel-indicators li::after,
.cid-sUodeSI7AP .carousel-indicators li::before {
  content: none;
}
.cid-sUodeSI7AP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUodeSI7AP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sUodeSI7AP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sUodeSI7AP .carousel-indicators {
    display: none;
  }
}
.cid-sUodeSI7AP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sUodeSI7AP .carousel-inner > .active {
  display: block;
}
.cid-sUodeSI7AP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUodeSI7AP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUodeSI7AP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sUodeSI7AP .carousel-control,
  .cid-sUodeSI7AP .carousel-indicators,
  .cid-sUodeSI7AP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sUodeSI7AP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sUodeSI7AP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sUodeSI7AP .carousel-indicators .active,
.cid-sUodeSI7AP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sUodeSI7AP .carousel-indicators .active {
  background: #fff;
}
.cid-sUodeSI7AP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sUodeSI7AP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sUodeSI7AP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sUodeSI7AP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sUodeSI7AP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sUodeSI7AP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sUodeSI7AP .carousel {
  width: 100%;
}
.cid-sUodeSI7AP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sUodeSI7AP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sUodeSI7AP .modal.fade .modal-dialog,
.cid-sUodeSI7AP .modal.in .modal-dialog {
  transform: none;
}
.cid-sUodeSI7AP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sUodeSI7AP H6 {
  text-align: center;
  color: #080eed;
}
.cid-sUodf0bJ1L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUodf0bJ1L .item {
  padding-bottom: 2rem;
}
.cid-sUodf0bJ1L .item-wrapper {
  position: relative;
}
.cid-sUodf0bJ1L .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-sUodf0bJ1L .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sUodf0bJ1L .carousel-control,
.cid-sUodf0bJ1L .close {
  background: #1b1b1b;
}
.cid-sUodf0bJ1L .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sUodf0bJ1L .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sUodf0bJ1L .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sUodf0bJ1L .carousel-control-next span {
  margin-left: 5px;
}
.cid-sUodf0bJ1L .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-sUodf0bJ1L .close::before {
  content: '\e91a';
}
.cid-sUodf0bJ1L .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sUodf0bJ1L .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-sUodf0bJ1L .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUodf0bJ1L .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUodf0bJ1L .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUodf0bJ1L .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sUodf0bJ1L .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-sUodf0bJ1L .carousel-indicators li.active,
.cid-sUodf0bJ1L .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUodf0bJ1L .carousel-indicators li::after,
.cid-sUodf0bJ1L .carousel-indicators li::before {
  content: none;
}
.cid-sUodf0bJ1L .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUodf0bJ1L .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sUodf0bJ1L .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sUodf0bJ1L .carousel-indicators {
    display: none;
  }
}
.cid-sUodf0bJ1L .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sUodf0bJ1L .carousel-inner > .active {
  display: block;
}
.cid-sUodf0bJ1L .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUodf0bJ1L .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUodf0bJ1L .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sUodf0bJ1L .carousel-control,
  .cid-sUodf0bJ1L .carousel-indicators,
  .cid-sUodf0bJ1L .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sUodf0bJ1L .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sUodf0bJ1L .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sUodf0bJ1L .carousel-indicators .active,
.cid-sUodf0bJ1L .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sUodf0bJ1L .carousel-indicators .active {
  background: #fff;
}
.cid-sUodf0bJ1L .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sUodf0bJ1L .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sUodf0bJ1L .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sUodf0bJ1L .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sUodf0bJ1L .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sUodf0bJ1L .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sUodf0bJ1L .carousel {
  width: 100%;
}
.cid-sUodf0bJ1L .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sUodf0bJ1L .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sUodf0bJ1L .modal.fade .modal-dialog,
.cid-sUodf0bJ1L .modal.in .modal-dialog {
  transform: none;
}
.cid-sUodf0bJ1L .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sUodf0bJ1L H6 {
  text-align: center;
  color: #080eed;
}
.cid-sUodfGMGLl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUodfGMGLl .item {
  padding-bottom: 2rem;
}
.cid-sUodfGMGLl .item-wrapper {
  position: relative;
}
.cid-sUodfGMGLl .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-sUodfGMGLl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sUodfGMGLl .carousel-control,
.cid-sUodfGMGLl .close {
  background: #1b1b1b;
}
.cid-sUodfGMGLl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sUodfGMGLl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sUodfGMGLl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sUodfGMGLl .carousel-control-next span {
  margin-left: 5px;
}
.cid-sUodfGMGLl .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-sUodfGMGLl .close::before {
  content: '\e91a';
}
.cid-sUodfGMGLl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sUodfGMGLl .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-sUodfGMGLl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUodfGMGLl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUodfGMGLl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUodfGMGLl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sUodfGMGLl .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-sUodfGMGLl .carousel-indicators li.active,
.cid-sUodfGMGLl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUodfGMGLl .carousel-indicators li::after,
.cid-sUodfGMGLl .carousel-indicators li::before {
  content: none;
}
.cid-sUodfGMGLl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUodfGMGLl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sUodfGMGLl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sUodfGMGLl .carousel-indicators {
    display: none;
  }
}
.cid-sUodfGMGLl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sUodfGMGLl .carousel-inner > .active {
  display: block;
}
.cid-sUodfGMGLl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUodfGMGLl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUodfGMGLl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sUodfGMGLl .carousel-control,
  .cid-sUodfGMGLl .carousel-indicators,
  .cid-sUodfGMGLl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sUodfGMGLl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sUodfGMGLl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sUodfGMGLl .carousel-indicators .active,
.cid-sUodfGMGLl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sUodfGMGLl .carousel-indicators .active {
  background: #fff;
}
.cid-sUodfGMGLl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sUodfGMGLl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sUodfGMGLl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sUodfGMGLl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sUodfGMGLl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sUodfGMGLl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sUodfGMGLl .carousel {
  width: 100%;
}
.cid-sUodfGMGLl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sUodfGMGLl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sUodfGMGLl .modal.fade .modal-dialog,
.cid-sUodfGMGLl .modal.in .modal-dialog {
  transform: none;
}
.cid-sUodfGMGLl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sUodfGMGLl H6 {
  text-align: center;
  color: #080eed;
}
.cid-sUodfMLe4X {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUodfMLe4X .item {
  padding-bottom: 2rem;
}
.cid-sUodfMLe4X .item-wrapper {
  position: relative;
}
.cid-sUodfMLe4X .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-sUodfMLe4X .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sUodfMLe4X .carousel-control,
.cid-sUodfMLe4X .close {
  background: #1b1b1b;
}
.cid-sUodfMLe4X .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sUodfMLe4X .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sUodfMLe4X .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sUodfMLe4X .carousel-control-next span {
  margin-left: 5px;
}
.cid-sUodfMLe4X .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-sUodfMLe4X .close::before {
  content: '\e91a';
}
.cid-sUodfMLe4X .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sUodfMLe4X .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-sUodfMLe4X .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUodfMLe4X .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUodfMLe4X .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUodfMLe4X .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sUodfMLe4X .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-sUodfMLe4X .carousel-indicators li.active,
.cid-sUodfMLe4X .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUodfMLe4X .carousel-indicators li::after,
.cid-sUodfMLe4X .carousel-indicators li::before {
  content: none;
}
.cid-sUodfMLe4X .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUodfMLe4X .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sUodfMLe4X .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sUodfMLe4X .carousel-indicators {
    display: none;
  }
}
.cid-sUodfMLe4X .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sUodfMLe4X .carousel-inner > .active {
  display: block;
}
.cid-sUodfMLe4X .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUodfMLe4X .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUodfMLe4X .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sUodfMLe4X .carousel-control,
  .cid-sUodfMLe4X .carousel-indicators,
  .cid-sUodfMLe4X .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sUodfMLe4X .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sUodfMLe4X .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sUodfMLe4X .carousel-indicators .active,
.cid-sUodfMLe4X .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sUodfMLe4X .carousel-indicators .active {
  background: #fff;
}
.cid-sUodfMLe4X .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sUodfMLe4X .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sUodfMLe4X .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sUodfMLe4X .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sUodfMLe4X .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sUodfMLe4X .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sUodfMLe4X .carousel {
  width: 100%;
}
.cid-sUodfMLe4X .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sUodfMLe4X .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sUodfMLe4X .modal.fade .modal-dialog,
.cid-sUodfMLe4X .modal.in .modal-dialog {
  transform: none;
}
.cid-sUodfMLe4X .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sUodfMLe4X H6 {
  text-align: center;
  color: #080eed;
}
.cid-sUodfT8qSe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUodfT8qSe .item {
  padding-bottom: 2rem;
}
.cid-sUodfT8qSe .item-wrapper {
  position: relative;
}
.cid-sUodfT8qSe .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-sUodfT8qSe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sUodfT8qSe .carousel-control,
.cid-sUodfT8qSe .close {
  background: #1b1b1b;
}
.cid-sUodfT8qSe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sUodfT8qSe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sUodfT8qSe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sUodfT8qSe .carousel-control-next span {
  margin-left: 5px;
}
.cid-sUodfT8qSe .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-sUodfT8qSe .close::before {
  content: '\e91a';
}
.cid-sUodfT8qSe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sUodfT8qSe .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-sUodfT8qSe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUodfT8qSe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUodfT8qSe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUodfT8qSe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sUodfT8qSe .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-sUodfT8qSe .carousel-indicators li.active,
.cid-sUodfT8qSe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUodfT8qSe .carousel-indicators li::after,
.cid-sUodfT8qSe .carousel-indicators li::before {
  content: none;
}
.cid-sUodfT8qSe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUodfT8qSe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sUodfT8qSe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sUodfT8qSe .carousel-indicators {
    display: none;
  }
}
.cid-sUodfT8qSe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sUodfT8qSe .carousel-inner > .active {
  display: block;
}
.cid-sUodfT8qSe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUodfT8qSe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUodfT8qSe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sUodfT8qSe .carousel-control,
  .cid-sUodfT8qSe .carousel-indicators,
  .cid-sUodfT8qSe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sUodfT8qSe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sUodfT8qSe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sUodfT8qSe .carousel-indicators .active,
.cid-sUodfT8qSe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sUodfT8qSe .carousel-indicators .active {
  background: #fff;
}
.cid-sUodfT8qSe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sUodfT8qSe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sUodfT8qSe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sUodfT8qSe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sUodfT8qSe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sUodfT8qSe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sUodfT8qSe .carousel {
  width: 100%;
}
.cid-sUodfT8qSe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sUodfT8qSe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sUodfT8qSe .modal.fade .modal-dialog,
.cid-sUodfT8qSe .modal.in .modal-dialog {
  transform: none;
}
.cid-sUodfT8qSe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sUodfT8qSe H6 {
  text-align: center;
  color: #080eed;
}
.cid-sUodg0x0dR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUodg0x0dR .item {
  padding-bottom: 2rem;
}
.cid-sUodg0x0dR .item-wrapper {
  position: relative;
}
.cid-sUodg0x0dR .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-sUodg0x0dR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sUodg0x0dR .carousel-control,
.cid-sUodg0x0dR .close {
  background: #1b1b1b;
}
.cid-sUodg0x0dR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sUodg0x0dR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sUodg0x0dR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sUodg0x0dR .carousel-control-next span {
  margin-left: 5px;
}
.cid-sUodg0x0dR .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-sUodg0x0dR .close::before {
  content: '\e91a';
}
.cid-sUodg0x0dR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sUodg0x0dR .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-sUodg0x0dR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUodg0x0dR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUodg0x0dR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUodg0x0dR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sUodg0x0dR .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-sUodg0x0dR .carousel-indicators li.active,
.cid-sUodg0x0dR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUodg0x0dR .carousel-indicators li::after,
.cid-sUodg0x0dR .carousel-indicators li::before {
  content: none;
}
.cid-sUodg0x0dR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUodg0x0dR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sUodg0x0dR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sUodg0x0dR .carousel-indicators {
    display: none;
  }
}
.cid-sUodg0x0dR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sUodg0x0dR .carousel-inner > .active {
  display: block;
}
.cid-sUodg0x0dR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUodg0x0dR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUodg0x0dR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sUodg0x0dR .carousel-control,
  .cid-sUodg0x0dR .carousel-indicators,
  .cid-sUodg0x0dR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sUodg0x0dR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sUodg0x0dR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sUodg0x0dR .carousel-indicators .active,
.cid-sUodg0x0dR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sUodg0x0dR .carousel-indicators .active {
  background: #fff;
}
.cid-sUodg0x0dR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sUodg0x0dR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sUodg0x0dR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sUodg0x0dR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sUodg0x0dR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sUodg0x0dR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sUodg0x0dR .carousel {
  width: 100%;
}
.cid-sUodg0x0dR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sUodg0x0dR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sUodg0x0dR .modal.fade .modal-dialog,
.cid-sUodg0x0dR .modal.in .modal-dialog {
  transform: none;
}
.cid-sUodg0x0dR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sUodg0x0dR H6 {
  text-align: center;
  color: #080eed;
}
.cid-sU5yVG6zZs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sU5yVG6zZs nav.navbar {
  position: fixed;
}
.cid-sU5yVG6zZs .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-sU5yVG6zZs .dropdown-menu {
  padding: 0;
}
.cid-sU5yVG6zZs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sU5yVG6zZs .dropdown-item:hover,
.cid-sU5yVG6zZs .dropdown-item:focus {
  background: #080eed !important;
  color: white !important;
}
.cid-sU5yVG6zZs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sU5yVG6zZs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sU5yVG6zZs .nav-link {
  position: relative;
}
.cid-sU5yVG6zZs .container {
  display: flex;
  margin: auto;
}
.cid-sU5yVG6zZs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sU5yVG6zZs .navbar-caption {
  padding-right: 4rem;
}
.cid-sU5yVG6zZs .dropdown-menu,
.cid-sU5yVG6zZs .navbar.opened {
  background: #10f5f5 !important;
}
.cid-sU5yVG6zZs .nav-item:focus,
.cid-sU5yVG6zZs .nav-link:focus {
  outline: none;
}
.cid-sU5yVG6zZs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sU5yVG6zZs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sU5yVG6zZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sU5yVG6zZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sU5yVG6zZs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sU5yVG6zZs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sU5yVG6zZs .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #10f5f5;
}
.cid-sU5yVG6zZs .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sU5yVG6zZs .navbar.opened {
  transition: all .3s;
}
.cid-sU5yVG6zZs .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sU5yVG6zZs .navbar .navbar-logo img {
  width: auto;
}
.cid-sU5yVG6zZs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sU5yVG6zZs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sU5yVG6zZs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sU5yVG6zZs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sU5yVG6zZs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sU5yVG6zZs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sU5yVG6zZs .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: 55%;
}
.cid-sU5yVG6zZs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sU5yVG6zZs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sU5yVG6zZs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sU5yVG6zZs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sU5yVG6zZs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sU5yVG6zZs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sU5yVG6zZs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sU5yVG6zZs .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: 55%;
  }
  .cid-sU5yVG6zZs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sU5yVG6zZs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sU5yVG6zZs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sU5yVG6zZs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sU5yVG6zZs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sU5yVG6zZs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sU5yVG6zZs .navbar.navbar-short {
  min-height: 60px;
}
.cid-sU5yVG6zZs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sU5yVG6zZs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sU5yVG6zZs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sU5yVG6zZs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sU5yVG6zZs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sU5yVG6zZs .dropdown-item.active,
.cid-sU5yVG6zZs .dropdown-item:active {
  background-color: transparent;
}
.cid-sU5yVG6zZs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sU5yVG6zZs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sU5yVG6zZs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sU5yVG6zZs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #10f5f5;
}
.cid-sU5yVG6zZs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sU5yVG6zZs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sU5yVG6zZs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sU5yVG6zZs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sU5yVG6zZs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sU5yVG6zZs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sU5yVG6zZs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sU5yVG6zZs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sU5yVG6zZs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sU5yVG6zZs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sU5yVG6zZs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sU5yVG6zZs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sU5yVG6zZs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sU5yVG6zZs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sU5yVG6zZs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sU5yVG6zZs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sU5yVG6zZs .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-sU5yVG6zZs .navbar {
    height: 77px;
  }
  .cid-sU5yVG6zZs .navbar.opened {
    height: auto;
  }
  .cid-sU5yVG6zZs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUbPsiWnU5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUbPsiWnU5 .item {
  padding-bottom: 2rem;
}
.cid-sUbPsiWnU5 .item-wrapper {
  position: relative;
}
.cid-sUbPsiWnU5 .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-sUbPsiWnU5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sUbPsiWnU5 .carousel-control,
.cid-sUbPsiWnU5 .close {
  background: #1b1b1b;
}
.cid-sUbPsiWnU5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sUbPsiWnU5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sUbPsiWnU5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sUbPsiWnU5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sUbPsiWnU5 .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-sUbPsiWnU5 .close::before {
  content: '\e91a';
}
.cid-sUbPsiWnU5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sUbPsiWnU5 .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-sUbPsiWnU5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUbPsiWnU5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUbPsiWnU5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUbPsiWnU5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sUbPsiWnU5 .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-sUbPsiWnU5 .carousel-indicators li.active,
.cid-sUbPsiWnU5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUbPsiWnU5 .carousel-indicators li::after,
.cid-sUbPsiWnU5 .carousel-indicators li::before {
  content: none;
}
.cid-sUbPsiWnU5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUbPsiWnU5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sUbPsiWnU5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sUbPsiWnU5 .carousel-indicators {
    display: none;
  }
}
.cid-sUbPsiWnU5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sUbPsiWnU5 .carousel-inner > .active {
  display: block;
}
.cid-sUbPsiWnU5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUbPsiWnU5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUbPsiWnU5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sUbPsiWnU5 .carousel-control,
  .cid-sUbPsiWnU5 .carousel-indicators,
  .cid-sUbPsiWnU5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sUbPsiWnU5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sUbPsiWnU5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sUbPsiWnU5 .carousel-indicators .active,
.cid-sUbPsiWnU5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sUbPsiWnU5 .carousel-indicators .active {
  background: #fff;
}
.cid-sUbPsiWnU5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sUbPsiWnU5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sUbPsiWnU5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sUbPsiWnU5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sUbPsiWnU5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sUbPsiWnU5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sUbPsiWnU5 .carousel {
  width: 100%;
}
.cid-sUbPsiWnU5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sUbPsiWnU5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sUbPsiWnU5 .modal.fade .modal-dialog,
.cid-sUbPsiWnU5 .modal.in .modal-dialog {
  transform: none;
}
.cid-sUbPsiWnU5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sUbPsiWnU5 H6 {
  text-align: center;
}
.cid-sUnYHS9KDy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUnYHS9KDy .item {
  padding-bottom: 2rem;
}
.cid-sUnYHS9KDy .item-wrapper {
  position: relative;
}
.cid-sUnYHS9KDy .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-sUnYHS9KDy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sUnYHS9KDy .carousel-control,
.cid-sUnYHS9KDy .close {
  background: #1b1b1b;
}
.cid-sUnYHS9KDy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sUnYHS9KDy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sUnYHS9KDy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sUnYHS9KDy .carousel-control-next span {
  margin-left: 5px;
}
.cid-sUnYHS9KDy .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-sUnYHS9KDy .close::before {
  content: '\e91a';
}
.cid-sUnYHS9KDy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sUnYHS9KDy .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-sUnYHS9KDy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUnYHS9KDy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUnYHS9KDy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUnYHS9KDy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sUnYHS9KDy .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-sUnYHS9KDy .carousel-indicators li.active,
.cid-sUnYHS9KDy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUnYHS9KDy .carousel-indicators li::after,
.cid-sUnYHS9KDy .carousel-indicators li::before {
  content: none;
}
.cid-sUnYHS9KDy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUnYHS9KDy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sUnYHS9KDy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sUnYHS9KDy .carousel-indicators {
    display: none;
  }
}
.cid-sUnYHS9KDy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sUnYHS9KDy .carousel-inner > .active {
  display: block;
}
.cid-sUnYHS9KDy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUnYHS9KDy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUnYHS9KDy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sUnYHS9KDy .carousel-control,
  .cid-sUnYHS9KDy .carousel-indicators,
  .cid-sUnYHS9KDy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sUnYHS9KDy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sUnYHS9KDy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sUnYHS9KDy .carousel-indicators .active,
.cid-sUnYHS9KDy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sUnYHS9KDy .carousel-indicators .active {
  background: #fff;
}
.cid-sUnYHS9KDy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sUnYHS9KDy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sUnYHS9KDy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sUnYHS9KDy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sUnYHS9KDy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sUnYHS9KDy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sUnYHS9KDy .carousel {
  width: 100%;
}
.cid-sUnYHS9KDy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sUnYHS9KDy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sUnYHS9KDy .modal.fade .modal-dialog,
.cid-sUnYHS9KDy .modal.in .modal-dialog {
  transform: none;
}
.cid-sUnYHS9KDy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sUnYHS9KDy H6 {
  text-align: center;
}
.cid-sUnYHS9KDy P {
  text-align: center;
}
.cid-sUnYJnZb2z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUnYJnZb2z .item {
  padding-bottom: 2rem;
}
.cid-sUnYJnZb2z .item-wrapper {
  position: relative;
}
.cid-sUnYJnZb2z .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-sUnYJnZb2z .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sUnYJnZb2z .carousel-control,
.cid-sUnYJnZb2z .close {
  background: #1b1b1b;
}
.cid-sUnYJnZb2z .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sUnYJnZb2z .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sUnYJnZb2z .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sUnYJnZb2z .carousel-control-next span {
  margin-left: 5px;
}
.cid-sUnYJnZb2z .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-sUnYJnZb2z .close::before {
  content: '\e91a';
}
.cid-sUnYJnZb2z .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sUnYJnZb2z .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-sUnYJnZb2z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUnYJnZb2z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUnYJnZb2z .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUnYJnZb2z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sUnYJnZb2z .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-sUnYJnZb2z .carousel-indicators li.active,
.cid-sUnYJnZb2z .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUnYJnZb2z .carousel-indicators li::after,
.cid-sUnYJnZb2z .carousel-indicators li::before {
  content: none;
}
.cid-sUnYJnZb2z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUnYJnZb2z .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sUnYJnZb2z .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sUnYJnZb2z .carousel-indicators {
    display: none;
  }
}
.cid-sUnYJnZb2z .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sUnYJnZb2z .carousel-inner > .active {
  display: block;
}
.cid-sUnYJnZb2z .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUnYJnZb2z .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUnYJnZb2z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sUnYJnZb2z .carousel-control,
  .cid-sUnYJnZb2z .carousel-indicators,
  .cid-sUnYJnZb2z .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sUnYJnZb2z .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sUnYJnZb2z .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sUnYJnZb2z .carousel-indicators .active,
.cid-sUnYJnZb2z .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sUnYJnZb2z .carousel-indicators .active {
  background: #fff;
}
.cid-sUnYJnZb2z .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sUnYJnZb2z .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sUnYJnZb2z .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sUnYJnZb2z .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sUnYJnZb2z .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sUnYJnZb2z .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sUnYJnZb2z .carousel {
  width: 100%;
}
.cid-sUnYJnZb2z .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sUnYJnZb2z .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sUnYJnZb2z .modal.fade .modal-dialog,
.cid-sUnYJnZb2z .modal.in .modal-dialog {
  transform: none;
}
.cid-sUnYJnZb2z .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sUnYJnZb2z H6 {
  text-align: center;
}
.cid-sUnYJnZb2z P {
  text-align: center;
}
.cid-sUo0g4v4lI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUo0g4v4lI .item {
  padding-bottom: 2rem;
}
.cid-sUo0g4v4lI .item-wrapper {
  position: relative;
}
.cid-sUo0g4v4lI .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-sUo0g4v4lI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sUo0g4v4lI .carousel-control,
.cid-sUo0g4v4lI .close {
  background: #1b1b1b;
}
.cid-sUo0g4v4lI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sUo0g4v4lI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sUo0g4v4lI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sUo0g4v4lI .carousel-control-next span {
  margin-left: 5px;
}
.cid-sUo0g4v4lI .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-sUo0g4v4lI .close::before {
  content: '\e91a';
}
.cid-sUo0g4v4lI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sUo0g4v4lI .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-sUo0g4v4lI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUo0g4v4lI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUo0g4v4lI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUo0g4v4lI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sUo0g4v4lI .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-sUo0g4v4lI .carousel-indicators li.active,
.cid-sUo0g4v4lI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUo0g4v4lI .carousel-indicators li::after,
.cid-sUo0g4v4lI .carousel-indicators li::before {
  content: none;
}
.cid-sUo0g4v4lI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUo0g4v4lI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sUo0g4v4lI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sUo0g4v4lI .carousel-indicators {
    display: none;
  }
}
.cid-sUo0g4v4lI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sUo0g4v4lI .carousel-inner > .active {
  display: block;
}
.cid-sUo0g4v4lI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUo0g4v4lI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUo0g4v4lI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sUo0g4v4lI .carousel-control,
  .cid-sUo0g4v4lI .carousel-indicators,
  .cid-sUo0g4v4lI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sUo0g4v4lI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sUo0g4v4lI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sUo0g4v4lI .carousel-indicators .active,
.cid-sUo0g4v4lI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sUo0g4v4lI .carousel-indicators .active {
  background: #fff;
}
.cid-sUo0g4v4lI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sUo0g4v4lI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sUo0g4v4lI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sUo0g4v4lI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sUo0g4v4lI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sUo0g4v4lI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sUo0g4v4lI .carousel {
  width: 100%;
}
.cid-sUo0g4v4lI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sUo0g4v4lI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sUo0g4v4lI .modal.fade .modal-dialog,
.cid-sUo0g4v4lI .modal.in .modal-dialog {
  transform: none;
}
.cid-sUo0g4v4lI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sUo0g4v4lI H6 {
  text-align: center;
}
.cid-sUo0tE8MQM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUo0tE8MQM .item {
  padding-bottom: 2rem;
}
.cid-sUo0tE8MQM .item-wrapper {
  position: relative;
}
.cid-sUo0tE8MQM .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-sUo0tE8MQM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sUo0tE8MQM .carousel-control,
.cid-sUo0tE8MQM .close {
  background: #1b1b1b;
}
.cid-sUo0tE8MQM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sUo0tE8MQM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sUo0tE8MQM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sUo0tE8MQM .carousel-control-next span {
  margin-left: 5px;
}
.cid-sUo0tE8MQM .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-sUo0tE8MQM .close::before {
  content: '\e91a';
}
.cid-sUo0tE8MQM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sUo0tE8MQM .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-sUo0tE8MQM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUo0tE8MQM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUo0tE8MQM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUo0tE8MQM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sUo0tE8MQM .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-sUo0tE8MQM .carousel-indicators li.active,
.cid-sUo0tE8MQM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUo0tE8MQM .carousel-indicators li::after,
.cid-sUo0tE8MQM .carousel-indicators li::before {
  content: none;
}
.cid-sUo0tE8MQM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUo0tE8MQM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sUo0tE8MQM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sUo0tE8MQM .carousel-indicators {
    display: none;
  }
}
.cid-sUo0tE8MQM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sUo0tE8MQM .carousel-inner > .active {
  display: block;
}
.cid-sUo0tE8MQM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUo0tE8MQM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUo0tE8MQM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sUo0tE8MQM .carousel-control,
  .cid-sUo0tE8MQM .carousel-indicators,
  .cid-sUo0tE8MQM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sUo0tE8MQM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sUo0tE8MQM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sUo0tE8MQM .carousel-indicators .active,
.cid-sUo0tE8MQM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sUo0tE8MQM .carousel-indicators .active {
  background: #fff;
}
.cid-sUo0tE8MQM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sUo0tE8MQM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sUo0tE8MQM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sUo0tE8MQM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sUo0tE8MQM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sUo0tE8MQM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sUo0tE8MQM .carousel {
  width: 100%;
}
.cid-sUo0tE8MQM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sUo0tE8MQM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sUo0tE8MQM .modal.fade .modal-dialog,
.cid-sUo0tE8MQM .modal.in .modal-dialog {
  transform: none;
}
.cid-sUo0tE8MQM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sUo0tE8MQM H6 {
  text-align: center;
}
.cid-sUo3l7gR4Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUo3l7gR4Y .item {
  padding-bottom: 2rem;
}
.cid-sUo3l7gR4Y .item-wrapper {
  position: relative;
}
.cid-sUo3l7gR4Y .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-sUo3l7gR4Y .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sUo3l7gR4Y .carousel-control,
.cid-sUo3l7gR4Y .close {
  background: #1b1b1b;
}
.cid-sUo3l7gR4Y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sUo3l7gR4Y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sUo3l7gR4Y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sUo3l7gR4Y .carousel-control-next span {
  margin-left: 5px;
}
.cid-sUo3l7gR4Y .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-sUo3l7gR4Y .close::before {
  content: '\e91a';
}
.cid-sUo3l7gR4Y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sUo3l7gR4Y .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-sUo3l7gR4Y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUo3l7gR4Y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sUo3l7gR4Y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sUo3l7gR4Y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sUo3l7gR4Y .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-sUo3l7gR4Y .carousel-indicators li.active,
.cid-sUo3l7gR4Y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sUo3l7gR4Y .carousel-indicators li::after,
.cid-sUo3l7gR4Y .carousel-indicators li::before {
  content: none;
}
.cid-sUo3l7gR4Y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sUo3l7gR4Y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sUo3l7gR4Y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sUo3l7gR4Y .carousel-indicators {
    display: none;
  }
}
.cid-sUo3l7gR4Y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sUo3l7gR4Y .carousel-inner > .active {
  display: block;
}
.cid-sUo3l7gR4Y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUo3l7gR4Y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUo3l7gR4Y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sUo3l7gR4Y .carousel-control,
  .cid-sUo3l7gR4Y .carousel-indicators,
  .cid-sUo3l7gR4Y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sUo3l7gR4Y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sUo3l7gR4Y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sUo3l7gR4Y .carousel-indicators .active,
.cid-sUo3l7gR4Y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sUo3l7gR4Y .carousel-indicators .active {
  background: #fff;
}
.cid-sUo3l7gR4Y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sUo3l7gR4Y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sUo3l7gR4Y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sUo3l7gR4Y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sUo3l7gR4Y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sUo3l7gR4Y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sUo3l7gR4Y .carousel {
  width: 100%;
}
.cid-sUo3l7gR4Y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sUo3l7gR4Y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sUo3l7gR4Y .modal.fade .modal-dialog,
.cid-sUo3l7gR4Y .modal.in .modal-dialog {
  transform: none;
}
.cid-sUo3l7gR4Y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sUo3l7gR4Y H6 {
  text-align: center;
}
.cid-sU87jzTPKs {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1276.jpg");
}
.cid-sU87jzTPKs .mbr-section-title {
  text-align: center;
  color: #080eed;
}
.cid-sU87jzTPKs .mbr-text,
.cid-sU87jzTPKs .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sU87jzTPKs .mbr-section-title,
  .cid-sU87jzTPKs .mbr-section-btn,
  .cid-sU87jzTPKs .mbr-text {
    text-align: center;
  }
}
.cid-sU87jAfnVT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sU87jAfnVT nav.navbar {
  position: fixed;
}
.cid-sU87jAfnVT .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-sU87jAfnVT .dropdown-menu {
  padding: 0;
}
.cid-sU87jAfnVT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sU87jAfnVT .dropdown-item:hover,
.cid-sU87jAfnVT .dropdown-item:focus {
  background: #080eed !important;
  color: white !important;
}
.cid-sU87jAfnVT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sU87jAfnVT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sU87jAfnVT .nav-link {
  position: relative;
}
.cid-sU87jAfnVT .container {
  display: flex;
  margin: auto;
}
.cid-sU87jAfnVT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sU87jAfnVT .navbar-caption {
  padding-right: 4rem;
}
.cid-sU87jAfnVT .dropdown-menu,
.cid-sU87jAfnVT .navbar.opened {
  background: #10f5f5 !important;
}
.cid-sU87jAfnVT .nav-item:focus,
.cid-sU87jAfnVT .nav-link:focus {
  outline: none;
}
.cid-sU87jAfnVT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sU87jAfnVT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sU87jAfnVT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sU87jAfnVT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sU87jAfnVT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sU87jAfnVT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sU87jAfnVT .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #10f5f5;
}
.cid-sU87jAfnVT .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sU87jAfnVT .navbar.opened {
  transition: all .3s;
}
.cid-sU87jAfnVT .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sU87jAfnVT .navbar .navbar-logo img {
  width: auto;
}
.cid-sU87jAfnVT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sU87jAfnVT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sU87jAfnVT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sU87jAfnVT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sU87jAfnVT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sU87jAfnVT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sU87jAfnVT .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: 55%;
}
.cid-sU87jAfnVT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sU87jAfnVT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sU87jAfnVT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sU87jAfnVT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sU87jAfnVT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sU87jAfnVT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sU87jAfnVT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sU87jAfnVT .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: 55%;
  }
  .cid-sU87jAfnVT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sU87jAfnVT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sU87jAfnVT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sU87jAfnVT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sU87jAfnVT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sU87jAfnVT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sU87jAfnVT .navbar.navbar-short {
  min-height: 60px;
}
.cid-sU87jAfnVT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sU87jAfnVT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sU87jAfnVT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sU87jAfnVT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sU87jAfnVT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sU87jAfnVT .dropdown-item.active,
.cid-sU87jAfnVT .dropdown-item:active {
  background-color: transparent;
}
.cid-sU87jAfnVT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sU87jAfnVT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sU87jAfnVT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sU87jAfnVT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #10f5f5;
}
.cid-sU87jAfnVT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sU87jAfnVT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sU87jAfnVT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sU87jAfnVT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sU87jAfnVT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sU87jAfnVT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sU87jAfnVT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sU87jAfnVT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sU87jAfnVT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sU87jAfnVT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sU87jAfnVT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sU87jAfnVT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sU87jAfnVT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sU87jAfnVT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sU87jAfnVT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sU87jAfnVT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sU87jAfnVT .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-sU87jAfnVT .navbar {
    height: 77px;
  }
  .cid-sU87jAfnVT .navbar.opened {
    height: auto;
  }
  .cid-sU87jAfnVT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUc6OPticI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUc6OPticI nav.navbar {
  position: fixed;
}
.cid-sUc6OPticI .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-sUc6OPticI .dropdown-menu {
  padding: 0;
}
.cid-sUc6OPticI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUc6OPticI .dropdown-item:hover,
.cid-sUc6OPticI .dropdown-item:focus {
  background: #080eed !important;
  color: white !important;
}
.cid-sUc6OPticI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sUc6OPticI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUc6OPticI .nav-link {
  position: relative;
}
.cid-sUc6OPticI .container {
  display: flex;
  margin: auto;
}
.cid-sUc6OPticI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sUc6OPticI .navbar-caption {
  padding-right: 4rem;
}
.cid-sUc6OPticI .dropdown-menu,
.cid-sUc6OPticI .navbar.opened {
  background: #10f5f5 !important;
}
.cid-sUc6OPticI .nav-item:focus,
.cid-sUc6OPticI .nav-link:focus {
  outline: none;
}
.cid-sUc6OPticI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUc6OPticI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUc6OPticI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUc6OPticI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUc6OPticI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUc6OPticI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUc6OPticI .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #10f5f5;
}
.cid-sUc6OPticI .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUc6OPticI .navbar.opened {
  transition: all .3s;
}
.cid-sUc6OPticI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sUc6OPticI .navbar .navbar-logo img {
  width: auto;
}
.cid-sUc6OPticI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUc6OPticI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUc6OPticI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUc6OPticI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sUc6OPticI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUc6OPticI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUc6OPticI .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: 55%;
}
.cid-sUc6OPticI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUc6OPticI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sUc6OPticI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sUc6OPticI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUc6OPticI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUc6OPticI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUc6OPticI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUc6OPticI .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: 55%;
  }
  .cid-sUc6OPticI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUc6OPticI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUc6OPticI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUc6OPticI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUc6OPticI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUc6OPticI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sUc6OPticI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUc6OPticI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUc6OPticI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUc6OPticI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUc6OPticI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUc6OPticI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUc6OPticI .dropdown-item.active,
.cid-sUc6OPticI .dropdown-item:active {
  background-color: transparent;
}
.cid-sUc6OPticI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUc6OPticI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUc6OPticI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUc6OPticI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #10f5f5;
}
.cid-sUc6OPticI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUc6OPticI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUc6OPticI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUc6OPticI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUc6OPticI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUc6OPticI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sUc6OPticI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUc6OPticI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUc6OPticI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUc6OPticI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUc6OPticI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUc6OPticI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUc6OPticI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUc6OPticI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUc6OPticI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sUc6OPticI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUc6OPticI .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-sUc6OPticI .navbar {
    height: 77px;
  }
  .cid-sUc6OPticI .navbar.opened {
    height: auto;
  }
  .cid-sUc6OPticI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWVVNuVSJM {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-10-1920x1280.jpg");
}
.cid-sWVVNuVSJM .mbr-section-title {
  text-align: left;
  color: #080eed;
}
.cid-sWVVNuVSJM .mbr-text,
.cid-sWVVNuVSJM .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sWVVNuVSJM .mbr-section-title,
  .cid-sWVVNuVSJM .mbr-section-btn,
  .cid-sWVVNuVSJM .mbr-text {
    text-align: center;
  }
}
.cid-sWVV23rxU5 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-10-1920x1280.jpg");
}
.cid-sWVV23rxU5 .mbr-section-title {
  text-align: left;
  color: #080eed;
}
.cid-sWVV23rxU5 .mbr-text,
.cid-sWVV23rxU5 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sWVV23rxU5 .mbr-section-title,
  .cid-sWVV23rxU5 .mbr-section-btn,
  .cid-sWVV23rxU5 .mbr-text {
    text-align: center;
  }
}
.cid-sWVX6CsOin {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-10-1920x1280.jpg");
}
.cid-sWVX6CsOin .mbr-section-title {
  text-align: left;
  color: #080eed;
}
.cid-sWVX6CsOin .mbr-text,
.cid-sWVX6CsOin .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sWVX6CsOin .mbr-section-title,
  .cid-sWVX6CsOin .mbr-section-btn,
  .cid-sWVX6CsOin .mbr-text {
    text-align: center;
  }
}
.cid-sUcFTi1q3X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUcFTi1q3X nav.navbar {
  position: fixed;
}
.cid-sUcFTi1q3X .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-sUcFTi1q3X .dropdown-menu {
  padding: 0;
}
.cid-sUcFTi1q3X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUcFTi1q3X .dropdown-item:hover,
.cid-sUcFTi1q3X .dropdown-item:focus {
  background: #080eed !important;
  color: white !important;
}
.cid-sUcFTi1q3X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sUcFTi1q3X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUcFTi1q3X .nav-link {
  position: relative;
}
.cid-sUcFTi1q3X .container {
  display: flex;
  margin: auto;
}
.cid-sUcFTi1q3X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sUcFTi1q3X .navbar-caption {
  padding-right: 4rem;
}
.cid-sUcFTi1q3X .dropdown-menu,
.cid-sUcFTi1q3X .navbar.opened {
  background: #10f5f5 !important;
}
.cid-sUcFTi1q3X .nav-item:focus,
.cid-sUcFTi1q3X .nav-link:focus {
  outline: none;
}
.cid-sUcFTi1q3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUcFTi1q3X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUcFTi1q3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUcFTi1q3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUcFTi1q3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUcFTi1q3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUcFTi1q3X .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #10f5f5;
}
.cid-sUcFTi1q3X .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUcFTi1q3X .navbar.opened {
  transition: all .3s;
}
.cid-sUcFTi1q3X .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sUcFTi1q3X .navbar .navbar-logo img {
  width: auto;
}
.cid-sUcFTi1q3X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUcFTi1q3X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUcFTi1q3X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUcFTi1q3X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sUcFTi1q3X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUcFTi1q3X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUcFTi1q3X .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: 55%;
}
.cid-sUcFTi1q3X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUcFTi1q3X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sUcFTi1q3X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sUcFTi1q3X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUcFTi1q3X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUcFTi1q3X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUcFTi1q3X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUcFTi1q3X .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: 55%;
  }
  .cid-sUcFTi1q3X .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUcFTi1q3X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUcFTi1q3X .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUcFTi1q3X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUcFTi1q3X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUcFTi1q3X .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sUcFTi1q3X .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUcFTi1q3X .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUcFTi1q3X .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUcFTi1q3X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUcFTi1q3X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUcFTi1q3X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUcFTi1q3X .dropdown-item.active,
.cid-sUcFTi1q3X .dropdown-item:active {
  background-color: transparent;
}
.cid-sUcFTi1q3X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUcFTi1q3X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUcFTi1q3X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUcFTi1q3X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #10f5f5;
}
.cid-sUcFTi1q3X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUcFTi1q3X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUcFTi1q3X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUcFTi1q3X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUcFTi1q3X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUcFTi1q3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sUcFTi1q3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUcFTi1q3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUcFTi1q3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUcFTi1q3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUcFTi1q3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUcFTi1q3X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUcFTi1q3X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUcFTi1q3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUcFTi1q3X .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sUcFTi1q3X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUcFTi1q3X .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-sUcFTi1q3X .navbar {
    height: 77px;
  }
  .cid-sUcFTi1q3X .navbar.opened {
    height: auto;
  }
  .cid-sUcFTi1q3X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUcICpVKoY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUcICpVKoY .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sUcICpVKoY .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sUcICpVKoY .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUcICpVKoY .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sUcICpVKoY .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #080eed;
}
.cid-sUcICpVKoY P {
  color: #080eed;
}
.cid-sUcFTi1q3X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUcFTi1q3X nav.navbar {
  position: fixed;
}
.cid-sUcFTi1q3X .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-sUcFTi1q3X .dropdown-menu {
  padding: 0;
}
.cid-sUcFTi1q3X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUcFTi1q3X .dropdown-item:hover,
.cid-sUcFTi1q3X .dropdown-item:focus {
  background: #080eed !important;
  color: white !important;
}
.cid-sUcFTi1q3X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sUcFTi1q3X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUcFTi1q3X .nav-link {
  position: relative;
}
.cid-sUcFTi1q3X .container {
  display: flex;
  margin: auto;
}
.cid-sUcFTi1q3X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sUcFTi1q3X .navbar-caption {
  padding-right: 4rem;
}
.cid-sUcFTi1q3X .dropdown-menu,
.cid-sUcFTi1q3X .navbar.opened {
  background: #10f5f5 !important;
}
.cid-sUcFTi1q3X .nav-item:focus,
.cid-sUcFTi1q3X .nav-link:focus {
  outline: none;
}
.cid-sUcFTi1q3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUcFTi1q3X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUcFTi1q3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUcFTi1q3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUcFTi1q3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUcFTi1q3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUcFTi1q3X .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #10f5f5;
}
.cid-sUcFTi1q3X .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUcFTi1q3X .navbar.opened {
  transition: all .3s;
}
.cid-sUcFTi1q3X .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sUcFTi1q3X .navbar .navbar-logo img {
  width: auto;
}
.cid-sUcFTi1q3X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUcFTi1q3X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUcFTi1q3X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUcFTi1q3X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sUcFTi1q3X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUcFTi1q3X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUcFTi1q3X .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: 55%;
}
.cid-sUcFTi1q3X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUcFTi1q3X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sUcFTi1q3X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sUcFTi1q3X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUcFTi1q3X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUcFTi1q3X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUcFTi1q3X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUcFTi1q3X .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: 55%;
  }
  .cid-sUcFTi1q3X .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUcFTi1q3X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUcFTi1q3X .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUcFTi1q3X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUcFTi1q3X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUcFTi1q3X .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sUcFTi1q3X .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUcFTi1q3X .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUcFTi1q3X .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUcFTi1q3X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUcFTi1q3X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUcFTi1q3X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUcFTi1q3X .dropdown-item.active,
.cid-sUcFTi1q3X .dropdown-item:active {
  background-color: transparent;
}
.cid-sUcFTi1q3X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUcFTi1q3X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUcFTi1q3X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUcFTi1q3X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #10f5f5;
}
.cid-sUcFTi1q3X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUcFTi1q3X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUcFTi1q3X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUcFTi1q3X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUcFTi1q3X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUcFTi1q3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sUcFTi1q3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUcFTi1q3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUcFTi1q3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUcFTi1q3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUcFTi1q3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUcFTi1q3X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUcFTi1q3X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUcFTi1q3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUcFTi1q3X .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sUcFTi1q3X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUcFTi1q3X .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-sUcFTi1q3X .navbar {
    height: 77px;
  }
  .cid-sUcFTi1q3X .navbar.opened {
    height: auto;
  }
  .cid-sUcFTi1q3X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUcMgKESid {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1371.jpg");
}
.cid-sUcMgKESid .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-sUcMgKESid form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sUcMgKESid form.mbr-form {
    padding: 3rem 2rem;
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-sUcMgKESid form.mbr-form {
    padding: 1rem;
  }
}
.cid-sUcMgKESid form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sUcMgKESid form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sUcMgKESid .mbr-section-title {
  color: #080eed;
}
.cid-sUcMgKESid P {
  color: #080eed;
}
.cid-sUdpM6n3NR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUdpM6n3NR nav.navbar {
  position: fixed;
}
.cid-sUdpM6n3NR .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-sUdpM6n3NR .dropdown-menu {
  padding: 0;
}
.cid-sUdpM6n3NR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUdpM6n3NR .dropdown-item:hover,
.cid-sUdpM6n3NR .dropdown-item:focus {
  background: #080eed !important;
  color: white !important;
}
.cid-sUdpM6n3NR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sUdpM6n3NR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUdpM6n3NR .nav-link {
  position: relative;
}
.cid-sUdpM6n3NR .container {
  display: flex;
  margin: auto;
}
.cid-sUdpM6n3NR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sUdpM6n3NR .navbar-caption {
  padding-right: 4rem;
}
.cid-sUdpM6n3NR .dropdown-menu,
.cid-sUdpM6n3NR .navbar.opened {
  background: #10f5f5 !important;
}
.cid-sUdpM6n3NR .nav-item:focus,
.cid-sUdpM6n3NR .nav-link:focus {
  outline: none;
}
.cid-sUdpM6n3NR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUdpM6n3NR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUdpM6n3NR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUdpM6n3NR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUdpM6n3NR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUdpM6n3NR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUdpM6n3NR .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #10f5f5;
}
.cid-sUdpM6n3NR .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUdpM6n3NR .navbar.opened {
  transition: all .3s;
}
.cid-sUdpM6n3NR .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sUdpM6n3NR .navbar .navbar-logo img {
  width: auto;
}
.cid-sUdpM6n3NR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUdpM6n3NR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUdpM6n3NR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUdpM6n3NR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sUdpM6n3NR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUdpM6n3NR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUdpM6n3NR .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: 55%;
}
.cid-sUdpM6n3NR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUdpM6n3NR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sUdpM6n3NR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sUdpM6n3NR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUdpM6n3NR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUdpM6n3NR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUdpM6n3NR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUdpM6n3NR .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: 55%;
  }
  .cid-sUdpM6n3NR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUdpM6n3NR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUdpM6n3NR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUdpM6n3NR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUdpM6n3NR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUdpM6n3NR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sUdpM6n3NR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUdpM6n3NR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUdpM6n3NR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUdpM6n3NR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUdpM6n3NR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUdpM6n3NR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUdpM6n3NR .dropdown-item.active,
.cid-sUdpM6n3NR .dropdown-item:active {
  background-color: transparent;
}
.cid-sUdpM6n3NR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUdpM6n3NR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUdpM6n3NR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUdpM6n3NR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #10f5f5;
}
.cid-sUdpM6n3NR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUdpM6n3NR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUdpM6n3NR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUdpM6n3NR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUdpM6n3NR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUdpM6n3NR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sUdpM6n3NR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUdpM6n3NR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUdpM6n3NR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUdpM6n3NR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUdpM6n3NR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUdpM6n3NR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUdpM6n3NR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUdpM6n3NR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUdpM6n3NR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sUdpM6n3NR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUdpM6n3NR .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-sUdpM6n3NR .navbar {
    height: 77px;
  }
  .cid-sUdpM6n3NR .navbar.opened {
    height: auto;
  }
  .cid-sUdpM6n3NR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUdr6iqZZi {
  background-image: url("../../../assets/images/mbr-2-1920x1152.jpg");
}
.cid-sUdr6iqZZi .mbr-section-title {
  color: #080eed;
}
.cid-sUdr6iqZZi .mbr-text,
.cid-sUdr6iqZZi .mbr-section-btn {
  color: #080eed;
}
.cid-s48MCQYojq {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-s48MCQYojq .mbr-section-title {
  text-align: center;
  color: #080eed;
}
.cid-s48MCQYojq .mbr-text,
.cid-s48MCQYojq .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s48MCQYojq .mbr-section-title,
  .cid-s48MCQYojq .mbr-section-btn,
  .cid-s48MCQYojq .mbr-text {
    text-align: center;
  }
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #080eed !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #10f5f5 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #10f5f5;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #10f5f5;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUY60LbiU8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUY60LbiU8 nav.navbar {
  position: fixed;
}
.cid-sUY60LbiU8 .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-sUY60LbiU8 .dropdown-menu {
  padding: 0;
}
.cid-sUY60LbiU8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUY60LbiU8 .dropdown-item:hover,
.cid-sUY60LbiU8 .dropdown-item:focus {
  background: #080eed !important;
  color: white !important;
}
.cid-sUY60LbiU8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sUY60LbiU8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUY60LbiU8 .nav-link {
  position: relative;
}
.cid-sUY60LbiU8 .container {
  display: flex;
  margin: auto;
}
.cid-sUY60LbiU8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sUY60LbiU8 .navbar-caption {
  padding-right: 4rem;
}
.cid-sUY60LbiU8 .dropdown-menu,
.cid-sUY60LbiU8 .navbar.opened {
  background: #10f5f5 !important;
}
.cid-sUY60LbiU8 .nav-item:focus,
.cid-sUY60LbiU8 .nav-link:focus {
  outline: none;
}
.cid-sUY60LbiU8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUY60LbiU8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUY60LbiU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sUY60LbiU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUY60LbiU8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUY60LbiU8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUY60LbiU8 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #10f5f5;
}
.cid-sUY60LbiU8 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUY60LbiU8 .navbar.opened {
  transition: all .3s;
}
.cid-sUY60LbiU8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sUY60LbiU8 .navbar .navbar-logo img {
  width: auto;
}
.cid-sUY60LbiU8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUY60LbiU8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUY60LbiU8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUY60LbiU8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sUY60LbiU8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUY60LbiU8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUY60LbiU8 .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: 55%;
}
.cid-sUY60LbiU8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUY60LbiU8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sUY60LbiU8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sUY60LbiU8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUY60LbiU8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUY60LbiU8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUY60LbiU8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUY60LbiU8 .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: 55%;
  }
  .cid-sUY60LbiU8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sUY60LbiU8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUY60LbiU8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUY60LbiU8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUY60LbiU8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUY60LbiU8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sUY60LbiU8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUY60LbiU8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUY60LbiU8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUY60LbiU8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUY60LbiU8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUY60LbiU8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUY60LbiU8 .dropdown-item.active,
.cid-sUY60LbiU8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sUY60LbiU8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUY60LbiU8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUY60LbiU8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUY60LbiU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #10f5f5;
}
.cid-sUY60LbiU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUY60LbiU8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUY60LbiU8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUY60LbiU8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUY60LbiU8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUY60LbiU8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sUY60LbiU8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUY60LbiU8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUY60LbiU8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUY60LbiU8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUY60LbiU8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUY60LbiU8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUY60LbiU8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUY60LbiU8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUY60LbiU8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sUY60LbiU8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUY60LbiU8 .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-sUY60LbiU8 .navbar {
    height: 77px;
  }
  .cid-sUY60LbiU8 .navbar.opened {
    height: auto;
  }
  .cid-sUY60LbiU8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWKE32UeJK {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-2-1920x1281.jpg");
}
.cid-sWKE32UeJK .mbr-section-title {
  text-align: left;
  color: #080eed;
}
.cid-sWKE32UeJK .mbr-text,
.cid-sWKE32UeJK .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sWKE32UeJK .mbr-section-title,
  .cid-sWKE32UeJK .mbr-section-btn,
  .cid-sWKE32UeJK .mbr-text {
    text-align: center;
  }
}
.cid-sWKE32UeJK .mbr-section-title P {
  text-align: left;
}
.cid-sWKE33ktgP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sWKE33ktgP nav.navbar {
  position: fixed;
}
.cid-sWKE33ktgP .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-sWKE33ktgP .dropdown-menu {
  padding: 0;
}
.cid-sWKE33ktgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWKE33ktgP .dropdown-item:hover,
.cid-sWKE33ktgP .dropdown-item:focus {
  background: #080eed !important;
  color: white !important;
}
.cid-sWKE33ktgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sWKE33ktgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWKE33ktgP .nav-link {
  position: relative;
}
.cid-sWKE33ktgP .container {
  display: flex;
  margin: auto;
}
.cid-sWKE33ktgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWKE33ktgP .navbar-caption {
  padding-right: 4rem;
}
.cid-sWKE33ktgP .dropdown-menu,
.cid-sWKE33ktgP .navbar.opened {
  background: #10f5f5 !important;
}
.cid-sWKE33ktgP .nav-item:focus,
.cid-sWKE33ktgP .nav-link:focus {
  outline: none;
}
.cid-sWKE33ktgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWKE33ktgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWKE33ktgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sWKE33ktgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWKE33ktgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWKE33ktgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWKE33ktgP .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #10f5f5;
}
.cid-sWKE33ktgP .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWKE33ktgP .navbar.opened {
  transition: all .3s;
}
.cid-sWKE33ktgP .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sWKE33ktgP .navbar .navbar-logo img {
  width: auto;
}
.cid-sWKE33ktgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWKE33ktgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWKE33ktgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWKE33ktgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sWKE33ktgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWKE33ktgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWKE33ktgP .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: 55%;
}
.cid-sWKE33ktgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWKE33ktgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sWKE33ktgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sWKE33ktgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWKE33ktgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWKE33ktgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWKE33ktgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWKE33ktgP .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: 55%;
  }
  .cid-sWKE33ktgP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWKE33ktgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWKE33ktgP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWKE33ktgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWKE33ktgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sWKE33ktgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sWKE33ktgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-sWKE33ktgP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWKE33ktgP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWKE33ktgP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWKE33ktgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWKE33ktgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWKE33ktgP .dropdown-item.active,
.cid-sWKE33ktgP .dropdown-item:active {
  background-color: transparent;
}
.cid-sWKE33ktgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWKE33ktgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWKE33ktgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWKE33ktgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #10f5f5;
}
.cid-sWKE33ktgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWKE33ktgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWKE33ktgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sWKE33ktgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sWKE33ktgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sWKE33ktgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sWKE33ktgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWKE33ktgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKE33ktgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWKE33ktgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWKE33ktgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKE33ktgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWKE33ktgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWKE33ktgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWKE33ktgP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWKE33ktgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sWKE33ktgP .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-sWKE33ktgP .navbar {
    height: 77px;
  }
  .cid-sWKE33ktgP .navbar.opened {
    height: auto;
  }
  .cid-sWKE33ktgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWLbO9rEnJ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-2-1920x1281.jpg");
}
.cid-sWLbO9rEnJ .mbr-section-title {
  text-align: center;
  color: #080eed;
}
.cid-sWLbO9rEnJ .mbr-text,
.cid-sWLbO9rEnJ .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sWLbO9rEnJ .mbr-section-title,
  .cid-sWLbO9rEnJ .mbr-section-btn,
  .cid-sWLbO9rEnJ .mbr-text {
    text-align: center;
  }
}
.cid-sWLbO9rEnJ .mbr-section-title P {
  text-align: left;
}
.cid-sWLbO9Odf5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sWLbO9Odf5 nav.navbar {
  position: fixed;
}
.cid-sWLbO9Odf5 .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-sWLbO9Odf5 .dropdown-menu {
  padding: 0;
}
.cid-sWLbO9Odf5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWLbO9Odf5 .dropdown-item:hover,
.cid-sWLbO9Odf5 .dropdown-item:focus {
  background: #080eed !important;
  color: white !important;
}
.cid-sWLbO9Odf5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sWLbO9Odf5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWLbO9Odf5 .nav-link {
  position: relative;
}
.cid-sWLbO9Odf5 .container {
  display: flex;
  margin: auto;
}
.cid-sWLbO9Odf5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWLbO9Odf5 .navbar-caption {
  padding-right: 4rem;
}
.cid-sWLbO9Odf5 .dropdown-menu,
.cid-sWLbO9Odf5 .navbar.opened {
  background: #10f5f5 !important;
}
.cid-sWLbO9Odf5 .nav-item:focus,
.cid-sWLbO9Odf5 .nav-link:focus {
  outline: none;
}
.cid-sWLbO9Odf5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWLbO9Odf5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWLbO9Odf5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sWLbO9Odf5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWLbO9Odf5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWLbO9Odf5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWLbO9Odf5 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #10f5f5;
}
.cid-sWLbO9Odf5 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWLbO9Odf5 .navbar.opened {
  transition: all .3s;
}
.cid-sWLbO9Odf5 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sWLbO9Odf5 .navbar .navbar-logo img {
  width: auto;
}
.cid-sWLbO9Odf5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWLbO9Odf5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWLbO9Odf5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWLbO9Odf5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sWLbO9Odf5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWLbO9Odf5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWLbO9Odf5 .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: 55%;
}
.cid-sWLbO9Odf5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWLbO9Odf5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sWLbO9Odf5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sWLbO9Odf5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWLbO9Odf5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWLbO9Odf5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWLbO9Odf5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWLbO9Odf5 .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: 55%;
  }
  .cid-sWLbO9Odf5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWLbO9Odf5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWLbO9Odf5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWLbO9Odf5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWLbO9Odf5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sWLbO9Odf5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sWLbO9Odf5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sWLbO9Odf5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWLbO9Odf5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWLbO9Odf5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWLbO9Odf5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWLbO9Odf5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWLbO9Odf5 .dropdown-item.active,
.cid-sWLbO9Odf5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWLbO9Odf5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWLbO9Odf5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWLbO9Odf5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWLbO9Odf5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #10f5f5;
}
.cid-sWLbO9Odf5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWLbO9Odf5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWLbO9Odf5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sWLbO9Odf5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sWLbO9Odf5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sWLbO9Odf5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sWLbO9Odf5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWLbO9Odf5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWLbO9Odf5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWLbO9Odf5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWLbO9Odf5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWLbO9Odf5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWLbO9Odf5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWLbO9Odf5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWLbO9Odf5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWLbO9Odf5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sWLbO9Odf5 .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-sWLbO9Odf5 .navbar {
    height: 77px;
  }
  .cid-sWLbO9Odf5 .navbar.opened {
    height: auto;
  }
  .cid-sWLbO9Odf5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWLdDCZjFQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sWLdDCZjFQ nav.navbar {
  position: fixed;
}
.cid-sWLdDCZjFQ .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-sWLdDCZjFQ .dropdown-menu {
  padding: 0;
}
.cid-sWLdDCZjFQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWLdDCZjFQ .dropdown-item:hover,
.cid-sWLdDCZjFQ .dropdown-item:focus {
  background: #080eed !important;
  color: white !important;
}
.cid-sWLdDCZjFQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sWLdDCZjFQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWLdDCZjFQ .nav-link {
  position: relative;
}
.cid-sWLdDCZjFQ .container {
  display: flex;
  margin: auto;
}
.cid-sWLdDCZjFQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWLdDCZjFQ .navbar-caption {
  padding-right: 4rem;
}
.cid-sWLdDCZjFQ .dropdown-menu,
.cid-sWLdDCZjFQ .navbar.opened {
  background: #10f5f5 !important;
}
.cid-sWLdDCZjFQ .nav-item:focus,
.cid-sWLdDCZjFQ .nav-link:focus {
  outline: none;
}
.cid-sWLdDCZjFQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWLdDCZjFQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWLdDCZjFQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sWLdDCZjFQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWLdDCZjFQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWLdDCZjFQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWLdDCZjFQ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #10f5f5;
}
.cid-sWLdDCZjFQ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWLdDCZjFQ .navbar.opened {
  transition: all .3s;
}
.cid-sWLdDCZjFQ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sWLdDCZjFQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sWLdDCZjFQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWLdDCZjFQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWLdDCZjFQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWLdDCZjFQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sWLdDCZjFQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWLdDCZjFQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWLdDCZjFQ .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: 55%;
}
.cid-sWLdDCZjFQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWLdDCZjFQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sWLdDCZjFQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sWLdDCZjFQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWLdDCZjFQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWLdDCZjFQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWLdDCZjFQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWLdDCZjFQ .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: 55%;
  }
  .cid-sWLdDCZjFQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWLdDCZjFQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWLdDCZjFQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWLdDCZjFQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWLdDCZjFQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sWLdDCZjFQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sWLdDCZjFQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sWLdDCZjFQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWLdDCZjFQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWLdDCZjFQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWLdDCZjFQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWLdDCZjFQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWLdDCZjFQ .dropdown-item.active,
.cid-sWLdDCZjFQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sWLdDCZjFQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWLdDCZjFQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWLdDCZjFQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWLdDCZjFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #10f5f5;
}
.cid-sWLdDCZjFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWLdDCZjFQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWLdDCZjFQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sWLdDCZjFQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sWLdDCZjFQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sWLdDCZjFQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sWLdDCZjFQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWLdDCZjFQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWLdDCZjFQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWLdDCZjFQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWLdDCZjFQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWLdDCZjFQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWLdDCZjFQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWLdDCZjFQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWLdDCZjFQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWLdDCZjFQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sWLdDCZjFQ .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-sWLdDCZjFQ .navbar {
    height: 77px;
  }
  .cid-sWLdDCZjFQ .navbar.opened {
    height: auto;
  }
  .cid-sWLdDCZjFQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWLdDDzJMj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-11-1920x1280.jpg");
}
.cid-sWLdDDzJMj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-sWLdDDzJMj form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sWLdDDzJMj form.mbr-form {
    padding: 3rem 2rem;
    width: 90%;
  }
}
@media (max-width: 991px) {
  .cid-sWLdDDzJMj form.mbr-form {
    padding: 1rem;
  }
}
.cid-sWLdDDzJMj form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sWLdDDzJMj form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sWLdDDzJMj .mbr-section-title {
  color: #080eed;
}
.cid-sWLdDDzJMj P {
  color: #080eed;
}
.cid-sYJlBVumJb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sYJlBVumJb nav.navbar {
  position: fixed;
}
.cid-sYJlBVumJb .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-sYJlBVumJb .dropdown-menu {
  padding: 0;
}
.cid-sYJlBVumJb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYJlBVumJb .dropdown-item:hover,
.cid-sYJlBVumJb .dropdown-item:focus {
  background: #080eed !important;
  color: white !important;
}
.cid-sYJlBVumJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sYJlBVumJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYJlBVumJb .nav-link {
  position: relative;
}
.cid-sYJlBVumJb .container {
  display: flex;
  margin: auto;
}
.cid-sYJlBVumJb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sYJlBVumJb .navbar-caption {
  padding-right: 4rem;
}
.cid-sYJlBVumJb .dropdown-menu,
.cid-sYJlBVumJb .navbar.opened {
  background: #10f5f5 !important;
}
.cid-sYJlBVumJb .nav-item:focus,
.cid-sYJlBVumJb .nav-link:focus {
  outline: none;
}
.cid-sYJlBVumJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYJlBVumJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYJlBVumJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sYJlBVumJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYJlBVumJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYJlBVumJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYJlBVumJb .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #10f5f5;
}
.cid-sYJlBVumJb .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYJlBVumJb .navbar.opened {
  transition: all .3s;
}
.cid-sYJlBVumJb .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sYJlBVumJb .navbar .navbar-logo img {
  width: auto;
}
.cid-sYJlBVumJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYJlBVumJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYJlBVumJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYJlBVumJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sYJlBVumJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYJlBVumJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYJlBVumJb .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: 55%;
}
.cid-sYJlBVumJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYJlBVumJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sYJlBVumJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sYJlBVumJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYJlBVumJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYJlBVumJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYJlBVumJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYJlBVumJb .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: 55%;
  }
  .cid-sYJlBVumJb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sYJlBVumJb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYJlBVumJb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYJlBVumJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYJlBVumJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYJlBVumJb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sYJlBVumJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYJlBVumJb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sYJlBVumJb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sYJlBVumJb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYJlBVumJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYJlBVumJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYJlBVumJb .dropdown-item.active,
.cid-sYJlBVumJb .dropdown-item:active {
  background-color: transparent;
}
.cid-sYJlBVumJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYJlBVumJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYJlBVumJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYJlBVumJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #10f5f5;
}
.cid-sYJlBVumJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYJlBVumJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYJlBVumJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYJlBVumJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYJlBVumJb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sYJlBVumJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sYJlBVumJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sYJlBVumJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sYJlBVumJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sYJlBVumJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sYJlBVumJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sYJlBVumJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sYJlBVumJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sYJlBVumJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sYJlBVumJb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sYJlBVumJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYJlBVumJb .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-sYJlBVumJb .navbar {
    height: 77px;
  }
  .cid-sYJlBVumJb .navbar.opened {
    height: auto;
  }
  .cid-sYJlBVumJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYJm4SqDIX {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-sYJm4SqDIX .mbr-section-title {
  text-align: center;
  color: #080eed;
}
.cid-sYJm4SqDIX .mbr-text,
.cid-sYJm4SqDIX .mbr-section-btn {
  color: #080eed;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sYJm4SqDIX .mbr-section-title,
  .cid-sYJm4SqDIX .mbr-section-btn,
  .cid-sYJm4SqDIX .mbr-text {
    text-align: center;
  }
}
