body {
  font-family: Jost;
}
.display-1 {
  font-family: 'SourceSansPro-Regular';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'SourceSansPro-Regular';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'SourceSansPro-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'SourceSansPro-Regular';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'SourceSansPro-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fbe8a6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fbe8a6 !important;
  border-color: #fbe8a6 !important;
  color: #9b7a07 !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: #483903 !important;
  background-color: #f7d353 !important;
  border-color: #f7d353 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #9b7a07 !important;
  background-color: #f7d353 !important;
  border-color: #f7d353 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.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-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fbe8a6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #f7d353 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #9b7a07 !important;
  background-color: #fbe8a6 !important;
  border-color: #fbe8a6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fbe8a6 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f7cf44 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fbe8a6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fbe8a6;
  border-color: #fbe8a6;
  color: #b38d08;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fbe8a6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'SourceSansPro-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #fbe8a6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'SourceSansPro-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #fbe8a6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fbe8a6;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fbe8a6;
}
.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: #fbe8a6;
  border-bottom-color: #fbe8a6;
}
.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: #000000 !important;
  background-color: #fbe8a6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%23fbe8a6' %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-sFHpMqcXGj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFHpMqcXGj nav.navbar {
  position: fixed;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFHpMqcXGj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFHpMqcXGj .dropdown-item:hover,
.cid-sFHpMqcXGj .dropdown-item:focus {
  background: #fbe8a6 !important;
  color: white !important;
}
.cid-sFHpMqcXGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFHpMqcXGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFHpMqcXGj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFHpMqcXGj .nav-link {
  position: relative;
}
.cid-sFHpMqcXGj .container {
  display: flex;
  margin: auto;
}
.cid-sFHpMqcXGj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown-menu,
.cid-sFHpMqcXGj .navbar.opened {
  background: #1854c0 !important;
}
.cid-sFHpMqcXGj .nav-item:focus,
.cid-sFHpMqcXGj .nav-link:focus {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFHpMqcXGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFHpMqcXGj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1854c0;
}
.cid-sFHpMqcXGj .navbar.opened {
  transition: all 0.3s;
}
.cid-sFHpMqcXGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFHpMqcXGj .navbar .navbar-logo img {
  width: auto;
}
.cid-sFHpMqcXGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar.collapsed {
  justify-content: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFHpMqcXGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFHpMqcXGj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFHpMqcXGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFHpMqcXGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFHpMqcXGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFHpMqcXGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFHpMqcXGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFHpMqcXGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFHpMqcXGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFHpMqcXGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFHpMqcXGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFHpMqcXGj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown-item.active,
.cid-sFHpMqcXGj .dropdown-item:active {
  background-color: transparent;
}
.cid-sFHpMqcXGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1854c0;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFHpMqcXGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFHpMqcXGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFHpMqcXGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFHpMqcXGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFHpMqcXGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar {
    height: 70px;
  }
  .cid-sFHpMqcXGj .navbar.opened {
    height: auto;
  }
  .cid-sFHpMqcXGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tG2GRkwTYq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tG2GRkwTYq .carousel {
  height: 800px;
}
.cid-tG2GRkwTYq .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tG2GRkwTYq .carousel-item,
.cid-tG2GRkwTYq .carousel-inner {
  height: 100%;
}
.cid-tG2GRkwTYq .carousel-caption {
  bottom: 40px;
}
.cid-tG2GRkwTYq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tG2GRkwTYq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tG2GRkwTYq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tG2GRkwTYq .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tG2GRkwTYq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tG2GRkwTYq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tG2GRkwTYq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tG2GRkwTYq .carousel-control {
  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-tG2GRkwTYq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tG2GRkwTYq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tG2GRkwTYq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tG2GRkwTYq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tG2GRkwTYq .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-tG2GRkwTYq .carousel-indicators li.active,
.cid-tG2GRkwTYq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tG2GRkwTYq .carousel-indicators li::after,
.cid-tG2GRkwTYq .carousel-indicators li::before {
  content: none;
}
.cid-tG2GRkwTYq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tG2GRkwTYq .carousel-indicators {
    display: none !important;
  }
}
.cid-tPpMRMRGHY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tPpMRMRGHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPpMRMRGHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tPpMRMRGHY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPpMRMRGHY .row {
  flex-direction: row-reverse;
}
.cid-tPpMRMRGHY img {
  width: 100%;
}
.cid-tPpNxuGByT {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tPpNxuGByT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPpNxuGByT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPpNxuGByT .video-wrapper iframe {
  width: 100%;
}
.cid-tPpNxuGByT .mbr-section-title,
.cid-tPpNxuGByT .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tPpNxuGByT .text-wrapper {
    padding: 2rem;
  }
}
.cid-tPpNxuGByT .mbr-text {
  color: #9fdbf8;
}
.cid-tPpPdsackW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tPpPdsackW .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-tPpPdsackW img,
.cid-tPpPdsackW .item-img {
  width: 100%;
}
.cid-tPpPdsackW .item:focus,
.cid-tPpPdsackW span:focus {
  outline: none;
}
.cid-tPpPdsackW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tPpPdsackW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tPpPdsackW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tPpPdsackW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPpPdsackW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tPpPdsackW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tPpPdsackW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tPpPdsackW .mbr-section-title {
  color: #232323;
}
.cid-tPpPdsackW .mbr-text,
.cid-tPpPdsackW .mbr-section-btn {
  text-align: center;
}
.cid-tPpPdsackW .item-title {
  text-align: center;
}
.cid-tPpPdsackW .item-subtitle {
  text-align: left;
}
.cid-tPrQ6t7zfM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tPrQ6t7zfM img,
.cid-tPrQ6t7zfM .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tPrQ6t7zfM .item:focus,
.cid-tPrQ6t7zfM span:focus {
  outline: none;
}
.cid-tPrQ6t7zfM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tPrQ6t7zfM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tPrQ6t7zfM .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tPrQ6t7zfM .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPrQ6t7zfM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tPrQ6t7zfM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tPrQ6t7zfM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tPrQ6t7zfM .mbr-section-title {
  color: #232323;
}
.cid-tPrQ6t7zfM .mbr-text,
.cid-tPrQ6t7zfM .mbr-section-btn {
  text-align: left;
}
.cid-tPrQ6t7zfM .item-title {
  text-align: left;
}
.cid-tPrQ6t7zfM .item-subtitle {
  text-align: left;
}
.cid-tPpO0rE9lp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tPpO0rE9lp img,
.cid-tPpO0rE9lp .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tPpO0rE9lp .item:focus,
.cid-tPpO0rE9lp span:focus {
  outline: none;
}
.cid-tPpO0rE9lp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tPpO0rE9lp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tPpO0rE9lp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tPpO0rE9lp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPpO0rE9lp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tPpO0rE9lp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tPpO0rE9lp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tPpO0rE9lp .mbr-section-title {
  color: #ffe161;
}
.cid-tPpO0rE9lp .mbr-text,
.cid-tPpO0rE9lp .mbr-section-btn {
  text-align: center;
}
.cid-tPpO0rE9lp .item-title {
  text-align: center;
}
.cid-tPpO0rE9lp .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tPpO0rE9lp .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tGbTb03HMn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #47b5ed;
}
.cid-tGbTb03HMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGbTb03HMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGbTb03HMn .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tGbTb03HMn .team-card:hover {
  transform: translateY(-10px);
}
.cid-tGbTb03HMn .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tGbTb03HMn .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tGbTb03HMn .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tGbTb03HMn .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGbTb03HMn .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tGbTb03HMn .social-row {
  text-align: center;
}
.cid-tGbTb03HMn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tGbTb03HMn .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tGbTb03HMn .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tGbTb03HMn .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tGce4hS31N {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tGce4hS31N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGce4hS31N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGce4hS31N .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tGce4hS31N .card {
    margin-bottom: 2rem!important;
  }
  .cid-tGce4hS31N .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tGce4hS31N .link-wrap {
    align-items: center;
  }
}
.cid-tGce4hS31N .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGcMDeTv3n {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #47b5ed;
}
.cid-tGcMDeTv3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGcMDeTv3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGcMDeTv3n .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tGcMDeTv3n .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tGcMDeTv3n .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGcMDeTv3n .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tGcMDeTv3n .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fbe8a6;
}
.cid-tGcMDeTv3n .mbr-section-title {
  text-align: left;
}
.cid-tGcMDeTv3n .mbr-section-subtitle {
  text-align: left;
}
.cid-tGcPuZ0LRx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ4CHW6vj8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1854c0;
  overflow: hidden;
}
.cid-tGvxiKoShz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGvxiKoShz nav.navbar {
  position: fixed;
}
.cid-tGvxiKoShz .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-tGvxiKoShz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGvxiKoShz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGvxiKoShz .dropdown-item:hover,
.cid-tGvxiKoShz .dropdown-item:focus {
  background: #fbe8a6 !important;
  color: white !important;
}
.cid-tGvxiKoShz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGvxiKoShz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGvxiKoShz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGvxiKoShz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGvxiKoShz .nav-link {
  position: relative;
}
.cid-tGvxiKoShz .container {
  display: flex;
  margin: auto;
}
.cid-tGvxiKoShz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGvxiKoShz .dropdown-menu,
.cid-tGvxiKoShz .navbar.opened {
  background: #1854c0 !important;
}
.cid-tGvxiKoShz .nav-item:focus,
.cid-tGvxiKoShz .nav-link:focus {
  outline: none;
}
.cid-tGvxiKoShz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGvxiKoShz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvxiKoShz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGvxiKoShz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGvxiKoShz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGvxiKoShz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGvxiKoShz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1854c0;
}
.cid-tGvxiKoShz .navbar.opened {
  transition: all 0.3s;
}
.cid-tGvxiKoShz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGvxiKoShz .navbar .navbar-logo img {
  width: auto;
}
.cid-tGvxiKoShz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGvxiKoShz .navbar.collapsed {
  justify-content: center;
}
.cid-tGvxiKoShz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGvxiKoShz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGvxiKoShz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tGvxiKoShz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGvxiKoShz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGvxiKoShz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tGvxiKoShz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGvxiKoShz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGvxiKoShz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGvxiKoShz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGvxiKoShz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGvxiKoShz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGvxiKoShz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGvxiKoShz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGvxiKoShz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGvxiKoShz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGvxiKoShz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGvxiKoShz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGvxiKoShz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGvxiKoShz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tGvxiKoShz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGvxiKoShz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGvxiKoShz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGvxiKoShz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGvxiKoShz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGvxiKoShz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGvxiKoShz .dropdown-item.active,
.cid-tGvxiKoShz .dropdown-item:active {
  background-color: transparent;
}
.cid-tGvxiKoShz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGvxiKoShz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGvxiKoShz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGvxiKoShz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1854c0;
}
.cid-tGvxiKoShz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGvxiKoShz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvxiKoShz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGvxiKoShz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGvxiKoShz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGvxiKoShz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tGvxiKoShz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGvxiKoShz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGvxiKoShz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGvxiKoShz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGvxiKoShz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGvxiKoShz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGvxiKoShz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGvxiKoShz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGvxiKoShz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGvxiKoShz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGvxiKoShz .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-tGvxiKoShz .navbar {
    height: 70px;
  }
  .cid-tGvxiKoShz .navbar.opened {
    height: auto;
  }
  .cid-tGvxiKoShz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGvxiKQ651 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tGvxiKQ651 .carousel {
  height: 800px;
}
.cid-tGvxiKQ651 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tGvxiKQ651 .carousel-item,
.cid-tGvxiKQ651 .carousel-inner {
  height: 100%;
}
.cid-tGvxiKQ651 .carousel-caption {
  bottom: 40px;
}
.cid-tGvxiKQ651 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tGvxiKQ651 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tGvxiKQ651 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tGvxiKQ651 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tGvxiKQ651 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tGvxiKQ651 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tGvxiKQ651 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tGvxiKQ651 .carousel-control {
  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-tGvxiKQ651 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGvxiKQ651 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGvxiKQ651 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGvxiKQ651 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tGvxiKQ651 .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-tGvxiKQ651 .carousel-indicators li.active,
.cid-tGvxiKQ651 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGvxiKQ651 .carousel-indicators li::after,
.cid-tGvxiKQ651 .carousel-indicators li::before {
  content: none;
}
.cid-tGvxiKQ651 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tGvxiKQ651 .carousel-indicators {
    display: none !important;
  }
}
.cid-tGvxiLeg0o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #47b5ed;
}
.cid-tGvxiLeg0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGvxiLeg0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGvxiLeg0o .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tGvxiLeg0o .team-card:hover {
  transform: translateY(-10px);
}
.cid-tGvxiLeg0o .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tGvxiLeg0o .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tGvxiLeg0o .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tGvxiLeg0o .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGvxiLeg0o .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tGvxiLeg0o .social-row {
  text-align: center;
}
.cid-tGvxiLeg0o .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tGvxiLeg0o .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tGvxiLeg0o .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tGvxiLeg0o .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tGvxiM9OBp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tGvxiM9OBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGvxiM9OBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGvxiM9OBp .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tGvxiM9OBp .card {
    margin-bottom: 2rem!important;
  }
  .cid-tGvxiM9OBp .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tGvxiM9OBp .link-wrap {
    align-items: center;
  }
}
.cid-tGvxiM9OBp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGvxiMsYCb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #47b5ed;
}
.cid-tGvxiMsYCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGvxiMsYCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGvxiMsYCb .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tGvxiMsYCb .card {
    margin-bottom: 2rem!important;
  }
  .cid-tGvxiMsYCb .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tGvxiMsYCb .link-wrap {
    align-items: center;
  }
}
.cid-tGvxiMsYCb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGvxiMNgzs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tGvxiMNgzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGvxiMNgzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGvxiMNgzs .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tGvxiMNgzs .card {
    margin-bottom: 2rem!important;
  }
  .cid-tGvxiMNgzs .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tGvxiMNgzs .link-wrap {
    align-items: center;
  }
}
.cid-tGvxiMNgzs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGvxiNd93M {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #47b5ed;
}
.cid-tGvxiNd93M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGvxiNd93M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGvxiNd93M .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tGvxiNd93M .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tGvxiNd93M .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGvxiNd93M .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tGvxiNd93M .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fbe8a6;
}
.cid-tGvxiNd93M .mbr-section-title {
  text-align: left;
}
.cid-tGvxiNd93M .mbr-section-subtitle {
  text-align: left;
}
.cid-tGvxiNJ42p {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ4CHW6vj8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1854c0;
  overflow: hidden;
}
.cid-tPEXMtP8kZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPEXMtP8kZ nav.navbar {
  position: fixed;
}
.cid-tPEXMtP8kZ .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-tPEXMtP8kZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPEXMtP8kZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPEXMtP8kZ .dropdown-item:hover,
.cid-tPEXMtP8kZ .dropdown-item:focus {
  background: #fbe8a6 !important;
  color: white !important;
}
.cid-tPEXMtP8kZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPEXMtP8kZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPEXMtP8kZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPEXMtP8kZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPEXMtP8kZ .nav-link {
  position: relative;
}
.cid-tPEXMtP8kZ .container {
  display: flex;
  margin: auto;
}
.cid-tPEXMtP8kZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPEXMtP8kZ .dropdown-menu,
.cid-tPEXMtP8kZ .navbar.opened {
  background: #1854c0 !important;
}
.cid-tPEXMtP8kZ .nav-item:focus,
.cid-tPEXMtP8kZ .nav-link:focus {
  outline: none;
}
.cid-tPEXMtP8kZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPEXMtP8kZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPEXMtP8kZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPEXMtP8kZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPEXMtP8kZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPEXMtP8kZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPEXMtP8kZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1854c0;
}
.cid-tPEXMtP8kZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tPEXMtP8kZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPEXMtP8kZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tPEXMtP8kZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPEXMtP8kZ .navbar.collapsed {
  justify-content: center;
}
.cid-tPEXMtP8kZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPEXMtP8kZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPEXMtP8kZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPEXMtP8kZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPEXMtP8kZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPEXMtP8kZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tPEXMtP8kZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPEXMtP8kZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPEXMtP8kZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPEXMtP8kZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPEXMtP8kZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPEXMtP8kZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPEXMtP8kZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPEXMtP8kZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tPEXMtP8kZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPEXMtP8kZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPEXMtP8kZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPEXMtP8kZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPEXMtP8kZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPEXMtP8kZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPEXMtP8kZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPEXMtP8kZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPEXMtP8kZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPEXMtP8kZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPEXMtP8kZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPEXMtP8kZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPEXMtP8kZ .dropdown-item.active,
.cid-tPEXMtP8kZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tPEXMtP8kZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPEXMtP8kZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPEXMtP8kZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPEXMtP8kZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1854c0;
}
.cid-tPEXMtP8kZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPEXMtP8kZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPEXMtP8kZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPEXMtP8kZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPEXMtP8kZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPEXMtP8kZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPEXMtP8kZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPEXMtP8kZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPEXMtP8kZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPEXMtP8kZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPEXMtP8kZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPEXMtP8kZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPEXMtP8kZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPEXMtP8kZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPEXMtP8kZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPEXMtP8kZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPEXMtP8kZ .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-tPEXMtP8kZ .navbar {
    height: 70px;
  }
  .cid-tPEXMtP8kZ .navbar.opened {
    height: auto;
  }
  .cid-tPEXMtP8kZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPEXMuwgH9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/misc-services-tmp.jpg");
}
.cid-tPEXMuwgH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPEXMuwgH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPEXMuwgH9 .mbr-section-title {
  color: #000000;
}
.cid-tPEXMuNS8e {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPEXMuNS8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPEXMuNS8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPEXMuNS8e .mbr-section-title {
  text-align: left;
}
.cid-tPEZ5iVnA7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tPEZ5iVnA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPEZ5iVnA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPEZ5iVnA7 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPEZ5iVnA7 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-tPEZ5iVnA7 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-tPEZ5iVnA7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tPEZ5iVnA7 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-tPEZ5iVnA7 .mbr-section-title {
  color: #d70081;
}
.cid-tPEZ5iVnA7 .mbr-section-subtitle {
  color: #232323;
}
.cid-tPEZ5iVnA7 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tPEZ5iVnA7 .card-box .item-footer {
  margin-top: auto;
}
.cid-tPEZ5iVnA7 .content-head {
  max-width: 800px;
}
.cid-tPEXMxtlyQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ4CHW6vj8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1854c0;
  overflow: hidden;
}
.cid-tPF1U0bJ14 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPF1U0bJ14 nav.navbar {
  position: fixed;
}
.cid-tPF1U0bJ14 .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-tPF1U0bJ14 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPF1U0bJ14 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPF1U0bJ14 .dropdown-item:hover,
.cid-tPF1U0bJ14 .dropdown-item:focus {
  background: #fbe8a6 !important;
  color: white !important;
}
.cid-tPF1U0bJ14 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPF1U0bJ14 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPF1U0bJ14 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPF1U0bJ14 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPF1U0bJ14 .nav-link {
  position: relative;
}
.cid-tPF1U0bJ14 .container {
  display: flex;
  margin: auto;
}
.cid-tPF1U0bJ14 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPF1U0bJ14 .dropdown-menu,
.cid-tPF1U0bJ14 .navbar.opened {
  background: #1854c0 !important;
}
.cid-tPF1U0bJ14 .nav-item:focus,
.cid-tPF1U0bJ14 .nav-link:focus {
  outline: none;
}
.cid-tPF1U0bJ14 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPF1U0bJ14 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPF1U0bJ14 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPF1U0bJ14 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPF1U0bJ14 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPF1U0bJ14 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPF1U0bJ14 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1854c0;
}
.cid-tPF1U0bJ14 .navbar.opened {
  transition: all 0.3s;
}
.cid-tPF1U0bJ14 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPF1U0bJ14 .navbar .navbar-logo img {
  width: auto;
}
.cid-tPF1U0bJ14 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPF1U0bJ14 .navbar.collapsed {
  justify-content: center;
}
.cid-tPF1U0bJ14 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPF1U0bJ14 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPF1U0bJ14 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPF1U0bJ14 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPF1U0bJ14 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPF1U0bJ14 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tPF1U0bJ14 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPF1U0bJ14 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPF1U0bJ14 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPF1U0bJ14 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPF1U0bJ14 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPF1U0bJ14 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPF1U0bJ14 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPF1U0bJ14 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tPF1U0bJ14 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPF1U0bJ14 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPF1U0bJ14 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPF1U0bJ14 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPF1U0bJ14 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPF1U0bJ14 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPF1U0bJ14 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPF1U0bJ14 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPF1U0bJ14 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPF1U0bJ14 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPF1U0bJ14 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPF1U0bJ14 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPF1U0bJ14 .dropdown-item.active,
.cid-tPF1U0bJ14 .dropdown-item:active {
  background-color: transparent;
}
.cid-tPF1U0bJ14 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPF1U0bJ14 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPF1U0bJ14 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPF1U0bJ14 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1854c0;
}
.cid-tPF1U0bJ14 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPF1U0bJ14 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPF1U0bJ14 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPF1U0bJ14 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPF1U0bJ14 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPF1U0bJ14 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPF1U0bJ14 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPF1U0bJ14 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPF1U0bJ14 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPF1U0bJ14 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPF1U0bJ14 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPF1U0bJ14 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPF1U0bJ14 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPF1U0bJ14 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPF1U0bJ14 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPF1U0bJ14 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPF1U0bJ14 .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-tPF1U0bJ14 .navbar {
    height: 70px;
  }
  .cid-tPF1U0bJ14 .navbar.opened {
    height: auto;
  }
  .cid-tPF1U0bJ14 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPF1U0Xkvq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tPF1U0Xkvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPF1U0Xkvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPF1U0Xkvq .mbr-section-title {
  color: #000000;
}
.cid-tPF1U1sJao {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPF1U1sJao .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPF1U1sJao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPF1U1sJao .mbr-section-title {
  text-align: left;
}
.cid-tPF1U2G9Cx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ7MA40JP5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tQdHpjmuku {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQdI47vGSy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tQdI47vGSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdI47vGSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQdI47vGSy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQdI47vGSy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tQdI47vGSy .text-wrapper {
    padding: 2rem;
  }
}
.cid-tQdI525yl9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tQdI525yl9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdI525yl9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQdI525yl9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQdI525yl9 .row {
  flex-direction: row-reverse;
}
.cid-tQdI525yl9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tQdI525yl9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tQdIteehuP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tQdIteehuP img,
.cid-tQdIteehuP .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tQdIteehuP .item:focus,
.cid-tQdIteehuP span:focus {
  outline: none;
}
.cid-tQdIteehuP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQdIteehuP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQdIteehuP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tQdIteehuP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQdIteehuP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tQdIteehuP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tQdIteehuP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQdIteehuP .mbr-section-title {
  color: #232323;
}
.cid-tQdIteehuP .mbr-text,
.cid-tQdIteehuP .mbr-section-btn {
  text-align: left;
}
.cid-tQdIteehuP .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-tQdIteehuP .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tQdJvuYdaP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tQdJvuYdaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdJvuYdaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQdJvuYdaP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQdJvuYdaP .row {
  flex-direction: row-reverse;
}
.cid-tQdJvuYdaP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tQdJvuYdaP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tQdJvuYdaP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tQdJvuYdaP .mbr-section-title {
  color: #000000;
}
.cid-tQdJvuYdaP .mbr-text,
.cid-tQdJvuYdaP .mbr-section-btn {
  color: #232323;
}
.cid-tQdKaEVFtd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #260a30;
}
.cid-tQdKaEVFtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdKaEVFtd .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tQdKaEVFtd .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-tQdKaEVFtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdKaEVFtd .content-head {
  max-width: 800px;
}
.cid-tQdKaEVFtd .card1 {
  background: #f0f0f0;
}
.cid-tQdKaEVFtd .card2 {
  background: #1854c0;
}
.cid-tQdKaEVFtd .card3 {
  background: #3a341c;
}
.cid-tQdKaEVFtd .card4 {
  background: #ffd7ef;
}
.cid-tQdKaEVFtd .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tQdKaEVFtd .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tQdKaEVFtd .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tQdKaEVFtd .card {
    margin-bottom: 1rem;
  }
}
.cid-tQdKaEVFtd .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tQdKaEVFtd .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tQdKaEVFtd .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tQdKaEVFtd .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tQdKaEVFtd .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tQdKaEVFtd .title-row {
    padding: 1.5rem;
  }
}
.cid-tQdKaEVFtd .card-title2,
.cid-tQdKaEVFtd .social-row {
  color: #ffc091;
}
.cid-tQdKaEVFtd .card-title1,
.cid-tQdKaEVFtd .social-row {
  color: #260a30;
}
.cid-tQdKaEVFtd .card-title3,
.cid-tQdKaEVFtd .social-row {
  color: #ffeb69;
}
.cid-tQdKaEVFtd .card-text3,
.cid-tQdKaEVFtd .mbr-section-btn {
  color: #ffffff;
}
.cid-tQdKaEVFtd .card-text1,
.cid-tQdKaEVFtd .mbr-section-btn {
  color: #260a30;
}
.cid-tQdKaEVFtd .card-text2,
.cid-tQdKaEVFtd .mbr-section-btn {
  color: #ffffff;
}
.cid-tQdKaEVFtd .card-title4,
.cid-tQdKaEVFtd .social-row {
  color: #320707;
}
.cid-tQdKaEVFtd .card-text4,
.cid-tQdKaEVFtd .mbr-section-btn {
  color: #320707;
}
.cid-tQdKaEVFtd .mbr-role2 {
  color: #ffffff;
}
.cid-tQdKaEVFtd .mbr-role4 {
  color: #320707;
}
.cid-tQdKaEVFtd .mbr-role3 {
  color: #ffffff;
}
.cid-tQdKaEVFtd .mbr-section-title {
  text-align: center;
  color: #ffe161;
}
.cid-tQiJQkcLHd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQjoCZOqtx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-tQjoCZOqtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQjoCZOqtx .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tQjoCZOqtx .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-tQjoCZOqtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQjoCZOqtx .content-head {
  max-width: 800px;
}
.cid-tQjoCZOqtx .card1 {
  background: #a0e2e1;
}
.cid-tQjoCZOqtx .card2 {
  background: #260a30;
}
.cid-tQjoCZOqtx .card3 {
  background: #3a341c;
}
.cid-tQjoCZOqtx .card4 {
  background: #ffd7ef;
}
.cid-tQjoCZOqtx .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tQjoCZOqtx .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tQjoCZOqtx .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tQjoCZOqtx .card {
    margin-bottom: 1rem;
  }
}
.cid-tQjoCZOqtx .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tQjoCZOqtx .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tQjoCZOqtx .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tQjoCZOqtx .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tQjoCZOqtx .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tQjoCZOqtx .title-row {
    padding: 1.5rem;
  }
}
.cid-tQjoCZOqtx .card-title2,
.cid-tQjoCZOqtx .social-row {
  color: #ffc091;
}
.cid-tQjoCZOqtx .card-title1,
.cid-tQjoCZOqtx .social-row {
  color: #260a30;
}
.cid-tQjoCZOqtx .card-title3,
.cid-tQjoCZOqtx .social-row {
  color: #ffeb69;
}
.cid-tQjoCZOqtx .card-text3,
.cid-tQjoCZOqtx .mbr-section-btn {
  color: #ffffff;
}
.cid-tQjoCZOqtx .card-text1,
.cid-tQjoCZOqtx .mbr-section-btn {
  color: #260a30;
}
.cid-tQjoCZOqtx .card-text2,
.cid-tQjoCZOqtx .mbr-section-btn {
  color: #ffffff;
}
.cid-tQjoCZOqtx .card-title4,
.cid-tQjoCZOqtx .social-row {
  color: #320707;
}
.cid-tQjoCZOqtx .card-text4,
.cid-tQjoCZOqtx .mbr-section-btn {
  color: #320707;
}
.cid-tQjoCZOqtx .mbr-role2 {
  color: #ffffff;
}
.cid-tQjoCZOqtx .mbr-role4 {
  color: #320707;
}
.cid-tQjoCZOqtx .mbr-role3 {
  color: #ffffff;
}
.cid-tQdKkeZOwG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #2e481a;
}
.cid-tQdKkeZOwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdKkeZOwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdKkeZOwG .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-tQdKkeZOwG .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-tQdKkeZOwG .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-tQdKkeZOwG .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-tQdKkeZOwG .row {
  flex-direction: row-reverse;
}
.cid-tQdKkeZOwG .image-wrapper {
  padding: 0 0.75rem;
}
.cid-tQdKkeZOwG img,
.cid-tQdKkeZOwG .image-wrapper {
  height: 600px;
  object-fit: cover;
}
.cid-tQdKkeZOwG .mbr-section-title {
  color: #000000;
}
.cid-tQdKkeZOwG .mbr-text {
  color: #000000;
}
.cid-tQdKnyKKMT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-tQdKnyKKMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdKnyKKMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tQdKnyKKMT .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tQdKnyKKMT .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
.cid-tQdKnyKKMT .card-wrapper {
  background: #ffffff;
}
.cid-tQdKnyKKMT .mbr-text,
.cid-tQdKnyKKMT .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tQdKnyKKMT .card-title,
.cid-tQdKnyKKMT .card-box {
  text-align: left;
  color: #000000;
}
.cid-tPF21JqUTq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tPF21JqUTq img,
.cid-tPF21JqUTq .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tPF21JqUTq .item:focus,
.cid-tPF21JqUTq span:focus {
  outline: none;
}
.cid-tPF21JqUTq .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tPF21JqUTq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tPF21JqUTq .item {
  padding: 0;
  margin: 0;
}
.cid-tPF21JqUTq .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tPF21JqUTq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPF21JqUTq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tPF21JqUTq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tPF21JqUTq .mbr-section-title {
  color: #232323;
}
.cid-tQdPLgeGkJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQdPLgeGkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQdPLgeGkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQdPLgeGkJ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tQdPLgeGkJ .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tQdPLgeGkJ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQdPLgeGkJ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tQdPLgeGkJ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fbe8a6;
}
.cid-tQ4CHW6vj8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1854c0;
  overflow: hidden;
}
.cid-tPKDGvyGmF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPKDGvyGmF nav.navbar {
  position: fixed;
}
.cid-tPKDGvyGmF .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-tPKDGvyGmF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPKDGvyGmF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPKDGvyGmF .dropdown-item:hover,
.cid-tPKDGvyGmF .dropdown-item:focus {
  background: #fbe8a6 !important;
  color: white !important;
}
.cid-tPKDGvyGmF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPKDGvyGmF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPKDGvyGmF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPKDGvyGmF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPKDGvyGmF .nav-link {
  position: relative;
}
.cid-tPKDGvyGmF .container {
  display: flex;
  margin: auto;
}
.cid-tPKDGvyGmF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPKDGvyGmF .dropdown-menu,
.cid-tPKDGvyGmF .navbar.opened {
  background: #1854c0 !important;
}
.cid-tPKDGvyGmF .nav-item:focus,
.cid-tPKDGvyGmF .nav-link:focus {
  outline: none;
}
.cid-tPKDGvyGmF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPKDGvyGmF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPKDGvyGmF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPKDGvyGmF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPKDGvyGmF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPKDGvyGmF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPKDGvyGmF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1854c0;
}
.cid-tPKDGvyGmF .navbar.opened {
  transition: all 0.3s;
}
.cid-tPKDGvyGmF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPKDGvyGmF .navbar .navbar-logo img {
  width: auto;
}
.cid-tPKDGvyGmF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPKDGvyGmF .navbar.collapsed {
  justify-content: center;
}
.cid-tPKDGvyGmF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPKDGvyGmF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPKDGvyGmF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPKDGvyGmF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPKDGvyGmF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPKDGvyGmF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tPKDGvyGmF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPKDGvyGmF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPKDGvyGmF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPKDGvyGmF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPKDGvyGmF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPKDGvyGmF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPKDGvyGmF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPKDGvyGmF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tPKDGvyGmF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPKDGvyGmF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPKDGvyGmF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPKDGvyGmF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPKDGvyGmF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPKDGvyGmF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPKDGvyGmF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPKDGvyGmF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPKDGvyGmF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPKDGvyGmF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPKDGvyGmF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPKDGvyGmF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPKDGvyGmF .dropdown-item.active,
.cid-tPKDGvyGmF .dropdown-item:active {
  background-color: transparent;
}
.cid-tPKDGvyGmF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPKDGvyGmF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPKDGvyGmF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPKDGvyGmF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1854c0;
}
.cid-tPKDGvyGmF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPKDGvyGmF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPKDGvyGmF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPKDGvyGmF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPKDGvyGmF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPKDGvyGmF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPKDGvyGmF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPKDGvyGmF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPKDGvyGmF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPKDGvyGmF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPKDGvyGmF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPKDGvyGmF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPKDGvyGmF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPKDGvyGmF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPKDGvyGmF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPKDGvyGmF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPKDGvyGmF .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-tPKDGvyGmF .navbar {
    height: 70px;
  }
  .cid-tPKDGvyGmF .navbar.opened {
    height: auto;
  }
  .cid-tPKDGvyGmF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPKDGxrYIL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banner-news-tmp.jpg");
}
.cid-tPKDGxrYIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPKDGxrYIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPKDGxrYIL .mbr-section-title {
  color: #000000;
}
.cid-tPKDGyRDdm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPKDGyRDdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPKDGyRDdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPKDGyRDdm .mbr-section-title {
  text-align: left;
}
.cid-tPKU3uXxvT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPKU3uXxvT .item:focus,
.cid-tPKU3uXxvT span:focus {
  outline: none;
}
.cid-tPKU3uXxvT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tPKU3uXxvT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tPKU3uXxvT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tPKU3uXxvT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPKU3uXxvT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tPKU3uXxvT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tPKU3uXxvT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tPKU3uXxvT .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tPKU3uXxvT .mbr-text,
.cid-tPKU3uXxvT .mbr-section-btn {
  text-align: left;
}
.cid-tPKU3uXxvT .item-title {
  text-align: left;
}
.cid-tPKU3uXxvT .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tPKU3uXxvT .mbr-section-subtitle {
  text-align: left;
}
.cid-tPKDGCeSeE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ4CHW6vj8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1854c0;
  overflow: hidden;
}
.cid-tPKZbCgAlW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPKZbCgAlW nav.navbar {
  position: fixed;
}
.cid-tPKZbCgAlW .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-tPKZbCgAlW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPKZbCgAlW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPKZbCgAlW .dropdown-item:hover,
.cid-tPKZbCgAlW .dropdown-item:focus {
  background: #fbe8a6 !important;
  color: white !important;
}
.cid-tPKZbCgAlW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPKZbCgAlW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPKZbCgAlW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPKZbCgAlW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPKZbCgAlW .nav-link {
  position: relative;
}
.cid-tPKZbCgAlW .container {
  display: flex;
  margin: auto;
}
.cid-tPKZbCgAlW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPKZbCgAlW .dropdown-menu,
.cid-tPKZbCgAlW .navbar.opened {
  background: #1854c0 !important;
}
.cid-tPKZbCgAlW .nav-item:focus,
.cid-tPKZbCgAlW .nav-link:focus {
  outline: none;
}
.cid-tPKZbCgAlW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPKZbCgAlW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPKZbCgAlW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPKZbCgAlW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPKZbCgAlW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPKZbCgAlW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPKZbCgAlW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1854c0;
}
.cid-tPKZbCgAlW .navbar.opened {
  transition: all 0.3s;
}
.cid-tPKZbCgAlW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPKZbCgAlW .navbar .navbar-logo img {
  width: auto;
}
.cid-tPKZbCgAlW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPKZbCgAlW .navbar.collapsed {
  justify-content: center;
}
.cid-tPKZbCgAlW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPKZbCgAlW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPKZbCgAlW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPKZbCgAlW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPKZbCgAlW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPKZbCgAlW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tPKZbCgAlW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPKZbCgAlW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPKZbCgAlW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPKZbCgAlW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPKZbCgAlW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPKZbCgAlW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPKZbCgAlW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPKZbCgAlW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tPKZbCgAlW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPKZbCgAlW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPKZbCgAlW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPKZbCgAlW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPKZbCgAlW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPKZbCgAlW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPKZbCgAlW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPKZbCgAlW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPKZbCgAlW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPKZbCgAlW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPKZbCgAlW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPKZbCgAlW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPKZbCgAlW .dropdown-item.active,
.cid-tPKZbCgAlW .dropdown-item:active {
  background-color: transparent;
}
.cid-tPKZbCgAlW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPKZbCgAlW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPKZbCgAlW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPKZbCgAlW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1854c0;
}
.cid-tPKZbCgAlW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPKZbCgAlW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPKZbCgAlW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPKZbCgAlW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPKZbCgAlW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPKZbCgAlW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPKZbCgAlW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPKZbCgAlW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPKZbCgAlW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPKZbCgAlW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPKZbCgAlW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPKZbCgAlW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPKZbCgAlW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPKZbCgAlW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPKZbCgAlW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPKZbCgAlW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPKZbCgAlW .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-tPKZbCgAlW .navbar {
    height: 70px;
  }
  .cid-tPKZbCgAlW .navbar.opened {
    height: auto;
  }
  .cid-tPKZbCgAlW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPKZbCDSdZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banner-en-gallery-tmp-1.jpg");
}
.cid-tPKZbCDSdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPKZbCDSdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPKZbCDSdZ .mbr-section-title {
  color: #000000;
}
.cid-tQ2hZF5wRI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ2hZF5wRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ2hZF5wRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ2hZF5wRI .mbr-section-title {
  text-align: left;
}
.cid-tPL0E0X6fj {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tPL0E0X6fj .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-tPL0E0X6fj img,
.cid-tPL0E0X6fj .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tPL0E0X6fj .item:focus,
.cid-tPL0E0X6fj span:focus {
  outline: none;
}
.cid-tPL0E0X6fj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tPL0E0X6fj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tPL0E0X6fj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tPL0E0X6fj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPL0E0X6fj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tPL0E0X6fj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tPL0E0X6fj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tPL0E0X6fj .mbr-section-title {
  color: #232323;
}
.cid-tPL0E0X6fj .mbr-text,
.cid-tPL0E0X6fj .mbr-section-btn {
  text-align: center;
}
.cid-tPL0E0X6fj .item-title {
  text-align: center;
}
.cid-tPL0E0X6fj .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tPKZbFmVHr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ4CHW6vj8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1854c0;
  overflow: hidden;
}
.cid-tQ22nTaZvs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQ22nTaZvs nav.navbar {
  position: fixed;
}
.cid-tQ22nTaZvs .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-tQ22nTaZvs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQ22nTaZvs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQ22nTaZvs .dropdown-item:hover,
.cid-tQ22nTaZvs .dropdown-item:focus {
  background: #fbe8a6 !important;
  color: white !important;
}
.cid-tQ22nTaZvs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQ22nTaZvs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQ22nTaZvs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQ22nTaZvs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQ22nTaZvs .nav-link {
  position: relative;
}
.cid-tQ22nTaZvs .container {
  display: flex;
  margin: auto;
}
.cid-tQ22nTaZvs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQ22nTaZvs .dropdown-menu,
.cid-tQ22nTaZvs .navbar.opened {
  background: #1854c0 !important;
}
.cid-tQ22nTaZvs .nav-item:focus,
.cid-tQ22nTaZvs .nav-link:focus {
  outline: none;
}
.cid-tQ22nTaZvs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQ22nTaZvs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQ22nTaZvs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQ22nTaZvs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQ22nTaZvs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQ22nTaZvs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQ22nTaZvs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1854c0;
}
.cid-tQ22nTaZvs .navbar.opened {
  transition: all 0.3s;
}
.cid-tQ22nTaZvs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQ22nTaZvs .navbar .navbar-logo img {
  width: auto;
}
.cid-tQ22nTaZvs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQ22nTaZvs .navbar.collapsed {
  justify-content: center;
}
.cid-tQ22nTaZvs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQ22nTaZvs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQ22nTaZvs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tQ22nTaZvs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQ22nTaZvs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQ22nTaZvs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tQ22nTaZvs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQ22nTaZvs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQ22nTaZvs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQ22nTaZvs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQ22nTaZvs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQ22nTaZvs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQ22nTaZvs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQ22nTaZvs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tQ22nTaZvs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQ22nTaZvs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQ22nTaZvs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQ22nTaZvs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQ22nTaZvs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQ22nTaZvs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQ22nTaZvs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQ22nTaZvs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQ22nTaZvs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQ22nTaZvs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQ22nTaZvs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQ22nTaZvs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQ22nTaZvs .dropdown-item.active,
.cid-tQ22nTaZvs .dropdown-item:active {
  background-color: transparent;
}
.cid-tQ22nTaZvs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQ22nTaZvs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQ22nTaZvs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQ22nTaZvs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1854c0;
}
.cid-tQ22nTaZvs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQ22nTaZvs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQ22nTaZvs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQ22nTaZvs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQ22nTaZvs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQ22nTaZvs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQ22nTaZvs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQ22nTaZvs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ22nTaZvs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ22nTaZvs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQ22nTaZvs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ22nTaZvs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQ22nTaZvs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQ22nTaZvs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ22nTaZvs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQ22nTaZvs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQ22nTaZvs .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-tQ22nTaZvs .navbar {
    height: 70px;
  }
  .cid-tQ22nTaZvs .navbar.opened {
    height: auto;
  }
  .cid-tQ22nTaZvs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQ22nTAdf9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banner-02-copy.jpg");
}
.cid-tQ22nTAdf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ22nTAdf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ22nTAdf9 .mbr-section-title {
  color: #000000;
}
.cid-tQ2i5MKHQA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ2i5MKHQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ2i5MKHQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ2i5MKHQA .mbr-section-title {
  text-align: left;
}
.cid-tQ2hpK8l7P {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tQ2hpK8l7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ2hpK8l7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ2hpK8l7P .item {
  padding-bottom: 2rem;
}
.cid-tQ2hpK8l7P .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tQ2hpK8l7P .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tQ2hpK8l7P .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-tQ2hpK8l7P .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tQ2hpK8l7P .carousel-control,
.cid-tQ2hpK8l7P .close {
  background: #1b1b1b;
}
.cid-tQ2hpK8l7P .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tQ2hpK8l7P .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tQ2hpK8l7P .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tQ2hpK8l7P .carousel-control-next span {
  margin-left: 5px;
}
.cid-tQ2hpK8l7P .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-tQ2hpK8l7P .close::before {
  content: '\e91a';
}
.cid-tQ2hpK8l7P .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tQ2hpK8l7P .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-tQ2hpK8l7P .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQ2hpK8l7P .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tQ2hpK8l7P .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQ2hpK8l7P .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tQ2hpK8l7P .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-tQ2hpK8l7P .carousel-indicators li.active,
.cid-tQ2hpK8l7P .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tQ2hpK8l7P .carousel-indicators li::after,
.cid-tQ2hpK8l7P .carousel-indicators li::before {
  content: none;
}
.cid-tQ2hpK8l7P .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQ2hpK8l7P .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tQ2hpK8l7P .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQ2hpK8l7P .carousel-indicators {
    display: none;
  }
}
.cid-tQ2hpK8l7P .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tQ2hpK8l7P .carousel-inner > .active {
  display: block;
}
.cid-tQ2hpK8l7P .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQ2hpK8l7P .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQ2hpK8l7P .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tQ2hpK8l7P .carousel-control,
  .cid-tQ2hpK8l7P .carousel-indicators,
  .cid-tQ2hpK8l7P .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tQ2hpK8l7P .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tQ2hpK8l7P .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQ2hpK8l7P .carousel-indicators .active,
.cid-tQ2hpK8l7P .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tQ2hpK8l7P .carousel-indicators .active {
  background: #fff;
}
.cid-tQ2hpK8l7P .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tQ2hpK8l7P .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tQ2hpK8l7P .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tQ2hpK8l7P .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tQ2hpK8l7P .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tQ2hpK8l7P .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tQ2hpK8l7P .carousel {
  width: 100%;
}
.cid-tQ2hpK8l7P .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tQ2hpK8l7P .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tQ2hpK8l7P .modal.fade .modal-dialog,
.cid-tQ2hpK8l7P .modal.in .modal-dialog {
  transform: none;
}
.cid-tQ2hpK8l7P .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tQ2hpK8l7P H6 {
  text-align: center;
}
.cid-tQ2hpK8l7P H3 {
  text-align: left;
}
.cid-tQ2hpK8l7P H4 {
  text-align: left;
}
.cid-tQ22nUnNld {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ4CHW6vj8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1854c0;
  overflow: hidden;
}
.cid-tPzdINRv9U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPzdINRv9U nav.navbar {
  position: fixed;
}
.cid-tPzdINRv9U .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-tPzdINRv9U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPzdINRv9U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPzdINRv9U .dropdown-item:hover,
.cid-tPzdINRv9U .dropdown-item:focus {
  background: #fbe8a6 !important;
  color: white !important;
}
.cid-tPzdINRv9U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPzdINRv9U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPzdINRv9U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPzdINRv9U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPzdINRv9U .nav-link {
  position: relative;
}
.cid-tPzdINRv9U .container {
  display: flex;
  margin: auto;
}
.cid-tPzdINRv9U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPzdINRv9U .dropdown-menu,
.cid-tPzdINRv9U .navbar.opened {
  background: #1854c0 !important;
}
.cid-tPzdINRv9U .nav-item:focus,
.cid-tPzdINRv9U .nav-link:focus {
  outline: none;
}
.cid-tPzdINRv9U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPzdINRv9U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPzdINRv9U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPzdINRv9U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPzdINRv9U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPzdINRv9U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPzdINRv9U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1854c0;
}
.cid-tPzdINRv9U .navbar.opened {
  transition: all 0.3s;
}
.cid-tPzdINRv9U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPzdINRv9U .navbar .navbar-logo img {
  width: auto;
}
.cid-tPzdINRv9U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPzdINRv9U .navbar.collapsed {
  justify-content: center;
}
.cid-tPzdINRv9U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPzdINRv9U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPzdINRv9U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPzdINRv9U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPzdINRv9U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPzdINRv9U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tPzdINRv9U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPzdINRv9U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPzdINRv9U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPzdINRv9U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPzdINRv9U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPzdINRv9U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPzdINRv9U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPzdINRv9U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tPzdINRv9U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPzdINRv9U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPzdINRv9U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPzdINRv9U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPzdINRv9U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPzdINRv9U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPzdINRv9U .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPzdINRv9U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPzdINRv9U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPzdINRv9U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPzdINRv9U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPzdINRv9U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPzdINRv9U .dropdown-item.active,
.cid-tPzdINRv9U .dropdown-item:active {
  background-color: transparent;
}
.cid-tPzdINRv9U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPzdINRv9U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPzdINRv9U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPzdINRv9U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1854c0;
}
.cid-tPzdINRv9U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPzdINRv9U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPzdINRv9U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPzdINRv9U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPzdINRv9U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPzdINRv9U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPzdINRv9U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPzdINRv9U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPzdINRv9U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPzdINRv9U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPzdINRv9U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPzdINRv9U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPzdINRv9U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPzdINRv9U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPzdINRv9U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPzdINRv9U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPzdINRv9U .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-tPzdINRv9U .navbar {
    height: 70px;
  }
  .cid-tPzdINRv9U .navbar.opened {
    height: auto;
  }
  .cid-tPzdINRv9U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPzepM04a0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banner-01-copy.jpg");
}
.cid-tPzepM04a0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPzepM04a0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPzepM04a0 .mbr-section-title {
  color: #ffe161;
}
.cid-tPE8EK5xpa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPE8EK5xpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPE8EK5xpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPE8EK5xpa .mbr-section-title {
  text-align: left;
}
.cid-tPB7VbKZZe {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tPB7VbKZZe .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tSXhN5kpMC {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #1854c0;
}
.cid-tSXhN5kpMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSXhN5kpMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSXhN5kpMC .nav-tabs .nav-item.open .nav-link:focus,
.cid-tSXhN5kpMC .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tSXhN5kpMC .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-tSXhN5kpMC .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-tSXhN5kpMC .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tSXhN5kpMC .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-tSXhN5kpMC .nav-tabs .nav-link:not(.active) {
  color: #9fdbf8;
}
.cid-tSXhN5kpMC .nav-tabs .nav-link.active {
  color: #2e481a !important;
  background-color: #9fdbf8 !important;
  padding: 1.25rem 2rem!important;
}
.cid-tSXhN5kpMC .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tSXhN5kpMC .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tSXhN5kpMC .mbr-text {
  color: #fff;
  margin: 0;
}
.cid-tSXhN5kpMC .content-head {
  max-width: 800px;
}
.cid-tSXhN5kpMC .item-wrapper {
  background-color: #1854c0;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-tSXhN5kpMC .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-tSXktq5uuj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1854c0;
}
.cid-tSXktq5uuj .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tSXktq5uuj .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tSXktq5uuj .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-tSXktq5uuj .mbr-text {
  color: #ffffff;
}
.cid-tPCy7iotk2 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #4479d9;
}
.cid-tPCy7iotk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPCy7iotk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPCy7iotk2 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tPCy7iotk2 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-tPCy7iotk2 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tPCy7iotk2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tPCy7iotk2 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-tPCy7iotk2 .mbr-section-title {
  color: #9fe870;
}
.cid-tPCy7iotk2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPCy7iotk2 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tPCy7iotk2 .card-box .item-footer {
  margin-top: auto;
}
.cid-tPCy7iotk2 .content-head {
  max-width: 800px;
}
.cid-tPCy7iotk2 .card-title,
.cid-tPCy7iotk2 .iconfont-wrapper {
  text-align: center;
}
.cid-tPCy7iotk2 .card-text {
  text-align: center;
}
.cid-tPCyWAhstP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tPCyWAhstP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPCyWAhstP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPCdezVWQ6 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tPCdezVWQ6 img,
.cid-tPCdezVWQ6 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tPCdezVWQ6 .item:focus,
.cid-tPCdezVWQ6 span:focus {
  outline: none;
}
.cid-tPCdezVWQ6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tPCdezVWQ6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tPCdezVWQ6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPCdezVWQ6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tPCdezVWQ6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tPCdezVWQ6 .mbr-section-title {
  color: #232323;
}
.cid-tPCdezVWQ6 .mbr-text,
.cid-tPCdezVWQ6 .mbr-section-btn {
  text-align: left;
}
.cid-tPCdezVWQ6 .item-title {
  text-align: center;
}
.cid-tPCdezVWQ6 .item-subtitle {
  text-align: center;
}
.cid-tS78LT0PNl {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tS78LT0PNl img,
.cid-tS78LT0PNl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tS78LT0PNl .item:focus,
.cid-tS78LT0PNl span:focus {
  outline: none;
}
.cid-tS78LT0PNl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tS78LT0PNl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tS78LT0PNl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tS78LT0PNl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tS78LT0PNl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tS78LT0PNl .mbr-section-title {
  color: #232323;
}
.cid-tS78LT0PNl .mbr-text,
.cid-tS78LT0PNl .mbr-section-btn {
  text-align: left;
}
.cid-tS78LT0PNl .item-title {
  text-align: center;
}
.cid-tS78LT0PNl .item-subtitle {
  text-align: center;
}
.cid-tPCtXAK2tz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e2f1f8;
}
.cid-tPCtXAK2tz img,
.cid-tPCtXAK2tz .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tPCtXAK2tz .item:focus,
.cid-tPCtXAK2tz span:focus {
  outline: none;
}
.cid-tPCtXAK2tz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tPCtXAK2tz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e2f1f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tPCtXAK2tz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPCtXAK2tz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tPCtXAK2tz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tPCtXAK2tz .mbr-section-title {
  color: #232323;
}
.cid-tPCtXAK2tz .mbr-text,
.cid-tPCtXAK2tz .mbr-section-btn {
  text-align: left;
}
.cid-tPCtXAK2tz .item-title {
  text-align: center;
}
.cid-tPCtXAK2tz .item-subtitle {
  text-align: center;
}
.cid-tPCw7c8B5B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tPCw7c8B5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPCw7c8B5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPCw7c8B5B .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-tPCw7c8B5B .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tPCw7c8B5B .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tPCw7c8B5B .wrapper {
  padding: 30px 0;
}
.cid-tPCw7c8B5B .mbr-section-title {
  color: #fafafa;
}
.cid-tPCw7c8B5B .mbr-text,
.cid-tPCw7c8B5B .mbr-section-btn {
  color: #ffffff;
}
.cid-tPzdIOCFX9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tPzdIOCFX9 .carousel {
  height: 800px;
}
.cid-tPzdIOCFX9 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tPzdIOCFX9 .carousel-item,
.cid-tPzdIOCFX9 .carousel-inner {
  height: 100%;
}
.cid-tPzdIOCFX9 .carousel-caption {
  bottom: 40px;
}
.cid-tPzdIOCFX9 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tPzdIOCFX9 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tPzdIOCFX9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tPzdIOCFX9 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tPzdIOCFX9 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tPzdIOCFX9 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tPzdIOCFX9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tPzdIOCFX9 .carousel-control {
  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-tPzdIOCFX9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPzdIOCFX9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPzdIOCFX9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tPzdIOCFX9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tPzdIOCFX9 .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-tPzdIOCFX9 .carousel-indicators li.active,
.cid-tPzdIOCFX9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tPzdIOCFX9 .carousel-indicators li::after,
.cid-tPzdIOCFX9 .carousel-indicators li::before {
  content: none;
}
.cid-tPzdIOCFX9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tPzdIOCFX9 .carousel-indicators {
    display: none !important;
  }
}
.cid-tPzdIS5BLg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ4CHW6vj8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1854c0;
  overflow: hidden;
}
.cid-tQ6KDTrx62 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQ6KDTrx62 nav.navbar {
  position: fixed;
}
.cid-tQ6KDTrx62 .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-tQ6KDTrx62 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQ6KDTrx62 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQ6KDTrx62 .dropdown-item:hover,
.cid-tQ6KDTrx62 .dropdown-item:focus {
  background: #fbe8a6 !important;
  color: white !important;
}
.cid-tQ6KDTrx62 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQ6KDTrx62 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQ6KDTrx62 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQ6KDTrx62 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQ6KDTrx62 .nav-link {
  position: relative;
}
.cid-tQ6KDTrx62 .container {
  display: flex;
  margin: auto;
}
.cid-tQ6KDTrx62 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQ6KDTrx62 .dropdown-menu,
.cid-tQ6KDTrx62 .navbar.opened {
  background: #1854c0 !important;
}
.cid-tQ6KDTrx62 .nav-item:focus,
.cid-tQ6KDTrx62 .nav-link:focus {
  outline: none;
}
.cid-tQ6KDTrx62 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQ6KDTrx62 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQ6KDTrx62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQ6KDTrx62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQ6KDTrx62 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQ6KDTrx62 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQ6KDTrx62 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1854c0;
}
.cid-tQ6KDTrx62 .navbar.opened {
  transition: all 0.3s;
}
.cid-tQ6KDTrx62 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQ6KDTrx62 .navbar .navbar-logo img {
  width: auto;
}
.cid-tQ6KDTrx62 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQ6KDTrx62 .navbar.collapsed {
  justify-content: center;
}
.cid-tQ6KDTrx62 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQ6KDTrx62 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQ6KDTrx62 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tQ6KDTrx62 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQ6KDTrx62 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQ6KDTrx62 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tQ6KDTrx62 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQ6KDTrx62 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQ6KDTrx62 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQ6KDTrx62 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQ6KDTrx62 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQ6KDTrx62 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQ6KDTrx62 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQ6KDTrx62 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tQ6KDTrx62 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQ6KDTrx62 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQ6KDTrx62 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQ6KDTrx62 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQ6KDTrx62 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQ6KDTrx62 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQ6KDTrx62 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQ6KDTrx62 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQ6KDTrx62 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQ6KDTrx62 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQ6KDTrx62 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQ6KDTrx62 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQ6KDTrx62 .dropdown-item.active,
.cid-tQ6KDTrx62 .dropdown-item:active {
  background-color: transparent;
}
.cid-tQ6KDTrx62 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQ6KDTrx62 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQ6KDTrx62 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQ6KDTrx62 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1854c0;
}
.cid-tQ6KDTrx62 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQ6KDTrx62 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQ6KDTrx62 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQ6KDTrx62 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQ6KDTrx62 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQ6KDTrx62 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQ6KDTrx62 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQ6KDTrx62 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ6KDTrx62 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ6KDTrx62 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQ6KDTrx62 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ6KDTrx62 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQ6KDTrx62 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQ6KDTrx62 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ6KDTrx62 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQ6KDTrx62 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQ6KDTrx62 .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-tQ6KDTrx62 .navbar {
    height: 70px;
  }
  .cid-tQ6KDTrx62 .navbar.opened {
    height: auto;
  }
  .cid-tQ6KDTrx62 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQ6KDTO2aC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banner-news-tmp.jpg");
}
.cid-tQ6KDTO2aC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ6KDTO2aC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ6KDTO2aC .mbr-section-title {
  color: #000000;
}
.cid-tQ7b0S5i2K {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ7b0S5i2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ7b0S5i2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ7b0S5i2K .mbr-section-title {
  text-align: left;
}
.cid-tQ6XRNJr2A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ6XRNJr2A img,
.cid-tQ6XRNJr2A .item-img {
  width: 100%;
}
.cid-tQ6XRNJr2A .item:focus,
.cid-tQ6XRNJr2A span:focus {
  outline: none;
}
.cid-tQ6XRNJr2A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQ6XRNJr2A .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQ6XRNJr2A .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQ6XRNJr2A .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQ6XRNJr2A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQ6XRNJr2A .mbr-section-title {
  color: #232323;
}
.cid-tQ6XRNJr2A .mbr-text,
.cid-tQ6XRNJr2A .mbr-section-btn {
  text-align: left;
}
.cid-tQ6XRNJr2A .item-title {
  text-align: left;
  color: #000000;
}
.cid-tQ6XRNJr2A .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tVjwOZpsb7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVjwOZpsb7 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tQ6KDUrLpM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ6KDUzijC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1854c0;
  overflow: hidden;
}
.cid-tQ7jwBKQDw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQ7jwBKQDw nav.navbar {
  position: fixed;
}
.cid-tQ7jwBKQDw .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-tQ7jwBKQDw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQ7jwBKQDw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQ7jwBKQDw .dropdown-item:hover,
.cid-tQ7jwBKQDw .dropdown-item:focus {
  background: #fbe8a6 !important;
  color: white !important;
}
.cid-tQ7jwBKQDw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQ7jwBKQDw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQ7jwBKQDw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQ7jwBKQDw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQ7jwBKQDw .nav-link {
  position: relative;
}
.cid-tQ7jwBKQDw .container {
  display: flex;
  margin: auto;
}
.cid-tQ7jwBKQDw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQ7jwBKQDw .dropdown-menu,
.cid-tQ7jwBKQDw .navbar.opened {
  background: #1854c0 !important;
}
.cid-tQ7jwBKQDw .nav-item:focus,
.cid-tQ7jwBKQDw .nav-link:focus {
  outline: none;
}
.cid-tQ7jwBKQDw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQ7jwBKQDw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQ7jwBKQDw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQ7jwBKQDw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQ7jwBKQDw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQ7jwBKQDw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQ7jwBKQDw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1854c0;
}
.cid-tQ7jwBKQDw .navbar.opened {
  transition: all 0.3s;
}
.cid-tQ7jwBKQDw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQ7jwBKQDw .navbar .navbar-logo img {
  width: auto;
}
.cid-tQ7jwBKQDw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQ7jwBKQDw .navbar.collapsed {
  justify-content: center;
}
.cid-tQ7jwBKQDw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQ7jwBKQDw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQ7jwBKQDw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tQ7jwBKQDw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQ7jwBKQDw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQ7jwBKQDw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tQ7jwBKQDw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQ7jwBKQDw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQ7jwBKQDw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQ7jwBKQDw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQ7jwBKQDw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQ7jwBKQDw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQ7jwBKQDw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQ7jwBKQDw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tQ7jwBKQDw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQ7jwBKQDw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQ7jwBKQDw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQ7jwBKQDw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQ7jwBKQDw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQ7jwBKQDw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQ7jwBKQDw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQ7jwBKQDw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQ7jwBKQDw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQ7jwBKQDw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQ7jwBKQDw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQ7jwBKQDw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQ7jwBKQDw .dropdown-item.active,
.cid-tQ7jwBKQDw .dropdown-item:active {
  background-color: transparent;
}
.cid-tQ7jwBKQDw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQ7jwBKQDw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQ7jwBKQDw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQ7jwBKQDw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1854c0;
}
.cid-tQ7jwBKQDw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQ7jwBKQDw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQ7jwBKQDw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQ7jwBKQDw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQ7jwBKQDw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQ7jwBKQDw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQ7jwBKQDw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQ7jwBKQDw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ7jwBKQDw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ7jwBKQDw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQ7jwBKQDw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ7jwBKQDw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQ7jwBKQDw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQ7jwBKQDw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ7jwBKQDw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQ7jwBKQDw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQ7jwBKQDw .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-tQ7jwBKQDw .navbar {
    height: 70px;
  }
  .cid-tQ7jwBKQDw .navbar.opened {
    height: auto;
  }
  .cid-tQ7jwBKQDw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQ7jwC4qZv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banner-02-copy.jpg");
}
.cid-tQ7jwC4qZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ7jwC4qZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ7jwC4qZv .mbr-section-title {
  color: #ffe161;
}
.cid-tQ7jwCiSVQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ7jwCiSVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ7jwCiSVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ7jwCiSVQ .mbr-section-title {
  text-align: left;
}
.cid-tQ7jwCugoV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQ7jwCugoV .line {
  background-color: #ffe161;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tUbzzVg37D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tUbzzVg37D .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-tUbzzVg37D img,
.cid-tUbzzVg37D .item-img {
  width: 100%;
}
.cid-tUbzzVg37D .item:focus,
.cid-tUbzzVg37D span:focus {
  outline: none;
}
.cid-tUbzzVg37D .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tUbzzVg37D .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUbzzVg37D .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUbzzVg37D .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tUbzzVg37D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUbzzVg37D .mbr-section-title {
  color: #232323;
}
.cid-tUbzzVg37D .mbr-text,
.cid-tUbzzVg37D .mbr-section-btn {
  text-align: center;
}
.cid-tUbzzVg37D .item-title {
  text-align: center;
}
.cid-tUbzzVg37D .item-subtitle {
  text-align: left;
}
.cid-tVB98L6oRq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1854c0;
}
.cid-tVB98L6oRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVB98L6oRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVB98L6oRq .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-tVB98L6oRq .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-tVB98L6oRq .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-tVB98L6oRq .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-tVB98L6oRq .image-wrapper {
  padding: 0 0.75rem;
}
.cid-tVB98L6oRq img,
.cid-tVB98L6oRq .image-wrapper {
  height: 600px;
  object-fit: cover;
}
.cid-tVB98L6oRq .mbr-section-title {
  color: #000000;
}
.cid-tVB98L6oRq .mbr-text {
  color: #000000;
}
.cid-tVB9aRW66n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-tVB9aRW66n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVB9aRW66n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVB9aRW66n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVB9aRW66n .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVB9aRW66n .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tVB9aRW66n .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tVB9aRW66n .mbr-section-title {
  color: #260a30;
}
.cid-tVB9aRW66n .mbr-text,
.cid-tVB9aRW66n .mbr-section-btn {
  color: #260a30;
}
.cid-tVB9dMkI8k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tVB9dMkI8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVB9dMkI8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVB9dMkI8k .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tVB9dMkI8k .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tVB9dMkI8k .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tVB9dMkI8k .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVB9dMkI8k .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tVB9dMkI8k .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tVB9dMkI8k .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tUhcF3NXMK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1854c0;
}
.cid-tUhcF3NXMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUhcF3NXMK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUhcF3NXMK .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tUhbXMoFWS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1854c0;
}
.cid-tUhbXMoFWS .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tUhbXMoFWS .mbr-text {
  color: #ffe161;
}
.cid-tUhctwQt4x {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ7kKeFDZ2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #002260;
}
.cid-tQ7kKeFDZ2 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-tQ7kKeFDZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ7kKeFDZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ7kKeFDZ2 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-tQ7kKeFDZ2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tQ7kKeFDZ2 .card-title,
.cid-tQ7kKeFDZ2 .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-tQ7kKeFDZ2 .content-head {
  max-width: 800px;
}
.cid-tQ7kKeFDZ2 .mbr-section-title {
  color: #9fe870;
}
.cid-tQ7kKeFDZ2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tQ7kKeFDZ2 .card-text {
  color: #000000;
  text-align: center;
}
.cid-tQ7nrpVtFb {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQ7nrpVtFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ7nrpVtFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ7nrpVtFb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tQ7nrpVtFb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQ7nrpVtFb .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #fbe8a6;
}
.cid-tQ7nrpVtFb .panel-body,
.cid-tQ7nrpVtFb .card-header {
  padding: 1rem 0;
}
.cid-tQ7nrpVtFb .panel-title-edit {
  color: #000000;
}
.cid-tQ7jwETL3N {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ7jwF3At2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1854c0;
  overflow: hidden;
}
.cid-tQpIecf0Qi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQpIecf0Qi nav.navbar {
  position: fixed;
}
.cid-tQpIecf0Qi .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-tQpIecf0Qi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQpIecf0Qi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQpIecf0Qi .dropdown-item:hover,
.cid-tQpIecf0Qi .dropdown-item:focus {
  background: #fbe8a6 !important;
  color: white !important;
}
.cid-tQpIecf0Qi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQpIecf0Qi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQpIecf0Qi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQpIecf0Qi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQpIecf0Qi .nav-link {
  position: relative;
}
.cid-tQpIecf0Qi .container {
  display: flex;
  margin: auto;
}
.cid-tQpIecf0Qi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQpIecf0Qi .dropdown-menu,
.cid-tQpIecf0Qi .navbar.opened {
  background: #1854c0 !important;
}
.cid-tQpIecf0Qi .nav-item:focus,
.cid-tQpIecf0Qi .nav-link:focus {
  outline: none;
}
.cid-tQpIecf0Qi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQpIecf0Qi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQpIecf0Qi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQpIecf0Qi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQpIecf0Qi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQpIecf0Qi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQpIecf0Qi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1854c0;
}
.cid-tQpIecf0Qi .navbar.opened {
  transition: all 0.3s;
}
.cid-tQpIecf0Qi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQpIecf0Qi .navbar .navbar-logo img {
  width: auto;
}
.cid-tQpIecf0Qi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQpIecf0Qi .navbar.collapsed {
  justify-content: center;
}
.cid-tQpIecf0Qi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQpIecf0Qi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQpIecf0Qi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tQpIecf0Qi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQpIecf0Qi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQpIecf0Qi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tQpIecf0Qi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQpIecf0Qi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQpIecf0Qi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQpIecf0Qi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQpIecf0Qi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQpIecf0Qi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQpIecf0Qi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQpIecf0Qi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tQpIecf0Qi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQpIecf0Qi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQpIecf0Qi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQpIecf0Qi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQpIecf0Qi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQpIecf0Qi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQpIecf0Qi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQpIecf0Qi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQpIecf0Qi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQpIecf0Qi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQpIecf0Qi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQpIecf0Qi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQpIecf0Qi .dropdown-item.active,
.cid-tQpIecf0Qi .dropdown-item:active {
  background-color: transparent;
}
.cid-tQpIecf0Qi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQpIecf0Qi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQpIecf0Qi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQpIecf0Qi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1854c0;
}
.cid-tQpIecf0Qi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQpIecf0Qi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQpIecf0Qi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQpIecf0Qi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQpIecf0Qi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQpIecf0Qi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQpIecf0Qi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQpIecf0Qi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQpIecf0Qi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQpIecf0Qi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQpIecf0Qi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQpIecf0Qi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQpIecf0Qi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQpIecf0Qi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQpIecf0Qi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQpIecf0Qi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQpIecf0Qi .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-tQpIecf0Qi .navbar {
    height: 70px;
  }
  .cid-tQpIecf0Qi .navbar.opened {
    height: auto;
  }
  .cid-tQpIecf0Qi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQpIed2ZQx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banner-01-copy.jpg");
}
.cid-tQpIed2ZQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQpIed2ZQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQpIed2ZQx .mbr-section-title {
  color: #ffe161;
}
.cid-tQpIedpXPF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQpIedpXPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQpIedpXPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQpIedpXPF .mbr-section-title {
  text-align: left;
}
.cid-tQpIWb1W6w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQpJnKfXzb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-tQpJnKfXzb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQpJnKfXzb .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tQpJnKfXzb .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-tQpJnKfXzb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQpJnKfXzb .content-head {
  max-width: 800px;
}
.cid-tQpJnKfXzb .card1 {
  background: #ffffff;
}
.cid-tQpJnKfXzb .card2 {
  background: #1854c0;
}
.cid-tQpJnKfXzb .card3 {
  background: #3a341c;
}
.cid-tQpJnKfXzb .card4 {
  background: #ffd7ef;
}
.cid-tQpJnKfXzb .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-tQpJnKfXzb .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-tQpJnKfXzb .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tQpJnKfXzb .card {
    margin-bottom: 1rem;
  }
}
.cid-tQpJnKfXzb .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tQpJnKfXzb .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tQpJnKfXzb .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tQpJnKfXzb .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-tQpJnKfXzb .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tQpJnKfXzb .title-row {
    padding: 1.5rem;
  }
}
.cid-tQpJnKfXzb .card-title2,
.cid-tQpJnKfXzb .social-row {
  color: #ffc091;
}
.cid-tQpJnKfXzb .card-title1,
.cid-tQpJnKfXzb .social-row {
  color: #260a30;
}
.cid-tQpJnKfXzb .card-title3,
.cid-tQpJnKfXzb .social-row {
  color: #ffeb69;
}
.cid-tQpJnKfXzb .card-text3,
.cid-tQpJnKfXzb .mbr-section-btn {
  color: #ffffff;
}
.cid-tQpJnKfXzb .card-text1,
.cid-tQpJnKfXzb .mbr-section-btn {
  color: #260a30;
}
.cid-tQpJnKfXzb .card-text2,
.cid-tQpJnKfXzb .mbr-section-btn {
  color: #ffffff;
}
.cid-tQpJnKfXzb .card-title4,
.cid-tQpJnKfXzb .social-row {
  color: #320707;
}
.cid-tQpJnKfXzb .card-text4,
.cid-tQpJnKfXzb .mbr-section-btn {
  color: #320707;
}
.cid-tQpJnKfXzb .mbr-role2 {
  color: #ffffff;
}
.cid-tQpJnKfXzb .mbr-role4 {
  color: #320707;
}
.cid-tQpJnKfXzb .mbr-role3 {
  color: #ffffff;
}
.cid-tQpJnKfXzb .mbr-section-title {
  text-align: left;
  color: #e6c63b;
}
.cid-tQpIeizH99 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQpIeiKdBR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1854c0;
  overflow: hidden;
}
.cid-tRpCL7vrNz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRpCL7vrNz nav.navbar {
  position: fixed;
}
.cid-tRpCL7vrNz .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-tRpCL7vrNz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRpCL7vrNz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRpCL7vrNz .dropdown-item:hover,
.cid-tRpCL7vrNz .dropdown-item:focus {
  background: #fbe8a6 !important;
  color: white !important;
}
.cid-tRpCL7vrNz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRpCL7vrNz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRpCL7vrNz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRpCL7vrNz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRpCL7vrNz .nav-link {
  position: relative;
}
.cid-tRpCL7vrNz .container {
  display: flex;
  margin: auto;
}
.cid-tRpCL7vrNz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRpCL7vrNz .dropdown-menu,
.cid-tRpCL7vrNz .navbar.opened {
  background: #1854c0 !important;
}
.cid-tRpCL7vrNz .nav-item:focus,
.cid-tRpCL7vrNz .nav-link:focus {
  outline: none;
}
.cid-tRpCL7vrNz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRpCL7vrNz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRpCL7vrNz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRpCL7vrNz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRpCL7vrNz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRpCL7vrNz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRpCL7vrNz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1854c0;
}
.cid-tRpCL7vrNz .navbar.opened {
  transition: all 0.3s;
}
.cid-tRpCL7vrNz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRpCL7vrNz .navbar .navbar-logo img {
  width: auto;
}
.cid-tRpCL7vrNz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRpCL7vrNz .navbar.collapsed {
  justify-content: center;
}
.cid-tRpCL7vrNz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRpCL7vrNz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRpCL7vrNz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRpCL7vrNz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRpCL7vrNz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRpCL7vrNz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tRpCL7vrNz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRpCL7vrNz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRpCL7vrNz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRpCL7vrNz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRpCL7vrNz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRpCL7vrNz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRpCL7vrNz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRpCL7vrNz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tRpCL7vrNz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRpCL7vrNz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRpCL7vrNz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRpCL7vrNz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRpCL7vrNz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRpCL7vrNz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRpCL7vrNz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRpCL7vrNz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRpCL7vrNz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRpCL7vrNz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRpCL7vrNz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRpCL7vrNz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRpCL7vrNz .dropdown-item.active,
.cid-tRpCL7vrNz .dropdown-item:active {
  background-color: transparent;
}
.cid-tRpCL7vrNz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRpCL7vrNz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRpCL7vrNz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRpCL7vrNz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1854c0;
}
.cid-tRpCL7vrNz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRpCL7vrNz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRpCL7vrNz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRpCL7vrNz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRpCL7vrNz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRpCL7vrNz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRpCL7vrNz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRpCL7vrNz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRpCL7vrNz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRpCL7vrNz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRpCL7vrNz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRpCL7vrNz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRpCL7vrNz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRpCL7vrNz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRpCL7vrNz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRpCL7vrNz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRpCL7vrNz .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-tRpCL7vrNz .navbar {
    height: 70px;
  }
  .cid-tRpCL7vrNz .navbar.opened {
    height: auto;
  }
  .cid-tRpCL7vrNz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUQsUQOfz1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tUQsUQOfz1 .carousel {
  height: 800px;
}
.cid-tUQsUQOfz1 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tUQsUQOfz1 .carousel-item,
.cid-tUQsUQOfz1 .carousel-inner {
  height: 100%;
}
.cid-tUQsUQOfz1 .carousel-caption {
  bottom: 40px;
}
.cid-tUQsUQOfz1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tUQsUQOfz1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tUQsUQOfz1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tUQsUQOfz1 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tUQsUQOfz1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tUQsUQOfz1 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tUQsUQOfz1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tUQsUQOfz1 .carousel-control {
  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-tUQsUQOfz1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUQsUQOfz1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUQsUQOfz1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUQsUQOfz1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tUQsUQOfz1 .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-tUQsUQOfz1 .carousel-indicators li.active,
.cid-tUQsUQOfz1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUQsUQOfz1 .carousel-indicators li::after,
.cid-tUQsUQOfz1 .carousel-indicators li::before {
  content: none;
}
.cid-tUQsUQOfz1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUQsUQOfz1 .carousel-indicators {
    display: none !important;
  }
}
.cid-tRpCL8u5vd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRpCL8u5vd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRpCL8u5vd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRpCL8u5vd .mbr-section-title {
  text-align: left;
}
.cid-tRpYDyKyAQ {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/head-office-building-1.jpg");
}
.cid-tRpYDyKyAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRpYDyKyAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRpYDyKyAQ .mbr-text,
.cid-tRpYDyKyAQ .mbr-section-btn {
  color: #232323;
}
.cid-tRpYDyKyAQ .card-title,
.cid-tRpYDyKyAQ .card-box {
  color: #ffffff;
}
.cid-tRpYDyKyAQ .mbr-text,
.cid-tRpYDyKyAQ .link-wrap {
  color: #ffffff;
}
.cid-tRpYDyKyAQ .card-box .mbr-text,
.cid-tRpYDyKyAQ .mbr-section-btn {
  color: #fff0b0;
}
.cid-tRxFbJACio {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRxFbJACio .counter-container ol {
  margin-bottom: 0;
}
.cid-tRxFbJACio .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tRxGUzO1A1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRxGUzO1A1 .counter-container ol {
  margin-bottom: 0;
}
.cid-tRxGUzO1A1 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tUkLDozhKS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUkLDozhKS .counter-container ol {
  margin-bottom: 0;
}
.cid-tUkLDozhKS .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tRpZGGrSks {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRpCL9FBmf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRpCL9FBmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRpCL9FBmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRpCLcB3Uc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRpCLcLf6V {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1854c0;
  overflow: hidden;
}
.cid-tRq5SU8Tai {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRq5SU8Tai nav.navbar {
  position: fixed;
}
.cid-tRq5SU8Tai .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-tRq5SU8Tai .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRq5SU8Tai .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRq5SU8Tai .dropdown-item:hover,
.cid-tRq5SU8Tai .dropdown-item:focus {
  background: #fbe8a6 !important;
  color: white !important;
}
.cid-tRq5SU8Tai .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRq5SU8Tai .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRq5SU8Tai .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRq5SU8Tai .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRq5SU8Tai .nav-link {
  position: relative;
}
.cid-tRq5SU8Tai .container {
  display: flex;
  margin: auto;
}
.cid-tRq5SU8Tai .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRq5SU8Tai .dropdown-menu,
.cid-tRq5SU8Tai .navbar.opened {
  background: #1854c0 !important;
}
.cid-tRq5SU8Tai .nav-item:focus,
.cid-tRq5SU8Tai .nav-link:focus {
  outline: none;
}
.cid-tRq5SU8Tai .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRq5SU8Tai .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRq5SU8Tai .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRq5SU8Tai .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRq5SU8Tai .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRq5SU8Tai .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRq5SU8Tai .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1854c0;
}
.cid-tRq5SU8Tai .navbar.opened {
  transition: all 0.3s;
}
.cid-tRq5SU8Tai .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRq5SU8Tai .navbar .navbar-logo img {
  width: auto;
}
.cid-tRq5SU8Tai .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRq5SU8Tai .navbar.collapsed {
  justify-content: center;
}
.cid-tRq5SU8Tai .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRq5SU8Tai .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRq5SU8Tai .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRq5SU8Tai .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRq5SU8Tai .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRq5SU8Tai .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tRq5SU8Tai .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRq5SU8Tai .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRq5SU8Tai .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRq5SU8Tai .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRq5SU8Tai .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRq5SU8Tai .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRq5SU8Tai .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRq5SU8Tai .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tRq5SU8Tai .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRq5SU8Tai .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRq5SU8Tai .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRq5SU8Tai .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRq5SU8Tai .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRq5SU8Tai .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRq5SU8Tai .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRq5SU8Tai .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRq5SU8Tai .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRq5SU8Tai .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRq5SU8Tai .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRq5SU8Tai .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRq5SU8Tai .dropdown-item.active,
.cid-tRq5SU8Tai .dropdown-item:active {
  background-color: transparent;
}
.cid-tRq5SU8Tai .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRq5SU8Tai .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRq5SU8Tai .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRq5SU8Tai .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1854c0;
}
.cid-tRq5SU8Tai .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRq5SU8Tai .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRq5SU8Tai ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRq5SU8Tai .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRq5SU8Tai button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRq5SU8Tai button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRq5SU8Tai button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRq5SU8Tai button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRq5SU8Tai button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRq5SU8Tai button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRq5SU8Tai nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRq5SU8Tai nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRq5SU8Tai nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRq5SU8Tai nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRq5SU8Tai .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRq5SU8Tai a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRq5SU8Tai .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-tRq5SU8Tai .navbar {
    height: 70px;
  }
  .cid-tRq5SU8Tai .navbar.opened {
    height: auto;
  }
  .cid-tRq5SU8Tai .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRq5SUL36a {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banner-02-copy.jpg");
}
.cid-tRq5SUL36a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRq5SUL36a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRq5SUL36a .mbr-section-title {
  color: #ffe161;
}
.cid-tRq5SVcGOy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRq5SVcGOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRq5SVcGOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRq5SVcGOy .mbr-section-title {
  text-align: left;
  color: #260a30;
}
.cid-tRq5SVFfFL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRq5SVFfFL .line {
  background-color: #ffe161;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tRq9f1uUfD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRq6AMfCJV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1854c0;
}
.cid-tRq6AMfCJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRq6AMfCJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRq6AMfCJV .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUksb9mEZo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUksb9mEZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUksb9mEZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUksb9mEZo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tUksb9mEZo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tUksb9mEZo .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #fbe8a6;
}
.cid-tUksb9mEZo .panel-body,
.cid-tUksb9mEZo .card-header {
  padding: 1rem 0;
}
.cid-tUksb9mEZo .panel-title-edit {
  color: #000000;
}
.cid-tRq6UFifAJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1854c0;
}
.cid-tRq6UFifAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRq6UFifAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRq6UFifAJ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tRq8KF8oOn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRq8KF8oOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRq8KF8oOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRq8KF8oOn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tRq8KF8oOn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tRq8KF8oOn .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #fbe8a6;
}
.cid-tRq8KF8oOn .panel-body,
.cid-tRq8KF8oOn .card-header {
  padding: 1rem 0;
}
.cid-tRq8KF8oOn .panel-title-edit {
  color: #000000;
}
.cid-tRq8KF8oOn H3 {
  text-align: left;
}
.cid-tRq6VQ3SlL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1854c0;
}
.cid-tRq6VQ3SlL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRq6VQ3SlL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRq6VQ3SlL .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tRq91yqdW0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRq91yqdW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRq91yqdW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRq91yqdW0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tRq91yqdW0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tRq91yqdW0 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #fbe8a6;
}
.cid-tRq91yqdW0 .panel-body,
.cid-tRq91yqdW0 .card-header {
  padding: 1rem 0;
}
.cid-tRq91yqdW0 .panel-title-edit {
  color: #000000;
}
.cid-tRq91yqdW0 H3 {
  text-align: left;
}
.cid-tRq6WnFNYT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1854c0;
}
.cid-tRq6WnFNYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRq6WnFNYT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRq6WnFNYT .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tRq938HCFR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRq938HCFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRq938HCFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRq938HCFR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tRq938HCFR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tRq938HCFR .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #fbe8a6;
}
.cid-tRq938HCFR .panel-body,
.cid-tRq938HCFR .card-header {
  padding: 1rem 0;
}
.cid-tRq938HCFR .panel-title-edit {
  color: #000000;
}
.cid-tRq938HCFR H3 {
  text-align: left;
}
.cid-tRrAQrWfQp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1854c0;
}
.cid-tRrAQrWfQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRrAQrWfQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRrAQrWfQp .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tRrBgbypV2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRrBgbypV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRrBgbypV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRrBgbypV2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tRrBgbypV2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tRrBgbypV2 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #fbe8a6;
}
.cid-tRrBgbypV2 .panel-body,
.cid-tRrBgbypV2 .card-header {
  padding: 1rem 0;
}
.cid-tRrBgbypV2 .panel-title-edit {
  color: #000000;
}
.cid-tRrBgbypV2 H3 {
  text-align: left;
}
.cid-tRq5SYAN5R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRq5SYOBkH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1854c0;
  overflow: hidden;
}
.cid-tSQtK7HH9d {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tSQtK7HH9d nav.navbar {
  position: fixed;
}
.cid-tSQtK7HH9d .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-tSQtK7HH9d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSQtK7HH9d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSQtK7HH9d .dropdown-item:hover,
.cid-tSQtK7HH9d .dropdown-item:focus {
  background: #fbe8a6 !important;
  color: white !important;
}
.cid-tSQtK7HH9d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSQtK7HH9d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSQtK7HH9d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSQtK7HH9d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSQtK7HH9d .nav-link {
  position: relative;
}
.cid-tSQtK7HH9d .container {
  display: flex;
  margin: auto;
}
.cid-tSQtK7HH9d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSQtK7HH9d .dropdown-menu,
.cid-tSQtK7HH9d .navbar.opened {
  background: #1854c0 !important;
}
.cid-tSQtK7HH9d .nav-item:focus,
.cid-tSQtK7HH9d .nav-link:focus {
  outline: none;
}
.cid-tSQtK7HH9d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSQtK7HH9d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSQtK7HH9d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSQtK7HH9d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSQtK7HH9d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSQtK7HH9d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSQtK7HH9d .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1854c0;
}
.cid-tSQtK7HH9d .navbar.opened {
  transition: all 0.3s;
}
.cid-tSQtK7HH9d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSQtK7HH9d .navbar .navbar-logo img {
  width: auto;
}
.cid-tSQtK7HH9d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSQtK7HH9d .navbar.collapsed {
  justify-content: center;
}
.cid-tSQtK7HH9d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSQtK7HH9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSQtK7HH9d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tSQtK7HH9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSQtK7HH9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSQtK7HH9d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tSQtK7HH9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSQtK7HH9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSQtK7HH9d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSQtK7HH9d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSQtK7HH9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSQtK7HH9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSQtK7HH9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSQtK7HH9d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tSQtK7HH9d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSQtK7HH9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSQtK7HH9d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSQtK7HH9d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSQtK7HH9d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSQtK7HH9d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSQtK7HH9d .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSQtK7HH9d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSQtK7HH9d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSQtK7HH9d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSQtK7HH9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSQtK7HH9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSQtK7HH9d .dropdown-item.active,
.cid-tSQtK7HH9d .dropdown-item:active {
  background-color: transparent;
}
.cid-tSQtK7HH9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSQtK7HH9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSQtK7HH9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSQtK7HH9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1854c0;
}
.cid-tSQtK7HH9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSQtK7HH9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSQtK7HH9d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSQtK7HH9d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSQtK7HH9d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSQtK7HH9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tSQtK7HH9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSQtK7HH9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSQtK7HH9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSQtK7HH9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSQtK7HH9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSQtK7HH9d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSQtK7HH9d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSQtK7HH9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSQtK7HH9d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSQtK7HH9d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSQtK7HH9d .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-tSQtK7HH9d .navbar {
    height: 70px;
  }
  .cid-tSQtK7HH9d .navbar.opened {
    height: auto;
  }
  .cid-tSQtK7HH9d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSQtK82hsT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banner-01-copy.jpg");
}
.cid-tSQtK82hsT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSQtK82hsT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSQtK82hsT .mbr-section-title {
  color: #ffe161;
}
.cid-tSQtK8gSQG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSQtK8gSQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSQtK8gSQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSQtK8gSQG .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tTHZuFSB5H {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTHZuFSB5H .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tTHZuFSB5H .mbr-section-subtitle {
  text-align: center;
}
.cid-tTHZuFSB5H .mbr-section-title {
  text-align: center;
}
.cid-tSQwvZGASh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSQwvZGASh .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tSQtK95jHX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tSQtK95jHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSQtK95jHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTG4QcCKVT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #22a5e5;
}
.cid-tTG4QcCKVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTG4QcCKVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tTG4QcCKVT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTG4QcCKVT .row {
  flex-direction: row-reverse;
}
.cid-tTG4QcCKVT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tTG4QcCKVT .text-wrapper {
    padding: 2rem;
  }
}
.cid-tTCBD6Ex34 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #edefeb;
}
.cid-tTCBD6Ex34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTCBD6Ex34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tTCBD6Ex34 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-tTCBD6Ex34 .google-map {
  height: 100%;
  position: relative;
}
.cid-tTCBD6Ex34 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tTCBD6Ex34 .google-map iframe {
    min-height: 350px;
  }
}
.cid-tTCBD6Ex34 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tTCBD6Ex34 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tTCBD6Ex34 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tTCBD6Ex34 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tTCBD6Ex34 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tTCBD6Ex34 .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-tTCBD6Ex34 .text-wrapper {
  padding: 0 1rem;
}
.cid-tTCBD6Ex34 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tTCBD6Ex34 .content-head {
  max-width: 800px;
}
.cid-tSQtK9iofk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSQtK9sCak {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1854c0;
  overflow: hidden;
}
.cid-tTAhwf2fs9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tTAhwf2fs9 nav.navbar {
  position: fixed;
}
.cid-tTAhwf2fs9 .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-tTAhwf2fs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTAhwf2fs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTAhwf2fs9 .dropdown-item:hover,
.cid-tTAhwf2fs9 .dropdown-item:focus {
  background: #fbe8a6 !important;
  color: white !important;
}
.cid-tTAhwf2fs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTAhwf2fs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTAhwf2fs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTAhwf2fs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTAhwf2fs9 .nav-link {
  position: relative;
}
.cid-tTAhwf2fs9 .container {
  display: flex;
  margin: auto;
}
.cid-tTAhwf2fs9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTAhwf2fs9 .dropdown-menu,
.cid-tTAhwf2fs9 .navbar.opened {
  background: #1854c0 !important;
}
.cid-tTAhwf2fs9 .nav-item:focus,
.cid-tTAhwf2fs9 .nav-link:focus {
  outline: none;
}
.cid-tTAhwf2fs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTAhwf2fs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTAhwf2fs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTAhwf2fs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTAhwf2fs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTAhwf2fs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTAhwf2fs9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1854c0;
}
.cid-tTAhwf2fs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tTAhwf2fs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTAhwf2fs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tTAhwf2fs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTAhwf2fs9 .navbar.collapsed {
  justify-content: center;
}
.cid-tTAhwf2fs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTAhwf2fs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTAhwf2fs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTAhwf2fs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTAhwf2fs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTAhwf2fs9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tTAhwf2fs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTAhwf2fs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTAhwf2fs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTAhwf2fs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTAhwf2fs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTAhwf2fs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTAhwf2fs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTAhwf2fs9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tTAhwf2fs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTAhwf2fs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTAhwf2fs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTAhwf2fs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTAhwf2fs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTAhwf2fs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTAhwf2fs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTAhwf2fs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTAhwf2fs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTAhwf2fs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTAhwf2fs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTAhwf2fs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTAhwf2fs9 .dropdown-item.active,
.cid-tTAhwf2fs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tTAhwf2fs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTAhwf2fs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTAhwf2fs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTAhwf2fs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1854c0;
}
.cid-tTAhwf2fs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTAhwf2fs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTAhwf2fs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTAhwf2fs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTAhwf2fs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTAhwf2fs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tTAhwf2fs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTAhwf2fs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTAhwf2fs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTAhwf2fs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTAhwf2fs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTAhwf2fs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTAhwf2fs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTAhwf2fs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTAhwf2fs9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tTAhwf2fs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTAhwf2fs9 .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-tTAhwf2fs9 .navbar {
    height: 70px;
  }
  .cid-tTAhwf2fs9 .navbar.opened {
    height: auto;
  }
  .cid-tTAhwf2fs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTAhwfqQb0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banner-01-copy.jpg");
}
.cid-tTAhwfqQb0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTAhwfqQb0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTAhwfqQb0 .mbr-section-title {
  color: #ffe161;
}
.cid-tTAhwfJuco {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTAhwfJuco .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTAhwfJuco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTAhwfJuco .mbr-section-title {
  text-align: left;
}
.cid-tTAhwfVt0c {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTAhwfVt0c .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tTAoE0N56V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-tTAoE0N56V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTAoE0N56V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tTAoE0N56V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTAoE0N56V img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tTAoE0N56V .text-wrapper {
    padding: 2rem;
  }
}
.cid-tTAoE0N56V .mbr-text {
  text-align: center;
}
.cid-tTAoE0N56V .mbr-section-title {
  text-align: center;
}
.cid-tTBi0hrWfh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTBi0hrWfh img,
.cid-tTBi0hrWfh .item-img {
  width: 100%;
}
.cid-tTBi0hrWfh .item:focus,
.cid-tTBi0hrWfh span:focus {
  outline: none;
}
.cid-tTBi0hrWfh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tTBi0hrWfh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tTBi0hrWfh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTBi0hrWfh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tTBi0hrWfh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tTBi0hrWfh .mbr-section-title {
  color: #232323;
}
.cid-tTBi0hrWfh .mbr-text,
.cid-tTBi0hrWfh .mbr-section-btn {
  text-align: center;
}
.cid-tTBi0hrWfh .item-title {
  text-align: center;
}
.cid-tTBi0hrWfh .item-subtitle {
  text-align: left;
}
.cid-tTAoEIbsoq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #9fdbf8;
}
.cid-tTAoEIbsoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTAoEIbsoq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tTAoEIbsoq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTAoEIbsoq .row {
  flex-direction: row-reverse;
}
.cid-tTAoEIbsoq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tTAoEIbsoq .text-wrapper {
    padding: 2rem;
  }
}
.cid-tTAoEIbsoq .mbr-section-title {
  text-align: right;
}
.cid-tTAoEIbsoq .mbr-text {
  text-align: right;
}
.cid-tTAhwiWmCf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tTAhwj77Ue {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1854c0;
  overflow: hidden;
}
.cid-tU272LDvVT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tU272LDvVT nav.navbar {
  position: fixed;
}
.cid-tU272LDvVT .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-tU272LDvVT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tU272LDvVT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tU272LDvVT .dropdown-item:hover,
.cid-tU272LDvVT .dropdown-item:focus {
  background: #fbe8a6 !important;
  color: white !important;
}
.cid-tU272LDvVT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tU272LDvVT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tU272LDvVT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tU272LDvVT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tU272LDvVT .nav-link {
  position: relative;
}
.cid-tU272LDvVT .container {
  display: flex;
  margin: auto;
}
.cid-tU272LDvVT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tU272LDvVT .dropdown-menu,
.cid-tU272LDvVT .navbar.opened {
  background: #1854c0 !important;
}
.cid-tU272LDvVT .nav-item:focus,
.cid-tU272LDvVT .nav-link:focus {
  outline: none;
}
.cid-tU272LDvVT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tU272LDvVT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tU272LDvVT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tU272LDvVT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tU272LDvVT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tU272LDvVT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tU272LDvVT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1854c0;
}
.cid-tU272LDvVT .navbar.opened {
  transition: all 0.3s;
}
.cid-tU272LDvVT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tU272LDvVT .navbar .navbar-logo img {
  width: auto;
}
.cid-tU272LDvVT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tU272LDvVT .navbar.collapsed {
  justify-content: center;
}
.cid-tU272LDvVT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tU272LDvVT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tU272LDvVT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tU272LDvVT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tU272LDvVT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tU272LDvVT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tU272LDvVT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tU272LDvVT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tU272LDvVT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tU272LDvVT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tU272LDvVT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tU272LDvVT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tU272LDvVT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tU272LDvVT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tU272LDvVT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tU272LDvVT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tU272LDvVT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tU272LDvVT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tU272LDvVT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tU272LDvVT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tU272LDvVT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tU272LDvVT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tU272LDvVT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tU272LDvVT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tU272LDvVT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tU272LDvVT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tU272LDvVT .dropdown-item.active,
.cid-tU272LDvVT .dropdown-item:active {
  background-color: transparent;
}
.cid-tU272LDvVT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tU272LDvVT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tU272LDvVT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tU272LDvVT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1854c0;
}
.cid-tU272LDvVT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tU272LDvVT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tU272LDvVT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tU272LDvVT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tU272LDvVT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tU272LDvVT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tU272LDvVT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tU272LDvVT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tU272LDvVT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tU272LDvVT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tU272LDvVT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tU272LDvVT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tU272LDvVT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tU272LDvVT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tU272LDvVT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tU272LDvVT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tU272LDvVT .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-tU272LDvVT .navbar {
    height: 70px;
  }
  .cid-tU272LDvVT .navbar.opened {
    height: auto;
  }
  .cid-tU272LDvVT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tU2cceBa3Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tU2cceBa3Y .carousel {
  height: 800px;
}
.cid-tU2cceBa3Y .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tU2cceBa3Y .carousel-item,
.cid-tU2cceBa3Y .carousel-inner {
  height: 100%;
}
.cid-tU2cceBa3Y .carousel-caption {
  bottom: 40px;
}
.cid-tU2cceBa3Y .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tU2cceBa3Y .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tU2cceBa3Y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tU2cceBa3Y .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tU2cceBa3Y .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tU2cceBa3Y .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tU2cceBa3Y .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tU2cceBa3Y .carousel-control {
  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-tU2cceBa3Y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tU2cceBa3Y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tU2cceBa3Y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tU2cceBa3Y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tU2cceBa3Y .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-tU2cceBa3Y .carousel-indicators li.active,
.cid-tU2cceBa3Y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tU2cceBa3Y .carousel-indicators li::after,
.cid-tU2cceBa3Y .carousel-indicators li::before {
  content: none;
}
.cid-tU2cceBa3Y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tU2cceBa3Y .carousel-indicators {
    display: none !important;
  }
}
.cid-tU279ouL1j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tU279ouL1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU279ouL1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU279ouL1j .mbr-section-title {
  color: #e43f3f;
}
.cid-tU272MwGSu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tU272MwGSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU272MwGSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tU272MwGSu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tU272MwGSu .row {
  flex-direction: row-reverse;
}
.cid-tU272MwGSu img {
  width: 100%;
}
.cid-tU272MMWZJ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tU272MMWZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU272MMWZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU272MMWZJ .video-wrapper iframe {
  width: 100%;
}
.cid-tU272MMWZJ .mbr-section-title,
.cid-tU272MMWZJ .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tU272MMWZJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tU272MMWZJ .mbr-text {
  color: #9fdbf8;
}
.cid-tU272N86ON {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tU272N86ON .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-tU272N86ON img,
.cid-tU272N86ON .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tU272N86ON .item:focus,
.cid-tU272N86ON span:focus {
  outline: none;
}
.cid-tU272N86ON .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tU272N86ON .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tU272N86ON .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tU272N86ON .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tU272N86ON .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tU272N86ON .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tU272N86ON .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tU272N86ON .mbr-section-title {
  color: #232323;
}
.cid-tU272N86ON .mbr-text,
.cid-tU272N86ON .mbr-section-btn {
  text-align: center;
}
.cid-tU272N86ON .item-title {
  text-align: center;
}
.cid-tU272N86ON .item-subtitle {
  text-align: left;
}
.cid-tU272NyE3B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tU272NyE3B img,
.cid-tU272NyE3B .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tU272NyE3B .item:focus,
.cid-tU272NyE3B span:focus {
  outline: none;
}
.cid-tU272NyE3B .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tU272NyE3B .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tU272NyE3B .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tU272NyE3B .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tU272NyE3B .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tU272NyE3B .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tU272NyE3B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tU272NyE3B .mbr-section-title {
  color: #232323;
}
.cid-tU272NyE3B .mbr-text,
.cid-tU272NyE3B .mbr-section-btn {
  text-align: left;
}
.cid-tU272NyE3B .item-title {
  text-align: left;
}
.cid-tU272NyE3B .item-subtitle {
  text-align: left;
}
.cid-tU272O1b4q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tU272O1b4q img,
.cid-tU272O1b4q .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tU272O1b4q .item:focus,
.cid-tU272O1b4q span:focus {
  outline: none;
}
.cid-tU272O1b4q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tU272O1b4q .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tU272O1b4q .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tU272O1b4q .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tU272O1b4q .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tU272O1b4q .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tU272O1b4q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tU272O1b4q .mbr-section-title {
  color: #ffe161;
}
.cid-tU272O1b4q .mbr-text,
.cid-tU272O1b4q .mbr-section-btn {
  text-align: center;
}
.cid-tU272O1b4q .item-title {
  text-align: center;
}
.cid-tU272O1b4q .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tU272O1b4q .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tU272OvbJh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #47b5ed;
}
.cid-tU272OvbJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU272OvbJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU272OvbJh .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tU272OvbJh .team-card:hover {
  transform: translateY(-10px);
}
.cid-tU272OvbJh .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tU272OvbJh .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tU272OvbJh .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tU272OvbJh .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tU272OvbJh .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tU272OvbJh .social-row {
  text-align: center;
}
.cid-tU272OvbJh .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tU272OvbJh .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tU272OvbJh .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tU272OvbJh .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tU272Pf4Ak {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tU272Pf4Ak .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU272Pf4Ak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU272Pf4Ak .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tU272Pf4Ak .card {
    margin-bottom: 2rem!important;
  }
  .cid-tU272Pf4Ak .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tU272Pf4Ak .link-wrap {
    align-items: center;
  }
}
.cid-tU272Pf4Ak .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tU272PxsCu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #47b5ed;
}
.cid-tU272PxsCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU272PxsCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU272PxsCu .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tU272PxsCu .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tU272PxsCu .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tU272PxsCu .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tU272PxsCu .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fbe8a6;
}
.cid-tU272PxsCu .mbr-section-title {
  text-align: left;
}
.cid-tU272PxsCu .mbr-section-subtitle {
  text-align: left;
}
.cid-tU272PZMxo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tU272QeNPw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1854c0;
  overflow: hidden;
}
